/third_party/curl/tests/unit/ |
D | unit1614.c | 38 struct check { struct 57 struct check list4[]= { argument
|
/third_party/node/test/cctest/ |
D | test_traced_value.cc | 30 static const char* check = "{\"a\":\"b\",\"b\":1,\"c\":1.234,\"d\":\"NaN\"," in TEST() local 58 static const char* check = "[\"a\",1,1.234,\"NaN\",\"Infinity\"," in TEST() local 81 static const char* check = "{\"a\":" UTF8_RESULT "}"; in TEST() local 93 static const char* check = "[" UTF8_RESULT "]"; in TEST() local
|
/third_party/typescript/tests/baselines/reference/ |
D | privateNameInInExpressionTransform(target=es2022).js | 8 check(v: any) { method in Foo 37 check(v: any) { method in Bar 55 check(v) { method in Foo 80 check(v) { method in Bar
|
D | privateNameInInExpressionTransform(target=esnext).js | 8 check(v: any) { method in Foo 37 check(v: any) { method in Bar 55 check(v) { method in Foo 80 check(v) { method in Bar
|
D | privateNameInInExpressionTransform(target=es2020).js | 8 check(v: any) { method in Foo 37 check(v: any) { method in Bar 60 check(v) { method in Foo 89 check(v) { method in Bar
|
D | parserVariableDeclaration2.js | 3 var check = function () { function 14 var check = function () { function
|
/third_party/spirv-tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 503 const std::string check = R"( in TEST_F() local 557 const std::string check = R"( in TEST_F() local 614 const std::string check = R"( in TEST_F() local 667 const std::string check = R"( in TEST_F() local 774 const std::string check = R"( in TEST_F() local 826 const std::string check = R"( in TEST_F() local 927 const std::string check = R"( in TEST_F() local 977 const std::string check = R"( in TEST_F() local 1099 const std::string check = R"( in TEST_F() local 1151 const std::string check = R"( in TEST_F() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 503 const std::string check = R"( in TEST_F() local 557 const std::string check = R"( in TEST_F() local 614 const std::string check = R"( in TEST_F() local 667 const std::string check = R"( in TEST_F() local 774 const std::string check = R"( in TEST_F() local 826 const std::string check = R"( in TEST_F() local 927 const std::string check = R"( in TEST_F() local 977 const std::string check = R"( in TEST_F() local 1099 const std::string check = R"( in TEST_F() local 1151 const std::string check = R"( in TEST_F() local
|
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
D | peeling.cpp | 503 const std::string check = R"( in TEST_F() local 557 const std::string check = R"( in TEST_F() local 614 const std::string check = R"( in TEST_F() local 667 const std::string check = R"( in TEST_F() local 774 const std::string check = R"( in TEST_F() local 826 const std::string check = R"( in TEST_F() local 927 const std::string check = R"( in TEST_F() local 977 const std::string check = R"( in TEST_F() local 1099 const std::string check = R"( in TEST_F() local 1151 const std::string check = R"( in TEST_F() local
|
/third_party/node/test/parallel/ |
D | test-console-clear.js | 9 const check = '\u001b[1;1H\u001b[0J'; constant 11 function doTest(isTTY, check) { argument
|
/third_party/python/Tools/c-analyzer/c_common/ |
D | fsutil.py | 169 def check(): function 310 def is_readable(file, *, user=None, check=False): argument 323 def is_writable(file, *, user=None, check=False): argument 336 def is_executable(file, *, user=None, check=False): argument 366 def _check_file(filename, check): argument 414 def _check_mode(st, mode, check, user): argument
|
/third_party/typescript/tests/cases/conformance/classes/members/privateNames/ |
D | privateNameInInExpressionTransform.ts | 9 check(v: any) { method in Foo 38 check(v: any) { method in Bar
|
/third_party/node/deps/v8/src/compiler/ |
D | redundancy-elimination.cc | 227 for (Check const* check = head_; check != nullptr; check = check->next) { in LookupCheck() local 238 for (Check const* check = head_; check != nullptr; check = check->next) { in LookupBoundsCheckFor() local 270 if (Node* check = checks->LookupCheck(node)) { in ReduceCheckNode() local 330 if (Node* check = checks->LookupBoundsCheckFor(first)) { in ReduceSpeculativeNumberComparison() local 348 if (Node* check = checks->LookupBoundsCheckFor(second)) { in ReduceSpeculativeNumberComparison() local 385 if (Node* check = checks->LookupBoundsCheckFor(first)) { in ReduceSpeculativeNumberOperation() local
|
/third_party/python/Lib/test/ |
D | test_tcl.py | 292 def check(expr, expected): function 327 def check(expr, expected): function 359 def check(expr, expected): function 391 def check(expr, expected): function 431 def check(expr, expected): function 519 def check(value, expected=None, *, eq=self.assertEqual): function 713 def check(value): function
|
/third_party/curl/lib/ |
D | noproxy.c | 50 unsigned int check = 0; in Curl_cidr4_match() local 85 unsigned char check[16]; in Curl_cidr6_match() local 220 const char *check = token; in Curl_check_noproxy() local
|
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/ |
D | EGLReadinessCheckTest.cpp | 38 auto check = eglGetProcAddress("WigglyWombats"); in TEST_P() local 55 auto check = [&systemInfo](const PlatformParameters ¶ms) { in TEST_P() local
|
/third_party/icu/icu4c/source/tools/toolutil/ |
D | pkgitems.cpp | 165 CheckDependency check, void *context, in checkIDSuffix() 176 checkParent(const char *itemName, CheckDependency check, void *context, in checkParent() 225 CheckDependency check, void *context, UErrorCode *pErrorCode) { in checkAlias() 284 CheckDependency check, void *context, in ures_enumDependencies() 376 CheckDependency check, void *context, in ures_enumDependencies() 458 CheckDependency check, void *context, in ucnv_enumDependencies() 588 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) { in enumDependencies()
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
D | pkgitems.cpp | 165 CheckDependency check, void *context, in checkIDSuffix() 176 checkParent(const char *itemName, CheckDependency check, void *context, in checkParent() 225 CheckDependency check, void *context, UErrorCode *pErrorCode) { in checkAlias() 284 CheckDependency check, void *context, in ures_enumDependencies() 371 CheckDependency check, void *context, in ures_enumDependencies() 450 CheckDependency check, void *context, in ucnv_enumDependencies() 580 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) { in enumDependencies()
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
D | pkgitems.cpp | 165 CheckDependency check, void *context, in checkIDSuffix() 176 checkParent(const char *itemName, CheckDependency check, void *context, in checkParent() 225 CheckDependency check, void *context, UErrorCode *pErrorCode) { in checkAlias() 284 CheckDependency check, void *context, in ures_enumDependencies() 376 CheckDependency check, void *context, in ures_enumDependencies() 458 CheckDependency check, void *context, in ucnv_enumDependencies() 588 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) { in enumDependencies()
|
/third_party/openh264/test/api/ |
D | c_interface_test.c | 12 void CheckEncoderInterface (ISVCEncoder* p, CheckFunc check) { in CheckEncoderInterface() 24 void CheckDecoderInterface (ISVCDecoder* p, CheckFunc check) { in CheckDecoderInterface()
|
/third_party/typescript/tests/cases/fourslash/ |
D | completionListInFunctionExpression.ts | 9 function check() { function
|
D | getCompletionEntryDetails.ts | 10 const check = () => verify.completions({ constant
|
/third_party/python/Lib/ |
D | lzma.py | 50 format=None, check=-1, preset=None, filters=None): argument 272 format=None, check=-1, preset=None, filters=None, argument 319 def compress(data, format=FORMAT_XZ, check=-1, preset=None, filters=None): argument
|
/third_party/mbedtls/tests/scripts/ |
D | check-generated-files.sh | 60 check() function
|
/third_party/typescript/tests/cases/conformance/types/thisType/ |
D | thisTypeInFunctions3.ts | 2 check<TProp extends this>(prop: TProp): boolean; method in Base
|