/third_party/skia/buildtools/checkdeps/ |
H A D | builddeps.py | 112 if os.path.exists(os.path.join(base_directory, '.git')): 114 elif os.path.exists(os.path.join(base_directory, '.svn')): 201 it exists). This will also be used to generate the 323 elif not os.path.exists(os.path.join(current_dir, '.svn')):
|
/foundation/ability/idl_tool/test/hdi_unittest/hdi_hash_test/ |
H A D | hash_bad_01.py | 30 if not os.path.exists(idl_dir):
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/state_mgmt/ |
H A D | build.py | 28 if not os.path.exists(os.path.abspath(argv[2])):
|
/foundation/graphic/graphic_2d/utils/build/ |
H A D | graphic_2d_ext_exists.py | 22 is_exist = os.path.exists(filename) and os.path.isdir(filename)
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | common.py | 28 if not os.path.exists(check_path):
|
/third_party/gn/misc/vim/ftplugin/ |
H A D | gn.vim | 5 if exists('b:did_ftplugin')
|
/third_party/node/test/parallel/ |
H A D | test-domain-no-error-handler-abort-on-uncaught-9.js | 16 fs.exists('/non/existing/file', function onExists() {
|
/third_party/skia/infra/bots/recipe_modules/infra/examples/ |
H A D | full.py | 37 api.path.exists(api.path['start_dir'].join('localpath'))
|
/third_party/skia/gn/ |
H A D | cp.py | 14 if os.path.exists(dst):
|
/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/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()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/copy_listener/ |
H A D | trans_listener.cpp | 44 if (std::filesystem::exists(pathName, errCode)) { in RmDir() 50 HILOGE("pathName is not exists, error code: %{public}d", errCode.value()); in RmDir() 58 while (std::filesystem::exists(DISTRIBUTED_PATH + random)) { in CreateDfsCopyPath() 170 if (std::filesystem::exists(sandboxDir, errCode)) { in PrepareCopySession() 194 if (std::filesystem::exists(sandboxPath) && std::filesystem::is_directory(sandboxPath)) { in CopyToSandBox()
|
/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):
|
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/ |
H A D | app_clone_key_manager.cpp | 36 if (!std::filesystem::exists(keyPath, errCode)) { in ActiveAppCloneUserKey()
|
/test/testfwk/developer_test/src/core/ |
H A D | common.py | 30 if os.path.exists(check_path):
|
/test/xts/tools/build/ |
H A D | judgePart.py | 29 if not os.path.exists(module_list_file):
|
/third_party/libphonenumber/tools/java/java-build/src/com/google/i18n/phonenumbers/buildtools/ |
H A D | PhonePrefixDataIOHandler.java | 32 if (outputPath.exists()) { in PhonePrefixDataIOHandler()
|
/third_party/node/deps/v8/tools/unittests/testdata/testroot2/ |
H A D | d8_mocked.py | 25 if os.path.exists(flake_state):
|
/third_party/node/deps/v8/tools/v8windbg/ |
H A D | copy-prereqs.py | 29 if not os.path.exists(full_path):
|
/third_party/node/tools/ |
H A D | run-valgrind.py | 50 if not path.exists(executable):
|
/third_party/musl/scripts/ |
H A D | compare.py | 5 if os.path.exists(r'result.html'):
|