HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 201 - 225 of 2592) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/webkit/WebCore/rendering/
RenderSVGGradientStop.h 33 // This class exists mostly so we can hear about gradient stop style changes
  /external/webkit/WebCore/rendering/style/
CollapsedBorderValue.h 47 bool exists() const { return border; } function in struct:WebCore::CollapsedBorderValue
  /external/webkit/WebKitTools/wx/build/
build_utils.py 73 if os.path.exists(featuredir) and not relpath in outdirs:
101 if not os.path.exists(destfile) or os.path.getsize(destfile) != size:
131 if archive and os.path.exists(archive):
173 if os.path.exists(config_file):
  /external/webkit/WebKitTools/wx/packaging/
build-debian-installer.py 18 if os.path.exists(deb_dir):
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 55 * state as it exists now.
  /frameworks/base/core/java/android/widget/
NumberPickerButton.java 29 * This class exists purely to cancel long click events, that got
  /packages/apps/Email/src/org/apache/commons/io/
FileDeleteStrategy.java 73 if (fileToDelete == null || fileToDelete.exists() == false) {
94 if (fileToDelete.exists() && doDelete(fileToDelete) == false) {
110 * @param fileToDelete the file to delete, exists, not null
143 * if the file exists.
  /packages/apps/Email/tests/src/com/android/email/mail/
MockFolder.java 49 public boolean exists() { method in class:MockFolder
  /packages/apps/Launcher2/src/com/android/launcher2/
LiveFolderInfo.java 28 * The base intent, if it exists.
  /packages/apps/Mms/src/com/android/mms/ui/
NumberPickerButton.java 29 * This class exists purely to cancel long click events, that got
  /prebuilt/common/ecj/
about.html 23 provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
  /bionic/libc/tools/
checksyscalls.py 125 if not os.path.exists(arm_unistd):
136 if not os.path.exists(x86_unistd):
139 if not os.path.exists(x86_unistd):
  /bootable/recovery/minzip/
DirUtil.c 102 /* See if it already exists.
112 * If a directory already exists, no big deal.
157 // else, this directory already exists.
  /build/tools/
adbs 123 if (not os.path.exists(path)):
150 if (not os.path.exists(addr2line_cmd)):
158 if (not os.path.exists(addr2line_cmd)):
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 144 assertFalse(sampleFile.exists());
155 assertTrue(sampleFile.exists());
187 if (file != null && file.exists()) {
  /development/testrunner/
android_build.py 90 if not os.path.exists(path):
132 if not os.path.exists(path):
153 if not os.path.exists(path):
  /external/e2fsprogs/lib/ext2fs/
ext2_err.c 88 "Ext2 directory already exists",
110 "TDB: Record exists",
111 "TDB: Lock exists on other keys",
ext2_err.et.in 249 "Ext2 directory already exists"
315 "TDB: Record exists"
318 "TDB: Lock exists on other keys"
  /external/srec/portable/src/
ArrayListImpl.c 171 ESR_BOOL* exists)
180 *exists = ESR_TRUE;
184 *exists = ESR_FALSE;
  /external/srec/shared/src/
Int8ArrayListImpl.c 131 ESR_ReturnCode Int8ArrayList_Contains(Int8ArrayList* self, const asr_int8_t element, ESR_BOOL* exists)
142 *exists = ESR_TRUE;
146 *exists = ESR_FALSE;
IntArrayListImpl.c 130 ESR_ReturnCode IntArrayList_Contains(IntArrayList* self, const int element, ESR_BOOL* exists)
141 *exists = ESR_TRUE;
145 *exists = ESR_FALSE;
  /external/v8/test/message/
testcfg.py 30 from os.path import join, dirname, exists, basename, isdir namespace
118 if not exists(output_path):
130 if exists(status_file):
  /external/v8/test/mozilla/
testcfg.py 31 from os.path import join, exists namespace
114 if exists(script):
133 if exists(status_file):
  /external/webkit/JavaScriptCore/tests/mozilla/js1_5/Scope/
regress-185485.js 38 * SUMMARY: Testing |with (x) {function f() {}}| when |x.f| already exists
68 var summary = 'Testing |with (x) {function f() {}}| when |x.f| already exists';
117 * Note it is important that |x.g| already exists. Otherwise, this
  /frameworks/base/core/tests/hosttests/src/android/content/pm/
PackageManagerHostTestUtils.java 197 * Helper method to determine if file on device exists.
200 * @return <code>true</code> if file exists, <code>false</code> otherwise.
209 * Helper method to determine if file exists on the device containing a given string.
212 * @return <code>true</code> if file exists containing given string,
223 * Helper method to determine if package on device exists.
226 * @return <code>true</code> if package exists, <code>false</code> otherwise
238 * @return <code>true</code> if file exists, <code>false</code> otherwise.
249 * @return <code>true</code> if file exists, <code>false</code> otherwise.
260 * @return <code>true</code> if file exists, <code>false</code> otherwise.
561 // cleanup test app just in case it already exists
    [all...]

Completed in 467 milliseconds

1 2 3 4 5 6 7 891011>>