Home
last modified time | relevance | path

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

123

/freebsd-12.1/contrib/atf/atf-sh/
H A Dlibatf-sh.subr31 Expect=pass
146 Expect=death
159 Expect=timeout
174 Expect=exit
191 Expect=fail
204 Expect=pass
219 Expect=signal
249 case "${Expect}" in
293 case "${Expect}" in
295 Expect=pass
[all …]
/freebsd-12.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-12.1/contrib/llvm/tools/lld/ELF/
H A DScriptLexer.cpp278 void ScriptLexer::expect(StringRef Expect) { in expect() argument
282 if (Tok != Expect) in expect()
283 setError(Expect + " expected, but got " + Tok); in expect()
H A DScriptLexer.h35 void expect(StringRef Expect);
/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DWasmAsmParser.cpp73 bool Expect(AsmToken::TokenKind Kind, const char *KindName) { in Expect() function in __anon7af60ea60111::WasmAsmParser
133 return Expect(AsmToken::EndOfStatement, "EOL"); in parseDirectiveType()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLowerExpectIntrinsic.cpp94 static void handlePhiDef(CallInst *Expect) { in handlePhiDef() argument
95 Value &Arg = *Expect->getArgOperand(0); in handlePhiDef()
96 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1)); in handlePhiDef()
/freebsd-12.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-12.1/contrib/googletest/googlemock/include/gmock/internal/
H A Dgmock-internal-utils.h308 inline void Expect(bool condition, const char* file, int line,
315 inline void Expect(bool condition, const char* file, int line) {
316 Expect(condition, file, line, "Expectation failed.");
/freebsd-12.1/contrib/bmake/unit-tests/
H A Dposix.exp2 Expect 'Hello,' and 'World!'
/freebsd-12.1/tools/tools/crypto/
H A DREADME40 Expect ~400 Mb/s for a Broadcom 582x for 16K buffers on a reasonable
/freebsd-12.1/contrib/libxo/doc/
H A Dgetting.rst133 Expect to see the "*configure*" script generate the following error::
/freebsd-12.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-12.1/contrib/gcc/cp/
H A DChangeLog-19983275 (do_identifier): Expect arguments for Koenig lookup.
4670 (duplicate_tag_error): Expect OVERLOAD nodes when unchaining.
4746 (check_classfn): Expect OVERLOAD nodes.
4773 (do_identifier): Expect OVERLOAD nodes instead of TREE_LISTs.
4774 (do_scoped_id): Expect OVERLOAD nodes.
4792 * pt.c (template_class_depth): Expect types to be namespaces.
4813 * search.c (lookup_fnfields_here): Expect OVERLOAD nodes.
4820 (build_signature_table_constructor): Expect OVERLOAD nodes.
4825 (is_overloaded_fn): Expect OVERLOAD nodes.
4829 * typeck.c (require_complete_type): Expect OVERLOAD nodes.
[all …]
H A DChangeLog-2001127 * Make-lang.in (parse.c): Expect two fewer s/r conflicts.
1627 * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
H A DChangeLog-2004477 (typename_compare): Expect the second argument to be a
4087 * call.c (enforce_access): Expect TREE_BINFO.
6703 * decl.c (check_initializer): Expect full initialization code
H A DChangeLog-19942233 * Makefile.in (stamp-parse): Expect a s/r conflict.
2808 * lex.c (default_assign_ref_body): Expect TYPE_NESTED_NAME to work.
3902 (start_decl): Expect pushdecl to return an appropriate function decl.
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DDiagnosticDriverKinds.td217 …"No library '%0' found in the default clang lib directory or in LIBRARY_PATH. Expect degraded perf…
/freebsd-12.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)
/freebsd-12.1/crypto/openssl/doc/man1/
H A Ds_server.pod646 Expect the client to send PSK identity B<val> when using a PSK
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DIntrinsics.td683 //===------------------------- Expect Intrinsics --------------------------===//
/freebsd-12.1/contrib/gcc/doc/
H A Dsourcebuild.texi993 Expect the test to fail if the conditions (which are the same as for
1009 Expect the test executable to return a nonzero exit status if the
/freebsd-12.1/contrib/googletest/googlemock/docs/
H A DForDummies.md233 ## Matchers: What Arguments Do We Expect? ##
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-9899803 * dllwrap.c (main): Expect correct type in format string.
/freebsd-12.1/contrib/gcc/
H A DChangeLog-200319367 * cfgrtl.c (purge_dead_edges): Expect it too.
22976 * config/rs6000/sysv4.h (OUTPUT_ASM_ALIGNED_LOCAL): Expect
23192 Expect HOST_WIDE_INT operand.
23194 Expect HOST_WIDE_INT operand.
23196 Expect HOST_WIDE_INT operand.
23197 * avr.h (ASM_OUTPUT_COMMON, ASM_OUTPUT_SKIP): Expect
23200 ASM_OUTPUT_BSS): Expect HOST_WIDE_INT operand.
23210 * att.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand.
23217 Expect HOST_WIDE_INT operand
23218 * sysv3.h (ASM_OUTPUT_SKIP): Expect HOST_WIDE_INT operand
[all …]

123