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

  /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 578 TtyCollection *tlist = sPppCtrl->getTtyList(); local
581 for (it = tlist->begin(); it != tlist->end(); ++it) {
    [all...]

Completed in 665 milliseconds