HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 351 - 375 of 1157) sorted by null

<<11121314151617181920>>

  /external/chromium_org/v8/tools/testrunner/local/
utils.py 30 from os.path import exists namespace
  /external/compiler-rt/lib/dfsan/scripts/
build-libc-list.py 86 if os.path.exists(l):
  /external/deqp/framework/delibs/decpp/
deFilePath.hpp 56 bool exists (void) const;
  /external/lldb/test/logging/
TestLogging.py 34 if (os.path.exists (log_file)):
  /external/llvm/utils/lit/lit/
discovery.py 15 if os.path.exists(cfgpath):
18 if os.path.exists(cfgpath):
89 if not os.path.exists(cfgpath):
125 # Check that the source path exists (errors here are reported by the
128 if not os.path.exists(source_path):
  /external/llvm/utils/
wciia.py 107 if not os.path.exists(path):
  /external/nanohttpd/webserver/markdown-plugin/src/main/java/fi/iki/elonen/
MarkdownWebServerPlugin.java 28 return f.exists();
  /external/openssl/crypto/objects/
objxref.pl 102 if (!exists $oid_tbl{$chk})
  /cts/tests/tests/os/src/android/os/cts/
DebugTest.java 204 assertFalse(file.exists());
211 assertTrue(file.exists());
219 assertTrue(file.exists());
  /cts/tests/tests/security/src/android/security/cts/
VoldExploitTest.java 79 new File("/proc/" + pid + "/cmdline").exists());
126 new File("/proc/" + i + "/cmdline").exists());
232 if (new File("/proc/" + pid + "/cmdline").exists()) {
  /development/build/tools/
mk_sources_zip.py 133 if not os.path.exists(srcdir):
227 if os.path.exists(p.zipfile):
241 if os.path.exists("_temp.zip"):
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuiteFactory.java 68 if(grammarFile != null && grammarFile.exists() && grammarFile.isFile()) {
203 if(fileGrammar.exists() && fileGrammar.isFile()) return fileGrammar;
206 if(fileGrammar.exists() && fileGrammar.isFile()) return fileGrammar;
  /external/chromium_org/build/android/gyp/
emma_instr.py 89 if os.path.exists(coverage_file):
91 if os.path.exists(sources_file):
155 if os.path.exists(coverage_file):
lint.py 103 if not os.path.exists(PathInDir(d, src)):
112 if os.path.exists(result_path):
119 if not os.path.exists(result_path):
  /external/chromium_org/build/android/
install_emulator_deps.py 50 True if the emulator SDK directory (src/android_emulator_sdk/) exists.
52 return os.path.exists(constants.EMULATOR_SDK_ROOT)
90 True if sdk/system-images/android-<api_level>/x86 exists inside
94 return os.path.exists(os.path.join(constants.EMULATOR_SDK_ROOT,
103 True iff /dev/kvm exists (Linux only).
105 return os.path.exists('/dev/kvm')
113 True iff KVM is enabled (/dev/kvm exists). On failure, returns False
249 logging.info('android_emulator_sdk/ already exists, skipping download.')
  /external/chromium_org/chrome/browser/prerender/
prerender_tracker.cc 183 bool exists = (prerender_cookie_store_map_.find(process_id) != local
185 DCHECK(!exists);
186 if (exists)
  /external/chromium_org/ppapi/native_client/tests/breakpad_crash_test/
crash_dump_tester.py 46 if skip_if_missing and not os.path.exists(crash_service_path):
67 if os.path.exists(dir_path):
187 if not os.path.exists(second_file):
  /external/chromium_org/remoting/host/installer/
build-installer-archive.py 34 if os.path.exists(dir):
116 # Make sure target directory exists.
118 if not os.path.exists(dst_dir):
202 if not os.path.exists(os.path.dirname(dst_file)):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem.py 76 def exists(self, path): member in class:FileSystem
77 return os.path.exists(path)
164 if os.path.exists(self._directory_path):
  /external/chromium_org/third_party/mesa/src/scons/
custom.py 109 if os.path.exists(file):
113 if os.path.exists(file):
174 if subprocess.call(["pkg-config", "--exists", ' '.join(modules)]) != 0:
308 def exists(env): function
  /external/chromium_org/third_party/skia/platform_tools/android/bin/
download_utils.py 74 if not os.path.exists(directory):
188 if os.path.exists(path):
193 if os.path.exists(path):
  /external/chromium_org/tools/telemetry/
cloud_storage 49 if not os.path.exists(hash_path):
73 if not os.path.exists(path):
171 if not os.path.exists(path):
  /external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
android_browser_finder.py 91 if os.path.exists(apk_full_name):
133 return self._local_apk and os.path.exists(self._local_apk)
179 os.path.exists(os.path.join(platform_tools_path, 'adb'))):
  /external/chromium_org/tools/telemetry/telemetry/core/
webpagereplay.py 125 elif not os.path.exists(self.archive_path):
145 if not os.path.exists(path):
150 if not os.path.exists(log_dir):
  /external/chromium_org/tools/telemetry/telemetry/page/
page_set_archive_info.py 20 # Ensure directory exists.
21 if not os.path.exists(self._base_dir):
31 if os.path.exists(archive_path):
32 # If the archive exists, assume the user recorded their own and
53 if os.path.exists(file_path):

Completed in 5271 milliseconds

<<11121314151617181920>>