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

1 2 3 45 6 7 8 91011>>

  /cts/tools/signature-tools/src/signature/model/
IPackage.java 40 * Note: this method exists only for convenience in output templating.
  /dalvik/dx/src/com/android/dx/util/
IntIterator.java 35 * @throws java.util.NoSuchElementException if no next element exists
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SchemaFactoryLoader.java 23 * was mistakenly included in Java 5. It only exists now for compatibility
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/axes/
RTFIterator.java 23 * This class implements an RTF Iterator. Currently exists for sole
  /development/simulator/app/
PhoneCollection.h 13 * Only one instance of this class exists. It contains a list of all
PropertyServer.h 36 /* set the property, replacing it if it already exists */
  /device/htc/dream/
device_dream.mk 23 $(call inherit-product-if-exists, vendor/htc/dream/device_dream-vendor.mk)
  /device/htc/sapphire/
device_sapphire.mk 23 $(call inherit-product-if-exists, vendor/htc/sapphire/device_sapphire-vendor.mk)
  /external/emma/core/res/com/vladium/emma/instr/
instr_usage.res 20 "merge metadata into output file, if it exists";
  /external/grub/docs/
grub-install.8 32 probe a device map even if it already exists
  /external/iptables/include/linux/netfilter_ipv4/
ipt_conntrack.h 10 /* backwards compatibility crap. only exists in userspace - HW */
  /external/kernel-headers/original/asm-arm/
procinfo.h 23 * but still exists.
  /external/kernel-headers/original/asm-generic/
errno-base.h 20 #define EEXIST 17 /* File exists */
  /external/kernel-headers/original/linux/
ipc.h 25 #define IPC_EXCL 00002000 /* fail if key exists */
xattr.h 13 #define XATTR_CREATE 0x1 /* set value, fail if attr already exists */
  /external/qemu/android/utils/
path.h 51 /* checks that a given file exists */
70 /* ensure that a given directory exists, create it if not,
115 ** if the file already exists, it is truncated without warning
131 * exists, it is truncated without warning. returns 0 on success,
  /external/qemu/distrib/sdl-1.2.12/src/audio/
SDL_audiodev.c 77 int exists, instance; local
84 exists = 0;
86 exists = 1;
89 } while ( exists && (audio_fd < 0) );
  /external/srec/shared/include/
Int8ArrayList.h 70 * @param exists True if element was found
72 ESR_ReturnCode(*contains)(struct Int8ArrayList_t* self, asr_int8_t element, ESR_BOOL* exists);
170 * @param exists True if element was found
172 ESR_SHARED_API ESR_ReturnCode Int8ArrayListContains(Int8ArrayList* self, asr_int8_t element, ESR_BOOL* exists);
IntArrayList.h 70 * @param exists True if element was found
72 ESR_ReturnCode(*contains)(struct IntArrayList_t* self, int element, ESR_BOOL* exists);
162 * @param exists True if element was found
164 ESR_SHARED_API ESR_ReturnCode IntArrayListContains(IntArrayList* self, int element, ESR_BOOL* exists);
  /external/webkit/LayoutTests/http/tests/appcache/
simple.html 27 // Load a resource that exists in the cache.
  /external/webkit/LayoutTests/storage/
read-transactions-running-concurrently.html 52 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo int);");
test-authorizer.html 25 tx.executeSql("DROP TABLE IF EXISTS Test;");
26 tx.executeSql("DROP INDEX IF EXISTS TestIndex;");
27 tx.executeSql("DROP VIEW IF EXISTS TestView;");
28 tx.executeSql("DROP TRIGGER IF EXISTS TestTrigger;");
  /frameworks/base/tools/aidl/
search_path.cpp 45 /* check that the file exists and is not write-only */
  /packages/apps/Email/src/com/android/email/mail/transport/
ExchangeSender.java 24 * Our Exchange service does not use the sender/store model. This class exists for exactly one
  /packages/apps/Email/src/org/apache/james/mime4j/util/
SimpleTempStorage.java 67 } while (p.exists() && count > 0);
69 if (p.exists() || !p.mkdirs()) {
96 } while (f.exists() && count > 0);
98 if (f.exists()) {

Completed in 54 milliseconds

1 2 3 45 6 7 8 91011>>