Home
last modified time | relevance | path

Searched refs:at (Results 1 – 25 of 33) 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/net/
DURI.java2908 private boolean at(int start, int end, char c) { in at() method in URI.Parser
2915 private boolean at(int start, int end, String s) { in at() method in URI.Parser
3071 if ((p >= 0) && at(p, n, ':')) { in parse()
3079 if (at(p, n, '/')) { in parse()
3093 if (at(p, n, '#')) { in parse()
3120 if (at(p, n, '/') && at(p + 1, n, '/')) { in parseHierarchical()
3135 if (at(p, n, '?')) { in parseHierarchical()
3231 if ((q >= p) && at(q, n, '@')) { in parseServer()
3238 if (at(p, n, '[')) { in parseServer()
3242 if ((q > p) && at(q, n, ']')) { in parseServer()
[all …]
DURLStreamHandler.java581 int at = host.lastIndexOf('@'); in setURL() local
582 if (at != -1) { in setURL()
583 userInfo = host.substring(0, at); in setURL()
584 host = host.substring(at+1); in setURL()
DURL.java1290 int at = host.lastIndexOf('@'); in readObject() local
1291 if (at != -1) { in readObject()
1292 userInfo = host.substring(0, at); in readObject()
1293 host = host.substring(at+1); in readObject()
/libcore/ojluni/src/main/java/sun/net/www/protocol/jar/
DURLJarFile.java155 Attributes at = superEntries.get(key); in getManifest() local
156 entries.put(key, (Attributes) at.clone()); in getManifest()
/libcore/
Dknown_oj_tags.txt5 # You may obtain a copy of the License at
DNOTICE22 This product includes software developed at
114 Developed at SunSoft, a Sun Microsystems, Inc. business.
DLICENSE53 everyone's free use or not licensed at all.
84 at your option offer warranty protection in exchange for a fee.
96 licensed as a whole at no charge to all third parties under the terms of
136 b) Accompany it with a written offer, valid for at least three years, to
191 obligations, then as a consequence you may not distribute the Program at all.
272 of warranty; and each file should have at least the "copyright" line and a
281 Software Foundation; either version 2 of the License, or (at your option)
313 'Gnomovision' (which makes passes at compilers) written by James Hacker.
/libcore/harmony-tests/src/test/resources/resources/
Dtest.doc7 * the License. You may obtain a copy of the License at
Dtest.rtf7 * the License. You may obtain a copy of the License at
/libcore/luni/src/test/java/libcore/java/lang/reflect/parameter/
DParameterMetadataTestClasses$MixedVarArgs.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$NonIdenticalParameters.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$NonVarArgs.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$SingleParameter.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$SingleVarArgs.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$FinalParameter.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$TwoParameters.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$GenericParameter.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$1MethodClass.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$-java_lang_Class_getLambdaClassWith1ParameterConstructor__LambdaImpl0.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$InnerClass.smali6 # You may obtain a copy of the License at
DParameterMetadataTestClasses$1.smali6 # You may obtain a copy of the License at
/libcore/tools/docs/crypto/
DREADME18 deprecated: Whether the algorithm is unsupported at the current API level. This
/libcore/luni/src/main/java/java/security/
Dsecurity.properties6 # the License. You may obtain a copy of the License at
/libcore/luni/src/main/java/java/util/logging/
Dlogging.properties6 # the License. You may obtain a copy of the License at

12