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

1 2 3 4 5 6 7 8 91011>>

  /external/autotest/client/site_tests/desktopui_SimpleLogin/
desktopui_SimpleLogin.py 24 if os.path.isfile(terminate_path):
32 if os.path.isfile(terminate_path):
  /external/autotest/client/site_tests/desktopui_SonicExtension/
config_manager.py 22 if os.path.isfile(config):
  /external/autotest/client/site_tests/performance_Tracker/
performance_Tracker.py 53 if os.path.isfile(TERMINATE_PATH):
63 if os.path.isfile(TERMINATE_PATH):
78 if os.path.isfile(TERMINATE_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))
test_gpuveto.py 34 if os.path.isfile(newpath):
36 elif os.path.isfile(globbedpath):
62 assert os.path.isfile(self.bench_pictures)
63 assert os.path.isfile(self.gpuveto)
82 assert os.path.isfile(skp_file)
  /external/autotest/client/tests/kvm/tests/
vmstop.py 64 if not os.path.isfile(p):
79 if os.path.isfile(save1):
81 if os.path.isfile(save2):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
__init__.py 69 if (not os.path.isfile(os.path.join(PROGRAM_FILES_DIR, 'VERSION')) and
76 if not os.path.isfile(os.path.join(PROGRAM_FILES_DIR, 'VERSION')):
100 if os.path.isfile(fpath):
  /external/autotest/client/site_tests/kernel_SchedCgroups/
kernel_SchedCgroups.py 29 self.assert_(os.path.isfile('%s/test/tasks' % self._tmpdir))
  /external/icu/icu4c/as_is/
bomlist.py 32 if not os.path.isfile(fp):
  /external/skia/experimental/mojo/
generate.py 22 if os.path.isfile(path):
27 assert os.path.isfile(sha_path)
50 assert os.path.isfile(path)
54 assert os.path.isfile(exe)
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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-trace/catapult/telemetry/telemetry/internal/util/
path_set.py 31 if os.path.isfile(path):
36 if os.path.isfile(file_path):
  /toolchain/binutils/binutils-2.25/ld/
ldemul.h 52 (int *isfile);
130 char * (*get_script) (int *isfile);
  /external/chromium-trace/catapult/dependency_manager/dependency_manager/
dependency_manager_util_unittest.py 64 if os.path.isfile(self.archive_path):
78 self.assertTrue(os.path.isfile(read_only_path))
79 self.assertTrue(os.path.isfile(writable_path))
80 self.assertTrue(os.path.isfile(executable_path))
81 self.assertTrue(os.path.isfile(sub_read_only_path))
82 self.assertTrue(os.path.isfile(sub_writable_path))
83 self.assertTrue(os.path.isfile(sub_executable_path))
113 if os.path.isfile(archive_path):
125 self.assertFalse(os.path.isfile(self.executable_path))
128 self.assertFalse(os.path.isfile(self.sub_executable_path)
    [all...]
  /external/autotest/client/site_tests/graphics_SanAngeles/
graphics_SanAngeles.py 50 if os.path.isfile(cmd_gl):
52 elif os.path.isfile(cmd_gles):
54 elif os.path.isfile(cmd_gles_s):
  /external/autotest/client/site_tests/hardware_UsbMount/
hardware_UsbMount.py 25 if self._tmpfile and os.path.isfile(self._tmpfile):
80 if not os.path.isfile(self._tmpfile):
105 if not os.path.isfile(self._tmpfile):
  /external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
run_system_tests.py 33 if not os.path.isfile(JSON_KEY_PATH):
35 if not os.path.isfile(P12_KEY_PATH):
37 if not os.path.isfile(USER_KEY_PATH):
  /external/google-breakpad/src/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):
  /external/vulkan-validation-layers/tests/gtest-1.7.0/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):

Completed in 992 milliseconds

1 2 3 4 5 6 7 8 91011>>