/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/ |
D | TestAnnotation3b.java | 16 boolean z() default false; in z() method
|
D | TestAnnotation3.java | 16 boolean z() default false; in z() method
|
/libcore/luni/src/main/native/ |
D | cbigint.cpp | 774 doubleMantissa (jdouble z) in doubleMantissa() 787 doubleExponent (jdouble z) in doubleExponent() 800 uint32_t floatMantissa(jfloat z) { in floatMantissa() 812 floatExponent (jfloat z) in floatExponent()
|
D | java_lang_StringToReal.cpp | 336 static jdouble doubleAlgorithm(JNIEnv* env, uint64_t* f, int32_t length, jint e, jdouble z) { in doubleAlgorithm() 809 static jfloat floatAlgorithm(JNIEnv* env, uint64_t* f, int32_t length, jint e, jfloat z) { in floatAlgorithm()
|
/libcore/luni/src/test/java/tests/api/java/io/ |
D | SerializationTestClass.java | 167 boolean z; field in SerializationTestClass.TestFieldSignatures 230 public TestConstructorSignature(boolean z, byte b, char c, short s, in TestConstructorSignature() 292 public void method(boolean z, byte b, char c, short s, int i, float f, in method()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | SerializationBenchmark.java | 179 boolean z; field in SerializationBenchmark.SerializableBoolean 207 boolean z; field in SerializationBenchmark.LittleBitOfEverything
|
/libcore/luni/src/main/java/java/util/concurrent/ |
D | ConcurrentSkipListMap.java | 849 Node<K,V> z = new Node<K,V>(kkey, value, n); in doPut() local 886 private void insertIndex(Node<K,V> z, int level) { in insertIndex() 1456 Node<K,V> z = new Node<K,V>(k, v, null); in buildFromSorted() local 1546 Node<K,V> z = new Node<K,V>(key, val, null); in readObject() local
|
/libcore/luni/src/test/java/tests/api/java/util/ |
D | EnumSetTest.java | 44 …a, b,c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, … enumConstant 52 … k{}, l{}, m{}, n{}, o{}, p{}, q{}, r{}, s{}, t{}, u{}, v{}, w{}, x{}, y{}, z{}, A{}, B{}, C{}, D{… enumConstant 56 …a, b, c, d, e, f, g, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G,… enumConstant
|
/libcore/luni/src/main/java/java/lang/reflect/ |
D | Field.java | 920 boolean noAccessCheck, char descriptor, boolean z) throws IllegalAccessException; in setZField()
|