Home
last modified time | relevance | path

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

/libcore/dex/src/main/java/com/android/dex/util/
DFileUtils.java72 int at = 0; in readFile() local
74 int amt = in.read(result, at, length); in readFile()
78 at += amt; in readFile()
/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/luni/src/main/native/
Dcbigint.cpp26 #define at(i) (i) macro
28 #define at(i) ((i)^1) macro
232 HIGH_IN_U64 (product) + result[at (resultIndex)] + in simpleMultiplyAddHighPrecision()
234 result[at (resultIndex)] = LOW_U32_FROM_VAR (product); in simpleMultiplyAddHighPrecision()
237 HIGH_IN_U64 (product) + result[at (resultIndex)] + in simpleMultiplyAddHighPrecision()
239 result[at (resultIndex)] = LOW_U32_FROM_VAR (product); in simpleMultiplyAddHighPrecision()
244 result[at (resultIndex)] += HIGH_U32_FROM_VAR (product); in simpleMultiplyAddHighPrecision()
245 if (result[at (resultIndex)] < HIGH_U32_FROM_VAR (product)) in simpleMultiplyAddHighPrecision()
249 while (++result[at (resultIndex)] == 0) in simpleMultiplyAddHighPrecision()
/libcore/luni/src/main/files/
DREADME.cacerts6 and the "n" is a unique integer identifier starting at 0 to deal
/libcore/luni/src/main/files/cacerts/
D5a5372fc.064 … certificate is subject to the NetLock CPS available at https://www.netlock.net/docs or by e-mail
D635ccfd5.064 … certificate is subject to the NetLock CPS available at https://www.netlock.net/docs or by e-mail
Dadd67345.079 … certificate is subject to the NetLock CPS available at https://www.netlock.net/docs or by e-mail
D9f533518.047 …Issuer: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287,…
51 …Subject: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287…
99 …DirName:/C=EU/L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287/…
D1eb37bdf.048 …Issuer: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287,…
52 …Subject: C=EU, L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287…
100 …DirName:/C=EU/L=Madrid (see current address at www.camerfirma.com/address)/serialNumber=A82743287/…
D33815e15.1111 …egal Limitations* of the StartCom Certification Authority Policy available at http://www.startssl.…
D33815e15.0117 …egal Limitations* of the StartCom Certification Authority Policy available at http://cert.startcom…
/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
/libcore/benchmarks/libs/
Dcaliper.jar.txt111 pertain to any part of the Derivative Works, in at least one
194 You may obtain a copy of the License at
/libcore/
DNOTICE22 This product includes software developed at
127 Contribution and the Program if, at the time the Contribution is
218 claim at its own expense.
/libcore/expectations/
Dbrokentests.txt55 pattern: ".*java.lang.SecurityException\\s+at java.lang.System.setSecurityManager.*",
591 pattern: ".*java.lang.NullPointerException.*at java.util.TreeMap.find.*"
614 pattern: ".*java.lang.NullPointerException.*at java.util.TreeMap.find.*"
647 pattern: ".*java.lang.IllegalStateException.*at java.util.Hashtable.*"
Dknownfailures.txt2 * This file contains expectations for tests that were annotated with @KnownFailure at the time