Home
last modified time | relevance | path

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

12

/libcore/luni/src/test/java/libcore/java/lang/invoke/
DCallSitesTest.java110 int z = (int) site.dynamicInvoker().invokeExact(2, 6); in commonMutableCallSitesTest() local
140 private static int add3(int x, int y, int z) { in add3()
DMethodHandleCombinersTest.java1719 private static void exceptionHandler_delegate(NumberFormatException e, int x, int y, long z) in exceptionHandler_delegate()
1928 private static void checkBooleanCast_delegate(boolean expected, boolean z, boolean b, in checkBooleanCast_delegate()
1942 private static void checkByteCast_delegate(byte expected, byte z, byte b, byte c, byte s, in checkByteCast_delegate()
1956 private static void checkCharCast_delegate(char expected, char z, char b, char c, char s, in checkCharCast_delegate()
1970 private static void checkShortCast_delegate(short expected, short z, short b, short c, short s, in checkShortCast_delegate()
1984 private static void checkIntCast_delegate(int expected, int z, int b, int c, int s, int i, in checkIntCast_delegate()
1998 private static void checkLongCast_delegate(long expected, long z, long b, long c, long s, in checkLongCast_delegate()
2012 private static void checkFloatCast_delegate(float expected, float z, float b, float c, float s, in checkFloatCast_delegate()
2025 private static void checkDoubleCast_delegate(double expected, double z, double b, double c, in checkDoubleCast_delegate()
2039 private static void checkBoxingCasts_delegate(boolean expected, Boolean z, Byte b, Character c, in checkBoxingCasts_delegate()
/libcore/luni/src/test/java/org/apache/harmony/annotation/tests/java/lang/annotation/
DTestAnnotation3b.java16 boolean z() default false; in z() method
DTestAnnotation3.java16 boolean z() default false; in z() method
/libcore/ojluni/src/main/java/sun/util/calendar/
DCalendarUtils.java144 int z = mod(x, y); in amod() local
149 long z = mod(x, y); in amod() local
/libcore/jsr166-tests/src/test/java/jsr166/
DAtomicBooleanTest.java131 AtomicBoolean z = serialClone(x); in testSerialization() local
DAtomicReferenceTest.java131 AtomicReference z = serialClone(x); in testSerialization() local
DDoubleAdderTest.java77 DoubleAdder z = serialClone(x); in testSerialization() local
DAtomicReferenceFieldUpdaterTest.java20 Object z; field in AtomicReferenceFieldUpdaterTest
DAtomicIntegerTest.java206 AtomicInteger z = serialClone(x); in testSerialization() local
DAtomicLongTest.java208 AtomicLong z = serialClone(x); in testSerialization() local
DLongAdderTest.java99 LongAdder z = serialClone(x); in testSerialization() local
DAtomicLongFieldUpdaterTest.java21 float z; field in AtomicLongFieldUpdaterTest
DAtomicIntegerFieldUpdaterTest.java21 float z; field in AtomicIntegerFieldUpdaterTest
/libcore/luni/src/main/native/
Dcbigint.cpp632 doubleMantissa (jdouble z) in doubleMantissa()
645 doubleExponent (jdouble z) in doubleExponent()
658 uint32_t floatMantissa(jfloat z) { in floatMantissa()
670 floatExponent (jfloat z) in floatExponent()
Djava_lang_StringToReal.cpp269 static jdouble doubleAlgorithm(JNIEnv* env, uint64_t* f, int32_t length, jint e, jdouble z) { in doubleAlgorithm()
697 static jfloat floatAlgorithm(JNIEnv* env, uint64_t* f, int32_t length, jint e, jfloat z) { in floatAlgorithm()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
DSerializationTestClass.java169 boolean z; field in SerializationTestClass.TestFieldSignatures
232 public TestConstructorSignature(boolean z, byte b, char c, short s, in TestConstructorSignature()
294 public void method(boolean z, byte b, char c, short s, int i, float f, in method()
/libcore/benchmarks/src/benchmarks/regression/
DSerializationBenchmark.java180 boolean z; field in SerializationBenchmark.SerializableBoolean
208 boolean z; field in SerializationBenchmark.LittleBitOfEverything
/libcore/ojluni/src/main/java/java/util/
DSplittableRandom.java190 private static long mix64(long z) { in mix64()
199 private static int mix32(long z) { in mix32()
207 private static long mixGamma(long z) { in mixGamma()
/libcore/ojluni/annotations/sdk/nullability/java/lang/reflect/
DField.annotated.java78 public native void setBoolean(@libcore.util.Nullable java.lang.Object obj, boolean z) throws java.l… in setBoolean()
DArray.annotated.java62 public static void setBoolean(@libcore.util.NonNull java.lang.Object array, int index, boolean z) {… in setBoolean()
/libcore/ojluni/annotations/hiddenapi/java/lang/reflect/
DField.java121 public native void setBoolean(java.lang.Object obj, boolean z) in setBoolean()
/libcore/ojluni/src/main/java/java/lang/reflect/
DField.java673 public native void setBoolean(Object obj, boolean z) in setBoolean()
DArray.java523 public static void setBoolean(Object array, int index, boolean z) in setBoolean()
/libcore/ojluni/src/main/java/java/util/concurrent/
DThreadLocalRandom.java128 private static long mix64(long z) { in mix64()
134 private static int mix32(long z) { in mix32()

12