HomeSort by relevance Sort by last modified time
    Searched refs:returnTrue (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/layoutlib/create/tests/com/android/tools/layoutlib/create/dataclass/
StubClass.java 27 public boolean returnTrue() {
  /external/v8/test/webkit/
array-holes.js 52 function returnTrue()
90 shouldBe("showHoles([0, , 2, 3].filter(returnTrue))", "'[0, 2, 3]'");
91 shouldBe("showHoles([0, undefined, 2, 3].filter(returnTrue))", "'[0, undefined, 2, 3]'");
92 shouldBe("showHoles([0, , 2, 3].map(returnTrue))", "'[true, hole, true, true]'");
93 shouldBe("showHoles([0, undefined, 2, 3].map(returnTrue))", "'[true, true, true, true]'");
117 shouldBe("showHoles([0, , 2, 3].filter(returnTrue))", "'[0, peekaboo, 2, 3]'");
118 shouldBe("showHoles([0, undefined, 2, 3].filter(returnTrue))", "'[0, undefined, 2, 3]'");
119 shouldBe("showHoles([0, , 2, 3].map(returnTrue))", "'[true, true, true, true]'");
120 shouldBe("showHoles([0, undefined, 2, 3].map(returnTrue))", "'[true, true, true, true]'");
array-enumerators-functions.js 57 function returnTrue() { count++; return true; }
64 var testFunctions = ["returnFalse", "returnTrue", "returnElem", "returnIndex", "increaseLength", "decreaseLength", "halveLength"];
  /art/test/MyClassNatives/
MyClassNatives.java 102 static native boolean returnTrue();
  /external/chromium-trace/catapult/third_party/jquery/
jquery-2.1.4.js     [all...]
  /external/chromium-trace/catapult/third_party/flot/
jquery.js     [all...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/bench/
jquery-1.7.1.js     [all...]

Completed in 2185 milliseconds