Home
last modified time | relevance | path

Searched refs:tlist (Results 1 – 25 of 27) sorted by relevance

12

/external/libffi/testsuite/libffi.closures/
Dclosure.exp36 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 {
/external/libffi/testsuite/libffi.call/
Dcall.exp35 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
/external/libffi/testsuite/libffi.bhaible/
Dbhaible.exp41 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 {
/external/harfbuzz_ng/src/
Dhb-graphite2.cc67 hb_atomic_ptr_t<hb_graphite2_tablelist_t> tlist; member
73 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table() local
77 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next) in hb_graphite2_get_table()
96 hb_graphite2_tablelist_t *tlist = face_data->tlist; in hb_graphite2_get_table()
97 p->next = tlist; in hb_graphite2_get_table()
99 if (unlikely (!face_data->tlist.cmpexch (tlist, p))) in hb_graphite2_get_table()
140 hb_graphite2_tablelist_t *tlist = data->tlist; in _hb_graphite2_shaper_face_data_destroy() local
142 while (tlist) in _hb_graphite2_shaper_face_data_destroy()
144 hb_graphite2_tablelist_t *old = tlist; in _hb_graphite2_shaper_face_data_destroy()
145 hb_blob_destroy (tlist->blob); in _hb_graphite2_shaper_face_data_destroy()
[all …]
/external/selinux/python/sepolicy/sepolicy/
Dnetwork.py38 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:
Dbooleans.py37 tlist = []
39 tlist = tlist + expand_attribute(l)
40 return tlist
Dcommunicate.py46 tlist = []
48 tlist = tlist + expand_attribute(l)
49 return tlist
D__init__.py413 tlist = []
435 if tdict not in tlist:
436 tlist.append(tdict)
439 return(tlist)
441 return (tlist)
/external/libffi/testsuite/libffi.go/
Dgo.exp22 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]]
25 run-many-tests $tlist ""
27 foreach test $tlist {
/external/libffi/testsuite/libffi.complex/
Dcomplex.exp22 set tlist [lsort [glob -nocomplain -- $srcdir/$subdir/*.{c,cc}]]
25 run-many-tests $tlist ""
27 foreach test $tlist {
/external/rust/crates/grpcio-sys/grpc/src/cpp/server/
Ddynamic_thread_pool.cc91 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()
Ddynamic_thread_pool.h63 static void ReapThreads(std::list<DynamicThread*>* tlist);
/external/grpc-grpc/src/cpp/server/
Ddynamic_thread_pool.cc91 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()
Ddynamic_thread_pool.h64 static void ReapThreads(std::list<DynamicThread*>* tlist);
/external/selinux/python/chcat/
Dchcat332 tlist = []
334 tlist.append("s0")
336 tlist.append(i)
338 tlist.append(rlist[0])
340 tlist.append(i)
342 newcat.append(tlist[0])
344 if newcat[0] != tlist[0]:
346 for i in tlist[1:]:
/external/icu/icu4c/source/i18n/
Dtridpars.cpp475 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()
/external/python/cpython3/Lib/turtledemo/
Dforest.py31 def tree(tlist, size, level, widthfactor, branchlists, angledist=10, sizedist=5): argument
37 for t, branchlist in list(zip(tlist,branchlists)):
/external/llvm-project/lld/test/ELF/
Dexport-symbols.s16 # RUN: ld.lld --fatal-warnings --defsym=defsym=_start %t.so %t.o -o %tlist.out --dynamic-list %t.li…
20 # RUN: llvm-readelf --dyn-syms %tlist.out | FileCheck %s --check-prefix=EXPORT
/external/tensorflow/tensorflow/python/ops/
Dfunctional_ops.py844 tlist = [_.type for _ in then_branch.definition.signature.output_arg]
846 cond, inputs, tlist, then_branch, else_branch, name=name)
856 tlist = nest.flatten(then_branch.output_dtypes)
858 cond, inputs, tlist, then_branch, else_branch, name=name)
884 tlist = [_.type for _ in f.definition.signature.input_arg]
885 return symbolic_gradient(input=inputs, Tout=tlist, f=f, name=name)
/external/javassist/src/main/javassist/compiler/
DJavac.java154 CtClass[] tlist = gen.makeThrowsList(md); in compileMethod() local
165 cons.setExceptionTypes(tlist); in compileMethod()
182 method.setExceptionTypes(tlist); in compileMethod()
/external/autotest/client/cros/power/
Dpower_status.py1704 for tname, tlist in self.checkpoint_data.iteritems():
1706 for tstart, tend in tlist]
1766 for tname, tlist in json_dict.iteritems():
1767 checkpoint_data[tname].extend([tuple(ts_pair) for ts_pair in tlist])
1975 for tname, tlist in self._checkpoint_logger.checkpoint_data.iteritems():
1984 for tstart, tend in tlist:
2009 for tstart, tend in tlist:
/external/scapy/scapy/
Dpacket.py604 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/
Dmain.c1735 maketemp(Area *ap, Temp_type type, struct temp **tlist) in maketemp() argument
1797 tp->next = *tlist; in maketemp()
1798 *tlist = tp; in maketemp()
/external/llvm-project/clang/include/clang/Basic/
Darm_mve.td1535 let params = !foldl([]<Type>, T.All, tlist, srctype, !listconcat(tlist,
/external/guice/extensions/persist/lib/
Djavassist.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/ByteArrayClassPath.class ByteArrayClassPath ...

12