Home
last modified time | relevance | path

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

12345678910

/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/autotest/client/bin/
Dlocal_host_unittest.py148 self.assertTrue(os.path.isfile(dest_file))
163 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'dir', 'file')))
179 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'dir', 'file')))
197 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'dir', 'file')))
198 self.assertFalse(os.path.isfile(os.path.join(dest_dir, 'dir', 'file2')))
214 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'file')))
231 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'file')))
249 self.assertTrue(os.path.isfile(os.path.join(dest_dir, 'file')))
250 self.assertFalse(os.path.isfile(os.path.join(dest_dir, 'file2')))
Dbase_utils.py53 if not os.path.isfile(file):
139 if os.path.isfile(file_local_path):
167 if os.path.isfile(dest):
182 if not os.path.isfile(file):
200 if os.path.isfile('/etc/SuSE-release'):
205 if not os.path.isfile(issue):
235 if os.path.isfile(vmlinux):
238 if os.path.isfile(vmlinux):
249 if os.path.isfile(map):
252 if os.path.isfile(map):
[all …]
/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/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
Dtest_zipio.py96 self.assertTrue(zipio.isfile(os.path.join(TESTDATA, 'test.txt')))
97 self.assertFalse(zipio.isfile(os.path.join(TESTDATA, 'subdir')))
98 self.assertRaises(IOError, zipio.isfile, os.path.join(TESTDATA, 'no-such-file'))
99 self.assertFalse(zipio.isfile(os.path.join(TESTDATA, 'zipped.egg')))
100 self.assertFalse(zipio.isfile(os.path.join(TESTDATA, 'zipped.egg', 'subdir4')))
101 self.assertTrue(zipio.isfile(os.path.join(TESTDATA, 'zipped.egg', 'test.txt')))
102 self.assertFalse(zipio.isfile(os.path.join(TESTDATA, 'zipped.egg', 'subdir')))
103 … self.assertRaises(IOError, zipio.isfile, os.path.join(TESTDATA, 'zipped.egg', 'no-such-file'))
104 …self.assertTrue(zipio.isfile(os.path.join(TESTDATA, 'zipped.egg', 'subdir2', 'subdir', 'file1.txt'…
/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/autotest/client/site_tests/performance_Tracker/
Dperformance_Tracker.py53 if os.path.isfile(TERMINATE_PATH):
63 if os.path.isfile(TERMINATE_PATH):
78 if os.path.isfile(TERMINATE_PATH):
/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/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/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):
Dgtest_xml_output_unittest.py211 self.assert_(os.path.isfile(output_file))
221 if os.path.isfile(xml_path):
240 self.assert_(not os.path.isfile(xml_path))
/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/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):
Dgtest_xml_output_unittest.py157 self.assert_(os.path.isfile(output_file))
167 if os.path.isfile(xml_path):
186 self.assert_(not os.path.isfile(xml_path))
/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/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/autotest/site_utils/
Dpubsub_utils_unittest.py77 os.path.isfile(pubsub_utils.CLOUD_SERVICE_ACCOUNT_FILE).AndReturn(False)
87 os.path.isfile(pubsub_utils.CLOUD_SERVICE_ACCOUNT_FILE).AndReturn(True)
101 os.path.isfile(pubsub_utils.CLOUD_SERVICE_ACCOUNT_FILE).AndReturn(True)
121 os.path.isfile(pubsub_utils.CLOUD_SERVICE_ACCOUNT_FILE).AndReturn(True)
/external/autotest/client/site_tests/graphics_SanAngeles/
Dgraphics_SanAngeles.py52 if os.path.isfile(cmd_gl):
54 elif os.path.isfile(cmd_gles):
56 elif os.path.isfile(cmd_gles_s):
/external/autotest/client/site_tests/hardware_UsbMount/
Dhardware_UsbMount.py25 if self._tmpfile and os.path.isfile(self._tmpfile):
80 if not os.path.isfile(self._tmpfile):
105 if not os.path.isfile(self._tmpfile):
/external/autotest/client/site_tests/desktopui_SimpleLogin/
Ddesktopui_SimpleLogin.py24 if os.path.isfile(terminate_path):
32 if os.path.isfile(terminate_path):
/external/autotest/site_utils/chromeos_proxy/
Dbot_config.py108 if not os.path.isfile(path):
111 if not os.path.isfile(path):
/external/chromium-trace/catapult/telemetry/telemetry/internal/util/
Dpath_set.py31 if os.path.isfile(path):
36 if os.path.isfile(file_path):
/external/toolchain-utils/
Dheat_map.py76 if os.path.isfile(os.path.join(os.getcwd(), 'out.txt')):
78 if os.path.isfile(os.path.join(os.getcwd(), 'inst-histo.txt')):
127 if not os.path.isfile(options.perf_data):

12345678910