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

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Phone/src/com/android/phone/
CallTime.java 199 if (file.exists() == false) {
207 if (file.exists() == true) {
212 if (file.exists() == true) {
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
dbg_module.c 226 DESCRIPTION: Check if a specific file exists
230 Returns: TRUE if the file exists (FALSE otherwise).
243 /* The file was successfullu opened - it exists */
  /external/icu4c/tools/genpname/
preparse.pl 309 if (exists $groupToInt{$groupString}) {
401 elsif (exists $h->{$name}) {
498 die "Error: No version found" unless (exists $h->{'_version'});
530 if (!exists $rev{$prop} && !isPseudoProperty($prop)) {
554 unless (exists $h->{'blk'});
558 if ($cp && !exists $b->{$cp}) {
590 unless (exists $h->{$k});
596 if (!exists $pa->{$long_name}) {
610 if (exists $additional_property_aliases{$long_name}) {
621 if (exists $UNSUPPORTED{$name})
    [all...]
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
ContactsDatabaseHelper.java 573 db.execSQL("CREATE TABLE IF NOT EXISTS " + DATABASE_PRESENCE + "." + Tables.PRESENCE + " ("+
586 db.execSQL("CREATE INDEX IF NOT EXISTS " + DATABASE_PRESENCE + ".presenceIndex" + " ON "
589 db.execSQL("CREATE TABLE IF NOT EXISTS "
606 " AND NOT EXISTS" +
    [all...]
  /bionic/libc/kernel/tools/
utils.py 251 if not os.path.exists(path):
265 if os.path.exists( path ):
302 if os.path.exists(path):
318 if os.path.exists(dst):
351 if not os.path.exists(os.path.dirname(dst)):
  /external/jdiff/src/jdiff/
JDiff.java 60 // Check the file for the old API exists
62 if (!f.exists()) {
66 // Check the file for the new API exists
77 if (!f.exists()) {
101 // it. The Comments object may be null if no file exists.
  /packages/apps/Email/src/org/apache/commons/io/output/
LockableFileWriter.java 64 * If the file exists, it is overwritten.
101 * If the file exists, it is overwritten.
195 if (!lockDir.exists()) {
214 lockFile.getAbsolutePath() + " exists");
231 boolean fileExistedAlready = file.exists();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ResourceManagerBuilder.java 143 boolean genFolderPresent = false; // whether the gen folder actually exists
145 genFolderPresent = resource != null && resource.exists();
152 // folder exists already! This is an error. If the folder had been created
154 message = String.format("%1$s already exists but is not a source folder. Convert to a source folder or rename it.",
157 // resource exists but is not a folder.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 268 // Make sure the node actually exists...
296 // The UiElementNode for the application XML node always exists, even
303 boolean exists = ui_node.getXmlNode() != null;
304 if (mCheckbox.getSelection() != exists) {
305 mCheckbox.setSelection(exists);
  /external/gtest/src/
gtest-filepath.cc 186 // that exists.
245 // already exists. The number will be incremented until a pathname is found
263 // This does NOT check that a directory (or file) actually exists.
268 // Create directories so that path exists. Returns true if successful or if
284 // Create the directory so that path exists. Returns true if successful or
285 // if the directory already exists; returns false if unable to create the
302 return this->DirectoryExists(); // An error is OK if the directory exists.
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LayoutTestsAutoTest.java 241 return f.exists() ? androidExpectedResult : genericExpectedResult;
281 if (actual.exists() && expected.exists()) {
296 if (!expected.exists()) {
323 if (f.exists()) {
351 if (!f.exists()) {
451 if (!tests_list.exists())
  /frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
DatabaseHelper.java 143 * our design), but the functionality still exists. Force the
527 db.execSQL("DROP TABLE IF EXISTS gservices");
528 db.execSQL("DROP INDEX IF EXISTS gservicesIndex1");
702 db.execSQL("DROP TABLE IF EXISTS system");
703 db.execSQL("DROP INDEX IF EXISTS systemIndex1");
704 db.execSQL("DROP TABLE IF EXISTS secure");
705 db.execSQL("DROP INDEX IF EXISTS secureIndex1");
706 db.execSQL("DROP TABLE IF EXISTS gservices");
707 db.execSQL("DROP INDEX IF EXISTS gservicesIndex1");
708 db.execSQL("DROP TABLE IF EXISTS bluetooth_devices")
    [all...]
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 480 db.execSQL("CREATE INDEX IF NOT EXISTS typeThreadIdIndex ON sms" +
    [all...]
  /external/quake/src/com/android/quake/
DownloaderActivity.java 90 if (dest.exists()) {
472 if (filteredFile.exists()) {
553 if (mDataDir.exists()) {
569 if (!mDataDir.exists()) {
615 if (dest.exists() && dest.isFile()) {
700 if (! dest.exists()) {
    [all...]
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheStorage.cpp 189 // Check if a cache already exists in memory.
260 // Check if an appropriate cache already exists in memory.
478 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheGroups (id INTEGER PRIMARY KEY AUTOINCREMENT, "
480 executeSQLCommand("CREATE TABLE IF NOT EXISTS Caches (id INTEGER PRIMARY KEY AUTOINCREMENT, cacheGroup INTEGER, size INTEGER)");
481 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheWhitelistURLs (url TEXT NOT NULL ON CONFLICT FAIL, cache INTEGER NOT NULL ON CONFLICT FAIL)");
482 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheAllowsAllNetworkRequests (wildcard INTEGER NOT NULL ON CONFLICT FAIL, cache INTEGER NOT NULL ON CONFLICT FAIL)");
483 executeSQLCommand("CREATE TABLE IF NOT EXISTS FallbackURLs (namespace TEXT NOT NULL ON CONFLICT FAIL, fallbackURL TEXT NOT NULL ON CONFLICT FAIL, "
485 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheEntries (cache INTEGER NOT NULL ON CONFLICT FAIL, type INTEGER, resource INTEGER NOT NULL)");
486 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheResources (id INTEGER PRIMARY KEY AUTOINCREMENT, url TEXT NOT NULL ON CONFLICT FAIL, "
488 executeSQLCommand("CREATE TABLE IF NOT EXISTS CacheResourceData (id INTEGER PRIMARY KEY AUTOINCREMENT, data BLOB)")
    [all...]
  /external/freetype/include/freetype/internal/
sfnt.h 253 /* Check whether an embedded bitmap (an `sbit') exists for a given */
272 /* SFNT_Err_Invalid_Argument if no sbit exists for the requested */
351 /* glyph sbit exists for the index. */
386 /* sbit strike exists for the selected ppem values. */
466 /* sbit strike exists for the selected ppem values. */
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/bsdi/
SDL_syscdrom.c 250 int i, j, exists; local
302 exists = 1;
303 for ( j=checklist[i][1]; exists; ++j ) {
310 /* Drive exists and is a CD-ROM */
314 /* Drive exists, but isn't a CD-ROM */
319 exists = 0;
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/
SDL_syscdrom.c 266 int i, j, exists; local
341 exists = 1;
342 for ( j=checklist[i][1]; exists; ++j ) {
352 /* Drive exists and is a CD-ROM */
356 /* Drive exists, but isn't a CD-ROM */
361 exists = 0;
  /frameworks/base/tools/aapt/
Package.cpp 62 * If the file already exists, fail unless "update" or "force" is set.
79 fprintf(stderr, "ERROR: '%s' exists (use '-f' to force overwrite)\n",
84 fprintf(stderr, "ERROR: '%s' exists and is not a regular file\n", outputFile.string());
254 * If we're in "update" mode, and the file already exists in the archive,
298 /* file already exists in archive; there can be only one */
301 "ERROR: '%s' exists twice (check for with & w/o '.gz'?)\n",
  /external/icu4c/test/intltest/
itspoof.cpp 158 // This mapping exists in the ML and MA tables, does not exist in SL, SA
166 // This mapping exists only in the MA table.
173 // This mapping exists in the ML and MA tables
  /external/v8/src/
utils.cc 171 bool* exists,
176 *exists = false;
180 *exists = true;
  /frameworks/base/core/java/android/content/
SyncQueue.java 64 // - if an operation with the same key exists and this one should run earlier,
66 // - if an operation with the same key exists and if this one should run
68 // - if no operation exists then add the new one
  /frameworks/base/core/java/android/os/
FileUtils.java 75 * exists.
76 * @return true if the file exists and false if it does not exist. If you do not have
118 if (destFile.exists()) {
  /frameworks/base/core/java/android/provider/
CallLog.java 109 * The cached name associated with the phone number, if it exists.
118 * phone number, if it exists.
127 * phone number, if it exists.
  /frameworks/base/core/java/com/android/internal/backup/
LocalTransport.java 108 if (entityFile.exists()) {
213 if (blobs == null) { // nextRestorePackage() ensures the dir exists, so this is an error
218 // We expect at least some data if the directory exists in the first place

Completed in 388 milliseconds

1 2 3 4 5 6 7 8 91011>>