Home
last modified time | relevance | path

Searched refs:exists (Results 401 - 425 of 953) sorted by relevance

1...<<11121314151617181920>>...39

/third_party/googletest/googletest/scripts/
H A Dfuse_gtest_files.py90 """Verifies that the given file exists; aborts on failure.
121 if os.path.exists(output_file):
125 print('%s already exists in directory %s - overwrite it? (y/N) ' %
132 # Makes sure the directory holding the output file exists; creates
/third_party/googletest/googletest/test/
H A Dgtest_test_utils.py165 if not os.path.exists(path):
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A Dvarsub.bat58 if (exists $VAR{$var}) {
/third_party/mbedtls/tests/scripts/
H A Dtest_psa_compliance.py48 if not os.path.exists(crypto_lib_filename):
H A Dgenerate_test_cert_macros.py23 if self.dest in ('string', 'binary') and not os.path.exists(filename):
/third_party/ltp/testcases/commands/mkswap/
H A Dmkswap01.sh126 udevadm settle --exit-if-exists==$TST_DEVICE
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/
H A Dworkbench.py40 if os.path.exists(TEST_CASES):
/third_party/node/deps/v8/tools/
H A Dgenerate-builtins-tests.py111 if os.path.exists(options.outdir):
/third_party/node/deps/v8/tools/generate_shim_headers/
H A Dgenerate_shim_headers.py70 if options.generate and not os.path.exists(target_directory):
/third_party/node/deps/v8/tools/testrunner/local/
H A Dutils.py28 from os.path import exists namespace
/third_party/node/deps/v8/tools/sanitizers/
H A Dsancov_formatter_test.py218 self.assertTrue(os.path.exists(full_path))
/third_party/noto-cjk/google-fonts/
H A Dhotfix.py42 if not os.path.exists(args.output_dir):
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/table/
H A DCsvSchema.java97 if (!Files.exists(file)) { in load()
/third_party/python/Tools/scripts/
H A Dsmelly.py148 if os.path.exists(LIBRARY):
/third_party/python/Lib/test/
H A Dtest___all__.py87 if os.path.exists(pkg_init):
/third_party/python/Lib/
H A Dgenericpath.py9 __all__ = ['commonprefix', 'exists', 'getatime', 'getctime', 'getmtime',
16 def exists(path): function
17 """Test whether a path exists. Returns False for broken symbolic links"""
/third_party/python/Lib/distutils/
H A Dconfig.py52 if os.path.exists(rc):
/third_party/python/Lib/idlelib/
H A Dpathbrowser.py80 return os.path.exists(init)
/third_party/python/Lib/importlib/resources/
H A Dreaders.py47 return target.is_file() and target.exists()
/third_party/skia/third_party/externals/harfbuzz/test/shape/
H A Drun-tests.py16 if not args or args[0].find('hb-shape') == -1 or not os.path.exists (args[0]):
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Drun-repack-tests.py87 if not args or sys.argv[1].find ('hb-subset') == -1 or not os.path.exists (sys.argv[1]):
H A Dsubset_test_suite.py63 if not os.path.exists(output_dir):
/third_party/skia/tools/
H A Dcheck-headers-self-sufficient93 assert os.path.exists(path)
/third_party/python/Lib/test/test_importlib/
H A Dtest_pkg_import.py43 if os.path.exists(compiled_path):
/third_party/python/Lib/zoneinfo/
H A D_tzpath.py118 # Start with loading from the tzdata package if it exists: this has a
137 if not os.path.exists(tz_root):
163 # posixrules is a special symlink-only time zone where it exists, it

Completed in 12 milliseconds

1...<<11121314151617181920>>...39