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

<<11121314151617181920>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sysconfig.py 81 if os.path.isfile(path):
239 self.assertTrue(os.path.isfile(config_h), config_h)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 119 if (new File(customDebugKeystorePath).isFile()) {
295 if (file.isFile()) {
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
FatDirectoryEntry.java 329 * @see org.jnode.fs.FSDirectoryEntry#isFile()
331 public boolean isFile() {
FatLfnDirectoryEntry.java 364 public boolean isFile() {
365 return realEntry.isFile();
  /art/tools/checker/
checker.py 74 elif os.path.isfile(path):
  /developers/samples/android/experimental/ndkSampleGen/
build.gradle 83 if (fcd.file.isFile()) {
  /development/testrunner/
android_mk.py 170 if os.path.isfile(mk_path):
  /external/apache-http/android/src/com/android/internal/http/multipart/
FilePartSource.java 68 if (!file.isFile()) {
  /external/autotest/client/bin/
kernel_unittest.py 113 self.god.stub_function(os.path, "isfile")
489 os.path.isfile.expect_call('vmlinux').and_return(True)
514 os.path.isfile.expect_call('initrd').and_return(True)
520 os.path.isfile.expect_call('/usr/sbin/mkinitrd').and_return(True)
test_config.py 47 if path.isfile(cfg):
  /external/autotest/client/common_lib/
file_utils.py 47 if not os.path.isfile(filepath):
software_manager.py 291 if os.path.isfile(path):
319 if os.path.isfile(name):
352 if os.path.isfile(package):
396 if os.path.isfile(name):
  /external/autotest/client/profilers/oprofile/
oprofile.py 113 if os.path.isfile('/root/.oprofile/daemonrc'):
  /external/autotest/client/site_tests/firmware_TouchMTB/
report_html.py 175 if (filename is None) or (not os.path.isfile(filename)):
  /external/autotest/client/site_tests/graphics_GpuReset/
graphics_GpuReset.py 46 if not os.path.isfile(exefile):
  /external/autotest/client/site_tests/hardware_StorageFio/
hardware_StorageFio.py 71 if dev != '' and (os.path.isfile(dev) or not os.path.exists(dev)):
  /external/autotest/client/site_tests/kernel_LTP/
kernel_LTP.py 85 if not os.path.isfile(test_bin_file):
  /external/autotest/client/site_tests/login_UserPolicyKeys/
login_UserPolicyKeys.py 40 if not os.path.isfile(key_file):
  /external/autotest/client/tests/kvm/
kvm.py 74 if os.path.isfile(module_path):
  /external/autotest/client/tests/kvm/tests/
unattended_install.py 60 elif os.path.isfile(src):
137 if not os.path.isfile(txtsetup_oem):
167 if os.path.isfile(virtio_floppy):
242 if not os.path.isfile(getattr(self, 'qemu_img_binary')):
  /external/autotest/client/virt/
kvm_installer.py 14 if os.path.isfile("/dev/kvm"):
49 if not os.path.isfile(kvm_qemu):
52 if not os.path.isfile(kvm_qemu_img):
149 if os.path.isfile(unittest_cfg):
  /external/autotest/client/virt/tests/
softlockup.py 61 if os.path.isfile(monitor_log_file_server):
  /external/autotest/server/site_tests/telemetry_Crosperf/
telemetry_Crosperf.py 71 if not os.path.isfile(src):
  /external/autotest/server/site_tests/video_VDAStress/
output_test_video_params.py 136 elif os.path.isfile(argv[0]):
  /external/autotest/site_utils/
gmail_lib.py 133 if not auth_creds or not os.path.isfile(auth_creds):

Completed in 769 milliseconds

<<11121314151617181920>>