HomeSort by relevance Sort by last modified time
    Searched full:isfile (Results 351 - 375 of 2107) sorted by null

<<11121314151617181920>>

  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
ResultReporterTest.java 114 children.length == 1 && children[0].isFile() && children[0].length() > 0);
313 file.exists() && file.isFile() && file.length() > 0);
  /external/autotest/client/tests/kvm/tests/
qemu_img.py 268 if os.path.isfile(backing_file):
362 if os.path.isfile(backing_file):
  /external/autotest/server/
site_crashcollect.py 243 isfile = match.group(2) == '-'
244 if pkg and isexec and isfile:
  /external/chromium-trace/catapult/telemetry/docs/pydoc/
telemetry.internal.util.bootstrap.html 63 <dl><dt><a name="DAVClientWrapper-IsFile"><strong>IsFile</strong></a>(self, path)</dt><dd><tt>Returns&nbsp;True&nbsp;if&nbsp;the&nbsp;path&nbsp;is&nbsp;a&nbsp;file&nbsp;on&nbsp;the&nbsp;server,&nbsp;False&nbsp;if&nbsp;directory.</tt></dd></dl>
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
shell.py 469 if not _os.path.isfile(executable + ext):
472 if _os.path.isfile(fname):
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
shell.py 469 if not _os.path.isfile(executable + ext):
472 if _os.path.isfile(fname):
  /frameworks/base/core/java/com/android/server/
BootReceiver.java 175 if (tombstoneFiles[i].isFile()) {
191 if (file.isFile()) {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
FileTest.java 394 assertFalse("File Should Not Exist", f1.isFile());
396 assertTrue("File Should Exist.", f1.isFile());
397 assertTrue("File Should Exist.", f2.isFile());
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/command/
build_py.py 200 if os.path.isfile(init_py):
211 if not os.path.isfile(module_file):
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/command/
build_py.py 200 if os.path.isfile(init_py):
211 if not os.path.isfile(module_file):
  /prebuilts/go/darwin-x86/src/cmd/dist/
util.go 220 // isfile reports whether p names an existing file.
221 func isfile(p string) bool { func
  /prebuilts/go/linux-x86/src/cmd/dist/
util.go 220 // isfile reports whether p names an existing file.
221 func isfile(p string) bool { func
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 200 if os.path.isfile(init_py):
211 if not os.path.isfile(module_file):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_py.py 200 if os.path.isfile(init_py):
211 if not os.path.isfile(module_file):
  /system/extras/pagecache/
pagecache.py 257 if datafile is not None and os.path.isfile(datafile):
384 if not os.path.isfile(options.trace_file):
  /build/tools/releasetools/
target_files_diff.py 201 elif os.path.isfile(name1):
  /developers/build/
build.gradle 216 if (fcd.file.isFile()) {
  /development/tools/idegen/src/com/android/idegen/
DirectorySearch.java 109 if (path.isFile()) {
  /external/autotest/client/bin/
kernel.py 397 if (not os.path.isfile('vmlinux')):
428 if os.path.isfile(initrd):
464 if os.path.isfile('/usr/sbin/mkinitrd'):
466 elif os.path.isfile('/usr/sbin/mkinitramfs'):
  /external/autotest/client/cros/
backchannel.py 114 if os.path.isfile(BACKCHANNEL_FILE):
  /external/autotest/client/site_tests/kernel_LTP/
parse_ltp_out.py 195 if not os.path.isfile(ltp_out_file):
  /external/autotest/client/tests/ltp/
parse_ltp_out.py 202 if not os.path.isfile(ltp_out_file):
  /external/autotest/client/tools/
crash_handler.py 115 if os.path.isfile(m):
  /external/autotest/server/site_tests/brillo_RecoverFromBadImage/
brillo_RecoverFromBadImage.py 133 if not os.path.isfile(image_file):
  /external/autotest/site_utils/docgen/
CreateDocs.py 168 if os.path.isfile(suitefile):
289 if not os.path.isfile(control_file):
730 if not os.path.isfile(options.doxyconf):
734 if not os.path.isfile(options.layout):

Completed in 1332 milliseconds

<<11121314151617181920>>