Home
last modified time | relevance | path

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

12

/external/chromium/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.py175 self.assert_(os.path.isfile(output_file))
185 if os.path.isfile(xml_path):
204 self.assert_(not os.path.isfile(xml_path))
/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/libvpx/libvpx/third_party/googletest/src/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.py175 self.assert_(os.path.isfile(output_file))
185 if os.path.isfile(xml_path):
204 self.assert_(not os.path.isfile(xml_path))
/external/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.py175 self.assert_(os.path.isfile(output_file))
185 if os.path.isfile(xml_path):
204 self.assert_(not os.path.isfile(xml_path))
/external/skia/tools/
Dsvndiff.py59 if os.path.isfile(user_set_path):
67 if os.path.isfile(try_path):
104 if os.path.isfile(modified_file_path):
Dcompare_baselines.py118 if os.path.isfile(user_set_path):
126 if os.path.isfile(try_path):
Dtest_rendering.py48 if os.path.isfile(try_path):
Dsanitize_source_files.py34 if os.path.isfile(full_item_path): # Item is a file.
/external/chromium/chrome/common/extensions/docs/build/
Dbuild.py65 if (os.path.isfile(input_file)):
149 if os.path.isfile(loc):
182 os.path.isfile(options.dump_render_tree_path)):
239 if (os.path.isfile(debug_log)):
Ddirectory.py495 if (os.path.isfile(en_messages_path)):
498 if (os.path.isfile(en_messages_path)):
642 if os.path.isfile(zip_path):
/external/webkit/Tools/Scripts/webkitpy/common/system/
Dzipfileset_unittest.py84 self.assertTrue(self._filesystem.isfile('/some-dir/some-file'))
89 self.assertTrue(self._filesystem.isfile('/some-dir/a/b/some-other-file'))
Dfilesystem.py97 if self.isfile(path):
127 def isfile(self, path): member in FileSystem
129 return os.path.isfile(path)
Dfilesystem_mock.py94 return self.isfile(path) or self.isdir(path)
102 if self.isfile(path):
142 def isfile(self, path): member in MockFileSystem
/external/v8/test/preparser/
Dtestcfg.py30 from os.path import join, dirname, exists, isfile
127 if not isfile(executable):
/external/antlr/antlr-3.4/runtime/Python/tests/
Dtestbase.py71 if not os.path.isfile(jar):
79 if not os.path.isfile(jar):
87 if not os.path.isfile(jar):
/external/icu4c/stubdata/
Dicu_dat_generator.py65 if not os.path.isfile(input_file):
254 if not os.path.isfile(full_data_filename):
/external/webkit/Tools/wx/packaging/
Dbuild-win-installer.py59 if os.path.isfile(filepath):
/external/webkit/Tools/Scripts/webkitpy/layout_tests/
Dupdate_webgl_conformance_tests.py150 if os.path.isfile(in_name):
/external/icu4c/tools/
Dicu-svnprops-check.py216 if not os.path.isfile(f):
/external/protobuf/gtest/scripts/
Dfuse_gtest_files.py92 if not os.path.isfile(os.path.join(directory, relative_path)):
/external/chromium/testing/gtest/scripts/
Dfuse_gtest_files.py92 if not os.path.isfile(os.path.join(directory, relative_path)):

12