/external/harfbuzz_ng/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 …]
|
/external/selinux/python/sepolicy/sepolicy/ |
D | network.py | 38 tlist = get_types(src, "%s_socket" % protocol, [perm], check_bools) 39 if len(tlist) > 0: 41 for i in tlist: 43 if "unreserved_port_type" in tlist: 47 if "unreserved_port_type" in tlist: 49 if "port_t" in tlist:
|
D | booleans.py | 37 tlist = [] 39 tlist = tlist + expand_attribute(l) 40 return tlist
|
D | communicate.py | 46 tlist = [] 48 tlist = tlist + expand_attribute(l) 49 return tlist
|
D | __init__.py | 413 tlist = [] 435 if tdict not in tlist: 436 tlist.append(tdict) 439 return(tlist) 441 return (tlist)
|
/external/grpc-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 | 64 static void ReapThreads(std::list<DynamicThread*>* tlist);
|
/external/selinux/python/chcat/ |
D | chcat | 333 tlist = [] 335 tlist.append("s0") 337 tlist.append(i) 339 tlist.append(rlist[0]) 341 tlist.append(i) 343 newcat.append(tlist[0]) 345 if newcat[0] != tlist[0]: 347 for i in tlist[1:]:
|
/external/libffi/testsuite/libffi.call/ |
D | call.exp | 22 set tlist [lsearch -inline -all -not -glob [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]] *… 25 run-many-tests $tlist ""
|
/external/icu/icu4c/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()
|
/external/python/cpython3/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)):
|
/external/autotest/client/cros/power/ |
D | power_status.py | 1545 for tname, tlist in self.checkpoint_data.iteritems(): 1547 for tstart, tend in tlist] 1607 for tname, tlist in json_dict.iteritems(): 1608 checkpoint_data[tname].extend([tuple(ts_pair) for ts_pair in tlist]) 1810 for tname, tlist in self._checkpoint_logger.checkpoint_data.iteritems(): 1819 for tstart, tend in tlist: 1844 for tstart, tend in tlist:
|
/external/tensorflow/tensorflow/python/ops/ |
D | functional_ops.py | 554 tlist = [_.type for _ in f.definition.signature.input_arg] 555 return symbolic_gradient(input=inputs, Tout=tlist, f=f, name=name)
|
/external/scapy/scapy/ |
D | packet.py | 604 tlist = [] 608 tlist.append(txt) 617 c.stroke(make_frame(tlist),[col,pyx.deco.filled([bkcol]),pyx.style.linewidth.Thick]) 618 for txt in tlist: 620 return c, tlist[-1].bbox(), shift, y
|
/external/mksh/src/ |
D | main.c | 1665 maketemp(Area *ap, Temp_type type, struct temp **tlist) in maketemp() argument 1727 tp->next = *tlist; in maketemp() 1728 *tlist = tp; in maketemp()
|
/external/guice/extensions/persist/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |
/external/guice/extensions/struts2/lib/ |
D | javassist.jar | META-INF/
META-INF/MANIFEST.MF
javassist/
javassist/ByteArrayClassPath.class
ByteArrayClassPath ... |