Home
last modified time | relevance | path

Searched defs:Expect (Results 1 – 20 of 20) sorted by relevance

/third_party/skia/third_party/externals/tint/src/reader/wgsl/
Dparser_impl.h84 struct Expect { struct
88 /// Don't allow an Expect to take a nullptr. argument
99 inline Expect(Failure::Errored) : errored(true) {} // NOLINT in Expect() function
107 inline Expect& operator=(const Expect&) = default; argument
110 inline Expect& operator=(Expect&&) = default; argument
125 Source source;
127 bool errored = false;
Dparser_impl.cc51 using Expect = ParserImpl::Expect<T>; typedef
/third_party/node/test/parallel/
Dtest-http-sync-write-error-during-continue.js31 'Expect': '100-continue' property
Dtest-http-expect-handling.js21 headers: { 'Expect': 'meoww' } property
Dtest-http-expect-continue.js59 headers: { 'Expect': '100-continue' } property
/third_party/googletest/googlemock/include/gmock/internal/
Dgmock-internal-utils.h228 inline void Expect(bool condition, const char* file, int line, in Expect() function
235 inline void Expect(bool condition, const char* file, int line) { in Expect() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLowerExpectIntrinsic.cpp100 static void handlePhiDef(CallInst *Expect) { in handlePhiDef()
/third_party/node/test/cctest/
Dtest_inspector_socket_server.cc144 void Expect(const std::string& expects) { in Expect() function in __anon74c9fee50111::SocketWrapper
285 void Expect(const std::string& expects) { in Expect() function in __anon74c9fee50111::ServerHolder
/third_party/grpc/test/cpp/end2end/
Draw_end2end_test.cc61 Verifier& Expect(int i, bool expect_ok) { in Expect() function in grpc::testing::__anon95f61f2b0111::Verifier
Dinterceptors_util.h203 Verifier& Expect(int i, bool expect_ok) { in Expect() function
Dasync_end2end_test.cc69 Verifier& Expect(int i, bool expect_ok) { in Expect() function in grpc::testing::__anon3a8a26bf0111::Verifier
/third_party/mindspore/mindspore/core/utils/
Dlog_adapter.cc291 bool Expect(LogConfigToken expected, LogConfigToken tok) const { in Expect() function in mindspore::LogConfigParser
/third_party/protobuf/src/google/protobuf/
Dmap_field_test.cc254 void Expect(MapFieldType* map_field, State state, int map_size, in Expect() function in google::protobuf::internal::MapFieldStateTest
/third_party/flutter/skia/third_party/externals/sdl/test/
Dtestatomic.c104 #define Expect (CountTo-NInter*CountInc*NThreads) macro
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DDataMov.cpp923 #define TestImplSingle(Dst, Src, Inst, Expect) \ in TEST_F() argument
DXmmArith.cpp867 #define TestImplSingle(Dst, Inst, Expect) \ in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DDataMov.cpp1303 #define TestImplSingle(Dst, Src, Inst, Expect) \ in TEST_F() argument
DXmmArith.cpp888 #define TestImplSingle(Dst, Inst, Expect) \ in TEST_F() argument
/third_party/boost/libs/filesystem/test/
Doperations_test.cpp110 #define CHECK_EXCEPTION(Functor,Expect) throws_fs_error(Functor,Expect,__LINE__) argument
/third_party/flatbuffers/src/
Didl_parser.cpp583 CheckedError Parser::Expect(int t) { in Expect() function in flatbuffers::Parser