HomeSort by relevance Sort by last modified time
    Searched refs:targetMethodTest7 (Results 1 - 3 of 3) sorted by null

  /dalvik/dx/tests/137-dexmerger-dex38/
invokecustom.jar 
  /dalvik/dx/tests/135-invoke-custom/src/invokecustom/
InvokeCustom.java 89 public static double targetMethodTest7(float x, float y, double product) {
91 System.out.println("targetMethodTest7 " + x + " * " + y + " = " + calculated);
  /dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
InvokeCustom.java 85 public static double targetMethodTest7(float x, float y, double product) {
87 System.out.println("targetMethodTest7 " + x + " * " + y + " = " + calculated);

Completed in 641 milliseconds