Home
last modified time | relevance | path

Searched refs:exists (Results 451 - 475 of 637) sorted by relevance

1...<<11121314151617181920>>...26

/third_party/node/tools/gyp/pylib/gyp/
H A Dwin_tool.py94 if os.path.exists(dest):
/third_party/ninja/src/
H A Dgraph.h71 bool exists() const { in exists() function
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A Dwin_tool.py94 if os.path.exists(dest):
/third_party/libinput/tools/
H A Dlibinput-replay.py329 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 Dmain.rs189 if !Path::new("linux/.git").exists() {
/third_party/python/Lib/distutils/
H A Dbcppcompiler.py327 if os.path.exists(libfile):
/third_party/python/Lib/idlelib/
H A Dhelp.py203 font = tkfont.Font(name=name, exists=True, root=self)
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/Retired/
H A DcheckLinks.py73 # 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 Dsyncgenerator.py72 if not os.path.exists(dirname):
/third_party/vk-gl-cts/external/amber/src/tools/
H A Damber-syntax.vim4 if exists("b:current_syntax")
/third_party/skia/third_party/externals/swiftshader/tests/VulkanWrapper/
H A DVulkanTester.cpp144 if(fs::exists("vk_swiftshader_generated_icd.json"))
/third_party/python/Lib/test/
H A Dtest_dbm_gnu.py159 self.assertTrue(os.path.exists(filename))
H A Dtest_largefile.py26 if os.path.exists(TESTFN):
H A Dtest_pipes.py15 if not (unix_shell and os.path.exists(unix_shell)):
/third_party/python/Lib/
H A D_osx_support.py48 # 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 Dimp.py207 if os.path.exists(init_path):
H A Dpyclbr.py282 if os.path.exists(mod):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Scalar/
H A DGVN.h142 bool exists(Value *V) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/
H A Dupdate.py186 if not path.exists(LLVM_STAGING_DIR):
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DFileCollector.cpp26 // 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 Dautotest_sdk.py142 if os.path.exists(file_path) and os.path.isfile(file_path):
/third_party/python/Lib/test/test_importlib/
H A Dtest_metadata_api.py204 assert file.locate().exists()
/third_party/node/deps/v8/tools/
H A Dll_prof.py717 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 Dtest_examples.py266 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 Dodictobject.c1019 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