HomeSort by relevance Sort by last modified time
    Searched defs:booleanMethod (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/bindings/tests/results/core/
V8TestCallbackInterface.cpp 46 bool V8TestCallbackInterface::booleanMethod()
  /art/test/004-JniTest/src/
Main.java 129 native static boolean booleanMethod(boolean b1, boolean b2, boolean b3, boolean b4, boolean b5, boolean b6, boolean b7,
133 if (booleanMethod(false, true, false, true, false, true, false, true, false, true)) {
137 if (!booleanMethod(true, true, false, true, false, true, false, true, false, true)) {
  /art/test/115-native-bridge/src/
NativeBridgeMain.java 124 native static boolean booleanMethod(boolean b1, boolean b2, boolean b3, boolean b4, boolean b5, boolean b6, boolean b7,
128 if (booleanMethod(false, true, false, true, false, true, false, true, false, true)) {
132 if (!booleanMethod(true, true, false, true, false, true, false, true, false, true)) {
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/Events/
MethodExitWithReturnValueDebuggee.java 66 public boolean booleanMethod() {
67 logWriter.println("--> calling booleanMethod()");
110 boolean b = booleanMethod();
111 logWriter.println("--> booleanMethod() is invoked, return value:" + b);

Completed in 90 milliseconds