/system/extras/tests/bionic/libc/bionic/ |
test_pthread_cond.c | 8 static pthread_cond_t cond1; variable 16 printf("1 waiting for cond1\n"); 18 pthread_cond_wait(&cond1, &test_lock ); 41 printf("3 waiting for cond1\n"); 43 pthread_cond_wait(&cond1, &test_lock ); 61 printf("4 broadcast cond1\n"); 62 pthread_cond_broadcast(&cond1); 71 pthread_cond_init(&cond1, NULL);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_peepholer.py | 198 def f(cond1, cond2): 199 if cond1: return 1 204 if cond1: return 4 214 def f(cond1, cond2): 216 if cond1: return 4
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_peepholer.py | 198 def f(cond1, cond2): 199 if cond1: return 1 204 if cond1: return 4 214 def f(cond1, cond2): 216 if cond1: return 4
|
/external/pixman/pixman/ |
pixman-arm-simd-asm.h | 335 .macro conditional_process2 test, cond1, cond2, process_head, process_tail, numbytes1, numbytes2, firstreg1, firstreg2, unaligned_src, unaligned_mask, decrementx variable 339 conditional_process1 cond1, process_head, process_tail, numbytes1, firstreg1, unaligned_src, unaligned_mask, decrementx variable 347 process_head cond1, numbytes1, firstreg1, unaligned_src, unaligned_mask, 0 350 sub&cond1 X, X, #8*numbytes1/dst_w_bpp 353 process_tail cond1, numbytes1, firstreg1 355 pixst cond1, numbytes1, firstreg1, DST variable
|
/external/clang/test/SemaCXX/ |
warn-consumed-analysis.cpp | 646 bool cond1(); 650 while (cond1()) {
|
/external/valgrind/main/VEX/priv/ |
host_mips_defs.h | 595 UChar cond1; member in struct:__anon15628::__anon15629::__anon15655
|
guest_s390_toIR.c | 11410 IRTemp cond1 = newTemp(Ity_I32); local [all...] |
/ndk/tests/device/test-stlport_shared-exception/jni/ |
Android.mk | 16 LOCAL_MODULE := cond1 17 LOCAL_SRC_FILES := cond1.cpp
|
/ndk/tests/device/test-stlport_static-exception/jni/ |
Android.mk | 16 LOCAL_MODULE := cond1 17 LOCAL_SRC_FILES := cond1.cpp
|
/external/bison/tests/ |
testsuite | [all...] |
/external/chromium_org/tools/win/split_link/viz.js/ |
viz.js | [all...] |