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

1 2 3 4 5 67 8 91011>>

  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
FactoryConfigurationError.java 24 * exists. This error will typically be thrown when the class of a
93 * exception then the message of that exception, if it exists will be
  /development/testrunner/test_defs/
host_test.py 97 # make sure jar file exists on host
98 if not os.path.exists(path):
  /external/proguard/src/proguard/io/
DirectoryWriter.java 68 if (!directory.exists() &&
103 !parentDirectory.exists() &&
  /external/srec/portable/src/
ArrayList.c 77 ESR_ReturnCode ArrayListContains(ArrayList* self, void* element, ESR_BOOL* exists)
84 return self->contains(self, element, exists);
  /external/srec/shared/src/
HashMap.c 67 ESR_ReturnCode HashMapContainsKey(HashMap* self, const LCHAR* key, ESR_BOOL* exists)
71 return self->containsKey(self, key, exists);
Int8ArrayList.c 56 ESR_ReturnCode Int8ArrayListContains(Int8ArrayList* self, asr_int8_t element, ESR_BOOL* exists)
63 return self->contains(self, element, exists);
  /external/svox/pico/src/com/svox/pico/
CheckVoiceData.java 116 if ((!tempFile.exists()) && (!tempFileSys.exists())) {
  /external/v8/test/cctest/
testcfg.py 30 from os.path import join, dirname, exists namespace
103 if exists(status_file):
  /external/v8/test/es5conform/
testcfg.py 31 from os.path import join, exists namespace
103 if exists(status_file):
  /external/v8/test/sputnik/
testcfg.py 30 from os.path import join, exists namespace
107 if exists(status_file):
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultPolicyDelegate.m 67 BOOL exists = [[NSFileManager defaultManager] fileExistsAtPath:[[request URL] path] isDirectory:&isDirectory];
69 if (exists && !isDirectory && [wv _canShowMIMEType:type])
  /external/webkit/WebKit/wx/bindings/python/
wscript 49 if os.path.exists(fullpath):
78 if os.path.exists(wxpy_include):
  /external/webkit/WebKitTools/wx/build/
wxpresets.py 60 if not os.path.exists(wx_root):
98 if os.path.exists(cfg_file):
  /external/webkit/WebKitTools/wx/packaging/
build-win-installer.py 67 if not os.path.exists(innoSetup):
71 if not os.path.exists(wxwebkit_dir):
  /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/database/sqlite/
SQLiteJDBCDriverTest.java 72 if (dbFile.exists()) {
112 st.execute("drop table if exists zoo");
  /frameworks/base/core/tests/coretests/src/android/os/
FileObserverTest.java 67 if (mTestFile != null && mTestFile.exists()) {
75 assertTrue(mTestFile.exists());
  /frameworks/base/services/java/com/android/server/
DiskStatsService.java 33 * This service exists only as a "dumpsys" target which reports
66 if (tmp.exists()) tmp.delete();
  /frameworks/policies/base/
PolicyConfig.mk 65 # places assume that the classes.jar for a module exists if the javalib.jar
66 # file exists.
  /packages/apps/Contacts/src/com/android/contacts/ui/
ViewIdGenerator.java 68 * @param kind {@link DataKind} associated with the view, or null if none exists.
69 * @param values {@link ValuesDelta} associated with the view, or null if none exists.
  /packages/apps/Settings/src/com/android/settings/
ChooseLockSettingsHelper.java 39 * If a pattern, password or PIN exists, prompt the user before allowing them to change it.
42 * @return true if one exists and we launched an activity to confirm it
  /packages/apps/Settings/src/com/android/settings/vpn/
Util.java 98 if (!targetLocation.exists()) {
106 } else if (sourceLocation.exists()) {
  /sdk/androidprefs/src/com/android/prefs/
AndroidLocation.java 62 // make sure the folder exists!
64 if (f.exists() == false) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/
IFolderWrapper.java 52 public boolean exists() { method in class:IFolderWrapper
53 return mContainer.exists();
  /cts/tests/tests/os/src/android/os/cts/
FileObserverTest.java 59 if (mTestFile != null && mTestFile.exists()) {
63 if (mMoveDestFile != null && mMoveDestFile.exists()) {
67 if (mTestDir != null && mTestDir.exists()) {
170 assertTrue(mTestFile.exists());

Completed in 86 milliseconds

1 2 3 4 5 67 8 91011>>