Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 1825) sorted by relevance

12345678910>>...73

/third_party/vk-gl-cts/framework/delibs/decpp/
DdeSharedPtr.cpp44 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 …]
DdeUniquePtr.cpp37 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/libffi/testsuite/lib/
Dtarget-libpath.exp58 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/
Dgstxmlhelper.c339 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 …]
Dgstmpdhelper.c30 gboolean exists = FALSE; in gst_mpd_helper_get_mpd_type() local
37 exists = TRUE; in gst_mpd_helper_get_mpd_type()
42 exists = TRUE; in gst_mpd_helper_get_mpd_type()
52 return exists; in gst_mpd_helper_get_mpd_type()
61 gboolean exists = FALSE; in gst_mpd_helper_get_SAP_type() local
67 exists = TRUE; in gst_mpd_helper_get_SAP_type()
78 return exists; in gst_mpd_helper_get_SAP_type()
/third_party/node/test/parallel/
Dtest-fs-exists.js28 assert.throws(() => fs.exists(f), { code: 'ERR_INVALID_ARG_TYPE' });
29 assert.throws(() => fs.exists(), { code: 'ERR_INVALID_ARG_TYPE' });
30 assert.throws(() => fs.exists(f, {}), { code: 'ERR_INVALID_ARG_TYPE' });
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/
Dparser_test.js27 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/
Dparser_test.js27 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 …]
Dassembler_test.js45 assert.exists(ast, p.error);
59 assert.exists(ast, p.error);
80 assert.exists(ast, p.error);
99 assert.exists(ast, p.error);
117 assert.exists(ast, p.error);
135 assert.exists(ast, p.error);
153 assert.exists(ast, p.error);
/third_party/spirv-tools/tools/sva/src/
Dparser_test.js27 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/angle2/src/third_party/libXNVCtrl/
DNVCtrl.c346 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/python/Lib/distutils/tests/
Dtest_archive_util.py119 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/weex-loader/
Dmodule-source.js19 const exists = function(src, dst, callback) { function
23 fs.exists(dst, function(exists) { argument
24 if (exists) {
58 exists(_src, _dst, copy);
66 exists(path.resolve(__dirname, src), dist, copy);
/third_party/cef/tools/automate/
Dautomate-git.py88 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/vk-gl-cts/external/vulkancts/scripts/
Dgen_vulkan_header.py37 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/python/Lib/test/
Dtest_unicode_file.py22 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))
Dtest_py_compile.py78 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/glslang/Test/baseResults/
D300operations.frag.out3 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/typescript/tests/baselines/reference/
DobjectLiteralWithSemicolons2.errors.txt1 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…
DobjectLiteralWithSemicolons1.errors.txt1 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…
DmixinPrivateAndProtected.errors.txt4 … 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 …]
DobjectLiteralWithSemicolons3.errors.txt1 tests/cases/compiler/objectLiteralWithSemicolons3.ts(2,3): error TS18004: No value exists in scope …
3 tests/cases/compiler/objectLiteralWithSemicolons3.ts(3,3): error TS18004: No value exists in scope …
5 tests/cases/compiler/objectLiteralWithSemicolons3.ts(4,3): error TS18004: No value exists in scope …
13 !!! error TS18004: No value exists in scope for the shorthand property 'a'. Either declare one or p…
18 !!! error TS18004: No value exists in scope for the shorthand property 'b'. Either declare one or p…
23 !!! error TS18004: No value exists in scope for the shorthand property 'c'. Either declare one or p…
/third_party/protobuf/python/
Dsetup.py23 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/v8/src/utils/
Dutils.cc116 std::vector<char> ReadCharsFromFile(FILE* file, bool* exists, bool verbose, in ReadCharsFromFile() argument
122 *exists = false; in ReadCharsFromFile()
135 *exists = false; in ReadCharsFromFile()
140 *exists = true; in ReadCharsFromFile()
144 std::vector<char> ReadCharsFromFile(const char* filename, bool* exists, in ReadCharsFromFile() argument
147 std::vector<char> result = ReadCharsFromFile(file, exists, verbose, filename); in ReadCharsFromFile()
174 std::string ReadFile(const char* filename, bool* exists, bool verbose) { in ReadFile() argument
175 std::vector<char> result = ReadCharsFromFile(filename, exists, verbose); in ReadFile()
179 std::string ReadFile(FILE* file, bool* exists, bool verbose) { in ReadFile() argument
180 std::vector<char> result = ReadCharsFromFile(file, exists, verbose, ""); in ReadFile()
/third_party/toybox/
Dinstall.py21 if not os.path.exists(bin_dir):
25 if not os.path.exists(sbin_dir):
29 if not os.path.exists(usr_bin_dir):
33 if not os.path.exists(usr_sbin_dir):
38 if os.path.exists(target_link):

12345678910>>...73