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

1 2 3 4 5 6 78 91011>>

  /external/webrtc/webrtc/base/
win32filesystem.cc 184 if (!IsFile(filename)) {
185 ASSERT(IsFile(filename));
233 if (!IsFile(old_path)) {
234 ASSERT(IsFile(old_path));
274 bool Win32Filesystem::IsFile(const Pathname &path) {
  /external/autotest/site_utils/
brillo_aue2e_test.py 148 if not os.path.isfile(payload):
185 if not os.path.isfile(dst_image):
188 if src_image and not os.path.isfile(src_image):
  /external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
test_cp.py     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedPublisherTask.java 127 if (file==null || !file.exists() || !file.isFile()) {
157 if (CVSTempDir.isFile()) { // if dir exists as a file, we need a new tmp folder name
177 boolean fileInCVS = destFile.isFile();
  /external/protobuf/gtest/test/
gtest_xml_output_unittest.py 157 self.assert_(os.path.isfile(output_file))
167 if os.path.isfile(xml_path):
186 self.assert_(not os.path.isfile(xml_path))
  /prebuilts/gdb/darwin-x86/lib/python2.7/unittest/
loader.py 186 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
243 if os.path.isfile(full_path):
268 if not os.path.isfile(os.path.join(full_path, '__init__.py')):
  /prebuilts/gdb/linux-x86/lib/python2.7/unittest/
loader.py 186 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
243 if os.path.isfile(full_path):
268 if not os.path.isfile(os.path.join(full_path, '__init__.py')):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
loader.py 186 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
243 if os.path.isfile(full_path):
268 if not os.path.isfile(os.path.join(full_path, '__init__.py')):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
loader.py 186 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
243 if os.path.isfile(full_path):
268 if not os.path.isfile(os.path.join(full_path, '__init__.py')):
  /cts/common/device-side/device-info/src/com/android/compatibility/common/deviceinfo/
LibraryDeviceInfo.java 69 if (file.isFile() && name.endsWith(suffix)) {
  /cts/tests/tests/net/src/android/net/cts/
VpnServiceTest.java 114 assertFalse(file.isFile());
  /dalvik/dx/src/com/android/multidex/
Path.java 39 } else if (file.isFile()) {
  /development/testrunner/
android_manifest.py 122 if os.path.isfile(manifest_path):
make_tree.py 100 if not os.path.isfile(mk_path):
  /development/testrunner/test_defs/
gtest.py 82 if os.path.isfile(sub_tests_path):
  /external/antlr/antlr-3.4/runtime/Python/tests/
testbase.py 71 if not os.path.isfile(jar):
79 if not os.path.isfile(jar):
87 if not os.path.isfile(jar):
263 # if not os.path.isfile(dest):
  /external/autotest/client/cros/input_playback/
input_playback.py 147 if not os.path.isfile(property_file):
275 if os.path.isfile(product_path):
278 if os.path.isfile(vendor_path):
327 if os.path.isfile(name_file):
  /external/autotest/client/site_tests/firmware_TouchMTB/tools/
mtplot_play.py 95 if not os.path.isfile(args.filename):
  /external/autotest/client/site_tests/hardware_PerfCallgraphVerification/
hardware_PerfCallgraphVerification.py 89 if not os.path.isfile(perf_file_path):
  /external/autotest/client/site_tests/hardware_ch7036/
hardware_ch7036.py 61 if not os.path.isfile(log):
  /external/autotest/client/site_tests/platform_Perf/
platform_Perf.py 42 if not os.path.isfile(perf_file_path):
  /external/autotest/client/site_tests/platform_RootPartitionsNotMounted/
platform_RootPartitionsNotMounted.py 95 if not os.path.isfile(path):
  /external/autotest/client/site_tests/security_ReservedPrivileges/
security_ReservedPrivileges.py 39 if (os.path.isfile(path) == False):
  /external/autotest/server/
base_utils.py 299 has_dsa_keypair = os.path.isfile(dsa_public_key_path) and \
300 os.path.isfile(dsa_private_key_path)
301 has_rsa_keypair = os.path.isfile(rsa_public_key_path) and \
302 os.path.isfile(rsa_private_key_path)
  /external/autotest/server/site_tests/native_Benchmarks/
webm.py 57 if not os.path.isfile('%s/out/%s' % (self.src, v)):

Completed in 1777 milliseconds

1 2 3 4 5 6 78 91011>>