HomeSort by relevance Sort by last modified time
    Searched full:exists (Results 976 - 1000 of 4830) sorted by null

<<31323334353637383940>>

  /cts/tools/host/src/com/android/cts/
TestSessionLogBuilder.java 66 if (!file.exists()) {
  /cts/tools/signature-tools/src/signature/model/
IClassDefinition.java 56 * Note: this method exists only for convenience in output templating.
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
TestResultRepo.java 56 if (resultFile.exists()) {
  /cts/tools/vm-tests/src/util/build/
DeviceUtil.java.template 105 if (f.exists()) {
  /dalvik/dx/src/com/android/dx/ssa/
BasicRegisterMapper.java 72 * old-namespace register, or -1 if one exists.
  /dalvik/libdex/
DexCatch.h 54 /* Initialize a DexCatchIterator to emptiness. This mostly exists to
DexDataMap.cpp 122 * the given type. This will return true if such an entry exists and
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_INVOKE_METHOD_NATIVE.S 74 cmp r2, #0 @ return chaining cell still exists?
  /development/ndk/platforms/android-3/include/sys/
system_properties.h 50 ** exists, or NULL if there is no such property. Use
  /development/testrunner/test_defs/
test_defs.py 93 If a test already exists with the same name, it overrides it.
  /docs/source.android.com/scripts/
build.py 41 if os.path.exists(HTML_DIR):
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
FileReaderTest.java 92 if (f.exists()) {
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
InterfaceAddressTest.java 149 // get another InterfaceAddress object if the interfaceAddr exists. It
  /external/apache-http/src/org/apache/http/impl/client/
BasicResponseHandler.java 63 * 2xx status code). If no response body exists, this returns null. If the
  /external/apache-xml/src/main/java/org/apache/xalan/xslt/
SecuritySupport.java 119 return f.exists();
SecuritySupport12.java 132 return new Boolean(f.exists());
  /external/apache-xml/src/main/java/org/apache/xml/dtm/
SecuritySupport.java 119 return f.exists();
SecuritySupport12.java 132 return new Boolean(f.exists());
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
SecuritySupport.java 119 return f.exists();
SecuritySupport12.java 132 return new Boolean(f.exists());
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SecuritySupport.java 117 return f.exists();
SecuritySupport12.java 129 return new Boolean(f.exists());
  /external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DOM2Helper.java 30 * It exists to cut the serializers dependancy on that package.
  /external/apache-xml/src/main/java/org/apache/xml/utils/
SecuritySupport.java 119 return f.exists();
SecuritySupport12.java 132 return new Boolean(f.exists());

Completed in 1500 milliseconds

<<31323334353637383940>>