OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:shortMethod
(Results
1 - 3
of
3
) sorted by null
/art/test/004-JniTest/src/
Main.java
112
native static short
shortMethod
(short s1, short s2, short s3, short s4, short s5, short s6, short s7,
118
short result =
shortMethod
((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6,
/art/test/115-native-bridge/src/
NativeBridgeMain.java
107
native static short
shortMethod
(short s1, short s2, short s3, short s4, short s5, short s6, short s7,
113
short result =
shortMethod
((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6,
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java
71
public short
shortMethod
() {
72
logWriter.println("--> calling
shortMethod
()");
113
short s =
shortMethod
();
114
logWriter.println("-->
shortMethod
() is invoked, return value:" + s);
Completed in 135 milliseconds