Home
last modified time | relevance | path

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

123456

/external/libcxx/test/std/utilities/function.objects/func.require/
Dbullet_3_and_4.pass.cpp116 template <class Expect, class Fn, class T>
118 runTest<Expect &> (M, C_<T&>(obj), expect); in runTestDispatch()
119 runTest<Expect const&> (M, C_<T const&>(obj), expect); in runTestDispatch()
120 runTest<Expect volatile&> (M, C_<T volatile&>(obj), expect); in runTestDispatch()
121 runTest<Expect const volatile&>(M, C_<T const volatile&>(obj), expect); in runTestDispatch()
123 runTest<Expect&&> (M, C_<T&&>(obj), expect); in runTestDispatch()
124 runTest<Expect const&&> (M, C_<T const&&>(obj), expect); in runTestDispatch()
125 runTest<Expect volatile&&> (M, C_<T volatile&&>(obj), expect); in runTestDispatch()
126 runTest<Expect const volatile&&>(M, C_<T const volatile&&>(obj), expect); in runTestDispatch()
130 template <class Expect, class Fn, class T>
[all …]
/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
33 Expect(mset, 0, 1, true, 2, 1); in TEST()
40 Expect(mset, 0, 3, true, 4, 1); in TEST()
41 Expect(mset, 1, 5, false, 6, 1); in TEST()
52 Expect(mset, 0, 1, true, 2, 1); in TEST()
56 Expect(mset, 0, 1, true, 2, 2); in TEST()
60 Expect(mset, 0, 1, true, 2, 1); in TEST()
86 Expect(mset, 0, 3, true, 4, 2); in TEST()
96 Expect(mset, i, i, true, i + 1, 1); in TEST()
104 Expect(mset, i, i, true, i + 1, 2); in TEST()
[all …]
/external/v8/src/parsing/
Dpreparser.cc443 Expect(Token::FUNCTION, CHECK_OK); in ParseFunctionDeclaration()
462 Expect(Token::CLASS, CHECK_OK); in ParseClassDeclaration()
483 Expect(Token::LBRACE, CHECK_OK); in ParseBlock()
488 Expect(Token::RBRACE, ok); in ParseBlock()
732 Expect(Token::IF, CHECK_OK); in ParseIfStatement()
733 Expect(Token::LPAREN, CHECK_OK); in ParseIfStatement()
735 Expect(Token::RPAREN, CHECK_OK); in ParseIfStatement()
753 Expect(Token::CONTINUE, CHECK_OK); in ParseContinueStatement()
771 Expect(Token::BREAK, CHECK_OK); in ParseBreakStatement()
792 Expect(Token::RETURN, CHECK_OK); in ParseReturnStatement()
[all …]
Dparser.cc1357 Expect(Token::STRING, CHECK_OK); in ParseModuleSpecifier()
1379 Expect(Token::LBRACE, CHECK_OK); in ParseExportClause()
1401 Expect(Token::COMMA, CHECK_OK); in ParseExportClause()
1404 Expect(Token::RBRACE, CHECK_OK); in ParseExportClause()
1424 Expect(Token::LBRACE, CHECK_OK); in ParseNamedImports()
1456 Expect(Token::COMMA, CHECK_OK); in ParseNamedImports()
1459 Expect(Token::RBRACE, CHECK_OK); in ParseNamedImports()
1481 Expect(Token::IMPORT, CHECK_OK); in ParseImportDeclaration()
1558 Expect(Token::DEFAULT, CHECK_OK); in ParseExportDefault()
1614 Expect(Token::EXPORT, CHECK_OK); in ParseExportDeclaration()
[all …]
/external/v8/test/unittests/compiler/
Dzone-pool-unittest.cc26 void Expect(ZonePool::StatsScope* stats, size_t current, size_t max, in Expect() function in v8::internal::compiler::ZonePoolTest
50 Expect(&stats, 0, 0, 0); in TEST_F()
82 Expect(&stats, before_deletion, before_deletion, before_deletion); in TEST_F()
92 Expect(&stats, 0, before_deletion, before_deletion); in TEST_F()
101 Expect(&stats, after_deletion, std::max(after_deletion, before_deletion), in TEST_F()
112 Expect(&stats, 0, std::max(after_deletion, before_deletion), in TEST_F()
143 Expect(&inner_stats, allocated, allocated, allocated); in TEST_F()
144 Expect(&outer_stats, outer_allocated + allocated, max_loop_allocation, in TEST_F()
150 Expect(&inner_stats, 0, allocated, allocated); in TEST_F()
151 Expect(&outer_stats, outer_allocated, max_loop_allocation, in TEST_F()
[all …]
/external/v8/test/cctest/compiler/
Dtest-basic-block-profiler.cc22 void Expect(size_t size, uint32_t* expected) { in Expect() function in v8::internal::compiler::BasicBlockProfilerTest
52 m.Expect(arraysize(expected), expected); in TEST()
58 m.Expect(arraysize(expected), expected); in TEST()
66 m.Expect(arraysize(expected), expected); in TEST()
72 m.Expect(arraysize(expected), expected); in TEST()
98 m.Expect(arraysize(expected), expected); in TEST()
106 m.Expect(arraysize(expected), expected); in TEST()
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/testing/
Dmock_test.py15 client_class.column.List.Expect(request=1, response=2)
23 client_class.column.List.Expect(
32 client_class.column.List.Expect(request=1, response=2)
33 client_class.column.List.Expect(request=2, response=1)
40 client_class.column.List.Expect(request=1, response=2)
41 client_class.column.List.Expect(request=2, response=1)
50 client_class.column.List.Expect(request=1, response=2)
59 client_class.column.List.Expect(request=1, response=2)
60 client_class.column.List.Expect(request=2, response=1)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dlist_pager_test.py26 self.mocked_client.column.List.Expect(
41 self.mocked_client.column.List.Expect(
69 self.mocked_client.column.List.Expect(
84 self.mocked_client.column.List.Expect(
106 self.mocked_client.column.List.Expect(
121 self.mocked_client.column.List.Expect(
136 self.mocked_client.column.List.Expect(
156 self.mocked_client.columnalternate.List.Expect(
169 self.mocked_client.columnalternate.List.Expect(
/external/libcxx/test/std/utilities/function.objects/func.invoke/
Dinvoke.pass.cpp80 template <class Signature, class Expect, class Functor>
93 static_assert((std::is_same<DeducedReturnType, Expect>::value), ""); in test_b12()
98 static_assert((std::is_same<ResultOfReturnType, Expect>::value), ""); in test_b12()
106 template <class Expect, class Functor>
116 static_assert((std::is_same<DeducedReturnType, Expect>::value), ""); in test_b34()
121 static_assert((std::is_same<ResultOfReturnType, Expect>::value), ""); in test_b34()
129 template <class Expect, class Functor>
137 static_assert((std::is_same<DeducedReturnType, Expect>::value), ""); in test_b5()
142 static_assert((std::is_same<ResultOfReturnType, Expect>::value), ""); in test_b5()
/external/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll5 ; Expect the entry point.
8 ; Expect 2 rep;movs because of tail call byval lowering.
17 ; Expect argument 4 to be moved directly to register edx.
20 ; Expect argument 6 to be moved directly to register r8.
23 ; Expect not call but jmp to @tailcallee.
26 ; Expect the trailer.
/external/v8/tools/release/
Dtest_scripts.py308 def Expect(self, recipe): member in SimpleMock
432 def Expect(self, *args): member in ScriptTest
434 self._mock.Expect(*args)
456 self.Expect([Cmd("git --version", "git version 1.2.3"),
462 self.Expect([
474 self.Expect([
485 self.Expect([
499 self.Expect([
505 self.Expect([
553 self.Expect([
[all …]
/external/valgrind/memcheck/tests/
Derr_disable_arange1.stderr.exp2 Doing invalid access. Expect complaint.
17 Doing invalid another access. Expect no complaint.
23 Doing a third access. Expect complaint.
35 Exiting. Expect warnings of 2 remaining ranges.
/external/curl/tests/data/
Dtest11306 Expect: 100-continue
54 -d @log/file1130 http://%HOSTIP:%HTTPPORT/1130 http://%HOSTIP:%HTTPPORT/11300001 -H "Expect: 100-co…
84 Expect: 100-continue
91 Expect: 100-continue
Dtest11316 Expect: 100-continue
85 Expect: 100-continue
91 Expect: 100-continue
Dtest11296 Expect: 100-continue
86 Expect: 100-continue
93 Expect: 100-continue
Dtest152762 Expect: 100-continue
70 Expect: 100-continue
Dtest25959 HTTP POST multipart with Expect: header using proxy anyauth (Digest)
84 Expect: 100-continue
111 Expect: 100-continue
Dtest4427 HTTP RFC1867-type formposting without Expect: header
30 http://%HOSTIP:%HTTPPORT/we/want/44 -F name=daniel -F tool=curl -F file=@log/test44.txt -H "Expect:"
/external/google-breakpad/src/testing/src/
Dgmock-cardinalities.cc59 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
63 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
68 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
/external/gmock/src/
Dgmock-cardinalities.cc59 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
63 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
68 internal::Expect(false, __FILE__, __LINE__, ss.str()); in BetweenCardinalityImpl()
/external/libcxx/test/std/experimental/utilities/time/header.chrono.synop/
Dtreat_as_floating_point_v.pass.cpp22 template <class T, bool Expect>
26 ex::treat_as_floating_point_v<T> == Expect, "" in test()
/external/llvm/test/Instrumentation/MemorySanitizer/
Dcheck-constant-shadow.ll20 ; Expect 2 stores: one for the shadow (0), one for the value (42), but no origin.
37 ; Expect 3 stores: shadow, value and origin.
38 ; Expect no icmp(s): everything here is unconditional.
/external/libcxx/test/std/experimental/utilities/tuple/
Dtuple_size_v.pass.cpp22 template <class Tuple, int Expect>
25 static_assert(ex::tuple_size_v<Tuple> == Expect, ""); in test()
/external/libcxx/test/std/experimental/utilities/tuple/tuple.apply/
Dreturn_type.pass.cpp48 template <int Func, class Expect>
52 static_assert(std::is_same<F, Expect>::value, ""); in test()
/external/libcxx/test/std/utilities/memory/unique.ptr/unique.ptr.single/unique.ptr.single.ctor/
Dmove.pass.cpp50 template <class Expect>
51 void sinkFunction(Expect) in sinkFunction() argument

123456