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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc 58 hb_graphite2_tablelist_t *tlist; member in struct:hb_graphite2_shaper_face_data_t
64 hb_graphite2_tablelist_t *tlist = face_data->tlist; local
68 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next)
88 p->next = face_data->tlist;
89 face_data->tlist = p;
129 hb_graphite2_tablelist_t *tlist = data->tlist; local
131 while (tlist)
133 hb_graphite2_tablelist_t *old = tlist;
    [all...]
  /external/harfbuzz_ng/src/
hb-graphite2.cc 58 hb_graphite2_tablelist_t *tlist; member in struct:hb_graphite2_shaper_face_data_t
64 hb_graphite2_tablelist_t *tlist = face_data->tlist; local
68 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next)
88 p->next = face_data->tlist;
89 face_data->tlist = p;
129 hb_graphite2_tablelist_t *tlist = data->tlist; local
131 while (tlist)
133 hb_graphite2_tablelist_t *old = tlist;
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/light/
LightList.java 49 private Light[] list, tlist; field in class:LightList
183 if (tlist != null)
184 Arrays.fill(tlist, null);
203 if (tlist == null || tlist.length != list.length) {
204 tlist = list.clone();
206 System.arraycopy(list, 0, tlist, 0, list.length);
216 // now merge sort tlist into list
217 SortUtil.msort(tlist, list, 0, listSize - 1, c);
298 clone.tlist = null; // list used for sorting onl
    [all...]
  /system/core/init/
init.h 42 struct listnode tlist; member in struct:action
  /external/javassist/src/main/javassist/compiler/
Javac.java 146 CtClass[] tlist = gen.makeThrowsList(md); local
157 cons.setExceptionTypes(tlist);
175 method.setExceptionTypes(tlist);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 123 struct timer_list tlist; /* for pending note-offs */ member in struct:snd_emux
opl3.h 311 struct timer_list tlist; /* timer for note-offs and effects */ member in struct:snd_opl3
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
emux_synth.h 123 struct timer_list tlist; /* for pending note-offs */ member in struct:snd_emux
opl3.h 311 struct timer_list tlist; /* timer for note-offs and effects */ member in struct:snd_opl3
  /system/netd/
CommandListener.cpp 652 TtyCollection *tlist = sPppCtrl->getTtyList(); local
655 for (it = tlist->begin(); it != tlist->end(); ++it) {
    [all...]
  /external/robolectric/lib/main/
javassist-3.14.0-GA.jar 

Completed in 329 milliseconds