HomeSort by relevance Sort by last modified time
    Searched refs:isfile (Results 76 - 100 of 248) sorted by null

1 2 34 5 6 7 8 910

  /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/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_unittest.py 256 if text_path and fs.isfile(text_path):
277 if text_path and fs.isfile(text_path):
279 if binary_path and fs.isfile(binary_path):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/unittest2/
loader.py 206 is_not_importable = not os.path.isfile(os.path.join(start_dir, '__init__.py'))
251 if os.path.isfile(full_path):
276 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')):
  /bionic/libc/kernel/tools/
clean_header.py 23 if not os.path.isfile(src_path):
find_headers.py 78 if not os.path.isfile(wanted_config):
  /external/chromium/testing/gtest/scripts/
fuse_gtest_files.py 92 if not os.path.isfile(os.path.join(directory, relative_path)):
  /external/chromium_org/build/android/buildbot/
bb_host_steps.py 41 if clobber_env or os.path.isfile(landmine_path):
  /external/chromium_org/build/android/pylib/gtest/
test_package_exe.py 127 if os.path.isfile(target_name):
  /external/chromium_org/chrome/test/pyautolib/chromeos/
suid_actions.py 142 if not os.path.isfile(TEMP_BACKCHANNEL_FILE):
  /external/chromium_org/native_client_sdk/src/tools/
create_html.py 109 if not os.path.isfile(filename):
sel_ldr.py 67 if not os.path.isfile(nexe):
  /external/chromium_org/testing/gtest/scripts/
fuse_gtest_files.py 92 if not os.path.isfile(os.path.join(directory, relative_path)):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/
linux_unittest.py 45 host.filesystem.isfile = lambda x: 'content_shell' in x
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_parser.py 53 if self.filesystem.isfile(filename):
  /external/chromium_org/third_party/icu/source/tools/
icu-svnprops-check.py 216 if not os.path.isfile(f):
  /external/chromium_org/tools/export_tarball/
export_v8_tarball.py 84 os.path.isfile(name) and
  /external/chromium_org/tools/gyp/test/ios/
gyptest-per-config-settings.py 143 if os.path.isfile(entitlements_file):
  /external/chromium_org/tools/site_compare/
site_compare.py 136 if not os.path.isfile(os.path.join(compare_dir, filename)):
  /external/chromium_org/tools/telemetry/telemetry/core/
util.py 160 if os.path.isfile(candidate) and os.access(candidate, required_mode):
  /external/chromium_org/tools/telemetry/telemetry/page/
profile_generator.py 69 if (not os.path.isfile(full_path) and
  /external/chromium_org/tools/telemetry_tools/
telemetry_bootstrap.py 66 def IsFile(self, path):
81 if self.IsFile(src_path):
85 if os.path.isfile(dst_path):
  /external/chromium_org/tools/win/toolchain/
get_toolchain_if_necessary.py 108 if os.path.isfile(sha1path):
  /external/gtest/scripts/
fuse_gtest_files.py 92 if not os.path.isfile(os.path.join(directory, relative_path)):

Completed in 1841 milliseconds

1 2 34 5 6 7 8 910