Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 121) sorted by relevance

12345

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/reflect/
DArrayTest.java31 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 …]
DFieldTest.java134 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
558 TestField x = new TestField(); in test_getBooleanLjava_lang_Object() local
612 TestField x = new TestField(); in test_getByteLjava_lang_Object() local
665 TestField x = new TestField(); in test_getCharLjava_lang_Object() local
741 TestField x = new TestField(); in test_getDoubleLjava_lang_Object() local
796 TestField x = new TestField(); in test_getFloatLjava_lang_Object() local
850 TestField x = new TestField(); in test_getIntLjava_lang_Object() local
906 TestField x = new TestField(); in test_getLongLjava_lang_Object() local
[all …]
/libcore/luni/src/main/java/java/sql/
DResultSet.java1337 public void updateArray(int columnIndex, Array x) throws SQLException; in updateArray()
1350 public void updateArray(String columnName, Array x) throws SQLException; in updateArray()
1364 public void updateAsciiStream(int columnIndex, InputStream x, int length) in updateAsciiStream()
1379 public void updateAsciiStream(String columnName, InputStream x, int length) in updateAsciiStream()
1393 public void updateBigDecimal(int columnIndex, BigDecimal x) in updateBigDecimal()
1407 public void updateBigDecimal(String columnName, BigDecimal x) in updateBigDecimal()
1422 public void updateBinaryStream(int columnIndex, InputStream x, int length) in updateBinaryStream()
1437 public void updateBinaryStream(String columnName, InputStream x, int length) in updateBinaryStream()
1451 public void updateBlob(int columnIndex, Blob x) throws SQLException; in updateBlob()
1464 public void updateBlob(String columnName, Blob x) throws SQLException; in updateBlob()
[all …]
/libcore/benchmarks/src/benchmarks/regression/
DBigIntegerBenchmark.java27 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
DPropertyAccessBenchmark.java28 private Field x; field in PropertyAccessBenchmark
94 float x; field in PropertyAccessBenchmark.View
96 public void setX(float x) { in setX()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThrowableTest.java53 public int x; in test_fillInStackTrace() field in ThrowableTest.Test
55 public Test(int x) { in test_fillInStackTrace()
129 Throwable x = new ClassNotFoundException("A Test Message"); in test_printStackTrace() local
150 Throwable x = new java.net.UnknownHostException("A Message"); in test_printStackTraceLjava_io_PrintStream() local
167 Throwable x = new java.net.UnknownHostException("A Message"); in test_printStackTraceLjava_io_PrintWriter() local
/libcore/luni/src/main/java/javax/crypto/spec/
DDHPrivateKeySpec.java28 private final BigInteger x; field in DHPrivateKeySpec
44 public DHPrivateKeySpec(BigInteger x, BigInteger p, BigInteger g) { in DHPrivateKeySpec()
/libcore/luni/src/main/java/java/util/
DAbstractQueue.java84 E x = poll(); in remove() local
103 E x = peek(); in element() local
/libcore/luni/src/main/java/java/security/spec/
DDSAPrivateKeySpec.java27 private final BigInteger x; field in DSAPrivateKeySpec
48 public DSAPrivateKeySpec(BigInteger x, BigInteger p, in DSAPrivateKeySpec()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DLocaleTest.java39 Locale x = new Locale("xx"); in test_ConstructorLjava_lang_String() local
55 Locale x = new Locale("xx", "CV"); in test_ConstructorLjava_lang_StringLjava_lang_String() local
81 Locale x = new Locale("xx", "CV", "ZZ"); in test_ConstructorLjava_lang_StringLjava_lang_StringLjava_lang_String() local
162 Locale x = Locale.getDefault(); in test_getDefault() local
349 Locale x = Locale.getDefault(); in test_setDefaultLjava_util_Locale() local
/libcore/jsr166-tests/src/test/java/jsr166/
DThreadLocalTest.java66 final int[] x; field in ThreadLocalTest.ITLThread
97 final int[] x = new int[threadCount]; in testGenericITL() local
DAtomicReferenceArrayTest.java69 Long x = Long.valueOf(i); in testConstructorSubClassArray() local
204 AtomicReferenceArray x = new AtomicReferenceArray(SIZE); in testSerialization() local
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidInputStreamReaderTest.java37 int x = a.read(); in testAscii() local
63 int x = a.read(); in testUtf8() local
DOldAndroidByteArrayInputStreamTest.java55 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()
DOldAndroidCharArrayReaderTest.java54 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()
DOldAndroidStringReaderTest.java52 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()
DOldAndroidPushbackInputStreamTest.java69 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()
DOldAndroidBufferedReaderTest.java77 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()
DOldAndroidLineNumberReaderTest.java91 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()
DOldAndroidDataInputStreamTest.java119 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/
DLinkedBlockingDeque.java100 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 …]
DLinkedBlockingQueue.java101 Node(E x) { item = x; } in Node()
184 E x = first.item; in dequeue() local
403 E x; in take() local
425 E x = null; in poll() local
799 E x = currentElement; in next() local
/libcore/luni/src/main/java/java/lang/
DStrictMath.java147 public static double acos(double x) { in acos()
215 public static double asin(double x) { in asin()
298 public static double atan(double x) { in atan()
399 public static double atan2(double y, double x) { in atan2()
519 public static double cbrt(double x) { in cbrt()
623 public static double cosh(double x) { in cosh()
712 public static double exp(double x) { in exp()
812 public static double expm1(double x) { in expm1()
958 public static native double hypot(double x, double y); in hypot()
985 public static native double IEEEremainder(double x, double y); in IEEEremainder()
[all …]
/libcore/luni/src/test/java/libcore/java/util/
DOldTreeMapTest.java346 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
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DDeflaterTest.java69 int x = 0; in test_deflate$B() local
113 int x = 0; in test_deflate$BII() local
204 int x = 0; in test_finish() local
321 int x = 0; in test_getTotalOut() local
390 int x = 0; in test_reset() local

12345