Searched refs:exists (Results 126 - 150 of 870) sorted by relevance

1234567891011>>

/external/chromium_org/tools/telemetry/telemetry/core/chrome/
H A Ddesktop_browser_finder.py89 if os.path.exists(self._local_executable):
156 if os.path.exists(normalized_executable):
168 if os.path.exists(app):
189 if os.path.exists(mac_canary):
194 if os.path.exists(mac_system):
226 if os.path.exists(app):
/external/mesa3d/src/mesa/
H A DSConscript463 if not os.path.exists(filename):
464 # create an empty file if none already exists
474 if not os.path.exists(filename) or not filecmp.cmp(tempfile, filename):
477 if os.path.exists(filename):
/external/oprofile/
H A Dopimport_pull10 print " -r : reuse the directory if it already exists"
45 if (os.path.exists(output_dir) and (replace_dir == 1)):
51 if os.path.exists(output_dir):
52 print "Directory already exists:", output_dir
112 if not os.path.exists(dir):
/external/smali/util/src/main/java/org/jf/util/
H A DClassFileNameHandler.java111 if (f.exists()) {
278 if (path.exists() && path.isFile()) {
282 if ((!file.exists() && !file.mkdirs())) {
301 } while(f.exists() || f2.exists());
314 if (f2.exists()) {
/external/srec/portable/src/
H A DPANSIFileSystemImpl.c104 ESR_BOOL exists; local
157 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, key, &exists));
158 if (exists)
287 ESR_BOOL exists; local
313 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, key, &exists));
314 if (exists)
333 CHKLOG(rc, PHashTableContainsKey(impl->directoryMap, L(""), &exists));
334 if (exists)
342 CHKLOG(rc, PHashTableContainsKey(PFileSystemPathMap, L(""), &exists));
343 if (exists)
[all...]
/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl101 if {[info exists ::G(perm:sqlite3_args)]} {
104 if {[sqlite_orig -has-codec] && ![info exists ::do_not_use_codec]} {
109 if {[info exists ::G(perm:presql)]} {
112 if {[info exists ::G(perm:dbconfig)]} {
128 if {[info exists ::G(perm:presql)]} {
145 if {[info exists cmdlinearg]==0} {
254 if {[info exists ::SETUP_SQL]} {
262 if {[info exists TC(count)]} return
272 if {0==[info exists ::SLAVE]} {
338 if {[info exists
[all...]
H A Dfts3_common.tcl61 if {[info exists D($zTerm,$docid)]} {
96 if {![info exists C($iDoc,$iCol,$pos)]} {
116 if {[info exists errors]} { return [join $errors "\n"] }
/external/clang/tools/arcmt-test/
H A Darcmt-test.cpp275 bool exists = false; local
276 sys::fs::exists(It->second, exists);
277 if (!exists) {
281 sys::fs::exists(inputResultFname, exists);
282 if (!exists) {
/external/srec/shared/src/
H A DSessionTypeImpl.c274 const LCHAR* name, ESR_BOOL* exists)
278 return HashMapContainsKey(data->value, name, exists);
308 ESR_BOOL exists; local
311 CHKLOG(rc, HashMapContainsKey(data->value, name, &exists));
312 if ( exists )
453 ESR_BOOL exists; local
456 CHK(rc, self->contains(self, name, &exists));
457 if (exists)
467 ESR_BOOL exists; local
470 CHK(rc, self->contains(self, name, &exists));
273 ESR_SessionTypeContainsImpl(ESR_SessionType* self, const LCHAR* name, ESR_BOOL* exists) argument
481 ESR_BOOL exists; local
495 ESR_BOOL exists; local
509 ESR_BOOL exists; local
523 ESR_BOOL exists; local
1078 ESR_BOOL exists; local
[all...]
/external/clang/utils/analyzer/
H A DSATestBuild.py83 if os.path.exists(command):
101 if os.path.exists(p):
119 if not os.path.exists(ProjectMapPath):
184 if os.path.exists(ScriptPath):
204 if not os.path.exists(BuildScriptPath):
251 if os.path.exists(os.path.join(Dir, BuildScript)):
307 if (os.path.exists(BuildLogPath)) :
314 if (os.path.exists(SBOutputDir)) :
319 assert(not os.path.exists(SBOutputDir))
/external/chromium_org/native_client_sdk/src/tools/
H A Dgetos.py62 if not os.path.exists(readme):
108 if not os.path.exists(chrome_path):
166 if not os.path.exists(sel_ldr):
177 if not os.path.exists(helper):
186 if not os.path.exists(irt):
/external/chromium_org/third_party/android_platform/development/scripts/
H A Dsymbol.py95 if os.path.exists(ToolPath("addr2line", toolchain_info)):
119 candidate_libraries = filter(os.path.exists, candidate_libraries)
244 if not os.path.exists(symbols):
311 if not os.path.exists(symbols):
315 if not os.path.exists(symbols):
/external/chromium_org/tools/find_runtime_symbols/
H A Dprepare_symbol_info.py39 if os.path.exists(filename_err):
46 if os.path.exists(filename_out) and (
51 if not os.path.exists(filename_out):
108 if os.path.exists(output_dir_path):
112 LOGGER.warn('A file or a directory exists at "%s".' % output_dir_path)
113 if os.path.exists(os.path.join(output_dir_path, 'files.json')):
/external/chromium_org/build/android/
H A Dadb_logcat_printer.py16 Additionally, if a <base_dir>/LOGCAT_MONITOR_PID exists, the script
137 if not os.path.exists(monitor_pid_path):
139 if not os.path.exists('/proc/%d' % monitor_pid):
181 assert os.path.exists(base_dir), '%s does not exist' % base_dir
/external/chromium_org/build/android/gyp/util/
H A Dbuild_utils.py24 if os.path.exists(dir_path):
66 if os.path.exists(path):
124 if not os.path.exists(output):
/external/chromium_org/build/
H A Dlandmines.py195 if not os.path.exists(out_dir):
200 if not os.path.exists(landmines_path):
215 elif os.path.exists(triggered):
/external/chromium_org/chrome/test/functional/
H A Dwebpagereplay.py109 elif not os.path.exists(self.archive_path):
127 if not os.path.exists(path):
132 if not os.path.exists(log_dir):
/external/chromium_org/content/browser/dom_storage/
H A Dsession_storage_database.cc79 bool exists; local
80 if (GetMapForArea(namespace_id, origin.spec(), options, &exists, &map_id) &&
81 exists)
104 bool exists; local
106 &exists, &map_id))
108 if (exists) {
326 // The directory exists but a valid leveldb database might not exist inside it
435 bool exists; local
436 if (!GetMapForArea(namespace_id, origin, leveldb::ReadOptions(), &exists,
439 if (!exists)
467 GetMapForArea(const std::string& namespace_id, const std::string& origin, const leveldb::ReadOptions& options, bool* exists, std::string* map_id) argument
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dhttp_server_base.py77 if self._filesystem.exists(self._pid_file):
102 if self._filesystem.exists(self._pid_file):
159 if self._filesystem.exists(self._pid_file):
/external/chromium_org/v8/test/cctest/
H A Dtest-log.cc157 bool exists = false; local
159 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
160 CHECK(exists);
419 bool exists = false; local
421 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
422 CHECK(exists);
461 bool exists = false; local
463 i::ReadFile(initialize_logger.StopLoggingGetTempFile(), &exists, true));
464 CHECK(exists);
534 bool exists local
[all...]
/external/chromium_org/v8/test/test262/
H A Dtestcfg.py98 if not os.path.exists(archive_name):
101 if os.path.exists(directory_name):
103 if not os.path.exists(directory_name):
/external/doclava/src/com/google/doclava/
H A DHierarchy.java90 private static boolean exists(ClassInfo cl) { method in class:Hierarchy
109 if (exists(cl)) {
110 hdf.setValue("exists", "1");
120 if (exists(cl)) {
121 hdf.setValue("interfaces." + i + ".exists", "1");
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
H A DBuildMachineManager.java75 if (new File(markerContainer+"/"+markerName+".marker").exists()){
76 System.out.println("Marker already exists: "+markerName+".marker");
105 if (lock.exists())
128 if (container.exists() && container.isDirectory()) {
/external/jmonkeyengine/engine/src/tools/jme3tools/savegame/
H A DSaveGame.java42 if (!daveFolder.exists() && !daveFolder.mkdirs()) {
47 if (!saveFile.exists()) {
94 if(!file.exists()){
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
H A DResourceLoaderAdaptor.java104 return file.exists() ? file : null;
114 return file.exists() ? file : null;
145 if (file.exists()) {

Completed in 433 milliseconds

1234567891011>>