Home
last modified time | relevance | path

Searched defs:z (Results 1 – 10 of 10) sorted by relevance

/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DTestAnnotation3.java16 boolean z() default false; in z() method
DTestAnnotation3b.java16 boolean z() default false; in z() method
/libcore/luni/src/main/native/
Dcbigint.cpp774 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()
Djava_lang_StringToReal.cpp336 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/
DSerializationTestClass.java167 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/
DSerializationBenchmark.java179 boolean z; field in SerializationBenchmark.SerializableBoolean
207 boolean z; field in SerializationBenchmark.LittleBitOfEverything
/libcore/luni/src/main/java/java/util/concurrent/
DConcurrentSkipListMap.java850 Node<K,V> z = new Node<K,V>(kkey, value, n); in doPut() local
887 private void insertIndex(Node<K,V> z, int level) { in insertIndex()
1457 Node<K,V> z = new Node<K,V>(k, v, null); in buildFromSorted() local
1545 Node<K,V> z = new Node<K,V>(key, val, null); in readObject() local
DForkJoinPool.java1263 Thread t = Thread.currentThread(); WorkQueue w; Submitter z; in acquirePlock() local
1500 WorkQueue[] ws; WorkQueue q; Submitter z; int m; ForkJoinTask<?>[] a; in externalPush() local
/libcore/luni/src/test/java/tests/api/java/util/
DEnumSetTest.java44 …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/libdvm/src/main/java/java/lang/reflect/
DField.java917 boolean noAccessCheck, char descriptor, boolean z) throws IllegalAccessException; in setZField()