OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetMethodTest4
(Results
1 - 6
of
6
) sorted by null
/art/test/952-invoke-custom-kinds/classes/invokecustom/
Super.class
/dalvik/dx/tests/135-invoke-custom/
invokecustom.jar
/dalvik/dx/tests/137-dexmerger-dex38/
invokecustom.jar
/dalvik/dx/tests/135-invoke-custom/src/invokecustom/
InvokeCustom.java
30
public void
targetMethodTest4
() {
31
System.out.println("
targetMethodTest4
from Super");
66
public void
targetMethodTest4
() {
67
// The generated code should be calling Super.
targetMethodTest4
.
68
System.out.println("
targetMethodTest4
from InvokeCustom (oops!)");
/dalvik/dx/tests/137-dexmerger-dex38/src/invokecustom/
InvokeCustom.java
26
public void
targetMethodTest4
() {
27
System.out.println("
targetMethodTest4
from Super");
62
public void
targetMethodTest4
() {
63
// The generated code should be calling Super.
targetMethodTest4
.
64
System.out.println("
targetMethodTest4
from InvokeCustom (oops!)");
/external/r8/src/test/examplesAndroidO/invokecustom/
InvokeCustom.java
101
private static void
targetMethodTest4
() {
102
System.out.println("
targetMethodTest4
");
Completed in 575 milliseconds