Home
last modified time | relevance | path

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

/art/test/115-native-bridge/src/
DNativeBridgeMain.java97 native static byte byteMethod(byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7, in byteMethod() method in Main
103 byte result = byteMethod((byte)i, (byte)2, (byte)(-3), (byte)4, (byte)(-5), (byte)6, in testByteMethod()
/art/test/004-JniTest/src/
DMain.java120 static native byte byteMethod(byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7, in byteMethod() method in Main
126 byte result = byteMethod((byte)i, (byte)2, (byte)(-3), (byte)4, (byte)(-5), (byte)6, in testByteMethod()
/art/test/115-native-bridge/
Dexpected.txt8 name:byteMethod, signature:(BBBBBBBBBB)B, shorty:BBBBBBBBBBB.