HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 276 - 300 of 4755) sorted by null

<<11121314151617181920>>

  /external/autotest/server/cros/
lockfile.py 150 if os.path.exists(self.unique_name):
264 if os.path.exists(self.unique_name):
271 return os.path.exists(self.lock_file)
276 os.path.exists(self.unique_name) and
281 if os.path.exists(self.lock_file):
sonic_extension_downloader.py 107 if os.path.exists(unzipped_crx_dir):
111 if os.path.exists(output_crx):
115 if not os.path.exists(unzipped_crx_dir):
  /external/python/cpython2/Misc/Vim/
python.vim 6 if exists("b:current_syntax")
10 if exists("python_highlight_all")
54 if exists("python_highlight_numbers")
64 if exists("python_highlight_builtins")
82 if exists("python_highlight_exceptions")
104 if exists("python_highlight_space_errors")
125 if exists("python_highlight_numbers")
129 if exists("python_highlight_builtins")
133 if exists("python_highlight_exceptions")
137 if exists("python_highlight_space_errors"
    [all...]
  /external/skia/infra/bots/recipes/
compile.py 129 api.path.exists(
151 api.path.exists(
169 api.path.exists(
192 api.path.exists(
215 api.path.exists(
  /external/skqp/infra/bots/recipes/
compile.py 125 api.path.exists(
147 api.path.exists(
165 api.path.exists(
188 api.path.exists(
211 api.path.exists(
  /external/toolchain-utils/binary_search_tool/
run_bisect_test.py 35 if os.path.exists('/usr/bin/x86_64-cros-linux-gnu-gcc'):
64 if os.path.exists('/usr/bin/x86_64-cros-linux-gnu-gcc'):
83 if os.path.exists('/usr/bin/x86_64-cros-linux-gnu-gcc'):
124 if not os.path.exists(os.path.join(cwd, 'full_bisect_test')):
135 if os.path.exists(bisect_dir):
  /external/autotest/client/site_tests/logging_CrashSender/
logging_CrashSender.py 226 not os.path.exists(core_file) or
227 not os.path.exists(unknown_file)):
233 os.path.exists(core_file) or os.path.exists(unknown_file)):
248 not os.path.exists(meta_file) or
249 not os.path.exists(dmp_file)):
254 os.path.exists(meta_file) or os.path.exists(dmp_file)):
267 os.path.exists(meta_file) or
268 os.path.exists(other_file))
    [all...]
  /external/autotest/client/site_tests/security_SymlinkRestrictions/
security_SymlinkRestrictions.py 81 if os.path.exists(chk_path):
83 self.check(os.path.exists(chk_path) == False,
87 self.check(os.path.exists(chk_path),
88 "%s exists" % (chk_path))
93 self.check(not os.path.exists(chk_path),
97 self.check(os.path.exists(chk_path),
98 "%s exists at end of _write_as()" % (chk_path))
151 self.check(os.path.exists(drop) == (sticky and uidtwo != 0),
246 # Verify symlink restrictions sysctl exists and is enabled.
248 if (not os.path.exists(sysctl))
    [all...]
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
indic.pl 85 if (exists $SCRIPT_TO_BASE{$script}) {
111 if (exists $CODE_TO_NAME{$code}) {
165 } elsif (exists $EXCEPTIONS{$from}) {
172 if (exists $FULLCODE_TO_NAME{$from[0]}) {
174 } elsif (grep(! exists $FULLCODE_TO_NAME{$_}, @to)) {
213 if (exists $DECOMP{$from}) {
359 if (exists $SCRIPT_NAME_TO_CODE{$scr}{$_}) {
389 if (exists $EXCEPTIONS{$pseudoFullCode}) {
401 if (exists $ {$scr}{$fullCodeArray->[0]}) {
414 if (exists $SCRIPT_CODE_TO_NAME{$scr}{$interIndicCode & 0x7F})
    [all...]
  /external/python/cpython2/Lib/distutils/tests/
test_archive_util.py 83 self.assertTrue(os.path.exists(tarball))
94 self.assertTrue(os.path.exists(tarball))
133 self.assertTrue(os.path.exists(tarball))
147 self.assertTrue(os.path.exists(tarball2))
160 self.assertTrue(os.path.exists(tarball))
171 self.assertTrue(os.path.exists(tarball))
188 self.assertTrue(os.path.exists(tarball))
202 self.assertFalse(os.path.exists(tarball))
244 self.assertTrue(os.path.exists(res))
247 self.assertTrue(os.path.exists(res)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 83 self.assertTrue(os.path.exists(tarball))
94 self.assertTrue(os.path.exists(tarball))
133 self.assertTrue(os.path.exists(tarball))
147 self.assertTrue(os.path.exists(tarball2))
160 self.assertTrue(os.path.exists(tarball))
171 self.assertTrue(os.path.exists(tarball))
188 self.assertTrue(os.path.exists(tarball))
202 self.assertTrue(not os.path.exists(tarball))
244 self.assertTrue(os.path.exists(res))
247 self.assertTrue(os.path.exists(res)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_archive_util.py 83 self.assertTrue(os.path.exists(tarball))
94 self.assertTrue(os.path.exists(tarball))
133 self.assertTrue(os.path.exists(tarball))
147 self.assertTrue(os.path.exists(tarball2))
160 self.assertTrue(os.path.exists(tarball))
171 self.assertTrue(os.path.exists(tarball))
188 self.assertTrue(os.path.exists(tarball))
202 self.assertTrue(not os.path.exists(tarball))
244 self.assertTrue(os.path.exists(res))
247 self.assertTrue(os.path.exists(res)
    [all...]
  /external/python/cpython3/Lib/distutils/tests/
test_archive_util.py 117 self.assertTrue(os.path.exists(tarball))
160 self.assertTrue(os.path.exists(tarball))
174 self.assertTrue(os.path.exists(tarball2))
188 self.assertTrue(os.path.exists(tarball))
199 self.assertTrue(os.path.exists(tarball))
217 self.assertTrue(os.path.exists(tarball))
231 self.assertFalse(os.path.exists(tarball))
245 self.assertTrue(os.path.exists(tarball))
272 self.assertTrue(os.path.exists(tarball))
306 self.assertTrue(os.path.exists(res)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_unicode_file.py 35 if os.path.exists(filename):
40 # file already exists etc.
45 self.assertTrue(os.path.exists(filename))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
105 self.assertTrue(not os.path.exists(filename2))
107 self.assertTrue(os.path.exists(filename1))
150 self.assertTrue(not os.path.exists(filename))
161 self.assertTrue(not os.path.exists(filename2))
  /external/autotest/server/hosts/
base_label_unittest.py 23 def exists(self, host): member in class:TestBaseLabel
24 return host.exists
78 def __init__(self, exists=True, afe_host=None):
80 self.exists = exists
101 self.assertEqual(self.test_base_label.get(MockHost(exists=True)),
104 self.assertEqual(self.test_base_label.get(MockHost(exists=False)),
  /external/python/cpython2/Lib/test/
test_unicode_file.py 35 if os.path.exists(filename):
40 # file already exists etc.
45 self.assertTrue(os.path.exists(filename))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
105 self.assertTrue(not os.path.exists(filename2))
107 self.assertTrue(os.path.exists(filename1))
146 self.assertTrue(not os.path.exists(filename))
157 self.assertTrue(not os.path.exists(filename2))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_unicode_file.py 35 if os.path.exists(filename):
40 # file already exists etc.
45 self.assertTrue(os.path.exists(filename))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
105 self.assertTrue(not os.path.exists(filename2))
107 self.assertTrue(os.path.exists(filename1))
150 self.assertTrue(not os.path.exists(filename))
161 self.assertTrue(not os.path.exists(filename2))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_unicode_file.py 35 if os.path.exists(filename):
40 # file already exists etc.
45 self.assertTrue(os.path.exists(filename))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
105 self.assertTrue(not os.path.exists(filename2))
107 self.assertTrue(os.path.exists(filename1))
150 self.assertTrue(not os.path.exists(filename))
161 self.assertTrue(not os.path.exists(filename2))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 35 if os.path.exists(filename):
40 # file already exists etc.
45 self.assertTrue(os.path.exists(filename))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
105 self.assertTrue(not os.path.exists(filename2))
107 self.assertTrue(os.path.exists(filename1))
150 self.assertTrue(not os.path.exists(filename))
161 self.assertTrue(not os.path.exists(filename2))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_unicode_file.py 35 if os.path.exists(filename):
40 # file already exists etc.
45 self.assertTrue(os.path.exists(filename))
48 self.assertTrue(os.path.exists(os.path.abspath(filename)))
105 self.assertTrue(not os.path.exists(filename2))
107 self.assertTrue(os.path.exists(filename1))
150 self.assertTrue(not os.path.exists(filename))
161 self.assertTrue(not os.path.exists(filename2))
  /test/suite_harness/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
CompatibilityBuildHelper.java 169 if (dir == null || !dir.exists()) {
171 if (!dir.exists()) {
175 if (!dir.exists()) {
190 if (!dir.exists()) {
229 if (!subPlansDir.exists()) {
274 if (!testsDir.exists()) {
307 if (testFile.exists()) {
  /build/make/tools/releasetools/
add_img_to_target_files 27 directory exists in the target file.
128 if os.path.exists(img.input_name):
129 print("system.img already exists; no need to rebuild...")
160 if os.path.exists(img.input_name):
161 print("system_other.img already exists; no need to rebuild...")
172 if os.path.exists(img.input_name):
173 print("vendor.img already exists; no need to rebuild...")
187 if os.path.exists(img.input_name):
188 print("product.img already exists; no need to rebuild...")
202 Uses the image under IMAGES/ if it already exists. Otherwise looks for th
    [all...]
add_img_to_target_files.py 27 directory exists in the target file.
128 if os.path.exists(img.input_name):
129 print("system.img already exists; no need to rebuild...")
160 if os.path.exists(img.input_name):
161 print("system_other.img already exists; no need to rebuild...")
172 if os.path.exists(img.input_name):
173 print("vendor.img already exists; no need to rebuild...")
187 if os.path.exists(img.input_name):
188 print("product.img already exists; no need to rebuild...")
202 Uses the image under IMAGES/ if it already exists. Otherwise looks for th
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
fix_import.py 15 from os.path import dirname, join, exists, sep
94 if not exists(join(dirname(base_path), "__init__.py")):
97 if exists(base_path + ext):
  /external/caliper/caliper/src/main/java/com/google/caliper/platform/dalvik/
DalvikPlatform.java 59 Preconditions.checkState(bin.exists() && bin.isDirectory(),
63 if (!dalvikvm.exists() || dalvikvm.isDirectory()) {
141 if (!androidRootFile.exists()) {

Completed in 673 milliseconds

<<11121314151617181920>>