Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 45) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/io/
DOldInputStreamReaderTest.java266 int at = 0; in test_readWhenCharacterSpansBuffer() local
276 if (at < prefixLength) { in test_readWhenCharacterSpansBuffer()
279 (int) c + " at " + at); in test_readWhenCharacterSpansBuffer()
282 char decoded = decodedSuffix[at - prefixLength]; in test_readWhenCharacterSpansBuffer()
285 (int) c + " at " + at); in test_readWhenCharacterSpansBuffer()
288 at++; in test_readWhenCharacterSpansBuffer()
/libcore/ojluni/src/main/java/java/lang/invoke/
DVarHandle.java1844 final AccessType at; field in VarHandle.AccessMode
1846 AccessMode(final String methodName, AccessType at) { in AccessMode() argument
1848 this.at = at; in AccessMode()
1974 return accessMode.at.accessModeType(coordinateType0, varType); in accessModeType()
1976 return accessMode.at.accessModeType(coordinateType0, varType, coordinateType1); in accessModeType()
2320 if (accessTypes.contains(accessMode.at)) { in accessTypesToBitMask()
/libcore/ojluni/src/main/java/java/net/
DURI.java2926 private boolean at(int start, int end, char c) { in at() method in URI.Parser
2933 private boolean at(int start, int end, String s) { in at() method in URI.Parser
3089 if ((p >= 0) && at(p, n, ':')) { in parse()
3097 if (at(p, n, '/')) { in parse()
3111 if (at(p, n, '#')) { in parse()
3138 if (at(p, n, '/') && at(p + 1, n, '/')) { in parseHierarchical()
3153 if (at(p, n, '?')) { in parseHierarchical()
3249 if ((q >= p) && at(q, n, '@')) { in parseServer()
3256 if (at(p, n, '[')) { in parseServer()
3260 if ((q > p) && at(q, n, ']')) { in parseServer()
[all …]
DURLStreamHandler.java604 int at = host.lastIndexOf('@'); in setURL() local
605 if (at != -1) { in setURL()
606 userInfo = host.substring(0, at); in setURL()
607 host = host.substring(at+1); in setURL()
/libcore/luni/src/test/java/libcore/javax/crypto/
DREADME2 should be updated at http://github.com/google/conscrypt.
/libcore/luni/src/test/java/libcore/java/security/
DREADME2 should be updated at http://github.com/google/conscrypt.
/libcore/luni/src/test/java/libcore/javax/net/ssl/
DREADME2 should be updated at http://github.com/google/conscrypt.
/libcore/luni/src/test/java/libcore/javax/crypto/spec/
DREADME2 They should be updated at http://github.com/google/conscrypt.
/libcore/ojluni/
DAndroid.bp5 // You may obtain a copy of the License at
54 // A phony module must have at least one dependency.
/libcore/luni/src/test/java9language/
DAndroid.bp5 // You may obtain a copy of the License at
43 // to handle a class file which must be at least v53 and includes bytecode
Drewrite-test-for-jarjar.sed5 # You may obtain a copy of the License at
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java157 Attributes at = superEntries.get(key); in getManifest() local
158 entries.put(key, (Attributes) at.clone()); in getManifest()
/libcore/luni/
DAndroid.bp6 // You may obtain a copy of the License at
/libcore/
Dknown_oj_tags.txt5 # You may obtain a copy of the License at
/libcore/metrictests/memory/host/
DAndroid.bp5 // You may obtain a copy of the License at
/libcore/harmony-tests/src/test/resources/resources/
Dtest.rtf7 * the License. You may obtain a copy of the License at
Dtest.doc7 * the License. You may obtain a copy of the License at
/libcore/metrictests/memory/apps/
DAndroid.bp5 // You may obtain a copy of the License at
/libcore/benchmarks/
DAndroid.bp5 // You may obtain a copy of the License at
/libcore/tools/upstream/
DAndroid.bp6 // You may obtain a copy of the License at
/libcore/luni/src/test/filesystems/
DAndroid.bp5 // You may obtain a copy of the License at
/libcore/expectations/
DAndroid.bp5 // You may obtain a copy of the License at
/libcore/luni/src/test/annotations/
DAndroid.bp5 // You may obtain a copy of the License at
/libcore/luni/src/main/native/
DAndroid.bp5 // You may obtain a copy of the License at
/libcore/luni/src/test/parameter_metadata/
DAndroid.bp5 // You may obtain a copy of the License at

12