/third_party/openssl/test/ |
D | cms-examples.pl | 105 my ( $file, $tlist ) = @$_; 107 if ( $tlist =~ /encode/ ) { 110 if ( $tlist =~ /certsout/ ) { 113 if ( $tlist =~ /dataout/ ) { 116 if ( $tlist =~ /verify/ ) { 117 run_verify_test( $exdir, $tlist, $file ); 119 if ( $tlist =~ /digest/ ) { 120 run_digest_test( $exdir, $tlist, $file ); 122 if ( $tlist =~ /encrypted/ ) { 123 run_encrypted_test( $exdir, $tlist, $file, $secretkey ); [all …]
|
/third_party/libffi/testsuite/libffi.closures/ |
D | closure.exp | 36 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.c]] 39 run-many-tests $tlist "" 41 foreach test $tlist { 46 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.cc]] 50 foreach test $tlist { 55 run-many-tests $tlist $additional_options 57 foreach test $tlist {
|
/third_party/flutter/skia/third_party/externals/harfbuzz/src/ |
D | hb-graphite2.cc | 63 hb_atomic_ptr_t<hb_graphite2_tablelist_t> tlist; member 69 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() local 73 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next) in hb_graphite2_get_table() 92 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() 93 p->next = tlist; in hb_graphite2_get_table() 95 if (unlikely (!face_data->tlist.cmpexch (tlist, p))) in hb_graphite2_get_table() 108 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_release_table() local 111 hb_graphite2_tablelist_t *curr = tlist; in hb_graphite2_release_table() 117 face_data->tlist.cmpexch(tlist, curr->next); in hb_graphite2_release_table() 162 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local [all …]
|
/third_party/libffi/testsuite/libffi.call/ |
D | call.exp | 35 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.c]] 37 run-many-tests $tlist $additional_options 39 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.cc]] 43 foreach test $tlist { 47 run-many-tests $tlist $additional_options
|
/third_party/libffi/testsuite/libffi.bhaible/ |
D | bhaible.exp | 41 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/test-call.c]] 44 run-many-tests $tlist [format "-DDGTEST=%d %s" $i $warning_options] 47 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/test-callback.c]] 51 run-many-tests $tlist [format "-DDGTEST=%d %s" $i $warning_options] 53 foreach test $tlist {
|
/third_party/skia/third_party/externals/harfbuzz/src/ |
D | hb-graphite2.cc | 71 hb_atomic_ptr_t<hb_graphite2_tablelist_t> tlist; member 77 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() local 81 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next) in hb_graphite2_get_table() 100 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() 101 p->next = tlist; in hb_graphite2_get_table() 103 if (unlikely (!face_data->tlist.cmpexch (tlist, p))) in hb_graphite2_get_table() 145 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local 147 while (tlist) in _hb_graphite2_shaper_face_data_destroy() 149 hb_graphite2_tablelist_t *old = tlist; in _hb_graphite2_shaper_face_data_destroy() 150 hb_blob_destroy (tlist->blob); in _hb_graphite2_shaper_face_data_destroy() [all …]
|
/third_party/harfbuzz/src/ |
D | hb-graphite2.cc | 71 hb_atomic_ptr_t<hb_graphite2_tablelist_t> tlist; member 77 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() local 81 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next) in hb_graphite2_get_table() 100 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() 101 p->next = tlist; in hb_graphite2_get_table() 103 if (unlikely (!face_data->tlist.cmpexch (tlist, p))) in hb_graphite2_get_table() 144 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local 146 while (tlist) in _hb_graphite2_shaper_face_data_destroy() 148 hb_graphite2_tablelist_t *old = tlist; in _hb_graphite2_shaper_face_data_destroy() 149 hb_blob_destroy (tlist->blob); in _hb_graphite2_shaper_face_data_destroy() [all …]
|
/third_party/libffi/testsuite/libffi.go/ |
D | go.exp | 22 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]] 25 run-many-tests $tlist "" 27 foreach test $tlist {
|
/third_party/libffi/testsuite/libffi.complex/ |
D | complex.exp | 22 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]] 25 run-many-tests $tlist "" 27 foreach test $tlist {
|
/third_party/grpc/src/cpp/server/ |
D | dynamic_thread_pool.cc | 91 void DynamicThreadPool::ReapThreads(std::list<DynamicThread*>* tlist) { in ReapThreads() argument 92 for (auto t = tlist->begin(); t != tlist->end(); t = tlist->erase(t)) { in ReapThreads()
|
D | dynamic_thread_pool.h | 63 static void ReapThreads(std::list<DynamicThread*>* tlist);
|
/third_party/icu/icu4c/source/i18n/ |
D | tridpars.cpp | 475 UVector tlist(ec); in instantiateList() local 479 tlist.setDeleter(_deleteTransliteratorTrIDPars); in instantiateList() 497 tlist.addElement(t, ec); in instantiateList() 506 if (tlist.size() == 0) { in instantiateList() 512 tlist.addElement(t, ec); in instantiateList() 526 while (tlist.size() > 0) { in instantiateList() 527 t = (Transliterator*) tlist.orphanElementAt(0); in instantiateList()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | tridpars.cpp | 474 UVector tlist(ec); in instantiateList() local 478 tlist.setDeleter(_deleteTransliteratorTrIDPars); in instantiateList() 496 tlist.addElement(t, ec); in instantiateList() 505 if (tlist.size() == 0) { in instantiateList() 511 tlist.addElement(t, ec); in instantiateList() 525 while (tlist.size() > 0) { in instantiateList() 526 t = (Transliterator*) tlist.orphanElementAt(0); in instantiateList()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | tridpars.cpp | 477 UVector tlist(ec); in instantiateList() local 481 tlist.setDeleter(_deleteTransliteratorTrIDPars); in instantiateList() 499 tlist.adoptElement(t, ec); in instantiateList() 507 if (tlist.size() == 0) { in instantiateList() 513 tlist.adoptElement(t, ec); in instantiateList() 524 while (tlist.size() > 0) { in instantiateList() 525 t = (Transliterator*) tlist.orphanElementAt(0); in instantiateList()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | tridpars.cpp | 475 UVector tlist(ec); in instantiateList() local 479 tlist.setDeleter(_deleteTransliteratorTrIDPars); in instantiateList() 497 tlist.addElement(t, ec); in instantiateList() 506 if (tlist.size() == 0) { in instantiateList() 512 tlist.addElement(t, ec); in instantiateList() 526 while (tlist.size() > 0) { in instantiateList() 527 t = (Transliterator*) tlist.orphanElementAt(0); in instantiateList()
|
/third_party/python/Lib/turtledemo/ |
D | forest.py | 31 def tree(tlist, size, level, widthfactor, branchlists, angledist=10, sizedist=5): argument 37 for t, branchlist in list(zip(tlist,branchlists)):
|
/third_party/iowow/src/fs/tests/ |
D | iwfs_test2.c | 540 pthread_t *tlist = malloc(nthreads * sizeof(pthread_t)); in test_block_allocation_impl() local 569 CU_ASSERT_EQUAL_FATAL(pthread_create(&tlist[i], 0, recordsthr, &task), 0); in test_block_allocation_impl() 572 pthread_join(tlist[i], 0); in test_block_allocation_impl() 584 free(tlist); in test_block_allocation_impl()
|
/third_party/mksh/ |
D | main.c | 1746 maketemp(Area *ap, Temp_type type, struct temp **tlist) in maketemp() argument 1808 tp->next = *tlist; in maketemp() 1809 *tlist = tp; in maketemp()
|
/third_party/alsa-lib/src/ucm/ |
D | parser.c | 528 struct list_head *tlist, in parse_transition() argument 568 list_add(&tseq->list, tlist); in parse_transition()
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 10945 tlist
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 10945 tlist
|