HomeSort by relevance Sort by last modified time
    Searched full:tlist (Results 1 - 25 of 38) sorted by null

1 2

  /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...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
Antlr.Runtime.Tools.pas 174 function GetEnumerator: TList<T>.TEnumerator;
210 TList<T> = class(Generics.Collections.TList<T>, IList<T>)
461 { TList<T> }
463 procedure TList<T>.AddRange(const List: IList<T>);
468 function TList<T>.GetCapacity: Integer;
473 function TList<T>.GetCount: Integer;
478 function TList<T>.GetItem(Index: Integer): T;
483 function TList<T>.GetOnNotify: TCollectionNotifyEvent<T>;
488 function TList<T>.GetRange(const Index, Count: Integer): IList<T>
    [all...]
Antlr.Runtime.Collections.pas 124 TStackList<T> = class(TList<T>, IStackList<T>)
212 FInsertionOrderList := TList<TKey>.Create;
217 FInsertionOrderList := TList<TKey>.Create;
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/command/
CtsConsole.java 102 "\tp[lans]\t\tList all CTS test plans" + LINE_SEPARATOR +
103 "\tpackages\tList all CTS packages" + LINE_SEPARATOR +
104 "\tr[esults]\tList all CTS results" + LINE_SEPARATOR;
  /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/antlr/antlr-3.4/runtime/Delphi/
README.TXT 236 * IList<T> (implemented in TList<T>): a generic list containing elements of
242 List := TList<Integer>.Create;
246 Note that this is basically the same TList<T> declared in Delphi's unit
  /external/javassist/src/main/javassist/compiler/
Javac.java 146 CtClass[] tlist = gen.makeThrowsList(md); local
157 cons.setExceptionTypes(tlist);
175 method.setExceptionTypes(tlist);
  /external/e2fsprogs/lib/blkid/
dev.c 195 fprintf(stderr, "\tList all devices and exit\n");
tag.c 397 fprintf(stderr, "\tList all tags for a device and exit\n");
  /frameworks/native/services/sensorservice/
traits.h 43 template <typename TList, typename T> struct IndexOf;
  /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/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tree.Tests.pas     [all...]
Antlr.Runtime.Tools.Tests.pas 214 FIList := TList<Integer>.Create;
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
inno.php 145 'Text', 'TextFile', 'TFloatFormat', 'TFormatSettings', 'TList', 'TObject', 'TOpenDialog', 'TPoint',
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-tk/
Tix.py     [all...]
  /system/netd/
CommandListener.cpp 650 TtyCollection *tlist = sPppCtrl->getTtyList(); local
653 for (it = tlist->begin(); it != tlist->end(); ++it) {
    [all...]
  /external/chromium_org/third_party/icu/source/tools/icupkg/
icupkg.cpp 128 "\tList file syntax: Items are listed on one or more lines and separated\n"

Completed in 267 milliseconds

1 2