Home
last modified time | relevance | path

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

/external/r8/src/test/examples/minification/
DMinification.java24 thing.functionFromIntToInt(thing.uniqueLittleMethodInA()); in exerciseA()
28 thing.functionFromIntToInt(thing.uniqueLittleMethodInB()); in exerciseB()
32 thing.functionFromIntToInt(thing.uniqueLittleMethodInC()); in exerciseC()
37 thing.functionFromIntToInt(42); in exerciseD()
DSubSubClassAB.java9 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in SubSubClassAB
11 return super.functionFromIntToInt(arg); in functionFromIntToInt()
DInterfaceA.java11 int functionFromIntToInt(int arg); in functionFromIntToInt() method
DInterfaceD.java16 int functionFromIntToInt(int arg); in functionFromIntToInt() method
DInterfaceB.java11 int functionFromIntToInt(int arg); in functionFromIntToInt() method
DSubClassB.java9 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in SubClassB
DSubClassA.java9 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in SubClassA
DClassD.java15 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in ClassD
DSubClassC.java9 public int functionFromIntToInt(int arg) { in functionFromIntToInt() method in SubClassC