/third_party/mbedtls/tests/suites/ |
D | test_suite_cipher.padding.data | 48 Check PKCS padding #1 (correct) 52 Check PKCS padding #2 (correct) 56 Check PKCS padding #3 (correct) 60 Check PKCS padding #4 (correct) 64 Check PKCS padding #5 (null padding) 68 Check PKCS padding #6 (too few padding bytes) 72 Check PKCS padding #7 (non-uniform padding bytes #1) 76 Check PKCS padding #7 (non-uniform padding bytes #2) 80 Check PKCS padding #7 (non-uniform padding bytes #3) 84 Check PKCS padding #7 (non-uniform padding bytes #4) [all …]
|
D | test_suite_version.data | 1 Check compiletime library version 4 Check runtime library version 7 Check for MBEDTLS_VERSION_C 10 Check for MBEDTLS_AES_C when already present 14 Check for unknown define
|
D | test_suite_rsa.data | 279 RSA Check empty private key 282 RSA Check Private key #1 (Correct) 285 RSA Check Private key #2 (No P) 288 RSA Check Private key #3 (No Q) 291 RSA Check Private key #4 (No N) 294 RSA Check Private key #5 (No E) 297 RSA Check Private key #6 (No D) 300 RSA Check Private key #7 (No DP) 304 RSA Check Private key #8 (No DQ) 308 RSA Check Private key #9 (No QP) [all …]
|
/third_party/googletest/googletest/test/ |
D | gtest_environment_test.cc | 112 void Check(bool condition, const char* msg) { in Check() function 139 Check(testing::AddGlobalTestEnvironment(env) == env, in main() 144 Check(RunAllTests(env, NO_FAILURE) != 0, in main() 147 Check(test_was_run, in main() 150 Check(env->tear_down_was_run(), in main() 155 Check(RunAllTests(env, NON_FATAL_FAILURE) != 0, in main() 158 Check(test_was_run, in main() 161 Check(env->tear_down_was_run(), in main() 166 Check(RunAllTests(env, FATAL_FAILURE) != 0, in main() 169 Check(!test_was_run, in main() [all …]
|
/third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
D | DepthStencilLoadOpTests.cpp | 23 enum class Check { enum 31 std::ostream& operator<<(std::ostream& o, Check check) { in operator <<() 33 case Check::CopyStencil: in operator <<() 36 case Check::StencilTest: in operator <<() 39 case Check::CopyDepth: in operator <<() 42 case Check::DepthTest: in operator <<() 45 case Check::SampleDepth: in operator <<() 52 DAWN_TEST_PARAM_STRUCT(DepthStencilLoadOpTestParams, Format, Check); 98 case Check::SampleDepth: { in CheckMipLevel() 107 case Check::CopyDepth: { in CheckMipLevel() [all …]
|
/third_party/boost/libs/type_traits/test/ |
D | enable_if_test.cpp | 20 struct Check struct 24 struct Check<long> struct 30 Construct(T, typename boost::enable_if_<Check<T>::value>::type* = 0) in Construct() 33 Construct(T, typename boost::enable_if_<!Check<T>::value>::type* = 0) in Construct() 46 struct Specialize<T, typename boost::enable_if_<Check<T>::value>::type> 50 struct Specialize<T, typename boost::enable_if_<!Check<T>::value>::type> 54 typename boost::enable_if_<Check<T>::value, bool>::type Returns(T) in Returns() 60 typename boost::enable_if_<!Check<T>::value, bool>::type Returns(T) in Returns() 67 boost::enable_if_t<Check<T>::value, bool> Alias(T) in Alias() 73 boost::enable_if_t<!Check<T>::value, bool> Alias(T) in Alias()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 160 static bool Check(DecodeStatus &Out, DecodeStatus In) { in Check() function 841 Check(S, SoftFail); in AddThumbPredicate() 865 Check(S, SoftFail); in AddThumbPredicate() 895 Check(S, SoftFail); in UpdateThumbVFPPredicate() 927 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 936 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 951 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 988 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1003 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() 1012 Check(Result, AddThumbPredicate(MI)); in getThumbInstruction() [all …]
|
/third_party/boost/libs/statechart/test/ |
D | FifoSchedulerTest.cpp | 170 void Check( in Check() function 228 Check( scheduler, scheduler.create_processor< FifoSchedulerTest >(), 0 ); in test_main() 230 Check( in test_main() 233 Check( in test_main() 239 Check( in test_main() 244 Check( in test_main() 250 Check( in test_main() 255 Check( in test_main() 262 Check( in test_main() 267 Check( in test_main() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCheck.cpp | 311 bool MatchFullLinesHere = Req.MatchFullLines && CheckTy != Check::CheckNot; in parsePattern() 323 if (PatternStr.empty() && CheckTy != Check::CheckEmpty) { in parsePattern() 329 if (!PatternStr.empty() && CheckTy == Check::CheckEmpty) { in parsePattern() 337 if (CheckTy == Check::CheckEmpty) { in parsePattern() 605 if (CheckTy == Check::CheckEOF) { in match() 689 size_t MatchStartSkip = CheckTy == Check::CheckEmpty; in match() 754 Check::FileCheckType CheckTy, in ProcessMatchResult() 915 const Check::FileCheckType &CheckTy, in FileCheckDiag() 934 Check::FileCheckType &Check::FileCheckType::setCount(int C) { in setCount() 942 std::string Check::FileCheckType::getDescription(StringRef Prefix) const { in getDescription() [all …]
|
/third_party/node/src/ |
D | cares_wrap.cc | 181 OneByteString(env->isolate(), host->h_aliases[i])).Check(); in HostentToNames() 255 OneByteString(env->isolate(), ptr->h_name)).Check(); in ParseGeneralReply() 268 ret->Set(env->context(), i + offset, alias).Check(); in ParseGeneralReply() 276 ret->Set(env->context(), i + offset, address).Check(); in ParseGeneralReply() 302 OneByteString(env->isolate(), current->host)).Check(); in ParseMxReply() 305 Integer::New(env->isolate(), current->priority)).Check(); in ParseMxReply() 309 env->dns_mx_string()).Check(); in ParseMxReply() 311 ret->Set(env->context(), i + offset, mx_record).Check(); in ParseMxReply() 338 Integer::New(env->isolate(), current->critical)).Check(); in ParseCaaReply() 341 OneByteString(env->isolate(), current->value)).Check(); in ParseCaaReply() [all …]
|
/third_party/skia/tools/skiaserve/tester/ |
D | tester.py | 24 def Check(request): function 55 return Check(requests.get(self.url + '/info')) 62 return Check(requests.post(self.url + '/new', files=files)) 66 return WriteJson(Check(requests.get(self.url + '/cmd')), path) 72 return WritePng(Check(requests.get(url)), path) 75 return Check(requests.post(self.url + '/enableGPU/1')) 78 return Check(requests.post(self.url + '/enableGPU/0')) 86 return WriteJson(Check(requests.get(self.url + '/batches')), path)
|
/third_party/flutter/skia/tools/skiaserve/tester/ |
D | tester.py | 24 def Check(request): function 55 return Check(requests.get(self.url + '/info')) 62 return Check(requests.post(self.url + '/new', files=files)) 66 return WriteJson(Check(requests.get(self.url + '/cmd')), path) 72 return WritePng(Check(requests.get(url)), path) 75 return Check(requests.post(self.url + '/enableGPU/1')) 78 return Check(requests.post(self.url + '/enableGPU/0')) 86 return WriteJson(Check(requests.get(self.url + '/batches')), path)
|
/third_party/node/src/api/ |
D | exceptions.cc | 57 Integer::New(isolate, errorno)).Check(); in ErrnoException() 58 obj->Set(env->context(), env->code_string(), estring).Check(); in ErrnoException() 61 obj->Set(env->context(), env->path_string(), path_string).Check(); in ErrnoException() 67 OneByteString(isolate, syscall)).Check(); in ErrnoException() 140 Integer::New(isolate, errorno)).Check(); in UVException() 141 e->Set(env->context(), env->code_string(), js_code).Check(); in UVException() 142 e->Set(env->context(), env->syscall_string(), js_syscall).Check(); in UVException() 144 e->Set(env->context(), env->path_string(), js_path).Check(); in UVException() 146 e->Set(env->context(), env->dest_string(), js_dest).Check(); in UVException() 214 .Check(); in WinapiErrnoException() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/ARM/ |
D | ARMGenDisassemblerTables.inc | 16789 … if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 16791 … if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 16793 … if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 16795 … if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 16797 if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 16801 … if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 16803 … if (!Check(S, DecodeGPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 16807 … if (!Check(S, DecodeSORegImmOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 16809 … if (!Check(S, DecodePredicateOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 16811 if (!Check(S, DecodeCCOutOperand(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenDisassemblerTables.inc | 20653 … if (!Check(S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 20655 …if (!Check(S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail… 20657 … if (!Check(S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 20659 … if (!Check(S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 20663 …if (!Check(S, DecodeFPR64RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail;… 20665 …if (!Check(S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail… 20667 … if (!Check(S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 20671 …if (!Check(S, DecodeFPR8RegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } 20673 …if (!Check(S, DecodePPR_3bRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail… 20675 … if (!Check(S, DecodeZPRRegisterClass(MI, tmp, Address, Decoder))) { return MCDisassembler::Fail; } [all …]
|
/third_party/ninja/src/ |
D | test.h | 43 bool Check(bool condition, const char* file, int line, const char* error); 65 g_current_test->Check(a == b, __FILE__, __LINE__, #a " == " #b) 67 g_current_test->Check(a != b, __FILE__, __LINE__, #a " != " #b) 69 g_current_test->Check(a > b, __FILE__, __LINE__, #a " > " #b) 71 g_current_test->Check(a < b, __FILE__, __LINE__, #a " < " #b) 73 g_current_test->Check(a >= b, __FILE__, __LINE__, #a " >= " #b) 75 g_current_test->Check(a <= b, __FILE__, __LINE__, #a " <= " #b) 77 g_current_test->Check(static_cast<bool>(a), __FILE__, __LINE__, #a) 79 g_current_test->Check(!static_cast<bool>(a), __FILE__, __LINE__, #a)
|
/third_party/flutter/flutter/packages/flutter/test/services/ |
D | keyboard_key_test.dart | 11 // Check a letter key 13 // Check a control key 15 // Check a modifier key 27 // Check a letter key 29 // Check a control key 31 // Check a modifier key 35 // Check some common control characters 41 // Check non-control characters
|
/third_party/typescript/tests/baselines/reference/ |
D | duplicateLocalVariable1.types | 206 …Check file exists", function () { return FileManager.DirectoryManager.fileExists… 207 …Check file exists", function () { return FileManager.DirectoryManager.fileExists… 208 …Check file exists", function () { return FileManager.DirectoryManager.fileExists… 302 testRunner.addTest(new TestCase("Check file exists", 303 >testRunner.addTest(new TestCase("Check file exists", function () { return FileMa… 307 >new TestCase("Check file exists", function () { return FileManager.DirectoryMana… 309 >"Check file exists" : "Check file exists" 326 testRunner.addTest(new TestCase("Check file doesn't exist", 327 >testRunner.addTest(new TestCase("Check file doesn't exist", function () { return… 331 >new TestCase("Check file doesn't exist", function () { return !FileManager.Direc… [all …]
|
D | inferThisType.symbols | 19 type Check<T> = T extends (this: infer U, ...args: any[]) => any ? string : unknown; 20 >Check : Symbol(Check, Decl(inferThisType.ts, 2, 4)) 27 type r1 = Check<(this: number) => void>; // should be string 29 >Check : Symbol(Check, Decl(inferThisType.ts, 2, 4))
|
D | duplicateLocalVariable1.errors.txt | 75 testRunner.addTest(new TestCase("Check file exists", 79 testRunner.addTest(new TestCase("Check file doesn't exist", 85 testRunner.addTest(new TestCase("Check text file match", 91 testRunner.addTest(new TestCase("Check makefile match", 95 testRunner.addTest(new TestCase("Check binary file doesn't match", 102 testRunner.addTest(new TestCase("Check App defaults", 113 testRunner.addTest(new TestCase("Check App params", 127 testRunner.addTest(new TestCase("Check encoding detection no BOM", 132 testRunner.addTest(new TestCase("Check encoding detection UTF8 BOM", 137 testRunner.addTest(new TestCase("Check encoding detection UTF16be BOM", [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 157 auto *Check = in generatePoisonChecksForBinOp() local 160 Checks.push_back(Check); in generatePoisonChecksForBinOp() 166 auto *Check = in generatePoisonChecksForBinOp() local 169 Checks.push_back(Check); in generatePoisonChecksForBinOp() 202 Value *Check = in generatePoisonChecks() local 205 Checks.push_back(Check); in generatePoisonChecks() 214 Value *Check = in generatePoisonChecks() local 217 Checks.push_back(Check); in generatePoisonChecks() 297 if (auto *Check = generatePoisonChecks(I)) in rewrite() local 298 Checks.push_back(Check); in rewrite()
|
/third_party/node/deps/npm/node_modules/npm-install-checks/ |
D | README.md | 8 Check if node/npm version is supported by the package. If not 15 Check if OS/Arch is supported by the package. 20 Check for cyclic dependencies. 25 Check if a folder is a .git folder.
|
/third_party/selinux/secilc/test/ |
D | name_resolution_test.cil | 25 ;; Check global resolution 31 ;; Check block and sub-block resolution 50 ;; Check macro arg resolution 58 ;; Check resolution for a macro with a parent decl 68 ;; Check resolution for a macro with a caller decl 82 ;; Check resolution for blockinherits with type in inheriting block 96 ;; Check resolution for blockinherits with no type in inheriting block 110 ;; Check for proper resolution of t 129 ;; Check that improper name causes an error
|
/third_party/jerryscript/tools/ |
D | run-tests.py | 527 Check = collections.namedtuple('Check', ['enabled', 'runner', 'arg']) variable 531 Check(options.check_signed_off, run_check, [settings.SIGNED_OFF_SCRIPT] 533 Check(options.check_cppcheck, run_check, [settings.CPPCHECK_SCRIPT]), 534 Check(options.check_doxygen, run_check, [settings.DOXYGEN_SCRIPT]), 535 Check(options.check_pylint, run_check, [settings.PYLINT_SCRIPT]), 536 Check(options.check_vera, run_check, [settings.VERA_SCRIPT]), 537 Check(options.check_license, run_check, [settings.LICENSE_SCRIPT]), 538 Check(options.check_magic_strings, run_check, [settings.MAGIC_STRINGS_SCRIPT]), 539 Check(options.jerry_debugger, run_jerry_debugger_tests, options), 540 Check(options.jerry_tests, run_jerry_tests, options), [all …]
|
/third_party/flutter/skia/third_party/externals/sdl/test/ |
D | configure.in | 8 dnl Check for tools 12 dnl Check for compiler environment 88 dnl Check for SDL 97 dnl Check for X11 path, needed for OpenGL on some systems 118 dnl Check for OpenGL 129 dnl Check for OpenGL ES 144 dnl Check for OpenGL ES2 182 dnl Check for SDL_ttf
|