Home
last modified time | relevance | path

Searched refs:location (Results 1 – 18 of 18) sorted by relevance

/libcore/ojluni/src/main/java/java/net/
DHttpRetryException.java43 private String location; field in HttpRetryException
65 public HttpRetryException(String detail, int code, String location) { in HttpRetryException() argument
68 this.location = location; in HttpRetryException()
97 return location; in getLocation()
/libcore/ojluni/src/main/java/java/security/
DCodeSource.java52 private final URL location; field in CodeSource
55 this.location = url; in CodeSource()
59 this.location = url; in CodeSource()
65 return this.location; in getLocation()
/libcore/dom/src/test/java/org/w3c/domts/
DDOMErrorImpl.java30 private final DOMLocator location; field in DOMErrorImpl
42 this.location = new DOMLocatorImpl(src.getLocation()); in DOMErrorImpl()
66 return location; in getLocation()
/libcore/libart/src/main/java/java/lang/
DDexCache.java46 private String location; field in DexCache
/libcore/luni/src/main/java/javax/xml/transform/
DTransformerException.java50 public void setLocator(SourceLocator location) { in setLocator() argument
51 locator = location; in setLocator()
/libcore/ojluni/src/main/java/java/util/jar/
DJarVerifier.java624 VerifierCodeSource(Object csdomain, URL location, CodeSigner[] signers) { in VerifierCodeSource() argument
625 super(location, signers); in VerifierCodeSource()
627 vlocation = location; in VerifierCodeSource()
631 VerifierCodeSource(Object csdomain, URL location, java.security.cert.Certificate[] certs) { in VerifierCodeSource() argument
632 super(location, certs); in VerifierCodeSource()
634 vlocation = location; in VerifierCodeSource()
/libcore/luni/src/test/java17language/
DAndroid.bp65 …cmd: "sed -r -f $(location :core-rewrite-java-17-test-for-jarjar-sed-script) $(location :core-java…
/libcore/luni/src/test/java11language/
DAndroid.bp65 …cmd: "sed -r -f $(location :core-rewrite-java-11-test-for-jarjar-sed-script) $(location :core-java…
/libcore/luni/src/test/java9language/
DAndroid.bp65 …cmd: "sed -r -f $(location :core-rewrite-test-for-jarjar-sed-script) $(location :core-java-9-langu…
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArrayListTest.java277 int location = 2; in test_addAllILjava_util_Collection_2() local
287 list1.remove(location); in test_addAllILjava_util_Collection_2()
288 list1.addAll(location, list2); in test_addAllILjava_util_Collection_2()
292 assertEquals(integers[i], list1.get(location + i)); in test_addAllILjava_util_Collection_2()
296 for (int i = location + 1; i < strings.length; i++) { in test_addAllILjava_util_Collection_2()
547 int location = al.indexOf(testObject); in test_ensureCapacityI() local
550 location == al.indexOf(testObject)); in test_ensureCapacityI()
554 --location == al.indexOf(testObject)); in test_ensureCapacityI()
556 assertTrue("EnsureCapacity did not change location.", location == al in test_ensureCapacityI()
DAbstractListTest.java375 public E get(int location) { in get() argument
551 public E get(int location) { in test_remove_I() argument
552 return list.get(location); in test_remove_I()
/libcore/expectations/
DskippedCtsTest_manual_base.txt27 "description": "SharedSecrets class is at different location in newer ART versions",
DskippedCtsTest.txt119 "description": "SharedSecrets class is at different location in newer ART versions",
/libcore/xml/src/main/java/com/android/org/kxml2/io/
DKXmlParser.java89 private String location; field in KXmlParser
1799 return location != null ? location : reader.toString(); in getProperty()
1911 if (location != null) { in getPositionDescription()
1913 buf.append(location); in getPositionDescription()
2108 location = String.valueOf(value); in setProperty()
/libcore/
DAndroid.bp82 "$(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)/NOTICES",
DJavaLibrary.bp541 "//frameworks/base/location/tests/locationtests",
701 cmd: "$(location android-smali) ass --api 28 -o $(out) $(in)",
881 cmd: "$(location non-cts-json-generator) $(in) > $(out)",
/libcore/ojluni/src/test/java/util/Scanner/
Dinput.txt136 # Note: Consider carefully the location in the configuration file of
249 # UNC path specifying the network location of the user's home directory
265 # you may wish to override the location of the printcap file
/libcore/ojluni/src/main/java/java/nio/
DX-Buffer.java.template1003 * intermediate location before being written into this buffer.
1066 * intermediate location before being written into this buffer.
1196 // result will be as if the source elements were first copied to an intermediate location
1198 // Instead of copying to an intermediate location, we change the writing order.
2296 * from one location to another and both locations have different
2371 * from one location to another and both locations have different