/third_party/vk-gl-cts/framework/delibs/decpp/ |
D | deSharedPtr.cpp | 44 Object (bool& exists) in Object() argument 45 : m_exists(exists) in Object() 62 DerivedObject (bool& exists) in DerivedObject() argument 63 : Object(exists) in DerivedObject() 71 SharedPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in SharedPtrTestThread() argument 73 , m_exists (exists) in SharedPtrTestThread() 107 WeakPtrTestThread (const SharedPtr<Object>& ptr, const bool& exists) in WeakPtrTestThread() argument 109 , m_exists (exists) in WeakPtrTestThread() 140 SharedPtr<Object> makeObject (bool& exists) in makeObject() argument 142 return SharedPtr<Object>(new Object(exists)); in makeObject() [all …]
|
D | deUniquePtr.cpp | 37 Object (bool& exists) in Object() argument 38 : m_exists(exists) in Object() 66 MovePtr<Object> createObject (bool& exists) in createObject() argument 68 UniquePtr<Object> objectPtr(new Object(exists)); in createObject() 78 bool exists = false; in UniquePtr_selfTest() local 80 UniquePtr<Object> ptr(new Object(exists)); in UniquePtr_selfTest() 81 DE_TEST_ASSERT(exists); in UniquePtr_selfTest() 84 DE_TEST_ASSERT(!exists); in UniquePtr_selfTest() 89 bool exists = false; in UniquePtr_selfTest() local 92 UniquePtr<Object> ptr(new Object(exists)); in UniquePtr_selfTest() [all …]
|
/third_party/node/deps/npm/node_modules/path-exists/ |
D | readme.md | 1 # path-exists [![Build Status](https://travis-ci.org/sindresorhus/path-exists.svg?branch=master)](h… 3 > Check if a path exists 5 …exists()`](https://nodejs.org/api/fs.html#fs_fs_exists_path_callback) is being [deprecated](https:… 9 …exists before opening it is an anti-pattern that leaves you vulnerable to race conditions: another… 15 $ npm install --save path-exists 23 const pathExists = require('path-exists'); 25 pathExists('foo.js').then(exists => { 26 console.log(exists); 36 Returns a promise for a boolean of whether the path exists. 40 Returns a boolean of whether the path exists. [all …]
|
/third_party/libffi/testsuite/lib/ |
D | target-libpath.exp | 58 if { [info exists GCC_EXEC_PREFIX] && ![info exists env(GCC_EXEC_PREFIX)] } { 73 if [info exists env(LD_LIBRARY_PATH)] { 77 if [info exists env(LD_RUN_PATH)] { 81 if [info exists env(SHLIB_PATH)] { 85 if [info exists env(LD_LIBRARYN32_PATH)] { 89 if [info exists env(LD_LIBRARY64_PATH)] { 93 if [info exists env(LD_LIBRARY_PATH_32)] { 97 if [info exists env(LD_LIBRARY_PATH_64)] { 101 if [info exists env(DYLD_LIBRARY_PATH)] { 105 if [info exists env(PATH)] { [all …]
|
/third_party/gstreamer/gstplugins_bad/ext/dash/ |
D | gstxmlhelper.c | 339 gboolean exists = FALSE; in gst_xml_helper_get_prop_validated_string() local 349 exists = TRUE; in gst_xml_helper_get_prop_validated_string() 353 return exists; in gst_xml_helper_get_prop_validated_string() 361 gboolean exists = FALSE; in gst_xml_helper_get_ns_prop_string() local 368 exists = TRUE; in gst_xml_helper_get_ns_prop_string() 372 return exists; in gst_xml_helper_get_ns_prop_string() 390 gboolean exists = FALSE; in gst_xml_helper_get_prop_string_vector_type() local 396 exists = TRUE; in gst_xml_helper_get_prop_string_vector_type() 409 return exists; in gst_xml_helper_get_prop_string_vector_type() 417 gboolean exists = FALSE; in gst_xml_helper_get_prop_signed_integer() local [all …]
|
/third_party/node/deps/npm/node_modules/yargs/node_modules/locate-path/ |
D | readme.md | 3 > Get the first path that exists on disk of multiple paths 15 Here we find the first file that exists on disk, in array order. 22 'rainbow.png', // Only this one actually exists on disk 37 Returns a `Promise` for the first path that exists or `undefined` if none exists. 75 Returns the first path that exists or `undefined` if none exists. 94 - [path-exists](https://github.com/sindresorhus/path-exists) - Check if a path exists
|
/third_party/node/deps/npm/node_modules/libnpmconfig/node_modules/locate-path/ |
D | readme.md | 3 > Get the first path that exists on disk of multiple paths 15 Here we find the first file that exists on disk, in array order. 22 'rainbow.png', // Only this one actually exists on disk 37 Returns a `Promise` for the first path that exists or `undefined` if none exists. 75 Returns the first path that exists or `undefined` if none exists. 94 - [path-exists](https://github.com/sindresorhus/path-exists) - Check if a path exists
|
/third_party/node/test/parallel/ |
D | test-fs-exists.js | 28 assert.throws(() => fs.exists(f), { code: 'ERR_INVALID_CALLBACK' }); 29 assert.throws(() => fs.exists(), { code: 'ERR_INVALID_CALLBACK' }); 30 assert.throws(() => fs.exists(f, {}), { code: 'ERR_INVALID_CALLBACK' }); 32 fs.exists(f, common.mustCall(function(y) { 36 fs.exists(`${f}-NO`, common.mustCall(function(y) { 42 fs.exists(new URL('https://foo'), common.mustCall(function(y) { 46 fs.exists({}, common.mustCall(function(y) {
|
/third_party/skia/third_party/externals/spirv-tools/tools/sva/src/ |
D | parser_test.js | 27 assert.exists(ast); 42 assert.exists(ast, p.error); 62 assert.exists(ast); 82 assert.exists(ast); 93 assert.exists(ast); 113 assert.exists(ast); 131 assert.exists(ast); 152 assert.exists(ast); 180 assert.exists(ast, p.error); 203 assert.exists(ast, p.error); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/tools/sva/src/ |
D | parser_test.js | 27 assert.exists(ast); 42 assert.exists(ast, p.error); 62 assert.exists(ast); 82 assert.exists(ast); 93 assert.exists(ast); 113 assert.exists(ast); 131 assert.exists(ast); 152 assert.exists(ast); 180 assert.exists(ast, p.error); 203 assert.exists(ast, p.error); [all …]
|
/third_party/spirv-tools/tools/sva/src/ |
D | parser_test.js | 27 assert.exists(ast); 42 assert.exists(ast, p.error); 62 assert.exists(ast); 82 assert.exists(ast); 93 assert.exists(ast); 113 assert.exists(ast); 131 assert.exists(ast); 152 assert.exists(ast); 180 assert.exists(ast, p.error); 203 assert.exists(ast, p.error); [all …]
|
/third_party/flutter/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 346 Bool exists; in XNVCTRLQueryTargetAttribute() local 367 exists = rep.flags; in XNVCTRLQueryTargetAttribute() 368 if (exists && value) *value = rep.value; in XNVCTRLQueryTargetAttribute() 371 return exists; in XNVCTRLQueryTargetAttribute() 397 Bool exists; in XNVCTRLQueryTargetAttribute64() local 418 exists = rep.flags; in XNVCTRLQueryTargetAttribute64() 419 if (exists && value) *value = rep.value_64; in XNVCTRLQueryTargetAttribute64() 422 return exists; in XNVCTRLQueryTargetAttribute64() 437 Bool exists; in XNVCTRLQueryTargetStringAttribute() local 464 exists = rep.flags; in XNVCTRLQueryTargetStringAttribute() [all …]
|
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
D | NVCtrl.c | 346 Bool exists; in XNVCTRLQueryTargetAttribute() local 367 exists = rep.flags; in XNVCTRLQueryTargetAttribute() 368 if (exists && value) *value = rep.value; in XNVCTRLQueryTargetAttribute() 371 return exists; in XNVCTRLQueryTargetAttribute() 397 Bool exists; in XNVCTRLQueryTargetAttribute64() local 418 exists = rep.flags; in XNVCTRLQueryTargetAttribute64() 419 if (exists && value) *value = rep.value_64; in XNVCTRLQueryTargetAttribute64() 422 return exists; in XNVCTRLQueryTargetAttribute64() 437 Bool exists; in XNVCTRLQueryTargetStringAttribute() local 464 exists = rep.flags; in XNVCTRLQueryTargetStringAttribute() [all …]
|
/third_party/cef/tools/automate/ |
D | automate-git.py | 88 if not os.path.exists(path): 96 if os.path.exists(path): 104 if not options.dryrun and os.path.exists(target): 108 if os.path.exists(source): 116 if not options.dryrun and os.path.exists(target): 120 if os.path.exists(source): 128 return os.path.exists(os.path.join(path, '.git')) 195 elif os.path.exists(src): 215 if temporary and os.path.exists(archive_path): 221 if os.path.exists(path): [all …]
|
/third_party/python/Lib/distutils/tests/ |
D | test_archive_util.py | 119 self.assertTrue(os.path.exists(tarball)) 163 self.assertTrue(os.path.exists(tarball)) 177 self.assertTrue(os.path.exists(tarball2)) 191 self.assertTrue(os.path.exists(tarball)) 202 self.assertTrue(os.path.exists(tarball)) 220 self.assertTrue(os.path.exists(tarball)) 234 self.assertFalse(os.path.exists(tarball)) 248 self.assertTrue(os.path.exists(tarball)) 274 self.assertTrue(os.path.exists(tarball)) 307 self.assertTrue(os.path.exists(res)) [all …]
|
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
D | gen_vulkan_header.py | 37 if os.path.exists(header): 53 if os.path.exists(xmlfile): 84 if os.path.exists(xmlfile): 198 if os.path.exists(x): 204 if os.path.exists(x): 211 if not os.path.exists(x): 218 if not os.path.exists(x): 265 if not os.path.exists(args.basexml): 268 if not os.path.exists(args.supersetxml): 271 if not os.path.exists(args.header):
|
/third_party/glslang/Test/baseResults/ |
D | 300operations.frag.out | 3 ERROR: 0:30: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of … 4 ERROR: 0:31: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of … 5 ERROR: 0:32: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of … 6 ERROR: 0:33: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of … 7 ERROR: 0:34: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of … 9 ERROR: 0:36: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of … 10 ERROR: 0:37: '-' : wrong operand types: no operation '-' exists that takes a left-hand operand of … 11 ERROR: 0:38: '+' : wrong operand types: no operation '+' exists that takes a left-hand operand of … 12 ERROR: 0:39: '*' : wrong operand types: no operation '*' exists that takes a left-hand operand of … 13 ERROR: 0:40: '/' : wrong operand types: no operation '/' exists that takes a left-hand operand of … [all …]
|
/third_party/python/Lib/test/ |
D | test_unicode_file.py | 22 if os.path.exists(filename): 32 self.assertTrue(os.path.exists(filename)) 35 self.assertTrue(os.path.exists(os.path.abspath(filename))) 71 self.assertFalse(os.path.exists(filename2)) 72 self.assertTrue(os.path.exists(filename1 + '.new')) 74 self.assertFalse(os.path.exists(filename2 + '.new')) 75 self.assertTrue(os.path.exists(filename1)) 84 self.assertFalse(os.path.exists(filename2 + '.new')) 111 self.assertTrue(not os.path.exists(filename))
|
D | test_py_compile.py | 78 self.assertTrue(os.path.exists(self.pyc_path)) 79 self.assertFalse(os.path.exists(self.cache_path)) 93 @unittest.skipIf(not os.path.exists(os.devnull) or os.path.isfile(os.devnull), 103 self.assertTrue(os.path.exists(self.cache_path)) 109 self.assertTrue(os.path.exists(self.pyc_path)) 110 self.assertFalse(os.path.exists(self.cache_path)) 115 self.assertTrue(os.path.exists(self.pyc_path)) 116 self.assertFalse(os.path.exists(self.cache_path)) 138 self.assertFalse(os.path.exists( 143 self.assertTrue(os.path.exists(self.pyc_path)) [all …]
|
/third_party/flutter/engine/flutter/testing/ |
D | run_tests.py | 42 if os.path.exists(path): 47 if os.path.exists(exe_path): 51 if os.path.exists(bat_path): 128 assert os.path.exists(dart) 129 assert os.path.exists(frontend_server) 130 assert os.path.exists(flutter_patched_sdk) 131 assert os.path.exists(test_packages) 153 assert os.path.exists(kernel_file_output) 191 if os.path.exists(variant_out_dir): 216 if os.path.exists(android_out_dir): [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | mixinPrivateAndProtected.errors.txt | 4 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… 6 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… 8 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… 10 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… 12 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… 14 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… 16 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… 18 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… 20 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… 79 … A>.(Anonymous class) & A' was reduced to 'never' because property 'pvt' exists in multiple consti… [all …]
|
D | objectLiteralWithSemicolons2.errors.txt | 1 tests/cases/compiler/objectLiteralWithSemicolons2.ts(2,3): error TS18004: No value exists in scope … 3 tests/cases/compiler/objectLiteralWithSemicolons2.ts(3,3): error TS18004: No value exists in scope … 5 tests/cases/compiler/objectLiteralWithSemicolons2.ts(4,3): error TS18004: No value exists in scope … 12 !!! error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or p… 17 !!! error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or p… 22 !!! error TS18004: No value exists in scope for the shorthand property 'c'. Either declare one or p…
|
D | objectLiteralWithSemicolons1.errors.txt | 1 tests/cases/compiler/objectLiteralWithSemicolons1.ts(1,11): error TS18004: No value exists in scope… 3 tests/cases/compiler/objectLiteralWithSemicolons1.ts(1,14): error TS18004: No value exists in scope… 5 tests/cases/compiler/objectLiteralWithSemicolons1.ts(1,17): error TS18004: No value exists in scope… 11 !!! error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or p… 15 !!! error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or p… 19 !!! error TS18004: No value exists in scope for the shorthand property 'c'. Either declare one or p…
|
/third_party/protobuf/python/ |
D | setup.py | 23 if 'PROTOC' in os.environ and os.path.exists(os.environ['PROTOC']): 25 elif os.path.exists("../src/protoc"): 27 elif os.path.exists("../src/protoc.exe"): 29 elif os.path.exists("../vsprojects/Debug/protoc.exe"): 31 elif os.path.exists("../vsprojects/Release/protoc.exe"): 54 if not require and not os.path.exists(source): 59 if (not os.path.exists(output) or 60 (os.path.exists(source) and 64 if not os.path.exists(source):
|
/third_party/node/deps/npm/test/tap/ |
D | tree-style.js | 88 function exists (t, filepath, msg) { function 105 exists(t, modJoin(testNormal, 'modA'), 'normal install; module A') 106 exists(t, modJoin(testNormal, 'modB'), 'normal install; module B') 107 exists(t, modJoin(testNormal, 'modC'), 'normal install; module C') 113 exists(t, modJoin(testGlobal, 'modA', 'modB'), 'global-style install; module B') 114 exists(t, modJoin(testGlobal, 'modA', 'modC'), 'global-style install; module C') 120 exists(t, modJoin(testLegacy, 'modA', 'modB', 'modC'), 'legacy-bundling install; module C')
|