OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gMethod
(Results
1 - 2
of
2
) sorted by null
/external/javassist/sample/
Test.java
38
CtMethod
gMethod
= CtNewMethod.copy(fMethod, "g", cc, null);
39
cc.addMethod(
gMethod
);
/frameworks/base/core/tests/coretests/src/android/os/
TraceTest.java
53
+ "
gMethod
calls: " + gMethodCalls);
174
count +=
gMethod
(3);
187
public int
gMethod
(int level) {
191
count +=
gMethod
(level - 1);
Completed in 117 milliseconds