/libcore/ojluni/src/main/native/ |
D | StrictMath.c | 36 StrictMath_cos(JNIEnv *env, jclass unused, jdouble d) in StrictMath_cos() 42 StrictMath_sin(JNIEnv *env, jclass unused, jdouble d) in StrictMath_sin() 48 StrictMath_tan(JNIEnv *env, jclass unused, jdouble d) in StrictMath_tan() 54 StrictMath_asin(JNIEnv *env, jclass unused, jdouble d) in StrictMath_asin() 60 StrictMath_acos(JNIEnv *env, jclass unused, jdouble d) in StrictMath_acos() 66 StrictMath_atan(JNIEnv *env, jclass unused, jdouble d) in StrictMath_atan() 72 StrictMath_exp(JNIEnv *env, jclass unused, jdouble d) in StrictMath_exp() 78 StrictMath_log(JNIEnv *env, jclass unused, jdouble d) in StrictMath_log() 84 StrictMath_log10(JNIEnv *env, jclass unused, jdouble d) in StrictMath_log10() 90 StrictMath_sqrt(JNIEnv *env, jclass unused, jdouble d) in StrictMath_sqrt() [all …]
|
D | Float.c | 39 Float_intBitsToFloat(JNIEnv *env, jclass unused, jint v) in Float_intBitsToFloat() 53 Float_floatToRawIntBits(JNIEnv *env, jclass unused, jfloat v) in Float_floatToRawIntBits()
|
D | Double.c | 41 Double_longBitsToDouble(JNIEnv *env, jclass unused, jlong v) in Double_longBitsToDouble() 56 Double_doubleToRawLongBits(JNIEnv *env, jclass unused, jdouble v) in Double_doubleToRawLongBits()
|
/libcore/luni/src/test/java/libcore/java/util/ |
D | ArraysTest.java | 628 int unused = Arrays.stream(sourceArray, -1, 9) in streamIntStartEnd_Exceptions() local 635 int unused = Arrays.stream(sourceArray, 0, 11) in streamIntStartEnd_Exceptions() local 642 int unused = Arrays.stream(sourceArray, 11, 11) in streamIntStartEnd_Exceptions() local 649 int unused = Arrays.stream(sourceArray, 0, -1) in streamIntStartEnd_Exceptions() local 656 int unused = Arrays.stream(sourceArray, 4, 3) in streamIntStartEnd_Exceptions() local 715 long unused = Arrays.stream(sourceArray, -1, 9) in streamLongStartEnd_Exceptions() local 722 long unused = Arrays.stream(sourceArray, 0, 11) in streamLongStartEnd_Exceptions() local 729 long unused = Arrays.stream(sourceArray, 11, 11) in streamLongStartEnd_Exceptions() local 736 long unused = Arrays.stream(sourceArray, 0, -1) in streamLongStartEnd_Exceptions() local 743 long unused = Arrays.stream(sourceArray, 4, 3) in streamLongStartEnd_Exceptions() local [all …]
|
/libcore/luni/src/test/java/libcore/java/lang/reflect/ |
D | GenericExceptionsTest.java | 101 public Thrower(List<?> unused) throws IOException {} in Thrower() 103 public void genericParameters(List<?> unused) throws IOException {} in genericParameters()
|
/libcore/luni/src/test/java/libcore/libcore/net/ |
D | InetAddressUtilsTest.java | 113 public void test_isNumericAddress(String address, String unused) { in test_isNumericAddress()
|
/libcore/xml/src/main/java/org/xmlpull/v1/ |
D | XmlPullParserFactory.java | 230 public static XmlPullParserFactory newInstance (String unused, Class unused2) in newInstance()
|
/libcore/ojluni/src/main/java/sun/security/util/ |
D | DerIndefLenConverter.java | 325 int unused = 0; in convert() local
|
/libcore/ojluni/src/main/java/java/nio/ |
D | MappedByteBuffer.java | 150 private static byte unused; field in MappedByteBuffer
|
/libcore/luni/src/test/java/libcore/java/lang/invoke/ |
D | MethodHandlesTest.java | 661 public UnreflectTester(String val, boolean unused) { in UnreflectTester() 2032 ConstructorTest(String unused, int unused2) {} in ConstructorTest() 2033 protected ConstructorTest(String unused) {} in ConstructorTest() 2034 private ConstructorTest(String unused, char unused2) {} in ConstructorTest() 2042 protected PackageSibling(String unused) {} in PackageSibling() 2043 public PackageSibling(String unused, char unused2) {} in PackageSibling()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldAndroidStrictMathTest.java | 31 int unused = 0; field in OldAndroidStrictMathTest
|
D | OldAndroidMathTest.java | 34 int unused = 0; field in OldAndroidMathTest
|
/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
D | ReentrantReadWriteLock.java | 414 protected final boolean tryReleaseShared(int unused) { in tryReleaseShared() 450 protected final int tryAcquireShared(int unused) { in tryAcquireShared()
|
/libcore/ojluni/annotations/hiddenapi/java/util/concurrent/ |
D | ThreadPoolExecutor.java | 468 protected boolean tryAcquire(int unused) { in tryAcquire() 472 protected boolean tryRelease(int unused) { in tryRelease()
|
/libcore/ojluni/annotations/hiddenapi/java/lang/ |
D | ThreadGroup.java | 47 java.lang.Void unused, java.lang.ThreadGroup parent, java.lang.String name) { in ThreadGroup()
|
D | ClassLoader.java | 34 private ClassLoader(java.lang.Void unused, java.lang.ClassLoader parent) { in ClassLoader()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | StrictMathTest.java | 39 int unused = 0; field in StrictMathTest
|
D | MathTest.java | 29 int unused = 0; field in MathTest
|
/libcore/ojluni/src/main/java/java/lang/ |
D | ThreadGroup.java | 126 private ThreadGroup(Void unused, ThreadGroup parent, String name) { in ThreadGroup()
|
D | ClassLoader.java | 247 private ClassLoader(Void unused, ClassLoader parent) { in ClassLoader()
|
/libcore/ojluni/src/main/java/java/util/concurrent/ |
D | ThreadPoolExecutor.java | 653 protected boolean tryAcquire(int unused) { in tryAcquire() 661 protected boolean tryRelease(int unused) { in tryRelease()
|