Searched refs:exists (Results 251 - 275 of 875) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/build/android/gyp/
H A Demma_instr.py89 if os.path.exists(coverage_file):
91 if os.path.exists(sources_file):
H A Dlint.py88 if os.path.exists(result_path):
95 if not os.path.exists(result_path):
/external/chromium_org/build/android/
H A Dinstall_emulator_deps.py47 True if the emulator SDK directory (src/android_emulator_sdk/) exists.
49 return os.path.exists(constants.EMULATOR_SDK_ROOT)
87 True if sdk/system-images/android-<api_level>/x86 exists inside
91 return os.path.exists(os.path.join(constants.EMULATOR_SDK_ROOT,
234 logging.info('android_emulator_sdk/ already exists, skipping download.')
H A Dupdate_verification.py22 assert os.path.exists(backup_file), 'Backup failed.'
43 assert os.path.exists(app_data), 'Backup file does not exist!'
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.h96 virtual void TouchpadExists(bool exists) OVERRIDE;
97 virtual void MouseExists(bool exists) OVERRIDE;
/external/chromium_org/content/renderer/
H A Dwebsharedworker_proxy.cc18 bool exists,
21 : route_id_(exists ? route_id : MSG_ROUTING_NONE),
16 WebSharedWorkerProxy(ChildThread* child_thread, unsigned long long document_id, bool exists, int route_id, int render_view_route_id) argument
/external/chromium_org/native_client_sdk/src/build_tools/
H A Ddsc2gyp.py234 if not os.path.exists(filename):
370 if not os.path.exists(outdir):
/external/chromium_org/native_client_sdk/src/tools/
H A Ddecode_dump.py71 if os.path.exists(pfilename):
104 if not os.path.exists(filename):
/external/chromium_org/third_party/WebKit/Source/build/scripts/
H A Daction_derivedsourcesallinone.py116 if not os.path.exists(file_path):
162 if not os.path.exists(parent_path):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
H A Ddump_reader_multipart.py99 if not self._host.filesystem.exists(full_path):
122 if self._host.filesystem.exists(self._symbols_dir()):
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/servers/
H A Dapache_http_server.py159 if not self._wait_for_action(lambda: self._filesystem.exists(self._pid_file)):
166 # that the process specified by the pid_file no longer exists before deleting the file.
178 if not self._wait_for_action(lambda: not self._filesystem.exists(self._pid_file)):
179 raise http_server_base.ServerError('Failed to stop %s: pid file still exists' % self._name)
/external/chromium_org/third_party/mesa/src/docs/
H A DMESA_agp_offset.spec38 no real specification exists. See GL_NV_vertex_array_range for more
/external/chromium_org/third_party/protobuf/python/
H A Dez_setup.py142 if not os.path.exists(saveto): # Avoid repeated downloads
220 if egg and os.path.exists(egg):
/external/chromium_org/tools/deep_memory_profiler/lib/
H A Dsubcommand.py120 if os.path.exists(p) and os.stat(p).st_size:
138 if not os.path.exists(path):
/external/chromium_org/tools/flakiness/
H A Dfind_flakiness.py40 if os.path.exists(data_path):
163 if not os.path.exists(args[0]):
/external/chromium_org/tools/
H A Dsync-webkit-git.py50 # Verify that the branch from config exists.
187 if not os.path.exists('third_party/WebKit/.git'):
188 if os.path.exists('third_party/WebKit'):
/external/chromium_org/tools/telemetry/telemetry/core/
H A Dbrowser_credentials.py86 elif os.path.exists(self._credentials_path):
95 os.path.exists(homedir_credentials_path)):
/external/chromium_org/tools/telemetry/telemetry/core/platform/profiler/
H A Dtcmalloc_heap_profiler.py58 if os.path.exists(self._output_path):
83 if not os.path.exists(os.environ['HEAPPROFILE']):
/external/chromium_org/tools/telemetry/telemetry/page/
H A Dcloud_storage.py136 if not os.path.exists(hash_path):
141 if os.path.exists(file_path) and GetHash(file_path) == expected_hash:
H A Dprofile_generator.py57 if not os.path.exists(generated_profiles_dir):
60 if os.path.exists(out_path):
/external/emma/core/java12/com/vladium/emma/report/
H A DSourcePathCache.java46 if (! removeNonExistent || (dir.isDirectory () && dir.exists ()))
68 if (! removeNonExistent || (dir.isDirectory () && dir.exists ()))
/external/mesa3d/docs/
H A DMESA_agp_offset.spec38 no real specification exists. See GL_NV_vertex_array_range for more
/external/protobuf/python/
H A Dez_setup.py134 if not os.path.exists(saveto): # Avoid repeated downloads
212 if egg and os.path.exists(egg):
/external/srec/srec/clib/
H A Dswicms.c109 ESR_BOOL exists; local
112 CHKLOG(rc, ESR_SessionContains(parname, &exists));
113 if (exists) {
143 ESR_BOOL exists, sessionExists; local
193 CHKLOG(rc, ESR_SessionContains(parname, &exists));
194 if (exists) {
268 ESR_SessionContains(L("CREC.Frontend.start_windback"), &exists);
269 if (exists) {
292 if ( swicms->_prep != NULL ) /* lda exists give them transformed lda. */
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
H A DFileReaderTest.java92 if (f.exists()) {

Completed in 621 milliseconds

<<11121314151617181920>>