Home
last modified time | relevance | path

Searched refs:exists (Results 426 - 450 of 2021) sorted by relevance

1...<<11121314151617181920>>...81

/third_party/icu/tools/unicode/c/genprops/misc/
H A Ducdcopy.py180 if not os.path.exists(dest_path): os.makedirs(dest_path)
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUData.java94 public static boolean exists(final String resourceName) { in exists() method in ICUData
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableChecker.java51 if (!dir.exists()) { in SerializableChecker()
/third_party/mbedtls/tests/scripts/
H A Dtest_config_script.py58 if os.path.exists(directory):
/third_party/jerryscript/targets/mbedos5/tools/
H A Dgenerate_pins.py179 if not os.path.exists('./mbed-os'):
/third_party/jerryscript/targets/curie_bsp/
H A Dsetup.py23 if not os.path.exists(project_path):
/third_party/ltp/pan/cgi/
H A Dbrowse.cgi30 if (exists($uname_cache{"$inhost.$indate"})) {
/third_party/node/deps/v8/tools/release/
H A Dauto_roll.py116 if not os.path.exists(os.path.join(cwd, "DEPS")): # pragma: no cover
/third_party/node/deps/v8/tools/chrome/
H A Dlinux_perf.py89 if not chrome_bin.exists():
/third_party/node/deps/v8/tools/
H A Drun-wasm-api-tests.py83 if not os.path.exists(self.lib_file):
/third_party/libfuse/test/
H A Dutil.py130 if not os.path.exists('/dev/fuse'):
/third_party/python/Lib/distutils/tests/
H A Dsupport.py171 if os.path.exists(path):
/third_party/python/Lib/test/
H A Dbisect_cmd.py86 if os.path.exists(tmp):
H A Dtest_mailcap.py85 # According to RFC 1524, if MAILCAPS env variable exists, use that
157 existingmcfiles = [mcf for mcf in mailcapfiles if os.path.exists(mcf)]
159 # At least 1 mailcap file exists, so test that.
/third_party/skia/third_party/externals/swiftshader/src/WSI/
H A DVkSwapchainKHR.cpp41 if(currentImage.exists()) in destroy()
/third_party/skia/third_party/externals/sfntly/java/test/com/google/typography/font/sfntly/testutils/
H A DTestUtils.java76 if (file.exists()) { in createNewFile()
/third_party/skia/third_party/externals/harfbuzz/test/shape/data/text-rendering-tests/
H A Dupdate.py77 assert not os.path.exists ('fonts')
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-tests.py123 if not args or sys.argv[1].find ('hb-subset') == -1 or not os.path.exists (sys.argv[1]):
/third_party/python/Lib/
H A Dpy_compile.py137 elif os.path.exists(cfile) and not os.path.isfile(cfile):
H A Duu.py135 if os.path.exists(out_file):
/third_party/skia/infra/bots/recipe_modules/checkout/
H A Dapi.py136 if self.m.path.exists(entries_file) or self._test_data.enabled:
/third_party/skia/infra/bots/recipes/
H A Dperf.py150 api.path.exists(
/third_party/skia/infra/bots/
H A Dutils.py124 Remove the directory located at *path, if it exists.
138 if not os.path.exists(file_path):
/third_party/skia/infra/bots/assets/skp/
H A Dcreate.py88 if not os.path.exists(target_dir):
/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Denv_pool.py193 if not os.path.exists(report_folder_path):
397 if os.path.exists(self.cache_file):

Completed in 10 milliseconds

1...<<11121314151617181920>>...81