Searched refs:isfile (Results 1 – 25 of 258) sorted by relevance
1234567891011
/external/chromium-trace/catapult/dependency_manager/dependency_manager/ |
D | dependency_manager_util_unittest.py | 64 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))
|
/external/skia/tools/ |
D | build_command_buffer.py | 48 if os.path.isfile(args.chrome_dir): 51 if os.path.isfile(args.output_dir): 56 if os.path.isfile(chrome_src_dir): 79 if os.path.isfile(args.output_dir): 151 if not os.path.isfile(shared_lib_src): 157 if not os.path.isfile(shared_lib_dst):
|
D | find_bad_images_in_skps.py | 83 if os.path.isfile(newpath): 85 elif os.path.isfile(globbedpath): 98 assert os.path.isfile(self.render_pictures) 99 assert os.path.isfile(self.test_image_decoder) 113 assert os.path.isfile(skp_file) 126 assert(os.path.isfile(image_path))
|
D | test_gpuveto.py | 34 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)
|
/external/skia/experimental/mojo/ |
D | generate.py | 22 if os.path.isfile(path): 27 assert os.path.isfile(sha_path) 50 assert os.path.isfile(path) 54 assert os.path.isfile(exe)
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/ |
D | test_zipio.py | 96 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/autotest/client/site_tests/performance_Tracker/ |
D | performance_Tracker.py | 53 if os.path.isfile(TERMINATE_PATH): 63 if os.path.isfile(TERMINATE_PATH): 78 if os.path.isfile(TERMINATE_PATH):
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/ |
D | __init__.py | 69 if (not os.path.isfile(os.path.join(PROGRAM_FILES_DIR, 'VERSION')) and 76 if not os.path.isfile(os.path.join(PROGRAM_FILES_DIR, 'VERSION')): 100 if os.path.isfile(fpath):
|
/external/autotest/client/tests/kvm/tests/ |
D | vmstop.py | 64 if not os.path.isfile(p): 79 if os.path.isfile(save1): 81 if os.path.isfile(save2):
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/ |
D | run_system_tests.py | 33 if not os.path.isfile(JSON_KEY_PATH): 35 if not os.path.isfile(P12_KEY_PATH): 37 if not os.path.isfile(USER_KEY_PATH):
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_xml_outfiles_test.py | 115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), 119 if os.path.isfile(output_file1):
|
/external/protobuf/gtest/test/ |
D | gtest_xml_outfiles_test.py | 115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), 119 if os.path.isfile(output_file1):
|
D | gtest_xml_output_unittest.py | 157 self.assert_(os.path.isfile(output_file)) 167 if os.path.isfile(xml_path): 186 self.assert_(not os.path.isfile(xml_path))
|
/external/gtest/test/ |
D | gtest_xml_outfiles_test.py | 115 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/ |
D | gtest_xml_outfiles_test.py | 115 self.assert_(os.path.isfile(output_file1) or os.path.isfile(output_file2), 119 if os.path.isfile(output_file1):
|
/external/owasp/sanitizer/tools/ |
D | cut_release.py | 58 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/client/bin/ |
D | base_utils.py | 41 if not os.path.isfile(file): 166 if os.path.isfile(file_local_path): 194 if os.path.isfile(dest): 209 if not os.path.isfile(file): 227 if os.path.isfile('/etc/SuSE-release'): 232 if not os.path.isfile(issue): 262 if os.path.isfile(vmlinux): 265 if os.path.isfile(vmlinux): 276 if os.path.isfile(map): 279 if os.path.isfile(map): [all …]
|
/external/autotest/client/site_tests/graphics_SanAngeles/ |
D | graphics_SanAngeles.py | 50 if os.path.isfile(cmd_gl): 52 elif os.path.isfile(cmd_gles): 54 elif os.path.isfile(cmd_gles_s):
|
/external/autotest/client/site_tests/hardware_UsbMount/ |
D | hardware_UsbMount.py | 25 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/ |
D | desktopui_SimpleLogin.py | 24 if os.path.isfile(terminate_path): 32 if os.path.isfile(terminate_path):
|
/external/skia/bin/ |
D | sync-and-gyp | 50 if not os.path.isfile('DEPS'): 60 if os.path.isfile('.deps_sha1'): 91 if not os.path.isfile('.gclient'):
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | setup.py | 90 if filename and _os.path.isfile(filename): 102 if filename and _os.path.isfile(filename): 128 if filename and _os.path.isfile(filename): 147 if filename and _os.path.isfile(filename): 166 if filename and _os.path.isfile(filename): 264 if filename and _os.path.isfile(filename):
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | setup.py | 89 if filename and _os.path.isfile(filename): 101 if filename and _os.path.isfile(filename): 127 if filename and _os.path.isfile(filename): 146 if filename and _os.path.isfile(filename): 165 if filename and _os.path.isfile(filename): 263 if filename and _os.path.isfile(filename):
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | setup.py | 90 if filename and _os.path.isfile(filename): 102 if filename and _os.path.isfile(filename): 128 if filename and _os.path.isfile(filename): 147 if filename and _os.path.isfile(filename): 166 if filename and _os.path.isfile(filename): 264 if filename and _os.path.isfile(filename):
|
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | setup.py | 89 if filename and _os.path.isfile(filename): 101 if filename and _os.path.isfile(filename): 127 if filename and _os.path.isfile(filename): 146 if filename and _os.path.isfile(filename): 165 if filename and _os.path.isfile(filename): 263 if filename and _os.path.isfile(filename):
|
1234567891011