OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:targetMethodTest7
(Results
1 - 4
of
4
) sorted by null
/external/r8/src/test/examplesAndroidO/invokecustom/
InvokeCustom.java
18
default void
targetMethodTest7
() {
19
System.out.println("
targetMethodTest7
from J");
130
J.class, "
targetMethodTest7
", MethodType.methodType(void.class));
/dalvik/dx/tests/137-dexmerger-dex38/
invokecustom.jar
/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);
/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);
Completed in 561 milliseconds