/external/chromium_org/third_party/harfbuzz-ng/src/ |
hb-graphite2.cc | 57 hb_graphite2_tablelist_t *tlist; member in struct:hb_graphite2_shaper_face_data_t 63 hb_graphite2_tablelist_t *tlist = face_data->tlist; local 67 for (hb_graphite2_tablelist_t *p = tlist; p; p = p->next) 87 p->next = face_data->tlist; 88 face_data->tlist = p; 128 hb_graphite2_tablelist_t *tlist = data->tlist; local 130 while (tlist) 132 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/chromium_org/third_party/icu/source/i18n/ |
tridpars.cpp | 469 UVector tlist(ec); 473 tlist.setDeleter(_deleteTransliteratorTrIDPars); 491 tlist.addElement(t, ec); 500 if (tlist.size() == 0) { 506 tlist.addElement(t, ec); 520 while (tlist.size() > 0) { 521 t = (Transliterator*) tlist.orphanElementAt(0);
|
/external/icu4c/i18n/ |
tridpars.cpp | 469 UVector tlist(ec); 473 tlist.setDeleter(_deleteTransliteratorTrIDPars); 491 tlist.addElement(t, ec); 500 if (tlist.size() == 0) { 506 tlist.addElement(t, ec); 520 while (tlist.size() > 0) { 521 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/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
|
/external/mksh/src/ |
main.c | [all...] |
/system/netd/ |
CommandListener.cpp | 650 TtyCollection *tlist = sPppCtrl->getTtyList(); local 653 for (it = tlist->begin(); it != tlist->end(); ++it) { [all...] |
/external/robolectric/lib/main/ |
javassist-3.14.0-GA.jar | |