Home
last modified time | relevance | path

Searched refs:isfile (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/external/python/cpython2/Lib/unittest/test/
Dtest_discovery.py32 original_isfile = os.path.isfile
34 os.path.isfile = original_isfile
50 def isfile(path): function
53 os.path.isfile = isfile
75 original_isfile = os.path.isfile
77 os.path.isfile = original_isfile
90 os.path.isfile = lambda path: os.path.basename(path) not in directories
137 original_isfile = os.path.isfile
140 os.path.isfile = original_isfile
142 os.path.isfile = lambda path: False
[all …]
/external/clang/tools/scan-build-py/tests/functional/cases/
Dtest_create_cdb.py33 self.assertTrue(os.path.isfile(result))
42 self.assertTrue(os.path.isfile(result))
49 self.assertTrue(os.path.isfile(result))
59 self.assertTrue(os.path.isfile(result))
65 self.assertTrue(os.path.isfile(result))
74 self.assertTrue(os.path.isfile(result))
115 self.assertTrue(os.path.isfile(result))
117 self.assertTrue(os.path.isfile(result))
123 self.assertTrue(os.path.isfile(result))
125 self.assertTrue(os.path.isfile(result))
/external/chromium-trace/catapult/dependency_manager/dependency_manager/
Ddependency_manager_util_unittest.py64 if os.path.isfile(self.archive_path):
78 self.assertTrue(os.path.isfile(read_only_path))
79 self.assertTrue(os.path.isfile(writable_path))
80 self.assertTrue(os.path.isfile(executable_path))
81 self.assertTrue(os.path.isfile(sub_read_only_path))
82 self.assertTrue(os.path.isfile(sub_writable_path))
83 self.assertTrue(os.path.isfile(sub_executable_path))
113 if os.path.isfile(archive_path):
125 self.assertFalse(os.path.isfile(self.executable_path))
128 self.assertFalse(os.path.isfile(self.sub_executable_path))
[all …]
/external/python/cpython2/PC/VS9.0/
Dbuild_ssl.py37 if os.path.isfile(fname) and fname not in ret:
42 if os.path.isfile(fname) and fname not in ret:
82 if not os.path.isfile(m32):
101 if not os.path.isfile(makefile):
193 if arch == "amd64" and os.path.isfile(m32) and not os.path.isfile(makefile):
199 if not os.path.isfile(makefile) or os.path.getsize(makefile)==0:
/external/python/cpython2/PC/VS8.0/
Dbuild_ssl.py34 if os.path.isfile(fname) and fname not in ret:
39 if os.path.isfile(fname) and fname not in ret:
103 if not os.path.isfile(m32):
122 if not os.path.isfile(makefile):
195 if arch == "amd64" and os.path.isfile(m32) and not os.path.isfile(makefile):
201 if not os.path.isfile(makefile) or os.path.getsize(makefile)==0:
/external/python/cpython2/PC/VC6/
Dbuild_ssl.py29 if os.path.isfile(fname) and fname not in ret:
34 if os.path.isfile(fname) and fname not in ret:
96 if not os.path.isfile(makefile):
140 if os.path.isfile(dst) and cmp(src, dst):
178 if not os.path.isfile(makefile) or os.path.getsize(makefile)==0:
207 if os.path.isfile(r"tmp%s\%s" % (dirsuffix, f)): continue
/external/skia/tools/
Dtest_gpuveto.py34 if os.path.isfile(newpath):
36 elif os.path.isfile(globbedpath):
62 assert os.path.isfile(self.bench_pictures)
63 assert os.path.isfile(self.gpuveto)
82 assert os.path.isfile(skp_file)
Dbuild_command_buffer.py57 if os.path.isfile(args.chrome_dir):
60 if os.path.isfile(args.output_dir):
68 if os.path.isfile(args.output_dir):
153 if not os.path.isfile(shared_lib_src):
159 if not os.path.isfile(shared_lib_dst):
/external/autotest/client/bin/
Dlocal_host_unittest.py200 self.assertTrue(os.path.isfile(dest_file))
215 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'dir', 'file')))
231 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'dir', 'file')))
249 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'dir', 'file')))
250 self.assertFalse(os.path.isfile(os.path.join(dest_dir, 'dir', 'file2')))
266 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'file')))
283 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'file')))
301 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'file')))
302 self.assertFalse(os.path.isfile(os.path.join(dest_dir, 'file2')))
/external/autotest/client/site_tests/performance_Tracker/
Dperformance_Tracker.py52 if os.path.isfile(TERMINATE_PATH):
62 if os.path.isfile(TERMINATE_PATH):
77 if os.path.isfile(TERMINATE_PATH):
/external/skia/bin/
Dsync29 if not os.path.isfile(DEPS_FILE):
39 if os.path.isfile(HASH_FILE):
44 if os.path.isfile(HASH_FILE):
/external/python/cpython2/Lib/test/
Dtest_compileall.py65 self.assertTrue(os.path.isfile(self.bc_path) \
66 and not os.path.isfile(self.bc_path2))
69 self.assertTrue(os.path.isfile(self.bc_path) \
70 and os.path.isfile(self.bc_path2))
Dtest_shutil.py165 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test.txt')))
167 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir',
392 self.assertTrue(os.path.isfile(tarball))
403 self.assertTrue(os.path.isfile(tarball))
441 self.assertTrue(os.path.isfile(tarball))
448 self.assertTrue(os.path.isfile(tarball2))
455 self.assertTrue(os.path.isfile(tarball))
461 self.assertTrue(os.path.isfile(tarball))
481 self.assertTrue(os.path.isfile(res))
494 self.assertTrue(os.path.isfile(res))
[all …]
Dtest_unicode_file.py46 self.assertTrue(os.path.isfile(filename))
49 self.assertTrue(os.path.isfile(os.path.abspath(filename)))
95 self.assertTrue(os.path.isfile(filename1)) # must exist.
97 self.assertTrue(os.path.isfile(filename1+".new"))
99 self.assertTrue(os.path.isfile(filename2))
/external/googletest/googletest/test/
Dgtest_xml_outfiles_test.py115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
119 if os.path.isfile(output_file1):
/external/v8/testing/gtest/test/
Dgtest_xml_outfiles_test.py115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
119 if os.path.isfile(output_file1):
/external/google-breakpad/src/testing/gtest/test/
Dgtest_xml_outfiles_test.py115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
119 if os.path.isfile(output_file1):
/external/protobuf/gtest/test/
Dgtest_xml_outfiles_test.py115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
119 if os.path.isfile(output_file1):
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/
Dgtest_xml_outfiles_test.py115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2),
119 if os.path.isfile(output_file1):
/external/autotest/client/site_tests/graphics_SanAngeles/
Dgraphics_SanAngeles.py43 if os.path.isfile(cmd_gl):
45 elif os.path.isfile(cmd_gles):
47 elif os.path.isfile(cmd_gles_s):
/external/python/cpython2/Demo/pdist/
Drcslib.py174 return (os.path.isfile(namev) or
175 os.path.isfile(os.path.join('RCS', namev)))
187 if os.path.isfile(namev): return namev
189 if os.path.isfile(namev): return namev
205 if os.path.isfile(name): return name
/external/lz4/tests/
Dtest-lz4-versions.py80 if not os.path.isfile(dst_lz4c) or not os.path.isfile(dst_lz4c32) or tag == head:
115 if not os.path.isfile(lz4):
119 if not os.path.isfile(lz4t):
/external/autotest/site_utils/
Dpubsub_utils_unittest.py88 os.path.isfile(_TEST_CLOUD_SERVICE_ACCOUNT_FILE).AndReturn(False)
98 os.path.isfile(_TEST_CLOUD_SERVICE_ACCOUNT_FILE).AndReturn(True)
111 os.path.isfile(_TEST_CLOUD_SERVICE_ACCOUNT_FILE).AndReturn(True)
135 os.path.isfile(_TEST_CLOUD_SERVICE_ACCOUNT_FILE).AndReturn(True)
/external/owasp/sanitizer/tools/
Dcut_release.py58 assert os.path.isfile(maven_metadata_path), maven_metadata_path
61 assert os.path.isfile(jar_path), jar_path
62 assert os.path.isfile(src_jar_path), src_jar_path
63 assert os.path.isfile(doc_jar_path), doc_jar_path
/external/python/cpython2/Lib/distutils/command/
Dsdist.py192 template_exists = os.path.isfile(self.template)
255 files = filter(os.path.isfile, glob(pattern))
279 if os.path.isfile(item):
285 if os.path.isfile(f):
376 if not os.path.isfile(self.manifest):
435 if not os.path.isfile(file):

12345678910>>...15