Home
last modified time | relevance | path

Searched defs:tlist (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc63 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
108 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_release_table() local
162 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-graphite2.cc71 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
145 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local
/third_party/harfbuzz/src/
Dhb-graphite2.cc71 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
144 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local
/third_party/grpc/src/cpp/server/
Ddynamic_thread_pool.cc91 void DynamicThreadPool::ReapThreads(std::list<DynamicThread*>* tlist) { in ReapThreads()
/third_party/python/Lib/turtledemo/
Dforest.py31 def tree(tlist, size, level, widthfactor, branchlists, angledist=10, sizedist=5): argument
/third_party/iowow/src/fs/tests/
Diwfs_test2.c540 pthread_t *tlist = malloc(nthreads * sizeof(pthread_t)); in test_block_allocation_impl() local
/third_party/icu/icu4c/source/i18n/
Dtridpars.cpp475 UVector tlist(ec); in instantiateList() local
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dtridpars.cpp474 UVector tlist(ec); in instantiateList() local
/third_party/node/deps/icu-small/source/i18n/
Dtridpars.cpp477 UVector tlist(ec); in instantiateList() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dtridpars.cpp475 UVector tlist(ec); in instantiateList() local
/third_party/mksh/
Dmain.c1746 maketemp(Area *ap, Temp_type type, struct temp **tlist) in maketemp()
/third_party/alsa-lib/src/ucm/
Dparser.c528 struct list_head *tlist, in parse_transition()