/external/valgrind/main/none/tests/arm/ |
D | v6intThumb.c | 222 #define NOCARRY { int cv = 0; { 223 #define TESTCARRY { int cv = 0; for (cv = 0; cv < 4; cv++) { 240 TESTINST2("movs r0, r1", 1, r0, r1, cv); in old_main() 241 TESTINST2("movs r0, r1", 0, r0, r1, cv); in old_main() 242 TESTINST2("movs r0, r1", 0x80000000, r0, r1, cv); in old_main() 243 TESTINST2("movs r0, #0", 0, r0, r1, cv); in old_main() 244 TESTINST2("movs r0, #1", 0, r0, r1, cv); in old_main() 250 TESTINST2("mvns r0, r1", 1, r0, r1, cv); in old_main() 251 TESTINST2("mvns r0, r1", 0, r0, r1, cv); in old_main() 252 TESTINST2("mvns r0, r1", 0x80000000, r0, r1, cv); in old_main() [all …]
|
/external/opencv/ |
D | Android.mk | 57 $(LOCAL_PATH)/cv/include 62 cv/src/cvaccum.cpp \ 63 cv/src/cvadapthresh.cpp \ 64 cv/src/cvapprox.cpp \ 65 cv/src/cvcalccontrasthistogram.cpp \ 66 cv/src/cvcalcimagehomography.cpp \ 67 cv/src/cvcalibinit.cpp \ 68 cv/src/cvcalibration.cpp \ 69 cv/src/cvcamshift.cpp \ 70 cv/src/cvcanny.cpp \ [all …]
|
D | Application.mk | 3 APP_MODULES := cxcore cv cvaux cvml cvhighgui opencv
|
/external/valgrind/unittest/ |
D | libstdc++_tests.cc | 61 pthread_cond_t cv; variable 69 pthread_cond_signal(&cv); in Thread() 89 pthread_cond_init(&cv, 0); in TEST() 97 pthread_cond_wait(&cv, &mu); in TEST() 125 pthread_cond_t cv; variable 133 pthread_cond_signal(&cv); in Thread() 152 pthread_cond_init(&cv, 0); in TEST() 160 pthread_cond_wait(&cv, &mu); in TEST()
|
/external/valgrind/main/helgrind/tests/ |
D | tc23_bogus_condwait.c | 10 pthread_cond_t cv; variable 20 pthread_cond_signal( &cv ); in rescue_me() 24 pthread_cond_signal( &cv ); in rescue_me() 28 pthread_cond_signal( &cv ); in rescue_me() 32 pthread_cond_signal( &cv ); in rescue_me() 56 r= pthread_cond_init(&cv, NULL); assert(!r); in main() 69 r= pthread_cond_wait(&cv, (pthread_mutex_t*)(1 + (char*)&mx[0]) ); in main() 72 r= pthread_cond_wait(&cv, &mx[0]); in main() 75 r= pthread_cond_wait(&cv, (pthread_mutex_t*)&rwl ); in main() 78 r= pthread_cond_wait(&cv, &mx[2] ); in main()
|
D | tc20_verifywrap.c | 45 pthread_cond_t cv; in main() local 146 r= pthread_cond_init( &cv, NULL ); assert(!r); in main() 147 r= pthread_cond_wait( &cv, &mx4 ); assert(r); in main() 152 r= pthread_cond_signal( &cv ); assert(!r); in main() 158 r= pthread_cond_broadcast( &cv ); assert(!r); in main() 165 r= pthread_cond_timedwait( &cv, &mx4, &abstime ); assert(r); in main()
|
/external/valgrind/dynamic_annotations/ |
D | dynamic_annotations.h | 126 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ argument 127 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, lock) 131 #define ANNOTATE_CONDVAR_WAIT(cv) \ argument 132 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, NULL) 136 #define ANNOTATE_CONDVAR_SIGNAL(cv) \ argument 137 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(__FILE__, __LINE__, cv) 141 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ argument 142 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignalAll)(__FILE__, __LINE__, cv) 390 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) /* empty */ argument 391 #define ANNOTATE_CONDVAR_WAIT(cv) /* empty */ argument [all …]
|
D | dynamic_annotations.c | 79 const char *file, int line, const volatile void *cv, in DYNAMIC_ANNOTATIONS_NAME() 82 const char *file, int line, const volatile void *cv) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME() 84 const char *file, int line, const volatile void *cv) {DYNAMIC_ANNOTATIONS_IMPL} in DYNAMIC_ANNOTATIONS_NAME()
|
/external/chromium/base/third_party/dynamic_annotations/ |
D | dynamic_annotations.h | 129 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ argument 130 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, lock) 134 #define ANNOTATE_CONDVAR_WAIT(cv) \ argument 135 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarWait)(__FILE__, __LINE__, cv, NULL) 139 #define ANNOTATE_CONDVAR_SIGNAL(cv) \ argument 140 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignal)(__FILE__, __LINE__, cv) 144 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ argument 145 DYNAMIC_ANNOTATIONS_NAME(AnnotateCondVarSignalAll)(__FILE__, __LINE__, cv) 391 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) /* empty */ argument 392 #define ANNOTATE_CONDVAR_WAIT(cv) /* empty */ argument [all …]
|
D | dynamic_annotations.c | 72 const char *file, int line, const volatile void *cv, in DYNAMIC_ANNOTATIONS_NAME() 75 const char *file, int line, const volatile void *cv){} in DYNAMIC_ANNOTATIONS_NAME() 77 const char *file, int line, const volatile void *cv){} in DYNAMIC_ANNOTATIONS_NAME()
|
/external/openssl/crypto/conf/ |
D | cnf_save.c | 62 static void print_conf(CONF_VALUE *cv); 81 static void print_conf(CONF_VALUE *cv) in print_conf() argument 92 if (cv->name != NULL) return; in print_conf() 94 printf("[ %s ]\n",cv->section); in print_conf() 95 s=(STACK *)cv->value; in print_conf()
|
/external/skia/gm/ |
D | shapes.cpp | 102 SkCanvas* cv = pict->beginRecording(1000, 1000); in onDraw() local 103 cv->scale(SK_ScalarHalf, SK_ScalarHalf); in onDraw() 104 cv->drawShape(gs); in onDraw() 105 cv->translate(SkIntToScalar(680), SkIntToScalar(480)); in onDraw() 106 cv->scale(-SK_Scalar1, SK_Scalar1); in onDraw() 107 cv->drawShape(gs); in onDraw()
|
/external/harfbuzz/src/ |
D | harfbuzz-gdef.c | 383 static HB_Error Load_CaretValue( HB_CaretValue* cv, in Load_CaretValue() argument 396 cv->CaretValueFormat = GET_UShort(); in Load_CaretValue() 400 switch ( cv->CaretValueFormat ) in Load_CaretValue() 406 cv->cvf.cvf1.Coordinate = GET_Short(); in Load_CaretValue() 416 cv->cvf.cvf2.CaretValuePoint = GET_UShort(); in Load_CaretValue() 426 cv->cvf.cvf3.Coordinate = GET_Short(); in Load_CaretValue() 434 ( error = _HB_OPEN_Load_Device( &cv->cvf.cvf3.Device, in Load_CaretValue() 446 cv->cvf.cvf4.IdCaretValue = GET_UShort(); in Load_CaretValue() 462 static void Free_CaretValue( HB_CaretValue* cv) in Free_CaretValue() argument 464 if ( cv->CaretValueFormat == 3 ) in Free_CaretValue() [all …]
|
/external/skia/samplecode/ |
D | SampleShapes.cpp | 134 SkCanvas* cv = pict->beginRecording(1000, 1000); in onDrawContent() local 135 cv->scale(SK_ScalarHalf, SK_ScalarHalf); in onDrawContent() 136 cv->drawShape(gs); in onDrawContent() 137 cv->translate(SkIntToScalar(680), SkIntToScalar(480)); in onDrawContent() 138 cv->scale(-SK_Scalar1, SK_Scalar1); in onDrawContent() 139 cv->drawShape(gs); in onDrawContent()
|
/external/valgrind/main/drd/tests/ |
D | annotate_hb_err.c | 13 pthread_cond_t cv; in main() local 17 pthread_cond_init(&cv, NULL); in main() 26 U_ANNOTATE_HAPPENS_BEFORE(&cv); in main()
|
D | unified_annotations.h | 31 AnnotateCondVarSignal(const char *file, int line, const volatile void *cv) in AnnotateCondVarSignal() argument 37 AnnotateCondVarWait(const char *file, int line, const volatile void *cv, in AnnotateCondVarWait() argument
|
/external/valgrind/main/drd/ |
D | drd.h | 134 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, mtx) do { } while(0) argument 139 #define ANNOTATE_CONDVAR_SIGNAL(cv) do { } while(0) argument 144 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) do { } while(0) argument 153 #define ANNOTATE_CONDVAR_WAIT(cv) do { } while(0) argument
|
/external/clang/test/SemaObjCXX/ |
D | overload.mm | 64 int& cv(A*); // expected-note {{previous declaration}} expected-note 2 {{not viable}} function 65 float& cv(const A*); // expected-error {{cannot be overloaded}} function 71 int &i1 = cv(a); 72 int &i2 = cv(b); 73 float &f1 = cv(ac); // expected-error {{no matching function}} 74 float &f2 = cv(bc); // expected-error {{no matching function}}
|
/external/valgrind/main/helgrind/ |
D | helgrind.h | 415 #define ANNOTATE_CONDVAR_LOCK_WAIT(cv, lock) \ argument 420 #define ANNOTATE_CONDVAR_WAIT(cv) \ argument 425 #define ANNOTATE_CONDVAR_SIGNAL(cv) \ argument 430 #define ANNOTATE_CONDVAR_SIGNAL_ALL(cv) \ argument
|
/external/chromium/base/synchronization/ |
D | condition_variable_unittest.cc | 158 ConditionVariable cv(&lock); in TEST_F() local 161 cv.TimedWait(kTenMs); // Wait for 10 ms. in TEST_F() 162 cv.TimedWait(kTenMs); // Wait for 10 ms. in TEST_F() 166 cv.TimedWait(kTenMs); // Wait for 10 ms. in TEST_F() 167 cv.TimedWait(kTenMs); // Wait for 10 ms. in TEST_F() 168 cv.TimedWait(kTenMs); // Wait for 10 ms. in TEST_F() 174 ConditionVariable cv(&lock); in TEST_F() local 182 cv.TimedWait(WAIT_TIME + FUDGE_TIME); in TEST_F()
|
D | waitable_event_posix.cc | 141 base::ConditionVariable* cv() { in cv() function in base::SyncWaiter 204 sw.cv()->TimedWait(max_wait); in TimedWait() 206 sw.cv()->Wait(); in TimedWait() 267 sw.cv()->Wait(); in WaitMany()
|
/external/llvm/test/Transforms/GVN/ |
D | rle-no-phi-translate.ll | 22 %cv = load i32* %c_addr.0, align 4 ; <i32> [#uses=1] 23 ret i32 %cv
|
/external/libvpx/examples/includes/geshi/contrib/ |
D | langcheck.php | 540 foreach($language_data['COMMENT_SINGLE'] as $ck => $cv) { 544 if(!is_string($cv)) { 552 foreach($language_data['COMMENT_REGEXP'] as $ck => $cv) { 556 if(!is_string($cv)) { 564 foreach($language_data['STYLES']['COMMENTS'] as $ck => $cv) {
|
/external/libxml2/ |
D | threads.c | 128 pthread_cond_t cv; member 310 pthread_cond_init(&tok->cv, NULL); in xmlNewRMutex() 340 pthread_cond_destroy(&tok->cv); in xmlFreeRMutex() 374 pthread_cond_wait(&tok->cv, &tok->lock); in xmlRMutexLock() 414 pthread_cond_signal(&tok->cv); in xmlRMutexUnlock()
|
/external/openssl/apps/ |
D | ca.c | 1696 CONF_VALUE *cv; in do_body() local 1798 cv=sk_CONF_VALUE_value(policy,i); /* get the object id */ in do_body() 1799 if ((j=OBJ_txt2nid(cv->name)) == NID_undef) in do_body() 1801 BIO_printf(bio_err,"%s:unknown object type in 'policy' configuration\n",cv->name); in do_body() 1824 if (strcmp(cv->value,"optional") == 0) in do_body() 1829 else if (strcmp(cv->value,"supplied") == 0) in do_body() 1833 BIO_printf(bio_err,"The %s field needed to be supplied and was missing\n",cv->name); in do_body() 1839 else if (strcmp(cv->value,"match") == 0) in do_body() 1845 BIO_printf(bio_err,"The mandatory %s field was missing\n",cv->name); in do_body() 1855 …rr,"The %s field does not exist in the CA certificate,\nthe 'policy' is misconfigured\n",cv->name); in do_body() [all …]
|