Home
last modified time | relevance | path

Searched refs:shortMethod (Results 1 – 3 of 3) sorted by relevance

/art/test/115-native-bridge/src/
DNativeBridgeMain.java112 …native static short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6, short … in shortMethod() method in Main
118 short result = shortMethod((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6, in testShortMethod()
/art/test/004-JniTest/src/
DMain.java141 …private static native short shortMethod(short s1, short s2, short s3, short s4, short s5, short s6… in shortMethod() method in Main
147 short result = shortMethod((short)i, (short)2, (short)(-3), (short)4, (short)(-5), (short)6, in testShortMethod()
/art/test/115-native-bridge/
Dexpected.txt10 name:shortMethod, signature:(SSSSSSSSSS)S, shorty:SSSSSSSSSSS.