HomeSort by relevance Sort by last modified time
    Searched refs:exists (Results 251 - 275 of 1845) sorted by null

<<11121314151617181920>>

  /external/libffi/testsuite/lib/
libffi-dg.exp 153 if [info exists gluefile] {
169 if { [target_info needs_status_wrapper]!="" && [info exists gluefile] } {
176 if [info exists TOOL_OPTIONS] {
  /system/core/toolbox/cp/
utils.c 130 * If the file exists and we're interactive, verify with the user.
321 copy_link(FTSENT *p, int exists)
331 if (exists && unlink(to.p_path)) {
343 copy_fifo(struct stat *from_stat, int exists)
345 if (exists && unlink(to.p_path)) {
357 copy_special(struct stat *from_stat, int exists)
359 if (exists && unlink(to.p_path)) {
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 88 assertFalse(sampleFile.exists());
95 assertTrue("synthesizeToFile() didn't produce a file", sampleFile.exists());
  /development/samples/UiAutomator/src/com/android/test/uiautomator/demos/
LogBuildNumber.java 132 // try accessing the second list view if one exists else we will assume the
135 if (!aboutSettingsList.exists())
152 if (!txt.exists())
SetTwoMinuteAlarm.java 95 if (!setAlarm.exists())
119 if (doneButton.exists()) {
122 okButton.click(); // let it fail if neither exists
  /device/generic/armv7-a-neon/
mini_common.mk 104 $(call inherit-product-if-exists, frameworks/webview/chromium/chromium.mk)
105 $(call inherit-product-if-exists, frameworks/base/data/keyboards/keyboards.mk)
106 $(call inherit-product-if-exists, frameworks/base/data/fonts/fonts.mk)
107 $(call inherit-product-if-exists, frameworks/base/data/sounds/AudioPackage5.mk)
  /external/chromium_org/build/android/pylib/utils/
report_results.py 19 if not os.path.exists(log_file_path):
23 if not os.path.exists(full_file_name):
  /external/chromium_org/chrome/test/functional/
memory.py 84 os.path.exists(self.RENDERER_PROCESS_OUTPUT_FILE)):
110 os.path.exists(self.EXTENSION_PROCESS_OUTPUT_FILE)):
  /external/chromium_org/testing/
xvfb.py 34 if not os.path.exists(xvfb_path):
36 if not os.path.exists(xvfb_path):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
baselineoptimizer_unittest.py 68 self.assertFalse(fs.exists(path))
76 self.assertFalse(fs.exists(path))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_mock.py 71 def exists(self, path): member in class:MockSCM
104 if self._filesystem.exists(path):
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/breakpad/
dump_reader_multipart_unittest.py 75 host.filesystem.exists = lambda x: True
94 host.filesystem.exists = lambda x: True
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/w3c/
test_importer.py 129 if not os.path.exists(import_dir):
132 if not os.path.exists(repo_dir):
309 if not(os.path.exists(new_path)):
323 if not(os.path.exists(orig_filepath)):
329 if not(os.path.exists(os.path.dirname(new_filepath))):
332 if not self.options.overwrite and os.path.exists(new_filepath):
387 if not os.path.exists(destination_directory):
410 if not os.path.exists(import_log_file):
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
mucroomdiscoverytask_unittest.cc 44 bool exists,
49 last_exists = exists;
  /external/chromium_org/third_party/sqlite/src/test/
lock_common.tcl 19 if {[info exists ::G(valgrind)]} { db close ; continue }
145 if {[sqlite3 -has-codec] && [info exists ::do_not_use_codec]==0} {
  /external/chromium_org/tools/vim/
chromium.ycm_extra_conf.py 54 return os.path.exists(os.path.join(*args))
130 if os.path.exists(alt_name):
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
FetchValidator.java 112 if (new File(install + "/plugins/" + plugin).exists())
124 if (new File(install + "/features/" + feature).exists())
  /external/eyes-free/AccessCheck/src/com/android/accessibility/
AccessibilityValidator.java 77 if (!mRootFilePath.exists()) {
80 } else if (!mAndroidSdkPath.exists()) {
  /external/srec/shared/include/
HashMap.h 102 * @param exists True if key was found
105 ESR_ReturnCode(*containsKey)(struct HashMap_t* self, const LCHAR* key, ESR_BOOL* exists);
227 * @param exists True if key was found
230 ESR_SHARED_API ESR_ReturnCode HashMapContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists);
  /external/svox/pico/src/com/svox/pico/
CheckVoiceData.java 116 if ((!tempFile.exists()) && (!tempFileSys.exists())) {
  /external/v8/test/es5conform/
testcfg.py 31 from os.path import join, exists namespace
104 if exists(status_file):
  /external/v8/test/sputnik/
testcfg.py 30 from os.path import join, exists namespace
108 if exists(status_file):
  /frameworks/base/core/java/android/gesture/
GestureLibraries.java 69 if (!parentFile.exists()) {
93 if (file.exists() && file.canRead()) {
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 66 if (mTestFile != null && mTestFile.exists()) {
74 assertTrue(mTestFile.exists());
  /packages/apps/Email/src/com/android/email/service/
ImapTempFileLiteral.java 108 if (!isDestroyed() && mFile.exists()) {
124 return mFile.exists();

Completed in 1121 milliseconds

<<11121314151617181920>>