Home
last modified time | relevance | path

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

12345678910>>...74

/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/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/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/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/chromium_org/v8/test/cctest/
Dtest-decls.cc63 void Check(const char* source,
141 void DeclarationContext::Check(const char* source, in Check() function in DeclarationContext
237 context.Check("var x; x", in TEST()
243 context.Check("var x = 0; x", in TEST()
250 context.Check("function x() { }; x", in TEST()
258 context.Check("const x; x", in TEST()
264 context.Check("const x = 0; x", in TEST()
287 context.Check("var x; x", in TEST()
293 context.Check("var x = 0; x", in TEST()
300 context.Check("function x() { }; x", in TEST()
[all …]
/external/chromium_org/extensions/common/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/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-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-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-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 is out of range. We prefer STHY
90 ; Check negative displacements, for which we again prefer STHY.
[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 …]
Datomicrmw-nand-04.ll5 ; Check NANDs of a variable.
21 ; Check NANDs of 1, which are done using a register. (We could use RISBG
31 ; Check the equivalent of NIHF with 1, which can use RISBG instead.
46 ; Check the lowest NIHF value outside the range of RISBG.
62 ; Check the next value up, which must use a register.
71 ; Check the lowest NIHH value outside the range of RISBG.
80 ; Check the next value up, which must use a register.
89 ; Check the highest NILL value outside the range of RISBG.
98 ; Check the lowest NILL value outside the range of RISBG.
107 ; Check the highest useful NILF value.
[all …]
Datomicrmw-and-04.ll5 ; Check ANDs of a variable.
19 ; Check ANDs of 1, which are done using a register. (We could use RISBG
29 ; Check the equivalent of NIHF with 1, which can use RISBG instead.
42 ; Check the lowest NIHF value outside the range of RISBG.
56 ; Check the next value up, which must use a register.
65 ; Check the lowest NIHH value outside the range of RISBG.
74 ; Check the next value up, which must use a register.
83 ; Check the highest NILL value outside the range of RISBG.
92 ; Check the lowest NILL value outside the range of RISBG.
101 ; Check the highest useful NILF value.
[all …]
Dinsert-04.ll5 ; Check the lowest useful IILL value. (We use NILL rather than IILL
17 ; Check a middle value.
28 ; Check the highest useful IILL value. (We use OILL rather than IILL
40 ; Check the lowest useful IILH value.
51 ; Check a middle value.
62 ; Check the highest useful IILH value.
73 ; Check the lowest useful IIHL value.
84 ; Check a middle value.
95 ; Check the highest useful IIHL value.
106 ; Check the lowest useful IIHH value.
[all …]
Dint-add-06.ll5 ; Check additions of 1.
14 ; Check the high end of the AHI range.
23 ; Check the next value up, which must use AFI instead.
32 ; Check the high end of the signed 32-bit range.
41 ; Check the next value up, which is treated as a negative value.
50 ; Check the high end of the negative AHI range.
59 ; Check the low end of the AHI range.
68 ; Check the next value down, which must use AFI instead.
77 ; Check the low end of the signed 32-bit range.
86 ; Check the next value down, which is treated as a positive value.
/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">,
108 HelpText<"Check for assignment of a fixed address to a pointer">,
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp132 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() function
706 Check(result, AddThumbPredicate(MI)); in getInstruction()
716 Check(result, AddThumbPredicate(MI)); in getInstruction()
732 Check(result, AddThumbPredicate(MI)); in getInstruction()
763 Check(result, AddThumbPredicate(MI)); in getInstruction()
773 Check(result, AddThumbPredicate(MI)); in getInstruction()
800 Check(result, AddThumbPredicate(MI)); in getInstruction()
814 Check(result, AddThumbPredicate(MI)); in getInstruction()
829 Check(result, AddThumbPredicate(MI)); in getInstruction()
898 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRnopcRegisterClass()
[all …]
/external/chromium_org/third_party/webrtc/base/
Dsocket_unittest.cc211 EXPECT_FALSE(sink.Check(server.get(), testing::SSE_READ)); in ConnectInternal()
222 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectInternal()
223 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE)); in ConnectInternal()
226 EXPECT_TRUE_WAIT((sink.Check(server.get(), testing::SSE_READ)), kTimeout); in ConnectInternal()
239 EXPECT_TRUE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectInternal()
240 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE)); in ConnectInternal()
271 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectWithDnsLookupInternal()
272 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE)); in ConnectWithDnsLookupInternal()
275 EXPECT_TRUE_WAIT((sink.Check(server.get(), testing::SSE_READ)), kTimeout); in ConnectWithDnsLookupInternal()
288 EXPECT_TRUE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectWithDnsLookupInternal()
[all …]
/external/llvm/utils/FileCheck/
DFileCheck.cpp59 namespace Check { namespace
77 Check::CheckType CheckTy;
102 Pattern(Check::CheckType Ty) in Pattern()
135 Check::CheckType getCheckTy() const { return CheckTy; } in getCheckTy()
368 if (CheckTy == Check::CheckEOF) { in Match()
590 Check::CheckType CheckTy;
601 Check::CheckType Ty) in CheckString()
605 size_t Check(const SourceMgr &SM, StringRef Buffer, bool IsLabelScanMode,
666 static size_t CheckTypeSize(Check::CheckType Ty) { in CheckTypeSize()
668 case Check::CheckNone: in CheckTypeSize()
[all …]
/external/chromium_org/tools/
Ddiagnose-me.py15 def Check(name): function
23 @Check("/usr/bin/ld is not gold")
34 @Check("random lds are not in the $PATH")
47 @Check("/usr/bin/ld doesn't point to gold")
70 @Check("random ninja binaries are not in the $PATH")
82 @Check("build dependencies are satisfied")

12345678910>>...74