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

  /external/clang/test/Analysis/
logical-ops.c 13 void testOr(int i, int *p) {
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/testdata/
short.go 29 func testOr(arg1, arg2, wantRes bool) { testShortCircuit("OR", arg1, arg2, or_ssa, !arg1, wantRes) }
52 testOr(false, false, false)
53 testOr(false, true, true)
54 testOr(true, false, true)
55 testOr(true, true, true)
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/testdata/
short.go 29 func testOr(arg1, arg2, wantRes bool) { testShortCircuit("OR", arg1, arg2, or_ssa, !arg1, wantRes) }
52 testOr(false, false, false)
53 testOr(false, true, true)
54 testOr(true, false, true)
55 testOr(true, true, true)
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ExpressionTest.java 33 public void testOr() throws Throwable {
  /libcore/luni/src/test/java/libcore/java/util/function/
BiPredicateTest.java 86 public void testOr() throws Exception {
DoublePredicateTest.java 83 public void testOr() throws Exception {
IntPredicateTest.java 83 public void testOr() throws Exception {
LongPredicateTest.java 77 public void testOr() throws Exception {
PredicateTest.java 83 public void testOr() throws Exception {
  /external/guice/core/test/com/google/inject/matcher/
MatcherTest.java 70 public void testOr() {
  /cts/tests/tests/renderscript/src/android/renderscript/cts/
AtomicTest.java 338 public void testOr() {
  /art/test/551-checker-shifter-operand/src/
Main.java 255 /// CHECK-START-ARM: void Main.$opt$noinline$testOr(int, int) instruction_simplifier_arm (after)
259 /// CHECK-START-ARM: void Main.$opt$noinline$testOr(int, int) disassembly (after)
264 /// CHECK-START-ARM64: void Main.$opt$noinline$testOr(int, int) instruction_simplifier_arm64 (after)
268 /// CHECK-START-ARM64: void Main.$opt$noinline$testOr(int, int) disassembly (after)
273 static void $opt$noinline$testOr(int a, int b) {
    [all...]

Completed in 703 milliseconds