/libcore/ojluni/src/main/java/java/sql/ |
D | SQLOutput.java | 67 void writeString(String x) throws SQLException; in writeString() 80 void writeBoolean(boolean x) throws SQLException; in writeBoolean() 93 void writeByte(byte x) throws SQLException; in writeByte() 106 void writeShort(short x) throws SQLException; in writeShort() 119 void writeInt(int x) throws SQLException; in writeInt() 132 void writeLong(long x) throws SQLException; in writeLong() 145 void writeFloat(float x) throws SQLException; in writeFloat() 158 void writeDouble(double x) throws SQLException; in writeDouble() 171 void writeBigDecimal(java.math.BigDecimal x) throws SQLException; in writeBigDecimal() 184 void writeBytes(byte[] x) throws SQLException; in writeBytes() [all …]
|
D | PreparedStatement.java | 130 void setBoolean(int parameterIndex, boolean x) throws SQLException; in setBoolean() 143 void setByte(int parameterIndex, byte x) throws SQLException; in setByte() 156 void setShort(int parameterIndex, short x) throws SQLException; in setShort() 169 void setInt(int parameterIndex, int x) throws SQLException; in setInt() 182 void setLong(int parameterIndex, long x) throws SQLException; in setLong() 195 void setFloat(int parameterIndex, float x) throws SQLException; in setFloat() 208 void setDouble(int parameterIndex, double x) throws SQLException; in setDouble() 221 void setBigDecimal(int parameterIndex, BigDecimal x) throws SQLException; in setBigDecimal() 237 void setString(int parameterIndex, String x) throws SQLException; in setString() 251 void setBytes(int parameterIndex, byte x[]) throws SQLException; in setBytes() [all …]
|
D | ResultSet.java | 1539 void updateBoolean(int columnIndex, boolean x) throws SQLException; in updateBoolean() 1559 void updateByte(int columnIndex, byte x) throws SQLException; in updateByte() 1578 void updateShort(int columnIndex, short x) throws SQLException; in updateShort() 1597 void updateInt(int columnIndex, int x) throws SQLException; in updateInt() 1616 void updateLong(int columnIndex, long x) throws SQLException; in updateLong() 1635 void updateFloat(int columnIndex, float x) throws SQLException; in updateFloat() 1654 void updateDouble(int columnIndex, double x) throws SQLException; in updateDouble() 1674 void updateBigDecimal(int columnIndex, BigDecimal x) throws SQLException; in updateBigDecimal() 1693 void updateString(int columnIndex, String x) throws SQLException; in updateString() 1712 void updateBytes(int columnIndex, byte x[]) throws SQLException; in updateBytes() [all …]
|
D | CallableStatement.java | 814 void setBoolean(String parameterName, boolean x) throws SQLException; in setBoolean() 831 void setByte(String parameterName, byte x) throws SQLException; in setByte() 848 void setShort(String parameterName, short x) throws SQLException; in setShort() 865 void setInt(String parameterName, int x) throws SQLException; in setInt() 882 void setLong(String parameterName, long x) throws SQLException; in setLong() 899 void setFloat(String parameterName, float x) throws SQLException; in setFloat() 916 void setDouble(String parameterName, double x) throws SQLException; in setDouble() 934 void setBigDecimal(String parameterName, BigDecimal x) throws SQLException; in setBigDecimal() 954 void setString(String parameterName, String x) throws SQLException; in setString() 973 void setBytes(String parameterName, byte x[]) throws SQLException; in setBytes() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/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 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/ojluni/src/test/java/lang/Math/ |
D | DivModTests.java | 88 static void testIntFloorDivMod(int x, int y, Object divExpected, Object modExpected) { in testIntFloorDivMod() 96 static void testIntFloorDiv(int x, int y, Object expected) { in testIntFloorDiv() 111 static void testIntFloorMod(int x, int y, Object expected) { in testIntFloorMod() 178 static void testLongFloorDivMod(long x, long y, Object divExpected, Object modExpected) { in testLongFloorDivMod() 192 static void testLongFloorDiv(long x, long y, Object expected) { in testLongFloorDiv() 213 static void testLongFloorMod(long x, long y, Object expected) { in testLongFloorMod() 283 static void testLongIntFloorDivMod(long x, int y, Object divExpected, Object modExpected) { in testLongIntFloorDivMod() 297 static void testLongIntFloorDiv(long x, int y, Object expected) { in testLongIntFloorDiv() 318 static void testLongIntFloorMod(long x, int y, Object expected) { in testLongIntFloorMod() 355 static Object doFloorDiv(int x, int y) { in doFloorDiv() [all …]
|
D | MultiplicationTests.java | 35 private static long multiplyHighBigInt(long x, long y) { in multiplyHighBigInt() 63 long x = xy[0]; in testMultiplyHigh() local
|
D | ExactArithTests.java | 75 static void testIntegerExact(int x, int y) { in testIntegerExact() 213 static void testLongExactTwice(long x, long y) { in testLongExactTwice() 227 static void testLongExact(long x, long y) { in testLongExact() 319 static void checkResult(String message, long x, long y, long result, BigInteger expected) { in checkResult() 377 static void testLongIntExact(long x, int y) { in testLongIntExact()
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Bits.java | 45 static short swap(short x) { in swap() 49 static char swap(char x) { in swap() 53 static int swap(int x) { in swap() 57 static long swap(long x) { in swap() 96 private static byte char1(char x) { return (byte)(x >> 8); } in char1() 97 private static byte char0(char x) { return (byte)(x ); } in char0() 99 static void putCharL(ByteBuffer bb, int bi, char x) { in putCharL() 104 static void putCharL(long a, char x) { in putCharL() 109 static void putCharB(ByteBuffer bb, int bi, char x) { in putCharB() 114 static void putCharB(long a, char x) { in putCharB() [all …]
|
D | DirectByteBuffer.java | 246 private ByteBuffer put(long a, byte x) { in put() 260 public final ByteBuffer put(byte x) { in put() 267 put(ix(nextPutIndex()), x); in put() local 272 public final ByteBuffer put(int i, byte x) { in put() 279 put(ix(checkIndex(i)), x); in put() local 355 char x = (char) Memory.peekShort(ix(position), !nativeByteOrder); in getChar() local 386 private ByteBuffer putChar(long a, char x) { in putChar() 392 public final ByteBuffer putChar(char x) { in putChar() 399 putChar(ix(nextPutIndex(Character.BYTES)), x); in putChar() local 404 public final ByteBuffer putChar(int i, char x) { in putChar() [all …]
|
D | HeapByteBuffer.java | 140 public ByteBuffer put(byte x) { in put() 149 public ByteBuffer put(int i, byte x) { in put() 216 public ByteBuffer putChar(char x) { in putChar() 225 public ByteBuffer putChar(int i, char x) { in putChar() 234 void putCharUnchecked(int i, char x) { in putCharUnchecked() 277 public ByteBuffer putShort(short x) { in putShort() 286 public ByteBuffer putShort(int i, short x) { in putShort() 295 void putShortUnchecked(int i, short x) { in putShortUnchecked() 338 public ByteBuffer putInt(int x) { in putInt() 347 public ByteBuffer putInt(int i, int x) { in putInt() [all …]
|
/libcore/ojluni/src/main/java/javax/sql/ |
D | RowSet.java | 548 void setBoolean(int parameterIndex, boolean x) throws SQLException; in setBoolean() 564 void setBoolean(String parameterName, boolean x) throws SQLException; in setBoolean() 575 void setByte(int parameterIndex, byte x) throws SQLException; in setByte() 591 void setByte(String parameterName, byte x) throws SQLException; in setByte() 602 void setShort(int parameterIndex, short x) throws SQLException; in setShort() 618 void setShort(String parameterName, short x) throws SQLException; in setShort() 629 void setInt(int parameterIndex, int x) throws SQLException; in setInt() 645 void setInt(String parameterName, int x) throws SQLException; in setInt() 656 void setLong(int parameterIndex, long x) throws SQLException; in setLong() 672 void setLong(String parameterName, long x) throws SQLException; in setLong() [all …]
|
/libcore/ojluni/annotations/mmodule/java/nio/ |
D | DirectByteBuffer.annotated.java | 75 public final java.nio.ByteBuffer put(byte x) { throw new RuntimeException("Stub!"); } in put() 78 public final java.nio.ByteBuffer put(int i, byte x) { throw new RuntimeException("Stub!"); } in put() 99 public final java.nio.ByteBuffer putChar(char x) { throw new RuntimeException("Stub!"); } in putChar() 102 public final java.nio.ByteBuffer putChar(int i, char x) { throw new RuntimeException("Stub!"); } in putChar() 114 public final java.nio.ByteBuffer putShort(short x) { throw new RuntimeException("Stub!"); } in putShort() 117 public final java.nio.ByteBuffer putShort(int i, short x) { throw new RuntimeException("Stub!"); } in putShort() 129 public final java.nio.ByteBuffer putInt(int x) { throw new RuntimeException("Stub!"); } in putInt() 132 public final java.nio.ByteBuffer putInt(int i, int x) { throw new RuntimeException("Stub!"); } in putInt() 144 public final java.nio.ByteBuffer putLong(long x) { throw new RuntimeException("Stub!"); } in putLong() 147 public final java.nio.ByteBuffer putLong(int i, long x) { throw new RuntimeException("Stub!"); } in putLong() [all …]
|
/libcore/ojluni/src/main/native/ |
D | fdlibm.h | 44 #define __HI(x) *(1+(int*)&x) argument 45 #define __LO(x) *(int*)&x argument 46 #define __HIp(x) *(1+(int*)x) argument 47 #define __LOp(x) *(int*)x argument 49 #define __HI(x) *(int*)&x argument 50 #define __LO(x) *(1+(int*)&x) argument 51 #define __HIp(x) *(int*)x argument 52 #define __LOp(x) *(1+(int*)x) argument
|
/libcore/ojluni/src/main/java/java/lang/ |
D | StrictMath.java | 523 public static native double atan2(double y, double x); in atan2() 737 public static int addExact(int x, int y) { in addExact() 752 public static long addExact(long x, long y) { in addExact() 767 public static int subtractExact(int x, int y) { in subtractExact() 782 public static long subtractExact(long x, long y) { in subtractExact() 797 public static int multiplyExact(int x, int y) { in multiplyExact() 812 public static long multiplyExact(long x, int y) { in multiplyExact() 827 public static long multiplyExact(long x, long y) { in multiplyExact() 854 public static long multiplyFull(int x, int y) { in multiplyFull() 868 public static long multiplyHigh(long x, long y) { in multiplyHigh() [all …]
|
D | Math.java | 520 public static native double atan2(double y, double x); in atan2() 822 public static int addExact(int x, int y) { in addExact() 841 public static long addExact(long x, long y) { in addExact() 860 public static int subtractExact(int x, int y) { in subtractExact() 880 public static long subtractExact(long x, long y) { in subtractExact() 900 public static int multiplyExact(int x, int y) { in multiplyExact() 918 public static long multiplyExact(long x, int y) { in multiplyExact() 932 public static long multiplyExact(long x, long y) { in multiplyExact() 1074 public static long multiplyFull(int x, int y) { in multiplyFull() 1087 public static long multiplyHigh(long x, long y) { in multiplyHigh() [all …]
|
/libcore/ojluni/annotations/hiddenapi/java/nio/ |
D | DirectByteBuffer.java | 123 private java.nio.ByteBuffer put(long a, byte x) { in put() 131 public final java.nio.ByteBuffer put(byte x) { in put() 135 public final java.nio.ByteBuffer put(int i, byte x) { in put() 179 private java.nio.ByteBuffer putChar(long a, char x) { in putChar() 183 public final java.nio.ByteBuffer putChar(char x) { in putChar() 187 public final java.nio.ByteBuffer putChar(int i, char x) { in putChar() 191 void putCharUnchecked(int i, char x) { in putCharUnchecked() 223 private java.nio.ByteBuffer putShort(long a, short x) { in putShort() 227 public final java.nio.ByteBuffer putShort(short x) { in putShort() 231 public final java.nio.ByteBuffer putShort(int i, short x) { in putShort() [all …]
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | BigIntegerBenchmark.java | 25 BigInteger x = new BigInteger(1024, r); in timeRandomDivision() local 34 BigInteger x = new BigInteger(1024, r); in timeRandomGcd() local 43 BigInteger x = new BigInteger(1024, r); in timeRandomMultiplication() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThrowableTest.java | 53 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/ojluni/src/test/java/lang/StrictMath/ |
D | ExactArithTests.java | 99 static void testIntegerExact(int x, int y) { in testIntegerExact() 188 static void testLongExactTwice(long x, long y) { in testLongExactTwice() 202 static void testLongExact(long x, long y) { in testLongExact() 261 static void checkResult(String message, long x, long y, long result, BigInteger expected) { in checkResult() 320 static void testLongIntExact(long x, int y) { in testLongIntExact()
|
/libcore/ojluni/annotations/sdk/nullability/java/io/ |
D | PrintWriter.annotated.java | 92 public void println(boolean x) { throw new RuntimeException("Stub!"); } in println() 94 public void println(char x) { throw new RuntimeException("Stub!"); } in println() 96 public void println(int x) { throw new RuntimeException("Stub!"); } in println() 98 public void println(long x) { throw new RuntimeException("Stub!"); } in println() 100 public void println(float x) { throw new RuntimeException("Stub!"); } in println() 102 public void println(double x) { throw new RuntimeException("Stub!"); } in println() 104 public void println(char[] x) { throw new RuntimeException("Stub!"); } in println() 106 …ic void println(@libcore.util.Nullable java.lang.String x) { throw new RuntimeException("Stub!"); } in println() 108 …ic void println(@libcore.util.Nullable java.lang.Object x) { throw new RuntimeException("Stub!"); } in println()
|
/libcore/ojluni/annotations/hiddenapi/sun/util/calendar/ |
D | CalendarUtils.java | 62 public static final long mod(long x, long y) { in mod() 67 public static final int mod(int x, int y) { in mod() 71 public static final int amod(int x, int y) { in amod() 75 public static final long amod(long x, long y) { in amod()
|
/libcore/ojluni/src/main/java/java/util/ |
D | AbstractQueue.java | 113 E x = poll(); in remove() local 132 E x = peek(); in element() local
|
/libcore/ojluni/src/main/java/javax/crypto/spec/ |
D | DHPrivateKeySpec.java | 46 private BigInteger x; field in DHPrivateKeySpec 61 public DHPrivateKeySpec(BigInteger x, BigInteger p, BigInteger g) { in DHPrivateKeySpec()
|