Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java651 Method intToLong = numericCastingMethod(int.class, long.class); in testCastIntegerToInteger()
657 Method longToInt = numericCastingMethod(long.class, int.class); in testCastIntegerToInteger()
662 Method intToShort = numericCastingMethod(int.class, short.class); in testCastIntegerToInteger()
667 Method intToChar = numericCastingMethod(int.class, char.class); in testCastIntegerToInteger()
672 Method intToByte = numericCastingMethod(int.class, byte.class); in testCastIntegerToInteger()
680 Method intToFloat = numericCastingMethod(int.class, float.class); in testCastIntegerToFloatingPoint()
686 Method intToDouble = numericCastingMethod(int.class, double.class); in testCastIntegerToFloatingPoint()
692 Method longToFloat = numericCastingMethod(long.class, float.class); in testCastIntegerToFloatingPoint()
698 Method longToDouble = numericCastingMethod(long.class, double.class); in testCastIntegerToFloatingPoint()
708 Method floatToInt = numericCastingMethod(float.class, int.class); in testCastFloatingPointToInteger()
[all …]