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

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_destroy/
1-1.c 18 pthread_cond_t cond1, cond2; variable
39 /* Initialize cond2 with NULL attributes */
40 if ((rc = pthread_cond_init(&cond2, NULL)) != 0) {
41 fprintf(stderr, "Fail to initialize cond2, rc=%d\n", rc);
59 /* Destroy cond2 */
60 if ((rc = pthread_cond_destroy(&cond2)) != 0) {
61 fprintf(stderr, "Fail to destroy cond2, rc=%d\n", rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_init/
1-1.c 34 pthread_cond_t cond2; local
51 rc = pthread_cond_init(&cond2, NULL);
  /frameworks/data-binding/integration-tests/TestApp/app/src/androidTestApi7/java/android/databinding/testapp/
ConditionalBindingTest.java 47 private void testCorrectness(boolean cond1, boolean cond2) {
55 mBinder.setCond2(cond2);
58 assertEquals(cond1 && cond2, "a".equals(text));
59 assertEquals(cond1 && !cond2, "b".equals(text));
  /prebuilts/go/darwin-x86/test/fixedbugs/
issue9110.go 60 var cond2 sync.Cond
62 cond2.L = &mu2
65 cond2.Wait()
77 // release cond2 after select has gotten to run
79 cond2.Broadcast()
  /prebuilts/go/linux-x86/test/fixedbugs/
issue9110.go 60 var cond2 sync.Cond
62 cond2.L = &mu2
65 cond2.Wait()
77 // release cond2 after select has gotten to run
79 cond2.Broadcast()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_peepholer.py 197 def f(cond1, cond2):
199 if cond2: return 2
213 def f(cond1, cond2):
  /external/python/cpython2/Lib/test/
test_peepholer.py 198 def f(cond1, cond2):
200 if cond2: return 2
214 def f(cond1, cond2):
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_peepholer.py 198 def f(cond1, cond2):
200 if cond2: return 2
214 def f(cond1, cond2):
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_peepholer.py 198 def f(cond1, cond2):
200 if cond2: return 2
214 def f(cond1, cond2):
  /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/python/cpython3/Lib/test/
test_peepholer.py 254 def f(cond1, cond2):
256 if cond2: return 2
271 def f(cond1, cond2):
  /external/llvm/test/MC/AArch64/
arm64-leaf-compact-unwind.s 214 ; BB#2: ; %for.cond2.preheader
  /external/freetype/src/psaux/
psintrp.c 2055 CF2_F16Dot16 cond2; local
2200 CF2_F16Dot16 cond2; local
    [all...]
  /external/clang/test/SemaCXX/
warn-consumed-analysis.cpp 659 bool cond2();
663 if (cond2())
  /external/autotest/client/site_tests/firmware_TouchMTB/
mtb.py     [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
buffer_assignment_test.cc     [all...]
  /frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
ExprModelTest.java 257 IdentifierExpr cond2 = lb.addVariable("cond2", "boolean", null); local
263 final TernaryExpr ternaryExpr = parse(lb, "cond1 ? cond2 ? a : b : c", TernaryExpr.class);
279 // now it should read cond2 or c, depending on the flag from first
    [all...]
  /external/valgrind/VEX/priv/
guest_s390_toIR.c 11639 IRTemp cond2 = newTemp(Ity_I32); local
    [all...]

Completed in 350 milliseconds