Home
last modified time | relevance | path

Searched refs:Check (Results 1 – 25 of 1603) sorted by relevance

12345678910>>...65

/external/chromium_org/v8/test/mjsunit/regress/
Dregress-2027.js30 function Check(time) { class
34 Check(d.setMilliseconds(10));
35 Check(d.setSeconds(10));
36 Check(d.setMinutes(10));
37 Check(d.setHours(10));
38 Check(d.setDate(10));
39 Check(d.setMonth(10));
40 Check(d.setFullYear(2010));
41 Check(d.setUTCMilliseconds(10));
42 Check(d.setUTCSeconds(10));
[all …]
/external/v8/test/mjsunit/regress/
Dregress-2027.js30 function Check(time) { class
34 Check(d.setMilliseconds(10));
35 Check(d.setSeconds(10));
36 Check(d.setMinutes(10));
37 Check(d.setHours(10));
38 Check(d.setDate(10));
39 Check(d.setMonth(10));
40 Check(d.setFullYear(2010));
41 Check(d.setUTCMilliseconds(10));
42 Check(d.setUTCSeconds(10));
[all …]
/external/chromium_org/v8/test/cctest/
Dtest-decls.cc63 void Check(const char* source,
139 void DeclarationContext::Check(const char* source, in Check() function in DeclarationContext
235 context.Check("var x; x", in TEST()
243 context.Check("var x = 0; x", in TEST()
251 context.Check("function x() { }; x", in TEST()
259 context.Check("const x; x", in TEST()
268 context.Check("const x = 0; x", in TEST()
291 context.Check("var x; x", in TEST()
299 context.Check("var x = 0; x", in TEST()
307 context.Check("function x() { }; x", in TEST()
[all …]
/external/protobuf/gtest/test/
Dgtest_environment_test.cc111 void Check(bool condition, const char* msg) { in Check() function
137 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
142 Check(RunAllTests(env, NO_FAILURE) != 0, in main()
145 Check(test_was_run, in main()
148 Check(env->tear_down_was_run(), in main()
153 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, in main()
156 Check(test_was_run, in main()
159 Check(env->tear_down_was_run(), in main()
164 Check(RunAllTests(env, FATAL_FAILURE) != 0, in main()
167 Check(!test_was_run, in main()
[all …]
/external/gtest/test/
Dgtest_environment_test.cc115 void Check(bool condition, const char* msg) { in Check() function
142 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
147 Check(RunAllTests(env, NO_FAILURE) != 0, in main()
150 Check(test_was_run, in main()
153 Check(env->tear_down_was_run(), in main()
158 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, in main()
161 Check(test_was_run, in main()
164 Check(env->tear_down_was_run(), in main()
169 Check(RunAllTests(env, FATAL_FAILURE) != 0, in main()
172 Check(!test_was_run, in main()
[all …]
/external/chromium/testing/gtest/test/
Dgtest_environment_test.cc115 void Check(bool condition, const char* msg) { in Check() function
142 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
147 Check(RunAllTests(env, NO_FAILURE) != 0, in main()
150 Check(test_was_run, in main()
153 Check(env->tear_down_was_run(), in main()
158 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, in main()
161 Check(test_was_run, in main()
164 Check(env->tear_down_was_run(), in main()
169 Check(RunAllTests(env, FATAL_FAILURE) != 0, in main()
172 Check(!test_was_run, in main()
[all …]
/external/chromium_org/testing/gtest/test/
Dgtest_environment_test.cc116 void Check(bool condition, const char* msg) { in Check() function
143 Check(testing::AddGlobalTestEnvironment(env) == env, in main()
148 Check(RunAllTests(env, NO_FAILURE) != 0, in main()
151 Check(test_was_run, in main()
154 Check(env->tear_down_was_run(), in main()
159 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, in main()
162 Check(test_was_run, in main()
165 Check(env->tear_down_was_run(), in main()
170 Check(RunAllTests(env, FATAL_FAILURE) != 0, in main()
173 Check(!test_was_run, in main()
[all …]
/external/kernel-headers/original/asm-mips/
Dwar.h82 #error Check setting of R4600_V1_INDEX_ICACHEOP_WAR for your platform
112 #error Check setting of R4600_V1_HIT_CACHEOP_WAR for your platform
128 #error Check setting of R4600_V2_HIT_CACHEOP_WAR for your platform
141 #error Check setting of R5432_CP0_INTERRUPT_WAR for your platform
155 #error Check setting of BCM1250_M3_WAR for your platform
162 #error Check setting of SIBYTE_1956_WAR for your platform
178 #error Check setting of MIPS4K_ICACHE_REFILL_WAR for your platform
197 #error Check setting of MIPS_CACHE_SYNC_WAR for your platform
208 #error Check setting of TX49XX_ICACHE_INDEX_INV_WAR for your platform
216 #error Check setting of RM9000_CDEX_SMP_WAR for your platform
[all …]
/external/chromium_org/v8/test/mjsunit/
Dgreedy.js44 function Check(n, expected) { class
51 Check(0, 0);
52 Check(1, 1);
53 Check(2, 1);
54 Check(3, 1 + 1);
55 Check(4, 2 + 1);
56 Check(5, 3 + 2);
57 Check(10, 55);
58 Check(15, 610);
59 Check(20, 6765);
/external/v8/test/mjsunit/
Dgreedy.js44 function Check(n, expected) { class
51 Check(0, 0);
52 Check(1, 1);
53 Check(2, 1);
54 Check(3, 1 + 1);
55 Check(4, 2 + 1);
56 Check(5, 3 + 2);
57 Check(10, 55);
58 Check(15, 610);
59 Check(20, 6765);
/external/chromium_org/chrome/common/extensions/permissions/
Dsocket_permission_unittest.cc133 EXPECT_TRUE(data.Check(param.get())); in TEST()
136 EXPECT_FALSE(data.Check(param.get())); in TEST()
141 EXPECT_TRUE(data.Check(param.get())); in TEST()
144 EXPECT_TRUE(data.Check(param.get())); in TEST()
147 EXPECT_FALSE(data.Check(param.get())); in TEST()
152 EXPECT_TRUE(data.Check(param.get())); in TEST()
155 EXPECT_TRUE(data.Check(param.get())); in TEST()
158 EXPECT_TRUE(data.Check(param.get())); in TEST()
161 EXPECT_FALSE(data.Check(param.get())); in TEST()
164 EXPECT_FALSE(data.Check(param.get())); in TEST()
[all …]
/external/v8/test/cctest/
Dtest-decls.cc59 void Check(const char* source,
126 void DeclarationContext::Check(const char* source, in Check() function in DeclarationContext
208 context.Check("var x; x", in TEST()
216 context.Check("var x = 0; x", in TEST()
224 context.Check("function x() { }; x", in TEST()
232 context.Check("const x; x", in TEST()
240 context.Check("const x = 0; x", in TEST()
263 context.Check("var x; x", in TEST()
271 context.Check("var x = 0; x", in TEST()
279 context.Check("function x() { }; x", in TEST()
[all …]
/external/llvm/test/CodeGen/SystemZ/
Dint-const-02.ll7 ; Check 0.
15 ; Check the high end of the LGHI range.
23 ; Check the next value up, which must use LLILL instead.
31 ; Check the high end of the LLILL range.
39 ; Check the first useful LLILH value, which is the next one up.
47 ; Check the first useful LGFI value, which is the next one up again.
55 ; Check the high end of the LGFI range.
63 ; Check the next value up, which should use LLILH instead.
71 ; Check the next value up again, which should use LLILF.
79 ; Check the high end of the LLILH range.
[all …]
Dor-04.ll5 ; Check the lowest useful OILL value.
14 ; Check the high end of the OILL range.
23 ; Check the lowest useful OILH value, which is the next value up.
32 ; Check the lowest useful OILF value, which is the next value up again.
41 ; Check the high end of the OILH range.
50 ; Check the high end of the OILF range.
59 ; Check the lowest useful OIHL value, which is the next value up.
68 ; Check the next value up again, which must use two ORs.
78 ; Check the high end of the OILL range.
88 ; Check the next value up, which must use OILH
[all …]
Dint-const-01.ll7 ; Check 0.
15 ; Check the high end of the LHI range.
23 ; Check the next value up, which must use LLILL instead.
31 ; Check the high end of the LLILL range.
39 ; Check the first useful LLILH value, which is the next one up.
47 ; Check the first useful IILF value, which is the next one up again.
55 ; Check the high end of the LLILH range.
63 ; Check the next value up, which must use IILF.
71 ; Check the highest useful IILF value, 0xffff7fff
79 ; Check the next value up, which should use LHI.
[all …]
Dint-mul-05.ll5 ; Check multiplication by 2, which should use shifts.
14 ; Check multiplication by 3.
23 ; Check the high end of the MHI range.
32 ; Check the next value up, which should use shifts.
41 ; Check the next value up again, which can use MSFI.
50 ; Check the high end of the MSFI range.
59 ; Check the next value up, which should use shifts.
68 ; Check the next value up again, which is treated as a negative value.
77 ; Check multiplication by -1, which is a negation.
86 ; Check multiplication by -2, which should use shifts.
[all …]
Dint-mul-06.ll5 ; Check multiplication by 2, which should use shifts.
14 ; Check multiplication by 3.
23 ; Check the high end of the MGHI range.
32 ; Check the next value up, which should use shifts.
41 ; Check the next value up again, which can use MSGFI.
50 ; Check the high end of the MSGFI range.
59 ; Check the next value up, which should use shifts.
68 ; Check the next value up again, which cannot use a constant multiplicatoin.
77 ; Check multiplication by -1, which is a negation.
86 ; Check multiplication by -2, which should use shifts.
[all …]
Dint-add-07.ll5 ; Check additions of 1.
14 ; Check the high end of the AGHI range.
23 ; Check the next value up, which must use AGFI instead.
32 ; Check the high end of the AGFI range.
41 ; Check the next value up, which must use ALGFI instead.
50 ; Check the high end of the ALGFI range.
59 ; Check the next value up, which must be loaded into a register first.
69 ; Check the high end of the negative AGHI range.
78 ; Check the low end of the AGHI range.
87 ; Check the next value down, which must use AGFI instead.
[all …]
Dint-const-03.ll5 ; Check the low end of the unsigned range.
14 ; Check the high end of the signed range.
23 ; Check the next value up.
32 ; Check the high end of the unsigned range.
41 ; Check -1.
50 ; Check the low end of the signed range.
59 ; Check the next value down.
68 ; Check the high end of the MVI range.
78 ; Check the next byte up, which should use MVIY instead of MVI.
88 ; Check the high end of the MVIY range.
[all …]
Dint-const-04.ll5 ; Check the low end of the unsigned range.
14 ; Check the high end of the signed range.
23 ; Check the next value up.
32 ; Check the high end of the unsigned range.
41 ; Check -1.
50 ; Check the low end of the signed range.
59 ; Check the next value down.
68 ; Check the high end of the MVHHI range.
78 ; Check the next halfword up, which needs separate address logic.
90 ; Check negative displacements, which also need separate address logic.
[all …]
Dand-04.ll32 ; Check the next value up, which can again use RISBG.
41 ; Check 0xfffffffe, which can also use RISBG.
50 ; Check the next value up, which is a 32-bit zero extension.
59 ; Check the lowest useful NIHF value (0x00000001_ffffffff).
77 ; Check the lowest NIHH value outside the RISBG range (0x0002ffff_ffffffff).
86 ; Check the highest NIHH value outside the RISBG range (0xfffaffff_ffffffff).
95 ; Check the highest useful NIHF value (0xfffefffe_ffffffff).
104 ; Check the lowest NIHL value outside the RISBG range (0xffff0002_ffffffff).
113 ; Check the highest NIHL value outside the RISBG range (0xfffffffa_ffffffff).
122 ; Check the lowest NILF value outside the RISBG range (0xffffffff_00000002).
[all …]
Datomicrmw-or-04.ll5 ; Check ORs of a variable.
19 ; Check the lowest useful OILL value.
33 ; Check the high end of the OILL range.
42 ; Check the lowest useful OILH value, which is the next value up.
51 ; Check the lowest useful OILF value, which is the next value up again.
60 ; Check the high end of the OILH range.
69 ; Check the next value up, which must use OILF.
78 ; Check the high end of the OILF range.
87 ; Check the lowest useful OIHL value, which is one greater than above.
96 ; Check the next value up, which must use a register. (We could use
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp136 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() function
700 Check(result, AddThumbPredicate(MI)); in getInstruction()
710 Check(result, AddThumbPredicate(MI)); in getInstruction()
726 Check(result, AddThumbPredicate(MI)); in getInstruction()
757 Check(result, AddThumbPredicate(MI)); in getInstruction()
767 Check(result, AddThumbPredicate(MI)); in getInstruction()
794 Check(result, AddThumbPredicate(MI)); in getInstruction()
808 Check(result, AddThumbPredicate(MI)); in getInstruction()
823 Check(result, AddThumbPredicate(MI)); in getInstruction()
876 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRnopcRegisterClass()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckers.td56 HelpText<"Check for dereferences of null pointers">,
60 …HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., u…
64 …HelpText<"Check for null pointers passed as arguments to a function whose arguments are references…
68 HelpText<"Check for declarations of VLA of undefined or zero size">,
72 HelpText<"Check for division by zero">,
76 HelpText<"Check for undefined results of binary operators">,
80 HelpText<"Check that addresses to stack memory do not escape the function">,
96 …HelpText<"Check when casting a malloc'ed type T, whether the size is a multiple of the size of T">,
100 HelpText<"Check for cast from non-struct pointer to struct pointer">,
104 HelpText<"Check for assignment of a fixed address to a pointer">,
[all …]
/external/chromium_org/third_party/libjingle/source/talk/base/
Dsocket_unittest.cc228 EXPECT_FALSE(sink.Check(server.get(), testing::SSE_READ)); in ConnectInternal()
239 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectInternal()
240 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE)); in ConnectInternal()
243 EXPECT_TRUE_WAIT((sink.Check(server.get(), testing::SSE_READ)), kTimeout); in ConnectInternal()
256 EXPECT_TRUE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectInternal()
257 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE)); in ConnectInternal()
288 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectWithDnsLookupInternal()
289 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE)); in ConnectWithDnsLookupInternal()
292 EXPECT_TRUE_WAIT((sink.Check(server.get(), testing::SSE_READ)), kTimeout); in ConnectWithDnsLookupInternal()
305 EXPECT_TRUE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectWithDnsLookupInternal()
[all …]

12345678910>>...65