/third_party/vk-gl-cts/framework/delibs/decpp/ |
H A 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() 187 bool exists = false; SharedPtr_selfTest() local 199 bool exists = false; SharedPtr_selfTest() local 216 bool exists = false; SharedPtr_selfTest() local 224 bool exists = false; SharedPtr_selfTest() local 233 bool exists = false; SharedPtr_selfTest() local 245 bool exists = false; SharedPtr_selfTest() local 260 bool exists = false; SharedPtr_selfTest() local 295 bool exists = false; SharedPtr_selfTest() local 320 bool exists = false; SharedPtr_selfTest() local 336 bool exists = false; SharedPtr_selfTest() local 349 bool exists = false; SharedPtr_selfTest() local 363 bool exists = false; SharedPtr_selfTest() local 392 bool exists = false; SharedPtr_selfTest() local 411 bool exists = false; SharedPtr_selfTest() local 429 bool exists = false; SharedPtr_selfTest() local [all...] |
H A 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() 106 bool exists = false; UniquePtr_selfTest() local 114 bool exists = false; UniquePtr_selfTest() local 128 bool exists = false; UniquePtr_selfTest() local 141 bool exists = false; UniquePtr_selfTest() local 154 bool exists = false; UniquePtr_selfTest() local 175 bool exists = false; UniquePtr_selfTest() local 191 bool exists = false; UniquePtr_selfTest() local [all...] |
/build/ohos/images/ |
H A D | build_image.py | 31 if os.path.exists(userdata_path): 38 if os.path.exists(root_dir): 60 if os.path.exists(_path): 63 if not os.path.exists(os.path.join(updater_path, 'init')): 65 if not os.path.exists(os.path.join(updater_path, 'system/bin')): 67 if not os.path.exists(os.path.join(updater_path, 'system/lib')): 70 if not os.path.exists(os.path.join(updater_path, 'system/lib64')): 72 if not os.path.exists(os.path.join(updater_path, 'vendor/lib64')): 75 if not os.path.exists(os.path.join(updater_path, 'vendor/lib')): 77 if not os.path.exists(o [all...] |
/third_party/weex-loader/ |
H A D | module-source.js | 19 const exists = function(src, dst, callback) { 23 fs.exists(dst, function(exists) { 24 if (exists) { 58 exists(_src, _dst, copy); 66 exists(path.resolve(__dirname, src), dist, copy);
|
/third_party/python/Lib/distutils/tests/ |
H A 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(re [all...] |
H A D | test_install_data.py | 38 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 40 self.assertTrue(os.path.exists(os.path.join(inst, rone))) 50 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 51 self.assertTrue(os.path.exists(os.path.join(inst, rone))) 68 self.assertTrue(os.path.exists(os.path.join(inst2, rtwo))) 69 self.assertTrue(os.path.exists(os.path.join(inst, rone)))
|
/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 41 if os.path.exists(all_system_info_path): 52 if os.path.exists(system_info_path): 57 print("%s not exists.", all_system_info_path) 66 if os.path.exists(code_path): 74 if os.path.exists(gcda_dir_path): 78 if os.path.exists(remove_out): 81 if os.path.exists(remove_thrd): 94 if not os.path.exists(tmp_cov_path): 96 if not os.path.exists(os.path.join(tmp_cov_path, "ex.txt")): 124 if os.path.exists(testfwk_json_pat [all...] |
/third_party/vk-gl-cts/external/vulkancts/scripts/ |
H A 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(arg [all...] |
/third_party/skia/third_party/externals/angle2/src/third_party/libXNVCtrl/ |
H A 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 in XNVCTRLQueryTargetStringAttribute() 564 Bool exists; XNVCTRLQueryValidTargetAttributeValues32() local 606 Bool exists; XNVCTRLQueryValidTargetStringAttributeValues() local 652 Bool exists; XNVCTRLQueryValidTargetAttributeValues64() local 695 Bool exists; XNVCTRLQueryValidTargetAttributeValues() local 753 Bool exists; QueryAttributePermissionsInternal() local 981 Bool exists; XNVCTRLQueryTargetBinaryData() local [all...] |
/build/ohos/packages/ |
H A D | modules_install.py | 109 if not os.path.exists(source): 122 if not os.path.exists(dest_dir): 145 if not os.path.exists(symlink_dest_file): 154 if not os.path.exists(os.path.dirname(symlink_dest_file)): 156 if not os.path.exists(symlink_dest_file): 161 if os.path.exists(dest_file): 219 if os.path.exists(system_install_base_dir): 226 if os.path.exists(vendor_install_base_dir): 232 if os.path.exists(eng_system_install_base_dir): 238 if os.path.exists(eng_chipset_install_base_di [all...] |
/build/lite/ |
H A D | gen_module_notice_file.py | 29 return os.path.exists(os.path.join(src_path, '.gn')) 45 if not os.path.exists(readme_file_path) or os.path.isdir(readme_file_path): 63 if not os.path.exists(license_file_path): 68 if not os.path.exists(copyright_file_path): 78 if os.path.exists(expect_file): 111 while os.path.exists(os.path.join(nf_dest_dir, 122 if not os.path.exists(dir_name): 158 if os.path.exists(nf_src) and os.path.exists(cp_src):
|
/build/lite/testfwk/ |
H A D | lite_testcase_resource_copy.py | 29 if not os.path.exists(src): 31 if not os.path.exists(dest): 44 if not os.path.exists(dest_dir): 64 if not os.path.exists(_resource_file): 70 if os.path.exists(_resource_src_new): 143 if not os.path.exists(resource_config_file): 171 if not os.path.exists(src_file): 180 if not os.path.exists(dest_dir): 198 if not os.path.exists(resource_config_file):
|
/build/scripts/ |
H A D | download_sdk.py | 35 if os.path.exists(build_scripts): 73 if not os.path.exists(target_dir): 78 if os.path.exists(os.path.join(target_dir, "daily_build.log")): 80 if os.path.exists(os.path.join(target_dir, "manifest_tag.xml")): 89 if os.path.exists(sdk_unzip_dir): 115 if not os.path.exists(default_save_path): 147 if os.path.exists(os.path.join(default_save_path, product_name)): 148 print('{} already exists. Please backup or delete it first! Download canceled!'.format( 152 if product['obsPath'] and os.path.exists(default_save_path): 162 if os.path.exists(o [all...] |
/third_party/python/Lib/test/ |
H A D | test_unicode_file.py | 22 if os.path.exists(filename): 27 # file already exists etc. 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(filenam [all...] |
H A 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(sel [all...] |
/third_party/protobuf/python/ |
H A 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"): 51 .proto file. Does nothing if the output already exists and is newer than 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(sourc [all...] |
/third_party/toybox/ |
H A D | install.py | 21 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):
|
/build/scripts/util/ |
H A D | file_utils.py | 28 if os.path.exists(build_config_file): 35 if not os.path.exists(input_file): 54 if not os.path.exists(input_file): 72 if not os.path.exists(file_dir): 85 if os.path.exists(output_file) and os.path.isfile(output_file): 105 if not os.path.exists(file_dir):
|
/third_party/node/deps/v8/third_party/test262-harness/src/ |
H A D | _packager.py | 38 if not os.path.exists(EXCLUDED_FILENAME): 57 if not os.path.exists(TEST262_CASES_DIR): 61 if not os.path.exists(TEST262_HARNESS_DIR): 65 if not os.path.exists(TEST262_WEB_CASES_DIR): 68 if not os.path.exists(TEST262_WEB_HARNESS_DIR): 79 if not os.path.exists(dirName): 82 if not os.path.exists(dirName): 167 if not os.path.exists(temp): 325 if not os.path.exists(os.path.dirname(toFilename)): 327 fileExists = os.path.exists(toFilenam [all...] |
/third_party/node/deps/v8/src/utils/ |
H A D | utils.cc | 116 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, verbos in ReadFile() [all...] |
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/ |
H A D | extension.rb | 29 # Check if a link macro target exists - overridden by specific macros 31 def exists? target 36 if not exists? target 171 def exists? target 180 def exists? target 204 def exists? target 218 def exists? target 227 def exists? target 258 def exists? target 272 def exists [all...] |
/build/ohos/testfwk/ |
H A D | testcase_resource_copy.py | 30 if not os.path.exists(src): 32 if not os.path.exists(dest): 46 if not os.path.exists(dest_dir): 68 if not os.path.exists(_resource_file): 74 if os.path.exists(_resource_src_new): 147 if not os.path.exists(resource_config_file): 176 if not os.path.exists(src_file): 186 if not os.path.exists(dest_dir): 235 if not os.path.exists(resource_config_file): 242 if os.path.exists(resource_config_fil [all...] |
/build/ |
H A D | prebuilts_download.py | 59 return os.path.exists(mark_file_path) 120 if os.path.exists(local_file): 158 if pathlib.Path(os.path.join(root_dir, 'interface', 'sdk-js')).exists() or pathlib.Path( 159 os.path.join(root_dir, 'foundation', 'arkui')).exists() or pathlib.Path( 160 os.path.join(root_dir, 'arkcompiler')).exists(): 181 if not os.path.exists(abs_unzip_dir): 192 if os.path.exists(local_file): 246 if os.path.exists(node_modules_path): 249 if os.path.exists(full_code_path): 270 if not os.path.exists(src_di [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | pkt_builder.py | 148 if not os.path.exists(flash_boot_file):
166 if not os.path.exists(normal_nv_file):
170 if not os.path.exists(kernel_file):
188 if not os.path.exists(normal_nv_file):
192 if not os.path.exists(kernel_file):
216 if not os.path.exists(flash_boot_file):
220 if not os.path.exists(factory_nv_file):
224 if not os.path.exists(normal_nv_file):
228 if not os.path.exists(upg_file):
246 if not os.path.exists(upg_fil [all...] |
/third_party/python/Lib/distutils/ |
H A D | dep_util.py | 12 """Return true if 'source' exists and is more recently modified than 13 'target', or if 'source' exists and 'target' doesn't. Return false if 17 if not os.path.exists(source): 20 if not os.path.exists(target): 56 listed in 'sources'. In other words, if 'target' exists and is newer 68 if not os.path.exists(target): 78 if not os.path.exists(source):
|