/external/protobuf/gtest/test/ |
D | gtest_environment_test.cc | 111 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/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_environment_test.cc | 116 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/googletest/googletest/test/ |
D | gtest_environment_test.cc | 116 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/v8/testing/gtest/test/ |
D | gtest_environment_test.cc | 116 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/google-breakpad/src/testing/gtest/test/ |
D | gtest_environment_test.cc | 116 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/ |
D | int-const-02.ll | 7 ; 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 …]
|
D | or-04.ll | 5 ; 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 …]
|
D | int-mul-05.ll | 5 ; 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 …]
|
D | int-mul-06.ll | 5 ; 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 …]
|
D | int-const-01.ll | 7 ; 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 …]
|
D | int-const-03.ll | 5 ; 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 …]
|
D | int-add-07.ll | 5 ; 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 …]
|
D | and-04.ll | 32 ; 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 …]
|
D | atomicrmw-or-04.ll | 5 ; 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 …]
|
D | int-const-04.ll | 5 ; 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 …]
|
D | atomicrmw-and-04.ll | 5 ; 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 …]
|
D | atomicrmw-nand-04.ll | 5 ; 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 …]
|
D | insert-04.ll | 5 ; 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 …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 88 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() function 710 Check(result, AddThumbPredicate(MI)); in getInstruction() 719 Check(result, AddThumbPredicate(MI)); in getInstruction() 734 Check(result, AddThumbPredicate(MI)); in getInstruction() 776 Check(result, AddThumbPredicate(MI)); in getInstruction() 785 Check(result, AddThumbPredicate(MI)); in getInstruction() 801 Check(result, AddThumbPredicate(MI)); in getInstruction() 813 Check(result, AddThumbPredicate(MI)); in getInstruction() 827 Check(result, AddThumbPredicate(MI)); in getInstruction() 1028 if (!Check(S, DecodeGPRRegisterClass(Inst, Rm, Address, Decoder))) in DecodeSORegImmOperand() [all …]
|
/external/gemmlowp/test/ |
D | test_math_helpers.cc | 36 Check(x >= RoundDown<Modulus>(x)); in test_round_up_down() 37 Check(x < RoundDown<Modulus>(x) + Modulus); in test_round_up_down() 38 Check(RoundDown<Modulus>(x) % Modulus == 0); in test_round_up_down() 40 Check(x <= RoundUp<Modulus>(x)); in test_round_up_down() 41 Check(x > RoundUp<Modulus>(x) - Modulus); in test_round_up_down() 42 Check(RoundUp<Modulus>(x) % Modulus == 0); in test_round_up_down() 56 Check(CeilQuotient(x, y) * y >= x); in test_ceil_quotient() 57 Check(CeilQuotient(x, y) * y < x + y); in test_ceil_quotient() 77 Check(RoundUpToPowerOfTwo(RoundUpToPowerOfTwo(x) == RoundUpToPowerOfTwo(x))); in test_round_up_to_next_power_of_two() 78 Check(RoundUpToPowerOfTwo(x) >= x); in test_round_up_to_next_power_of_two() [all …]
|
/external/llvm/test/CodeGen/AArch64/ |
D | aarch64-dynamic-stack-layout.ll | 100 ; Check that used callee-saved registers are saved 103 ; Check correctness of cfi pseudo-instructions 107 ; Check correct access to arguments passed on the stack, through stack pointer 110 ; Check correct access to local variable on the stack, through stack pointer 112 ; Check epilogue: 119 ; Check that used callee-saved registers are saved 122 ; Check that the frame pointer is created: 125 ; Check correctness of cfi pseudo-instructions 131 ; Check correct access to arguments passed on the stack, through frame pointer 134 ; Check correct access to local variable on the stack, through stack pointer [all …]
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 82 namespace Check { namespace 103 Check::CheckType CheckTy; 128 Pattern(Check::CheckType Ty) in Pattern() 161 Check::CheckType getCheckTy() const { return CheckTy; } in getCheckTy() 190 bool MatchFullLinesHere = MatchFullLines && CheckTy != Check::CheckNot; in ParsePattern() 408 if (CheckTy == Check::CheckEOF) { in Match() 639 size_t Check(const SourceMgr &SM, StringRef Buffer, bool IsLabelScanMode, 700 static size_t CheckTypeSize(Check::CheckType Ty) { in CheckTypeSize() 702 case Check::CheckNone: in CheckTypeSize() 703 case Check::CheckBadNot: in CheckTypeSize() [all …]
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 123 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() function 719 Check(Result, AddThumbPredicate(MI)); in getInstruction() 728 Check(Result, AddThumbPredicate(MI)); in getInstruction() 743 Check(Result, AddThumbPredicate(MI)); in getInstruction() 771 Check(Result, AddThumbPredicate(MI)); in getInstruction() 780 Check(Result, AddThumbPredicate(MI)); in getInstruction() 806 Check(Result, AddThumbPredicate(MI)); in getInstruction() 819 Check(Result, AddThumbPredicate(MI)); in getInstruction() 833 Check(Result, AddThumbPredicate(MI)); in getInstruction() 899 Check(S, DecodeGPRRegisterClass(Inst, RegNo, Address, Decoder)); in DecodeGPRnopcRegisterClass() [all …]
|
/external/clang/include/clang/StaticAnalyzer/Checkers/ |
D | Checkers.td | 87 HelpText<"Check for dereferences of null pointers">, 91 …HelpText<"Check for logical errors for function calls and Objective-C message expressions (e.g., u… 95 …HelpText<"Check for null pointers passed as arguments to a function whose arguments are references… 99 HelpText<"Check for declarations of VLA of undefined or zero size">, 103 HelpText<"Check for division by zero">, 107 HelpText<"Check for undefined results of binary operators">, 111 HelpText<"Check that addresses to stack memory do not escape the function">, 127 …HelpText<"Check when casting a malloc'ed type T, whether the size is a multiple of the size of T">, 131 HelpText<"Check for cast from non-struct pointer to struct pointer">, 139 HelpText<"Check for assignment of a fixed address to a pointer">, [all …]
|
/external/webrtc/webrtc/base/ |
D | socket_unittest.cc | 212 EXPECT_FALSE(sink.Check(server.get(), testing::SSE_READ)); in ConnectInternal() 223 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectInternal() 224 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE)); in ConnectInternal() 227 EXPECT_TRUE_WAIT((sink.Check(server.get(), testing::SSE_READ)), kTimeout); in ConnectInternal() 240 EXPECT_TRUE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectInternal() 241 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE)); in ConnectInternal() 272 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectWithDnsLookupInternal() 273 EXPECT_FALSE(sink.Check(client.get(), testing::SSE_CLOSE)); in ConnectWithDnsLookupInternal() 276 EXPECT_TRUE_WAIT((sink.Check(server.get(), testing::SSE_READ)), kTimeout); in ConnectWithDnsLookupInternal() 289 EXPECT_TRUE(sink.Check(client.get(), testing::SSE_OPEN)); in ConnectWithDnsLookupInternal() [all …]
|