Home
last modified time | relevance | path

Searched refs:numericCastingMethod (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
H A DDexMakerTest.java723 Method intToLong = numericCastingMethod(int.class, long.class); in testCastIntegerToInteger()
729 Method longToInt = numericCastingMethod(long.class, int.class); in testCastIntegerToInteger()
734 Method intToShort = numericCastingMethod(int.class, short.class); in testCastIntegerToInteger()
739 Method intToChar = numericCastingMethod(int.class, char.class); in testCastIntegerToInteger()
744 Method intToByte = numericCastingMethod(int.class, byte.class); in testCastIntegerToInteger()
752 Method intToFloat = numericCastingMethod(int.class, float.class); in testCastIntegerToFloatingPoint()
758 Method intToDouble = numericCastingMethod(int.class, double.class); in testCastIntegerToFloatingPoint()
764 Method longToFloat = numericCastingMethod(long.class, float.class); in testCastIntegerToFloatingPoint()
770 Method longToDouble = numericCastingMethod(long.class, double.class); in testCastIntegerToFloatingPoint()
780 Method floatToInt = numericCastingMethod(float.class, int.class); in testCastFloatingPointToInteger()
[all …]