Home
last modified time | relevance | path

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

12345678910>>...67

/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/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/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/google-breakpad/src/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/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-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-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-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-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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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.
Dint-cmp-09.ll5 ; Check comparisons with 0.
16 ; Check comparisons with 2.
27 ; Check the high end of the CIJ range.
38 ; Check the next value up, which must use CHI instead.
50 ; Check the high end of the CHI range.
62 ; Check the next value up, which must use CFI.
74 ; Check the high end of the signed 32-bit range.
86 ; Check the next value up, which should be treated as a negative value.
98 ; Check the high end of the negative CIJ range.
109 ; Check the low end of the CIJ range.
[all …]
Dint-const-06.ll5 ; Check moves of zero.
14 ; Check the high end of the signed 16-bit range.
23 ; Check the next value up, which can't use MVGHI.
32 ; Check moves of -1.
41 ; Check the low end of the MVGHI range.
50 ; Check the next value down, which can't use MVGHI.
59 ; Check the high end of the MVGHI range.
69 ; Check the next doubleword up, which is out of range. We prefer STG
81 ; Check negative displacements, for which we again prefer STG.
92 ; Check that MVGHI does not allow an index.
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp123 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() function
717 Check(Result, AddThumbPredicate(MI)); in getInstruction()
727 Check(Result, AddThumbPredicate(MI)); in getInstruction()
743 Check(Result, AddThumbPredicate(MI)); in getInstruction()
772 Check(Result, AddThumbPredicate(MI)); in getInstruction()
782 Check(Result, AddThumbPredicate(MI)); in getInstruction()
811 Check(Result, AddThumbPredicate(MI)); in getInstruction()
825 Check(Result, AddThumbPredicate(MI)); in getInstruction()
840 Check(Result, AddThumbPredicate(MI)); in getInstruction()
909 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">,
108 HelpText<"Check for assignment of a fixed address to a pointer">,
[all …]
/external/llvm/utils/FileCheck/
DFileCheck.cpp71 namespace Check { namespace
90 Check::CheckType CheckTy;
115 Pattern(Check::CheckType Ty) in Pattern()
148 Check::CheckType getCheckTy() const { return CheckTy; } in getCheckTy()
381 if (CheckTy == Check::CheckEOF) { in Match()
603 Check::CheckType CheckTy;
614 Check::CheckType Ty) in CheckString()
618 size_t Check(const SourceMgr &SM, StringRef Buffer, bool IsLabelScanMode,
679 static size_t CheckTypeSize(Check::CheckType Ty) { in CheckTypeSize()
681 case Check::CheckNone: in CheckTypeSize()
[all …]
/external/llvm/test/CodeGen/AArch64/
Daarch64-dynamic-stack-layout.ll99 ; Check that used callee-saved registers are saved
101 ; Check that the frame pointer is created:
104 ; Check correctness of cfi pseudo-instructions
110 ; Check correct access to arguments passed on the stack, through frame pointer
113 ; Check correct access to local variable on the stack, through stack pointer
115 ; Check epilogue:
135 ; Check that space is reserved for one local variable on the stack.
137 ; Check correct access to arguments passed on the stack, through stack pointer
140 ; Check correct access to local variable on the stack, through stack pointer
142 ; Check epilogue:
[all …]

12345678910>>...67