Home
last modified time | relevance | path

Searched refs:Expect (Results 1 – 23 of 23) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp32 Expect, enumerator
61 case MacroType::Expect: in getMacroTypeName()
105 case MacroType::Expect: in getSpecSetterName()
198 return gtestComparisonInternal(MacroType::Expect, Cmp, Left, Right); in gtestExpect()
208 return gtestThatInternal(MacroType::Expect, Actual, Matcher); in gtestExpectThat()
225 return gtestCallInternal(MacroType::Expect, MockObject, MockMethodName, Args); in gtestExpectCall()
230 return gtestCallInternal(MacroType::Expect, MockCall, Args); in gtestExpectCall()
/freebsd-13.1/contrib/atf/atf-sh/
H A Dlibatf-sh.subr31 Expect=pass
163 Expect=death
176 Expect=timeout
191 Expect=exit
208 Expect=fail
221 Expect=pass
236 Expect=signal
266 case "${Expect}" in
310 case "${Expect}" in
312 Expect=pass
[all …]
/freebsd-13.1/contrib/googletest/googlemock/src/
H A Dgmock-cardinalities.cc58 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
62 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
67 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
H A Dgmock-spec-builders.cc299 Expect(false, NULL, -1, msg); in ReportUninterestingCall()
470 Expect(false, NULL, -1, ss.str()); in UntypedInvokeWith()
473 Expect(false, untyped_expectation->file(), in UntypedInvokeWith()
529 Expect(false, untyped_expectation->file(), in VerifyAndClearExpectationsLocked()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp119 static void handlePhiDef(CallInst *Expect) { in handlePhiDef() argument
120 Value &Arg = *Expect->getArgOperand(0); in handlePhiDef()
121 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1)); in handlePhiDef()
247 Expect->getCalledFunction()->getIntrinsicID(), Expect, 2); in handlePhiDef()
/freebsd-13.1/contrib/googletest/googlemock/test/
H A Dgmock-internal-utils_test.cc371 Expect(true, __FILE__, __LINE__, "This should succeed."); in TEST()
372 Expect(true, __FILE__, __LINE__); // This should succeed too. in TEST()
378 Expect(false, __FILE__, __LINE__, "This should fail."); in TEST()
382 Expect(false, __FILE__, __LINE__); in TEST()
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h311 inline void Expect(bool condition, const char* file, int line,
318 inline void Expect(bool condition, const char* file, int line) {
319 Expect(condition, file, line, "Expectation failed.");
/freebsd-13.1/contrib/bmake/unit-tests/
H A Dposix.exp2 Expect 'Hello,' and 'World!'
/freebsd-13.1/tools/tools/crypto/
H A DREADME40 Expect ~400 Mb/s for a Broadcom 582x for 16K buffers on a reasonable
/freebsd-13.1/contrib/libxo/doc/
H A Dgetting.rst133 Expect to see the "*configure*" script generate the following error::
/freebsd-13.1/contrib/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h282 Expect(property, file_, line_, failure_message); in ExpectSpecProperty()
758 Expect(property, file_, line_, failure_message); in ExpectSpecProperty()
/freebsd-13.1/contrib/libevent/
H A DChangeLog106 …o http: take EVHTTP_CON_LINGERING_CLOSE into account for "Expect: 100-Continue" (ac448a7 Azat Khuz…
165 o http: fix "Expect: 100-continue" client side (0b46b39 Azat Khuzhin)
222 o test/http: cover "Expect: 100-continue" client-server interaction (31d8116 Azat Khuzhin)
223 o test/http: *lingering tests shouldn't have "Expect: 100-continue" (ed469ab Azat Khuzhin)
H A DChangeLog-2.0387 o Reject overlong http requests early when Expect:100-continue is set (d23839f Constantine Verutin)
/freebsd-13.1/crypto/openssl/doc/man1/
H A Ds_server.pod646 Expect the client to send PSK identity B<val> when using a PSK
/freebsd-13.1/contrib/googletest/googlemock/docs/
H A DForDummies.md233 ## Matchers: What Arguments Do We Expect? ##
H A DCookBook.md1244 ## Knowing When to Expect ##
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td902 //===------------------------- Expect Intrinsics --------------------------===//
/freebsd-13.1/contrib/diff/
H A DChangeLog3449 Expect length of line to include newline.
3666 * Makefile (diff.tar): Expect ln to fail on some files;
/freebsd-13.1/contrib/ntp/sntp/libevent/
H A DChangeLog-2.0387 o Reject overlong http requests early when Expect:100-continue is set (d23839f Constantine Verutin)
/freebsd-13.1/contrib/ntp/ntpd/
H A Dinvoke-ntp.conf.texi1562 Expect
H A Dntp.conf.def1638 Expect
/freebsd-13.1/contrib/ntp/
H A DCommitLog-4.1.04532 * libparse/clk_wharton.c (cvt_wharton_400a, inp_wharton_400a): Expect
/freebsd-13.1/crypto/openssl/
H A DCHANGES8056 *) Add symmetric cipher support to ENGINE. Expect the API to change!