Searched refs:charMethod (Results 1 – 3 of 3) sorted by relevance
/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 142 native static char charMethod(char c1, char c2, char c3, char c4, char c5, char c6, char c7, in charMethod() method in Main 149 char result = charMethod((char)i, 'a', 'b', 'c', '0', '1', '2', (char)1234, (char)2345, in testCharMethod()
|
/art/test/004-JniTest/src/ |
D | Main.java | 198 …private static native char charMethod(char c1, char c2, char c3, char c4, char c5, char c6, char c… in charMethod() method in Main 205 char result = charMethod((char)i, 'a', 'b', 'c', '0', '1', '2', (char)1234, (char)2345, in testCharMethod()
|
/art/test/115-native-bridge/ |
D | expected.txt | 9 name:charMethod, signature:(CCCCCCCCCC)C, shorty:CCCCCCCCCCC.
|