Home
last modified time | relevance | path

Searched refs:exists (Results 151 - 175 of 637) sorted by relevance

12345678910>>...26

/third_party/python/Tools/msi/
H A Dget_externals.bat43 echo.%%e already exists, skipping.
63 echo.%%b already exists, skipping.
/third_party/python/Lib/ctypes/
H A D_aix.py176 Sort list of members and return highest numbered version - if it exists.
282 if path.exists(archive):
328 if path.exists(shlib):
/third_party/python/Lib/distutils/tests/
H A Dtest_install_lib.py51 self.assertTrue(os.path.exists(pyc_file))
52 self.assertTrue(os.path.exists(pyc_opt_file))
/third_party/vk-gl-cts/android/package/src/com/drawelements/deqp/testercore/
H A DDeqpInstrumentation.java84 if (logFile.exists()) in onStart()
96 if (logFile.exists()) in onStart()
/third_party/python/Lib/
H A Dzipapp.py110 if not source.exists():
194 if args.output is None or (os.path.exists(args.output) and
/third_party/skia/gn/
H A Dgn_meta_sln.py45 if os.path.exists(gnFile):
47 configs.append((outDir, os.path.exists(slnFile)))
H A Dcheckpath.py11 print(all(os.path.exists(a) for a in sys.argv[1:]))
H A Drm.py14 if os.path.exists(dst):
/third_party/skia/infra/bots/recipes/
H A Dtest.py101 if api.path.exists(host_hashes_file):
213 api.path.exists(
/third_party/skia/third_party/externals/angle2/scripts/
H A Dperf_test_runner.py117 if os.path.exists(binary_path):
125 if perftests_path == None or not os.path.exists(perftests_path):
H A Dfile_exists.py6 # Simple helper for use in 'gn' files to check if a file exists.
18 if os.path.exists(sys.argv[1]):
/third_party/skia/src/ports/
H A DSkFontMgr_win_dw.cpp572 BOOL exists; in onMatchFamily() local
573 HRNM(fFontCollection->FindFamilyName(dwFamilyName.get(), &index, &exists), in onMatchFamily()
575 if (!exists) { in onMatchFamily()
641 BOOL exists; variable
642 HRM(font->HasCharacter(fCharacter, &exists), "Could not find character.");
644 if (exists) {
1134 BOOL exists; in getByFamilyName() local
1135 HR(fFontCollection->FindFamilyName(wideFamilyName, &index, &exists)); in getByFamilyName()
1137 if (exists) { in getByFamilyName()
/third_party/rust/crates/serde/serde_derive_internals/
H A Dbuild.rs12 if !mod_behind_symlink.exists() { in main()
/third_party/node/deps/v8/tools/
H A Dv8_presubmit.py38 from os.path import abspath, join, dirname, basename, exists namespace
483 if os.path.exists(path+'/.git'):
492 if (self.IsRelevant(file) and os.path.exists(file)
702 if os.path.exists(status_file):
716 if not os.path.exists(status_file):
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkBinaryRegistry.cpp113 if (!de::FilePath(filePath.getDirName()).exists()) in writeBinary()
420 if (de::FilePath(dstPath).exists()) in BinaryRegistryWriter()
517 if (!de::FilePath(dstPath).exists()) in writeToPath()
532 // Delete stale binary if such exists in writeToPath()
535 if (de::FilePath(progPath).exists()) in writeToPath()
551 if (!de::FilePath(indexPath.getDirName()).exists()) in writeToPath()
/third_party/node/test/fixtures/wpt/dom/events/resources/
H A Dprefixed-animation-event-tests.js162 `event handler also exists`);
181 `listener also exists`);
240 `listener also exists`);
259 `event handler also exists`);
/third_party/python/Lib/distutils/command/
H A Dbdist_rpm.py220 if os.path.exists(readme) and readme not in self.doc_files:
303 if os.path.exists(self.icon):
372 assert(os.path.exists(srpm))
381 if os.path.exists(rpm):
/third_party/vk-gl-cts/modules/glshared/
H A DglsLifetimeTests.hpp141 virtual bool exists (GLuint name) = 0;
168 bool exists (GLuint name) { return (this->*m_existsFunc)(name) != GL_FALSE; } in exists() function in deqp::gls::LifetimeTests::details::SimpleType
192 bool exists (GLuint name) { return glIsProgram(name) != GL_FALSE; } in exists() function in deqp::gls::LifetimeTests::details::ProgramType
205 bool exists (GLuint name) { return glIsShader(name) != GL_FALSE; } in exists() function in deqp::gls::LifetimeTests::details::ShaderType
/third_party/vk-gl-cts/scripts/
H A Drun_nightly.py286 if not os.path.exists(logDir):
289 if os.path.exists(testLogPath) or os.path.exists(infoLogPath):
290 raise Exception("Result '%s' already exists", timestamp)
319 if os.path.exists(compareLogPath):
/third_party/skia/build/fuchsia/
H A Dfile_exists8 Prints "true" if the input |file_name| exists.
18 if os.path.exists(args.file_name):
/third_party/python/Lib/test/test_sqlite3/
H A Dtest_dbapi.py656 self.assertFalse(os.path.exists(path))
658 self.assertTrue(os.path.exists(path))
668 self.assertFalse(os.path.exists(path))
670 self.assertTrue(os.path.exists(path))
677 self.assertFalse(os.path.exists(path))
679 self.assertTrue(os.path.exists(path))
686 self.assertFalse(os.path.exists(path))
688 self.assertTrue(os.path.exists(path))
695 self.assertFalse(os.path.exists(path))
699 self.assertFalse(os.path.exists(pat
[all...]
/third_party/node/test/parallel/
H A Dtest-domain-no-error-handler-abort-on-uncaught-5.js11 fs.exists('/non/existing/file', function onExists() {
H A Dtest-domain-no-error-handler-abort-on-uncaught-9.js16 fs.exists('/non/existing/file', function onExists() {
/third_party/gn/misc/vim/ftplugin/
H A Dgn.vim5 if exists('b:did_ftplugin')
/third_party/skia/infra/bots/recipe_modules/infra/examples/
H A Dfull.py37 api.path.exists(api.path['start_dir'].join('localpath'))

Completed in 14 milliseconds

12345678910>>...26