Home
last modified time | relevance | path

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

/external/dexmaker/dexmaker-tests/src/androidTest/java/com/android/dx/
DDexMakerTest.java734 Method negateInteger = negateMethod(int.class); in testNegate()
739 Method negateLong = negateMethod(long.class); in testNegate()
744 Method negateFloat = negateMethod(float.class); in testNegate()
750 Method negateDouble = negateMethod(double.class); in testNegate()
757 private <T> Method negateMethod(Class<T> source) throws Exception { in negateMethod() method in DexMakerTest