Searched refs:booleanMethod (Results 1 – 3 of 3) sorted by relevance
/art/test/115-native-bridge/src/ |
D | NativeBridgeMain.java | 129 …native static boolean booleanMethod(boolean b1, boolean b2, boolean b3, boolean b4, boolean b5, bo… in booleanMethod() method in Main 133 if (booleanMethod(false, true, false, true, false, true, false, true, false, true)) { in testBooleanMethod() 137 if (!booleanMethod(true, true, false, true, false, true, false, true, false, true)) { in testBooleanMethod()
|
/art/test/004-JniTest/src/ |
D | Main.java | 185 …private static native boolean booleanMethod(boolean b1, boolean b2, boolean b3, boolean b4, boolea… in booleanMethod() method in Main 189 if (booleanMethod(false, true, false, true, false, true, false, true, false, true)) { in testBooleanMethod() 193 if (!booleanMethod(true, true, false, true, false, true, false, true, false, true)) { in testBooleanMethod()
|
/art/test/115-native-bridge/ |
D | expected.txt | 7 name:booleanMethod, signature:(ZZZZZZZZZZ)Z, shorty:ZZZZZZZZZZZ.
|