Home
last modified time | relevance | path

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

/external/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
Dcommon_type.pass.cpp129 using Expect = void; in test_bullet_three_one() typedef
135 using Expect = int const*; in test_bullet_three_one() typedef
154 using Expect = TernaryOp<T1, T2>; in test_bullet_three_two() typedef
175 using Expect = void; in test_bullet_three_two() typedef
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.assign/
Dsource.pass.cpp41 const char* Expect = MS; in RunTestCase() local
217 void RunStringMoveTest(const char* Expect) { in RunStringMoveTest()
/external/libcxx/test/std/experimental/filesystem/class.path/path.member/path.construct/
Dsource.pass.cpp36 const char* Expect = MS; in RunTestCase() local
/external/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutexset_test.cc18 static void Expect(const MutexSet &mset, uptr i, u64 id, bool write, u64 epoch, in Expect() function
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Dmove.pass.cpp51 void sinkFunction(Expect) in sinkFunction() argument
/external/libcxx/test/std/strings/basic.string/string.cons/
Dimplicit_deduction_guides.pass.cpp280 using Expect = std::basic_string<wchar_t, constexpr_char_traits<wchar_t>>; in main() typedef
/external/v8/tools/release/
Dtest_scripts.py307 def Expect(self, recipe): member in SimpleMock
445 def Expect(self, *args): member in ScriptTest
/external/libcxx/test/support/
Dcount_new.hpp308 std::size_t Expect = m_new_count_on_init + m_req_alloc; in ~RequireAllocationGuard() local
/external/protobuf/src/google/protobuf/
Dmap_field_test.cc267 void Expect(MapFieldType* map_field, State state, int map_size, in Expect() function in google::protobuf::internal::MapFieldStateTest
/external/flatbuffers/src/
Didl_parser.cpp501 CheckedError Parser::Expect(int t) { in Expect() function in flatbuffers::Parser
/external/v8/src/parsing/
Dparser-base.h779 void Expect(Token::Value token, bool* ok) { in Expect() function