Home
last modified time | relevance | path

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

12

/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/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/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/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.py76 if not os.path.isfile(input_file):
271 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/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)):
/external/chromium/net/tools/testserver/
Dtestserver.py768 if not os.path.isfile(file_path):
782 if os.path.isfile(headers_path):
907 if not os.path.isfile(gif_path):
1337 if not os.path.isfile(options.cert):
1342 if not os.path.isfile(ca_cert):
/external/llvm/utils/
Dllvm-compilers-check106 if os.path.isfile(execname):
111 if os.path.isfile(f):
/external/chromium/third_party/libjingle/source/talk/site_scons/
Dtalk.py166 if os.path.isfile(path):
/external/webkit/Tools/Scripts/webkitpy/style/checkers/
Dcpp_unittest.py2455 self.os_path_isfile_orig = os.path.isfile
2460 os.path.isfile = self.os_path_isfile_orig
2599 os.path.isfile = lambda filename: True
2616 os.path.isfile = self.os_path_isfile_orig
/external/clang/tools/scan-view/
DScanView.py470 if os.path.exists(f) and os.path.isfile(f)]

12