| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 26 Expect, enumerator 55 case MacroType::Expect: in getMacroTypeName() 99 case MacroType::Expect: in getSpecSetterName() 192 return gtestComparisonInternal(MacroType::Expect, Cmp, Left, Right); in gtestExpect() 202 return gtestThatInternal(MacroType::Expect, Actual, Matcher); in gtestExpectThat() 219 return gtestCallInternal(MacroType::Expect, MockObject, MockMethodName, Args); in gtestExpectCall() 224 return gtestCallInternal(MacroType::Expect, MockCall, Args); in gtestExpectCall()
|
| /freebsd/contrib/llvm-project/lldb/source/ValueObject/ |
| H A D | DILParser.cpp | 75 Expect(Token::Kind::eof); in Run() 157 Expect(Token::r_square); in ParsePostfixExpression() 199 Expect(Token::r_paren); in ParsePrimaryExpression() 237 Expect(Token::coloncolon); in ParseNestedNameSpecifier() 258 Expect(Token::coloncolon); in ParseNestedNameSpecifier() 311 Expect(Token::identifier); in ParseIdExpression() 330 Expect(Token::identifier); in ParseUnqualifiedId() 373 void DILParser::Expect(Token::Kind kind) { in Expect() function in lldb_private::dil::DILParser
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | LowerExpectIntrinsic.cpp | 116 static void handlePhiDef(CallInst *Expect) { in handlePhiDef() argument 117 Value &Arg = *Expect->getArgOperand(0); in handlePhiDef() 118 ConstantInt *ExpectedValue = dyn_cast<ConstantInt>(Expect->getArgOperand(1)); in handlePhiDef() 123 Function *Fn = Expect->getCalledFunction(); in handlePhiDef() 129 auto *Confidence = cast<ConstantFP>(Expect->getArgOperand(2)); in handlePhiDef() 258 Expect->getCalledFunction()->getIntrinsicID(), Expect, 2); in handlePhiDef()
|
| /freebsd/contrib/googletest/googlemock/src/ |
| H A D | gmock-cardinalities.cc | 58 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl() 62 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl() 66 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
|
| H A D | gmock-spec-builders.cc | 305 Expect(false, nullptr, -1, msg); in ReportUninterestingCall() 424 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in VerifyAndClearExpectationsLocked()
|
| /freebsd/contrib/atf/atf-sh/ |
| H A D | libatf-sh.subr | 31 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/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUMachineFunction.cpp | 228 std::optional<uint32_t> Expect = getLDSAbsoluteAddress(*Dyn); in setDynLDSAlign() local 229 if (!Expect || (Offset != *Expect)) { in setDynLDSAlign()
|
| /freebsd/contrib/googletest/googlemock/include/gmock/internal/ |
| H A D | gmock-internal-utils.h | 256 inline void Expect(bool condition, const char* file, int line, in Expect() function 263 inline void Expect(bool condition, const char* file, int line) { in Expect() function 264 Expect(condition, file, line, "Expectation failed."); in Expect()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCMacroFusion.cpp | 82 int64_t Expect, in matchingImmOps() argument 90 return Imm == Expect; in matchingImmOps()
|
| /freebsd/contrib/googletest/googlemock/test/ |
| H A D | gmock-internal-utils_test.cc | 347 Expect(true, __FILE__, __LINE__, "This should succeed."); in TEST() 348 Expect(true, __FILE__, __LINE__); // This should succeed too. in TEST() 355 Expect(false, __FILE__, __LINE__, "This should fail."); in TEST() 361 Expect(false, __FILE__, __LINE__); in TEST()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ValueObject/ |
| H A D | DILParser.h | 102 void Expect(Token::Kind kind);
|
| /freebsd/contrib/googletest/docs/ |
| H A D | quickstart-bazel.md | 69 // Expect two strings not to be equal. 71 // Expect equality.
|
| H A D | quickstart-cmake.md | 90 // Expect two strings not to be equal. 92 // Expect equality.
|
| H A D | gmock_cheat_sheet.md | 164 [Knowing When to Expect](gmock_cook_book.md#UseOnCall) for a more detailed
|
| H A D | gmock_for_dummies.md | 346 ### Matchers: What Arguments Do We Expect?
|
| /freebsd/tools/tools/crypto/ |
| H A D | README | 39 Expect ~400 Mb/s for a Broadcom 582x for 16K buffers on a reasonable
|
| /freebsd/contrib/googletest/googlemock/include/gmock/ |
| H A D | gmock-spec-builders.h | 268 Expect(property, file_, line_, failure_message); in ExpectSpecProperty() 750 Expect(property, file_, line_, failure_message); in ExpectSpecProperty() 1424 Expect(false, nullptr, -1, ss.str()); in ~FailureCleanupHandler() 1427 Expect(false, untyped_expectation->file(), untyped_expectation->line(), in ~FailureCleanupHandler()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | IntrinsicsSPIRV.td | 46 // Expect, Assume Intrinsics
|
| /freebsd/contrib/libxo/doc/ |
| H A D | getting.rst | 133 Expect to see the "*configure*" script generate the following error::
|
| /freebsd/contrib/googletest/docs/reference/ |
| H A D | mocking.md | 216 .After(all_inits); // Expect Describe() call after all InitElement() calls
|
| /freebsd/contrib/libpcap/ |
| H A D | grammar.y.in | 24 * https://www.gnu.org/software/bison/manual/html_node/Expect-Decl.html
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMFeatures.td | 778 "Expect instructions to be stored big-endian.">;
|
| /freebsd/contrib/ntp/sntp/libevent/ |
| H A D | ChangeLog | 419 …o http: take EVHTTP_CON_LINGERING_CLOSE into account for "Expect: 100-Continue" (ac448a7 Azat Khuz… 478 o http: fix "Expect: 100-continue" client side (0b46b39 Azat Khuzhin) 535 o test/http: cover "Expect: 100-continue" client-server interaction (31d8116 Azat Khuzhin) 536 o test/http: *lingering tests shouldn't have "Expect: 100-continue" (ed469ab Azat Khuzhin)
|
| /freebsd/contrib/libevent/ |
| H A D | ChangeLog | 419 …o http: take EVHTTP_CON_LINGERING_CLOSE into account for "Expect: 100-Continue" (ac448a7 Azat Khuz… 478 o http: fix "Expect: 100-continue" client side (0b46b39 Azat Khuzhin) 535 o test/http: cover "Expect: 100-continue" client-server interaction (31d8116 Azat Khuzhin) 536 o test/http: *lingering tests shouldn't have "Expect: 100-continue" (ed469ab Azat Khuzhin)
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl-s_server.pod.in | 634 Expect the client to send PSK identity I<val> when using a PSK
|