HomeSort by relevance Sort by last modified time
    Searched refs:tlist (Results 1 - 16 of 16) sorted by null

  /external/selinux/policycoreutils/sepolicy/sepolicy/
booleans.py 41 tlist = []
43 tlist = tlist + expand_attribute(l)
44 return tlist
network.py 41 tlist = get_types(src, "%s_socket" % protocol, [perm])
42 if len(tlist) > 0:
44 for i in tlist:
46 if "unreserved_port_type" in tlist:
50 if "unreserved_port_type" in tlist:
52 if "port_t" in tlist:
communicate.py 49 tlist = []
51 tlist = tlist + expand_attribute(l)
52 return tlist
__init__.py 71 tlist = []
84 if tdict not in tlist:
85 tlist.append(tdict)
88 return(tlist)
90 return (tlist)
  /external/harfbuzz_ng/src/
hb-graphite2.cc 55 hb_graphite2_tablelist_t *tlist; member in struct:hb_graphite2_shaper_face_data_t
61 hb_graphite2_tablelist_t *tlist = face_data->tlist; local
65 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next)
85 p->next = face_data->tlist;
86 face_data->tlist = p;
126 hb_graphite2_tablelist_t *tlist = data->tlist; local
128 while (tlist)
130 hb_graphite2_tablelist_t *old = tlist;
    [all...]
  /external/selinux/policycoreutils/scripts/
chcat 327 tlist = []
329 tlist.append("s0")
331 tlist.append(i)
333 tlist.append(rlist[0])
335 tlist.append(i)
337 newcat.append(tlist[0])
339 if newcat[0] != tlist[0]:
341 for i in tlist[1:]:
  /external/icu/icu4c/source/i18n/
tridpars.cpp 472 UVector tlist(ec);
476 tlist.setDeleter(_deleteTransliteratorTrIDPars);
494 tlist.addElement(t, ec);
503 if (tlist.size() == 0) {
509 tlist.addElement(t, ec);
523 while (tlist.size() > 0) {
524 t = (Transliterator*) tlist.orphanElementAt(0);
  /external/javassist/src/main/javassist/compiler/
Javac.java 146 CtClass[] tlist = gen.makeThrowsList(md); local
157 cons.setExceptionTypes(tlist);
175 method.setExceptionTypes(tlist);
  /prebuilts/misc/common/swig/include/2.0.11/
swig.swg 107 #define %catches(tlist...) %feature("catches","("`tlist`")")
  /external/mksh/src/
main.c     [all...]
  /external/libedit/src/
terminal.c 332 char **tlist = el->el_terminal.t_str; local
333 char **tmp, **str = &tlist[t - tstr];
367 for (tmp = tlist; tmp < &tlist[T_str]; tmp++)
    [all...]
  /external/opencv3/modules/python/src2/
hdr_parser.py 723 def find_next_token(self, s, tlist, p=0):
725 Finds the next token from the 'tlist' in the input 's', starting from position 'p'.
730 for t in tlist:
    [all...]
  /system/netd/server/
CommandListener.cpp 485 TtyCollection *tlist = gCtls->pppCtrl.getTtyList(); local
488 for (it = tlist->begin(); it != tlist->end(); ++it) {
    [all...]
  /external/guice/extensions/persist/lib/
javassist.jar 
  /external/guice/extensions/struts2/lib/
javassist.jar 
  /external/robolectric/v1/lib/main/
javassist-3.14.0-GA.jar 

Completed in 4105 milliseconds