/libcore/benchmarks/src/benchmarks/regression/ |
D | MessageDigestBenchmark.java | 26 private static final byte[] DATA = new byte[DATA_SIZE]; field in MessageDigestBenchmark 29 DATA[i] = (byte)i; 45 digest.update(DATA, 0, DATA_SIZE); in time()
|
D | SignatureBenchmark.java | 36 private static final byte[] DATA = new byte[DATA_SIZE]; field in SignatureBenchmark 39 DATA[i] = (byte)i; 85 signer.update(DATA); in setUp() 105 signer.update(DATA); in timeSign() 124 verifier.update(DATA); in timeVerify()
|
D | CipherBenchmark.java | 40 private static final byte[] DATA = new byte[DATA_SIZE]; field in CipherBenchmark 48 DATA[i] = (byte) i; 94 private byte[] output = new byte[DATA.length]; 139 cipherEncrypt.doFinal(DATA, 0, inputSize, output); in timeEncrypt() 145 cipherDecrypt.doFinal(DATA, 0, inputSize, output); in timeDecrypt()
|
D | DigestBenchmark.java | 26 private static final byte[] DATA = new byte[DATA_SIZE]; field in DigestBenchmark 29 DATA[i] = (byte)i; 61 digest.update(DATA, 0, DATA_SIZE); in time()
|
D | CipherInputStreamBenchmark.java | 44 private static final byte[] DATA = new byte[DATA_SIZE]; field in CipherInputStreamBenchmark 51 DATA[i] = (byte) i; 80 InputStream is = new CipherInputStream(new ByteArrayInputStream(DATA), cipherEncrypt); in timeEncrypt()
|
/libcore/luni/ |
D | unicode-license.txt | 1 UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE 11 DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES 12 ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND 14 DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES 35 THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY 40 DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, 42 OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
|
/libcore/luni/src/main/java/org/apache/harmony/security/pkcs7/ |
D | ContentInfo.java | 46 public static final int[] DATA = new int[] {1, 2, 840, 113549, 1, 7, 1}; field in ContentInfo 119 if (Arrays.equals(ci.oid, DATA)) { 135 if (Arrays.equals(oid, DATA)) {
|
/libcore/luni/src/main/java/libcore/util/ |
D | ZoneInfoDB.java | 43 private static final TzData DATA = field in ZoneInfoDB 257 return DATA; in getInstance()
|
/libcore/luni/src/test/java/libcore/java/security/ |
D | SignatureTest.java | 236 private final byte[] DATA = new byte[20]; field in SignatureTest 304 sig.update(DATA); in test_Signature() 310 sig.update(DATA); in test_Signature() 314 sig.update(DATA); in test_Signature()
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | SynchronousQueue.java | 193 static final int DATA = 1; field in SynchronousQueue.TransferStack 320 int mode = (e == null) ? REQUEST : DATA; in transfer()
|
/libcore/ |
D | NOTICE | 55 RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
|
/libcore/support/src/test/java/tests/resources/x509/ |
D | default.cnf | 44 # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|