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

<<11121314151617181920>>

  /dalvik/libcore/luni/src/main/java/java/net/
NetworkInterface.java 122 * @return the first address if one exists, otherwise null.
178 * ok security manager exists so check each address and return those
227 * @return the network interface with the specified name if one exists or
263 * @return the network interface with the specified address if one exists or
  /dalvik/libcore/luni/src/main/java/java/util/
Dictionary.java 80 * key} exists in the dictionary before this call, the old value in the
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SecuritySupport.java 157 return f.exists() ? Boolean.TRUE : Boolean.FALSE;
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
SecuritySupport.java 157 return f.exists() ? Boolean.TRUE : Boolean.FALSE;
XPathFunctionResolver.java 55 * @return The function or <code>null</code> if no function named <code>functionName</code> with <code>arity</code> arguments exists.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 119 return f.exists();
SecuritySupport12.java 132 return new Boolean(f.exists());
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 119 return f.exists();
SecuritySupport12.java 132 return new Boolean(f.exists());
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 119 return f.exists();
SecuritySupport12.java 132 return new Boolean(f.exists());
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
SecuritySupport.java 117 return f.exists();
SecuritySupport12.java 129 return new Boolean(f.exists());
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
DOM2Helper.java 30 * It exists to cut the serializers dependancy on that package.
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java 119 return f.exists();
SecuritySupport12.java 132 return new Boolean(f.exists());
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/functions/
SecuritySupport.java 119 return f.exists();
SecuritySupport12.java 132 return new Boolean(f.exists());
  /dalvik/libdex/
DexCatch.h 54 /* Initialize a DexCatchIterator to emptiness. This mostly exists to
DexDataMap.c 122 * the given type. This will return true if such an entry exists and
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 61 cmp r2, #0 @ return chaining cell still exists?
footer.S 47 cmp r2, #0 @ return chaining cell still exists?
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceRandomScript.java 29 /** The source for the setup script if it exists */
  /development/testrunner/test_defs/
test_defs.py 93 If a test already exists with the same name, it overrides it.
  /device/htc/passion-common/
passion.mk 65 $(call inherit-product-if-exists, vendor/htc/passion-common/passion-vendor.mk)

Completed in 110 milliseconds

<<11121314151617181920>>