Home
last modified time | relevance | path

Searched defs:check (Results 1 – 25 of 639) sorted by relevance

12345678910>>...26

/third_party/node/deps/npm/node_modules/assert-plus/
Dassert.js44 check: function (arg) { return typeof (arg) === 'boolean'; } method
47 check: function (arg) { return typeof (arg) === 'function'; } method
50 check: function (arg) { return typeof (arg) === 'string'; } method
53 check: function (arg) { method
58 check: function (arg) { method
63 check: function (arg) { method
68 check: function (arg) { return Buffer.isBuffer(arg); }, method
72 check: function (arg) { return Array.isArray(arg); }, method
76 check: function (arg) { return arg instanceof Stream; }, method
81 check: function (arg) { return arg instanceof Date; }, method
[all …]
/third_party/node/deps/npm/node_modules/copy-concurrently/node_modules/aproba/
Dindex.js8 '*': {label: 'any', check: function () { return true }}, method
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
/third_party/node/deps/npm/node_modules/gauge/node_modules/aproba/
Dindex.js8 '*': {label: 'any', check: function () { return true }}, method
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
/third_party/node/deps/npm/node_modules/move-concurrently/node_modules/aproba/
Dindex.js8 '*': {label: 'any', check: function () { return true }}, method
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
/third_party/node/deps/npm/node_modules/run-queue/node_modules/aproba/
Dindex.js8 '*': {label: 'any', check: function () { return true }}, method
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
/third_party/node/deps/npm/node_modules/gentle-fs/node_modules/aproba/
Dindex.js8 '*': {label: 'any', check: function () { return true }}, method
9 …A: {label: 'array', check: function (thingy) { return Array.isArray(thingy) || isArguments(thingy)… method
10 S: {label: 'string', check: function (thingy) { return typeof thingy === 'string' }}, method
11 N: {label: 'number', check: function (thingy) { return typeof thingy === 'number' }}, method
12 F: {label: 'function', check: function (thingy) { return typeof thingy === 'function' }}, method
13 …O: {label: 'object', check: function (thingy) { return typeof thingy === 'object' && thingy != nul… method
14 B: {label: 'boolean', check: function (thingy) { return typeof thingy === 'boolean' }}, method
15 E: {label: 'error', check: function (thingy) { return thingy instanceof Error }}, method
16 Z: {label: 'null', check: function (thingy) { return thingy == null }} method
/third_party/node/test/cctest/
Dtest_traced_value.cc30 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/node/deps/npm/node_modules/node-gyp/lib/
Dfind-python.js73 check: this.checkCommand, property
87 check: this.checkCommand, property
92 check: this.checkCommand, property
97 check: this.checkCommand, property
102 check: this.checkCommand, property
113 check: this.checkPyLauncher property
122 check: this.checkExecPath, property
/third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/
Dpeeling.cpp503 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/
Dpeeling.cpp503 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/spirv-tools/test/opt/loop_optimizations/
Dpeeling.cpp503 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/typescript/tests/baselines/reference/
DparserVariableDeclaration2.js3 var check = function () { function
14 var check = function () { function
/third_party/node/test/parallel/
Dtest-console-clear.js9 const check = '\u001b[1;1H\u001b[0J'; constant
11 function doTest(isTTY, check) { argument
Dtest-child-process-execfile.js58 const check = common.mustCall((err) => { constant
77 const check = common.mustCall((err) => { constant
/third_party/python/Tools/c-analyzer/c_common/
Dfsutil.py169 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/python/Lib/test/
Dtest_tcl.py292 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/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLSanityCheckTest.cpp38 auto check = eglGetProcAddress("WigglyWombats"); in TEST_P() local
55 auto check = [&systemInfo](const PlatformParameters &params) { in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLReadinessCheckTest.cpp38 auto check = eglGetProcAddress("WigglyWombats"); in TEST_P() local
55 auto check = [&systemInfo](const PlatformParameters &params) { in TEST_P() local
/third_party/node/deps/icu-small/source/tools/toolutil/
Dpkgitems.cpp165 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/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Dpkgitems.cpp165 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()
370 CheckDependency check, void *context, in ures_enumDependencies()
448 CheckDependency check, void *context, in ucnv_enumDependencies()
578 Package::enumDependencies(Item *pItem, void *context, CheckDependency check) { in enumDependencies()
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Dpkgitems.cpp165 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/icu/icu4c/source/tools/toolutil/
Dpkgitems.cpp165 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/openh264/test/api/
Dc_interface_test.c12 void CheckEncoderInterface (ISVCEncoder* p, CheckFunc check) { in CheckEncoderInterface()
24 void CheckDecoderInterface (ISVCDecoder* p, CheckFunc check) { in CheckDecoderInterface()
/third_party/typescript/tests/cases/fourslash/
DcompletionListInFunctionExpression.ts9 function check() { function
/third_party/gstreamer/gst_libav/tests/
Dmeson.build2 subdir('check') subdir

12345678910>>...26