/libcore/ojluni/src/main/java/java/net/ |
D | HttpRetryException.java | 43 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/ |
D | CodeSource.java | 52 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/ |
D | DOMErrorImpl.java | 30 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/ |
D | DexCache.java | 46 private String location; field in DexCache
|
/libcore/luni/src/main/java/javax/xml/transform/ |
D | TransformerException.java | 50 public void setLocator(SourceLocator location) { in setLocator() argument 51 locator = location; in setLocator()
|
/libcore/ojluni/src/main/java/java/util/jar/ |
D | JarVerifier.java | 624 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/ |
D | Android.bp | 65 …cmd: "sed -r -f $(location :core-rewrite-java-17-test-for-jarjar-sed-script) $(location :core-java…
|
/libcore/luni/src/test/java11language/ |
D | Android.bp | 65 …cmd: "sed -r -f $(location :core-rewrite-java-11-test-for-jarjar-sed-script) $(location :core-java…
|
/libcore/luni/src/test/java9language/ |
D | Android.bp | 65 …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/ |
D | ArrayListTest.java | 277 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()
|
D | AbstractListTest.java | 375 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/ |
D | skippedCtsTest_manual_base.txt | 27 "description": "SharedSecrets class is at different location in newer ART versions",
|
D | skippedCtsTest.txt | 119 "description": "SharedSecrets class is at different location in newer ART versions",
|
/libcore/xml/src/main/java/com/android/org/kxml2/io/ |
D | KXmlParser.java | 89 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/ |
D | Android.bp | 82 "$(location soong_zip) -o $(out) -C $(genDir) -D $(genDir)/NOTICES",
|
D | JavaLibrary.bp | 541 "//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/ |
D | input.txt | 136 # 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/ |
D | X-Buffer.java.template | 1003 * 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
|