OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:computeAnswer
(Results
1 - 2
of
2
) sorted by null
/external/proguard/examples/annotations/examples/
NativeCallBack.java
24
public native int
computeAnswer
();
48
int answer = new NativeCallBack().
computeAnswer
();
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/
NativeCallBack.java
22
public native int
computeAnswer
();
40
int answer = new NativeCallBack().
computeAnswer
();
Completed in 230 milliseconds