/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 186 if not path.exists(LLVM_STAGING_DIR):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | FileCollector.cpp | 26 // exists and is equal to path, it's not case sensitive. Default to case in isCaseSensitivePath() 201 if (Result && Result->exists())
|
/third_party/typescript/tests/issues_cookbook_tests/ |
H A D | autotest_sdk.py | 142 if os.path.exists(file_path) and os.path.isfile(file_path):
|
/third_party/python/Lib/ |
H A D | imp.py | 207 if os.path.exists(init_path):
|
H A D | pyclbr.py | 282 if os.path.exists(mod):
|
H A D | mailbox.py | 54 """If the keyed message exists, remove it.""" 136 """Return True if the keyed message exists, False otherwise.""" 280 if not os.path.exists(self._path): 339 """If the keyed message exists, remove it.""" 409 """Return True if the keyed message exists, False otherwise.""" 456 if not os.path.exists(maildirfolder_path): 553 if os.path.exists(os.path.join(self._path, self._toc[key])): 631 """Return True if the keyed message exists, False otherwise.""" 941 if not os.path.exists(self._path): 1085 """Return True if the keyed message exists, Fals [all...] |
H A D | os.py | 149 # Some platforms don't support lchmod(). Often the function exists 206 exists, raise an OSError if exist_ok is False. Otherwise no exception is 213 if head and tail and not path.exists(head): 222 if tail == cdir: # xxx/newdir/. exists if xxx/newdir exists 270 if head and tail and not path.exists(head): 1035 # implementation exists.
|
/third_party/python/Lib/test/test_importlib/ |
H A D | test_metadata_api.py | 204 assert file.locate().exists()
|
/third_party/python/Lib/test/ |
H A D | test_largefile.py | 26 if os.path.exists(TESTFN):
|
H A D | test_pipes.py | 15 if not (unix_shell and os.path.exists(unix_shell)):
|
/vendor/ohemu/qemu_small_system_demo/ |
H A D | qemu_run.sh | 50 By default, image will not be rebuilt if exists, and net will not
|
/third_party/node/deps/v8/tools/ |
H A D | ll_prof.py | 717 if not os.path.exists(mmap_info.filename): 791 if not os.path.exists(KERNEL_ALLSYMS_FILE): 888 if os.path.exists(options.objdump):
|
/third_party/libfuse/test/ |
H A D | test_examples.py | 266 if not os.path.exists(progname): 312 if not os.path.exists(progname): 430 test_fn=os.path.exists)
|
/third_party/python/Objects/ |
H A D | odictobject.c | 1019 int exists = PySequence_Contains((PyObject *)self, key); in OrderedDict_setdefault_impl() local 1020 if (exists < 0) { in OrderedDict_setdefault_impl() 1023 else if (exists) { in OrderedDict_setdefault_impl()
|
/third_party/protobuf/python/google/protobuf/internal/ |
H A D | test_util.py | 622 while os.path.exists(path): 623 if os.path.exists(os.path.join(path, 'src/google/protobuf')): 633 if os.path.exists(full_path):
|
/third_party/python/Lib/test/test_importlib/source/ |
H A D | test_file_loader.py | 191 if os.path.exists(pycache): 217 self.assertTrue(os.path.exists(compiled)) 227 self.assertTrue(os.path.exists(compiled))
|
/foundation/multimodalinput/input/service/window_manager/test/ |
H A D | input_display_bind_helper_test.cpp | 68 if (fs::exists(INPUT_NODE_PATH) && fs::is_directory(INPUT_NODE_PATH)) { in InitInputNode() 94 if (fs::exists(INPUT_DEVICE_NAME_CONFIG)) { in InitConfigFile()
|
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/ |
H A D | daemon.cpp | 520 if (!std::filesystem::exists(physicalPath, errCode) && info.dirExistFlag) { in CheckCopyRule() 548 if (!std::filesystem::exists(physicalPath, errCode) && std::regex_match(physicalPath.c_str(), pathRegex)) { in CheckCopyRule()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | copy.cpp | 207 if (!std::filesystem::exists(destPath)) { in CheckOrCreatePath() 230 if (!std::filesystem::exists(destPath)) { in CopySubDir()
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/ |
H A D | cpp_driver_lite.py | 116 if os.path.exists(self.result): 557 return self.result if os.path.exists(self.result) else ""
|
/third_party/mbedtls/tests/scripts/ |
H A D | generate_test_code.py | 1186 if not os.path.exists(path): 1262 if not os.path.exists(directory):
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | semind.c | 577 int exists = !access(filename, R_OK); in open_database() local 588 if (exists) { in open_database()
|
/third_party/node/deps/v8/src/utils/ |
H A D | utils.h | 564 V8_EXPORT_PRIVATE std::string ReadFile(const char* filename, bool* exists, 566 V8_EXPORT_PRIVATE std::string ReadFile(FILE* file, bool* exists,
|
/third_party/node/deps/openssl/openssl/util/ |
H A D | find-doc-nits | 170 unless exists $opts{TAGS} && ref($opts{TAGS}) eq 'ARRAY'; 190 grep { !exists $collected_tags{$_} } 1001 $name_map{$f} = ''; # It still exists!
|
/third_party/openssl/util/ |
H A D | find-doc-nits | 170 unless exists $opts{TAGS} && ref($opts{TAGS}) eq 'ARRAY'; 190 grep { !exists $collected_tags{$_} } 1001 $name_map{$f} = ''; # It still exists!
|