Searched refs:byteMethod (Results 1 – 2 of 2) sorted by relevance
/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 97 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/ |
D | Main.java | 152 static native byte byteMethod(byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7, in byteMethod() method in Main 158 byte result = byteMethod((byte)i, (byte)2, (byte)(-3), (byte)4, (byte)(-5), (byte)6, in testByteMethod()
|