/third_party/python/Tools/msi/ |
H A D | get_externals.bat | 43 echo.%%e already exists, skipping.
63 echo.%%b already exists, skipping.
|
/third_party/python/Lib/ctypes/ |
H A D | _aix.py | 176 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 D | test_install_lib.py | 51 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 D | DeqpInstrumentation.java | 84 if (logFile.exists()) in onStart() 96 if (logFile.exists()) in onStart()
|
/third_party/python/Lib/ |
H A D | zipapp.py | 110 if not source.exists(): 194 if args.output is None or (os.path.exists(args.output) and
|
/third_party/skia/gn/ |
H A D | gn_meta_sln.py | 45 if os.path.exists(gnFile): 47 configs.append((outDir, os.path.exists(slnFile)))
|
H A D | checkpath.py | 11 print(all(os.path.exists(a) for a in sys.argv[1:]))
|
H A D | rm.py | 14 if os.path.exists(dst):
|
/third_party/skia/infra/bots/recipes/ |
H A D | test.py | 101 if api.path.exists(host_hashes_file): 213 api.path.exists(
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | perf_test_runner.py | 117 if os.path.exists(binary_path): 125 if perftests_path == None or not os.path.exists(perftests_path):
|
H A D | file_exists.py | 6 # 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 D | SkFontMgr_win_dw.cpp | 572 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 D | build.rs | 12 if !mod_behind_symlink.exists() { in main()
|
/third_party/node/deps/v8/tools/ |
H A D | v8_presubmit.py | 38 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 D | vkBinaryRegistry.cpp | 113 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 D | prefixed-animation-event-tests.js | 162 `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 D | bdist_rpm.py | 220 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 D | glsLifetimeTests.hpp | 141 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 D | run_nightly.py | 286 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 D | file_exists | 8 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 D | test_dbapi.py | 656 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 D | test-domain-no-error-handler-abort-on-uncaught-5.js | 11 fs.exists('/non/existing/file', function onExists() {
|
H A D | test-domain-no-error-handler-abort-on-uncaught-9.js | 16 fs.exists('/non/existing/file', function onExists() {
|
/third_party/gn/misc/vim/ftplugin/ |
H A D | gn.vim | 5 if exists('b:did_ftplugin')
|
/third_party/skia/infra/bots/recipe_modules/infra/examples/ |
H A D | full.py | 37 api.path.exists(api.path['start_dir'].join('localpath'))
|