HomeSort by relevance Sort by last modified time
    Searched full:isfile (Results 51 - 75 of 2008) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/platform_CheckErrorsInLog/
platform_CheckErrorsInLog.py 49 if os.path.isfile(logfile):
  /external/autotest/client/tests/cpu_hotplug/
cpu_hotplug.py 27 if os.path.isfile('/sys/devices/system/cpu/cpu%s/online' % cpu):
  /external/autotest/client/tools/
cd_hash.py 30 file_exists = os.path.isfile(filename)
  /external/autotest/client/virt/tests/
clock_getres.py 20 if not os.path.isfile(source_name):
  /external/caliper/caliper/src/test/java/com/google/caliper/config/
VmConfigTest.java 45 assertTrue(javaExecutable + " is not a file", javaExecutable.isFile());
  /external/chromium-trace/catapult/catapult_base/catapult_base/
util.py 30 if os.path.isfile(path):
  /external/guice/core/test/com/googlecode/guice/
OSGiContainerTest.java 69 assertTrue(failMsg(), new File(GUICE_JAR).isFile());
72 assertTrue(failMsg(), new File(AOPALLIANCE_JAR).isFile());
74 assertTrue(failMsg(), new File(JAVAX_INJECT_JAR).isFile());
75 assertTrue(failMsg(), new File(GUAVA_JAR).isFile());
  /external/jacoco/jacoco-maven-plugin.test/it/it-customize-agent/
verify.bsh 35 if ( !file.isFile() )
  /external/jsoncpp/scons-tools/
globtool.py 19 if not os.path.isfile(abs_path):
  /external/owasp/sanitizer/tools/
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
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
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/gdb/linux-x86/lib/python2.7/test/
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/darwin-x86/2.7.5/lib/python2.7/test/
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_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))
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph_tests/
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')))
  /development/tools/checkstyle/gitlint/
utils.py 46 if (os.path.isabs(program) and os.path.isfile(program) and
54 if os.path.isfile(candidate) and os.access(candidate, os.X_OK):
  /external/autotest/client/tests/kvm/tests/
migration_with_file_transfer.py 82 if os.path.isfile(host_path):
84 if os.path.isfile(host_path_returned):
  /external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
zipio.rst 29 .. function:: isfile(path)
35 Based on :func:`os.path.isfile`
  /external/smali/util/src/main/java/org/jf/util/
PathUtil.java 40 if (baseFile.isFile()) {
49 if (baseFile.isFile()) {
  /frameworks/support/v4/java/android/support/v4/provider/
RawDocumentFile.java 87 public boolean isFile() {
88 return mFile.isFile();
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtils.java 70 if (dictFile.isFile()) {
79 if (!file.isFile()) {
  /prebuilts/gdb/darwin-x86/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
  /prebuilts/gdb/linux-x86/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
genericpath.py 10 'getsize', 'isdir', 'isfile']
26 def isfile(path): function

Completed in 1717 milliseconds

1 23 4 5 6 7 8 91011>>