HomeSort by relevance Sort by last modified time
    Searched refs:isfile (Results 1 - 25 of 248) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/tools/gyp/test/win/
gyptest-link-pdb.py 25 return os.path.isfile(full_path)
  /external/chromium_org/chrome/test/pyautolib/
pyauto_utils_test.py 33 if not os.path.isfile(path):
40 self.assertFalse(os.path.isfile(myfile))
42 self.assertTrue(os.path.isfile(myfile))
76 self.assertTrue(os.path.isfile(myfile))
79 self.assertFalse(os.path.isfile(myfile))
82 self.assertTrue(os.path.isfile(myfile))
generate_docs.py 48 if os.path.isfile(existing_file_path):
  /external/skia/tools/
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))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 31 original_isfile = os.path.isfile
33 os.path.isfile = original_isfile
49 def isfile(path): function in function:TestDiscovery.test_find_tests
52 os.path.isfile = isfile
74 original_isfile = os.path.isfile
76 os.path.isfile = original_isfile
89 os.path.isfile = lambda path: os.path.basename(path) not in directories
136 original_isfile = os.path.isfile
139 os.path.isfile = original_isfil
337 def isfile(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/test/
test_discovery.py 31 original_isfile = os.path.isfile
33 os.path.isfile = original_isfile
49 def isfile(path): function in function:TestDiscovery.test_find_tests
52 os.path.isfile = isfile
74 original_isfile = os.path.isfile
76 os.path.isfile = original_isfile
89 os.path.isfile = lambda path: os.path.basename(path) not in directories
136 original_isfile = os.path.isfile
139 os.path.isfile = original_isfil
337 def isfile(_): function in function:TestDiscovery.test_detect_module_clash
    [all...]
  /external/chromium_org/chrome/tools/
webforms_aggregator_tests.py 27 if os.path.isfile(self.cookie_file):
29 if os.path.isfile(self.url_file.name):
  /external/chromium/testing/gtest/test/
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/chromium_org/testing/gtest/test/
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/gtest/test/
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/
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):
  /ndk/sources/third_party/googletest/googletest/test/
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):
  /development/scripts/
divide_and_compress_test.py 301 self.my_mox.StubOutWithMock(os.path, 'isfile')
302 os.path.isfile(''.join([self.input_dir, self.file_to_add])).AndReturn(True)
449 """Mock out os.path.isfile.
456 self.my_mox.StubOutWithMock(os.path, 'isfile')
457 os.path.isfile('/dir1/dir2').AndReturn(False)
458 os.path.isfile('/dir1/dir5').AndReturn(False)
459 os.path.isfile('/dir1/dir6').AndReturn(False)
460 os.path.isfile('/dir1/file1.txt').AndReturn(True)
461 os.path.isfile('/dir1/file2.txt').AndReturn(True)
462 os.path.isfile('/dir1/dir2/dir3').AndReturn(False
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_compileall.py 66 self.assertTrue(os.path.isfile(self.bc_path) \
67 and not os.path.isfile(self.bc_path2))
70 self.assertTrue(os.path.isfile(self.bc_path) \
71 and os.path.isfile(self.bc_path2))
test_unicode_file.py 46 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))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_compileall.py 66 self.assertTrue(os.path.isfile(self.bc_path) \
67 and not os.path.isfile(self.bc_path2))
70 self.assertTrue(os.path.isfile(self.bc_path) \
71 and os.path.isfile(self.bc_path2))
test_unicode_file.py 46 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))
  /pdk/build/
pdk_utils.py 43 if os.path.isfile(child_full_name):
66 if not os.path.isfile(src_full_name):
81 if not os.path.isfile(src_full_name):
101 if os.path.islink(item_full_path) or os.path.isfile(item_full_path):
113 if os.path.isfile(dest) or os.path.isdir(dest):
147 if not os.path.isfile(file_name):
  /external/chromium_org/build/android/
update_verification.py 116 assert os.path.isfile(options.from_apk)
128 assert os.path.isfile(options.to_apk)
129 assert os.path.isfile(options.app_data)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
zipfileset_unittest.py 83 self.assertTrue(self._filesystem.isfile('/some-dir/some-file'))
88 self.assertTrue(self._filesystem.isfile('/some-dir/a/b/some-other-file'))
  /external/chromium/chrome/common/extensions/docs/build/
build.py 65 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)):
  /external/chromium_org/google_apis/
google_api_keys.py 26 if not os.path.isfile(official_path):
  /external/chromium_org/tools/
find_depot_tools.py 28 if os.path.isfile(os.path.join(root_dir, 'depot_tools', 'breakpad.py')):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/performance_tests/
perftestsrunner_integrationtest.py 359 self.assertTrue(filesystem.isfile(runner._output_json_path()))
360 self.assertTrue(filesystem.isfile(filesystem.splitext(runner._output_json_path())[0] + '.html'))
384 self.assertFalse(port.host.filesystem.isfile('/mock-checkout/output.json'))
392 self.assertFalse(filesystem.isfile(output_json_path))
393 self.assertFalse(filesystem.isfile(results_page_path))
401 self.assertTrue(filesystem.isfile(output_json_path))
402 self.assertTrue(filesystem.isfile(results_page_path))
416 self.assertTrue(filesystem.isfile(filesystem.splitext(output_json_path)[0] + '.html'))
430 self.assertTrue(filesystem.isfile(filesystem.splitext(output_json_path)[0] + '.html'))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 192 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):

Completed in 2864 milliseconds

1 2 3 4 5 6 7 8 910