/libcore/luni/src/test/java/tests/api/java/lang/reflect/ |
D | ArrayTest.java | 31 int[] x = { 1 }; in test_getLjava_lang_ObjectI() local 191 char[] x = { 1 }; in test_getCharLjava_lang_ObjectI() local 237 double[] x = { 1 }; in test_getDoubleLjava_lang_ObjectI() local 284 float[] x = { 1 }; in test_getFloatLjava_lang_ObjectI() local 330 int[] x = { 1 }; in test_getIntLjava_lang_ObjectI() local 376 long[] x = { 1 }; in test_getLengthLjava_lang_Object() local 396 long[] x = { 1 }; in test_getLongLjava_lang_ObjectI() local 442 short[] x = { 1 }; in test_getShortLjava_lang_ObjectI() local 488 int[][] x; in test_newInstanceLjava_lang_Class$I() local 534 int[] x; in test_newInstanceLjava_lang_ClassI() local [all …]
|
D | FieldTest.java | 134 private static final int x = 1; field in FieldTest.TestField 162 TestField x = new TestField(); in test_equalsLjava_lang_Object() local 186 TestField x = new TestField(); in test_getLjava_lang_Object() local 575 TestField x = new TestField(); in test_getBooleanLjava_lang_Object() local 642 TestField x = new TestField(); in test_getByteLjava_lang_Object() local 708 TestField x = new TestField(); in test_getCharLjava_lang_Object() local 797 TestField x = new TestField(); in test_getDoubleLjava_lang_Object() local 865 TestField x = new TestField(); in test_getFloatLjava_lang_Object() local 932 TestField x = new TestField(); in test_getIntLjava_lang_Object() local 1001 TestField x = new TestField(); in test_getLongLjava_lang_Object() local [all …]
|
/libcore/luni/src/main/java/java/sql/ |
D | ResultSet.java | 1339 public void updateArray(int columnIndex, Array x) throws SQLException; in updateArray() 1352 public void updateArray(String columnName, Array x) throws SQLException; in updateArray() 1366 public void updateAsciiStream(int columnIndex, InputStream x, int length) in updateAsciiStream() 1381 public void updateAsciiStream(String columnName, InputStream x, int length) in updateAsciiStream() 1395 public void updateBigDecimal(int columnIndex, BigDecimal x) in updateBigDecimal() 1409 public void updateBigDecimal(String columnName, BigDecimal x) in updateBigDecimal() 1424 public void updateBinaryStream(int columnIndex, InputStream x, int length) in updateBinaryStream() 1439 public void updateBinaryStream(String columnName, InputStream x, int length) in updateBinaryStream() 1453 public void updateBlob(int columnIndex, Blob x) throws SQLException; in updateBlob() 1466 public void updateBlob(String columnName, Blob x) throws SQLException; in updateBlob() [all …]
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | BigIntegerBenchmark.java | 27 BigInteger x = new BigInteger(1024, r); in timeRandomDivision() local 36 BigInteger x = new BigInteger(1024, r); in timeRandomGcd() local 45 BigInteger x = new BigInteger(1024, r); in timeRandomMultiplication() local
|
D | PropertyAccessBenchmark.java | 28 private Field x; field in PropertyAccessBenchmark 94 float x; field in PropertyAccessBenchmark.View 96 public void setX(float x) { in setX()
|
/libcore/luni/src/main/java/java/util/ |
D | AbstractQueue.java | 84 E x = poll(); in remove() local 103 E x = peek(); in element() local
|
D | ArrayDeque.java | 246 E x = pollFirst(); in removeFirst() local 256 E x = pollLast(); in removeLast() local 333 Object x; in removeFirstOccurrence() local 361 Object x; in removeLastOccurrence() local 674 Object x; in contains() local
|
/libcore/luni/src/main/java/javax/crypto/spec/ |
D | DHPrivateKeySpec.java | 28 private final BigInteger x; field in DHPrivateKeySpec 44 public DHPrivateKeySpec(BigInteger x, BigInteger p, BigInteger g) { in DHPrivateKeySpec()
|
/libcore/luni/src/test/java/tests/api/java/util/ |
D | LocaleTest.java | 43 Locale x = new Locale("xx"); in test_ConstructorLjava_lang_String() local 59 Locale x = new Locale("xx", "CV"); in test_ConstructorLjava_lang_StringLjava_lang_String() local 85 Locale x = new Locale("xx", "CV", "ZZ"); in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_lang_String() local 166 Locale x = Locale.getDefault(); in test_getDefault() local 322 Locale x = Locale.getDefault(); in test_setDefaultLjava_util_Locale() local
|
/libcore/luni/src/main/java/java/security/spec/ |
D | DSAPrivateKeySpec.java | 27 private final BigInteger x; field in DSAPrivateKeySpec 48 public DSAPrivateKeySpec(BigInteger x, BigInteger p, in DSAPrivateKeySpec()
|
/libcore/luni/src/main/java/java/util/zip/ |
D | CheckedInputStream.java | 63 int x = in.read(); in read() local 89 int x = in.read(buf, off, nbytes); in read() local
|
/libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
D | OpenSSLDSAPrivateKey.java | 152 final BigInteger x = params.getX(); in equals() local 173 final BigInteger x = getX(); in hashCode() local 211 final BigInteger x = (BigInteger) stream.readObject(); in readObject() local
|
/libcore/luni/src/test/java/libcore/java/io/ |
D | OldAndroidInputStreamReaderTest.java | 37 int x = a.read(); in testAscii() local 63 int x = a.read(); in testUtf8() local
|
D | OldAndroidByteArrayInputStreamTest.java | 55 public static String read(InputStream a, int x) throws IOException { in read() 76 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidCharArrayReaderTest.java | 54 public static String read(Reader a, int x) throws IOException { in read() 75 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidStringReaderTest.java | 52 public static String read(Reader a, int x) throws IOException { in read() 73 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidPushbackInputStreamTest.java | 69 public static String read(InputStream a, int x) throws IOException { in read() 90 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidBufferedReaderTest.java | 77 public static String read(Reader a, int x) throws IOException { in read() 98 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidLineNumberReaderTest.java | 91 public static String read(Reader a, int x) throws IOException { in read() 112 public static String markRead(Reader a, int x, int y) throws IOException { in markRead()
|
D | OldAndroidDataInputStreamTest.java | 119 public static String read(InputStream a, int x) throws IOException { in read() 140 public static String markRead(InputStream a, int x, int y) throws IOException { in markRead()
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | LinkedBlockingDeque.java | 100 Node(E x) { in Node() 267 void unlink(Node<E> x) { in unlink() 420 E x = pollFirst(); in removeFirst() local 429 E x = pollLast(); in removeLast() local 458 E x; in takeFirst() local 471 E x; in takeLast() local 486 E x; in pollFirst() local 504 E x; in pollLast() local 520 E x = peekFirst(); in getFirst() local 529 E x = peekLast(); in getLast() local [all …]
|
D | LinkedBlockingQueue.java | 102 Node(E x) { item = x; } in Node() 185 E x = first.item; in dequeue() local 406 E x; in take() local 428 E x = null; in poll() local 801 E x = currentElement; in next() local
|
D | ArrayBlockingQueue.java | 115 @SuppressWarnings("unchecked") E x = (E) items[i]; in itemAt() local 133 private void enqueue(E x) { in enqueue() 150 @SuppressWarnings("unchecked") E x = (E) items[takeIndex]; in dequeue() local 677 @SuppressWarnings("unchecked") E x = (E) items[take]; in drainTo() local 1169 final E x = nextItem; in next() local 1281 int x = distance(cursor, prevTakeIndex, len); in removedAt() local 1293 int x = distance(lastRet, prevTakeIndex, len); in removedAt() local 1301 int x = distance(nextIndex, prevTakeIndex, len); in removedAt() local
|
/libcore/luni/src/test/java/org/apache/harmony/xnet/provider/jsse/ |
D | TrustedCertificateStoreTest.java | 553 private void assertRootCa(X509Certificate x, String alias) { in assertRootCa() 558 private void assertTrusted(X509Certificate x, String alias) { in assertTrusted() 565 private void assertIntermediateCa(X509Certificate x, String alias) { in assertIntermediateCa() 570 private void assertMasked(X509Certificate x, String alias) { in assertMasked() 575 private void assertDeleted(X509Certificate x, String alias) { in assertDeleted() 616 private static String alias(boolean user, X509Certificate x, int index) { in alias() 629 private static void install(X509Certificate x, String alias) { in install()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | OldTreeMapTest.java | 346 TreeMap x = new TreeMap(); in test_putAllLjava_util_Map() local 496 Object x = objArray[i] = new Integer(i); in setUp() local 497 tm.put(x.toString(), x); in setUp() local
|