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

1 2 3 4 5 6 78 91011>>

  /cts/tools/vm-tests/src/util/build/
DFHBuildStep.java 38 if (!out_dir.exists() && !out_dir.mkdirs()) {
  /dalvik/libcore/sql/src/test/java/tests/SQLite/
SQLiteTest.java 45 if (!dbFile.exists()) {
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
WrappedRuntimeException.java 29 * It exists to cut the serializers dependancy on that package.
  /dalvik/libcore/xml/src/test/java/tests/org/w3c/dom/
DocumentGeteEementById.java 15 * If not such element exists, returns null.
  /dalvik/libdex/
DexDataMap.h 57 * the given type. This will return true if such an entry exists and
  /development/ide/emacs/
android-common.el 75 (not (file-exists-p (concat default-directory
77 (not (file-exists-p (concat default-directory
130 (when (not (file-exists-p path))
143 (if (file-exists-p path)
  /device/htc/passion/
passion.mk 49 $(call inherit-product-if-exists, vendor/htc/passion/passion-vendor.mk)
  /external/clearsilver/java-jni/
CSUtil.java 56 if (file.exists()) {
  /external/dnsmasq/contrib/Suse/
rc.dnsmasq-suse 33 [ -e $NAMED_PID ] && echo -n "- Warning: $NAMED_PID exists ! "
  /external/e2fsprogs/e2fsck/
prof_err.c 36 "Section already exists",
prof_err.et 55 error_code PROF_EXISTS, "Section already exists"
  /external/emma/core/res/com/vladium/emma/
run_usage.res 46 "merge session data into output file, if it exists";
  /external/kernel-headers/original/asm-generic/
pgtable-nopud.h 22 * setup: the pud is never bad, and a pud always exists (as it's folded
  /external/libffi/testsuite/lib/
wrapper.exp 29 && ![info exists gluefile] } {
  /external/libxml2/
libxml.h 59 * function while checking if the callback exists.
  /external/openssl/crypto/objects/
objects.README 12 exists, the long name is used as basis for the base name
  /external/proguard/src/proguard/io/
DirectoryPump.java 48 if (!directory.exists())
  /external/qemu/android/
config.h 46 /* add a named child to a config node (or modify it if it already exists) */
  /external/skia/src/effects/
SkPorterDuff.cpp 4 /* This file just exists as a compatibility layer, gluing the PorterDuff API
  /external/stlport/stlport/
exception 18 // This header exists solely for portability. Normally it just includes
  /external/webkit/JavaScriptCore/debugger/
Debugger.h 60 // This function exists only for backwards compatibility with existing WebScriptDebugger clients.
  /external/webkit/LayoutTests/storage/
read-and-write-transactions-dont-run-together.html 89 tx.executeSql("CREATE TABLE IF NOT EXISTS Test (Foo int);");
  /external/webkit/WebCore/bindings/objc/
DOMImplementationFront.h 25 // FIXME: This source file exists to work around a problem that occurs trying
  /external/webkit/WebCore/platform/mac/
WebFontCache.h 30 // This interface exists so that third party products (like Silk) can patch in to an Obj-C method to manipulate WebKit's font caching/substitution.
  /external/webkit/WebCore/platform/qt/
SharedBufferQt.cpp 39 if (!file.exists() || !file.open(QFile::ReadOnly))

Completed in 193 milliseconds

1 2 3 4 5 6 78 91011>>