Searched refs:byteMethod (Results 1 – 3 of 3) 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 | 147 static native byte byteMethod(byte b1, byte b2, byte b3, byte b4, byte b5, byte b6, byte b7, in byteMethod() method in Main 153 byte result = byteMethod((byte)i, (byte)2, (byte)(-3), (byte)4, (byte)(-5), (byte)6, in testByteMethod()
|
/art/test/115-native-bridge/ |
D | expected.txt | 8 name:byteMethod, signature:(BBBBBBBBBB)B, shorty:BBBBBBBBBBB.
|