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

  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ConditionalBindingTest.java 20 private void testCorrectness(boolean cond1, boolean cond2) {
28 mBinder.setCond2(cond2);
31 assertEquals(cond1 && cond2, "a".equals(text));
32 assertEquals(cond1 && !cond2, "b".equals(text));
  /system/extras/tests/bionic/libc/bionic/
test_pthread_cond.c 9 static pthread_cond_t cond2; variable
28 printf("2 waiting for cond2\n");
30 pthread_cond_wait(&cond2, &test_lock );
47 printf("3 signal cond2\n");
48 pthread_cond_signal(&cond2);
72 pthread_cond_init(&cond2, NULL);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 198 def f(cond1, cond2):
200 if cond2: return 2
214 def f(cond1, cond2):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_peepholer.py 198 def f(cond1, cond2):
200 if cond2: return 2
214 def f(cond1, cond2):
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 189 ; BB#2: ; %for.cond2.preheader
  /external/clang/test/SemaCXX/
warn-consumed-analysis.cpp 659 bool cond2();
663 if (cond2())
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprModelTest.java 214 IdentifierExpr cond2 = lb.addVariable("cond2", "boolean", null); local
220 final TernaryExpr ternaryExpr = parse(lb, "cond1 ? cond2 ? a : b : c", TernaryExpr.class);
236 // now it should read cond2 or c, depending on the flag from first
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 11504 IRTemp cond2 = newTemp(Ity_I32); local
    [all...]

Completed in 158 milliseconds