Searched refs:exists (Results 451 - 475 of 637) sorted by relevance
1...<<11121314151617181920>>...26
/third_party/node/tools/gyp/pylib/gyp/ |
H A D | win_tool.py | 94 if os.path.exists(dest):
|
/third_party/ninja/src/ |
H A D | graph.h | 71 bool exists() const {
in exists() function
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/ |
H A D | win_tool.py | 94 if os.path.exists(dest):
|
/third_party/libinput/tools/ |
H A D | libinput-replay.py | 329 if overrides.exists(): 331 "{} exists, please move it out of the way first".format(overrides),
|
/third_party/rust/crates/linux-raw-sys/gen/src/ |
H A D | main.rs | 189 if !Path::new("linux/.git").exists() {
|
/third_party/python/Lib/distutils/ |
H A D | bcppcompiler.py | 327 if os.path.exists(libfile):
|
/third_party/python/Lib/idlelib/ |
H A D | help.py | 203 font = tkfont.Font(name=name, exists=True, root=self)
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/ |
H A D | checkLinks.py | 73 # See if a tag value exists in the specified dictionary and 77 warning(value, 'exists in the API but not as a', 89 # is just wrong but the API entity actually exists. 184 if (not os.path.exists(curFile)):
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/ |
H A D | syncgenerator.py | 72 if not os.path.exists(dirname):
|
/third_party/vk-gl-cts/external/amber/src/tools/ |
H A D | amber-syntax.vim | 4 if exists("b:current_syntax")
|
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/ |
H A D | VulkanTester.cpp | 144 if(fs::exists("vk_swiftshader_generated_icd.json"))
|
/third_party/python/Lib/test/ |
H A D | test_dbm_gnu.py | 159 self.assertTrue(os.path.exists(filename))
|
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)):
|
/third_party/python/Lib/ |
H A D | _osx_support.py | 48 # the file exists, we have a shot at spawn working 347 if not os.path.exists(sdk): 412 # Check if the SDK that is used during compilation actually exists,
|
H A D | imp.py | 207 if os.path.exists(init_path):
|
H A D | pyclbr.py | 282 if os.path.exists(mod):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/ |
H A D | GVN.h | 142 bool exists(Value *V) const;
|
/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/test/test_importlib/ |
H A D | test_metadata_api.py | 204 assert file.locate().exists()
|
/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()
|
Completed in 18 milliseconds
1...<<11121314151617181920>>...26