HomeSort by relevance Sort by last modified time
    Searched full:listentry (Results 1 - 15 of 15) sorted by null

  /external/lldb/source/DataFormatters/
LibCxxList.cpp 28 class ListEntry
31 ListEntry () {}
32 ListEntry (ValueObjectSP entry_sp) : m_entry_sp(entry_sp) {}
33 ListEntry (const ListEntry& rhs) : m_entry_sp(rhs.m_entry_sp) {}
34 ListEntry (ValueObject* entry) : m_entry_sp(entry ? entry->GetSP() : ValueObjectSP()) {}
79 operator == (const ListEntry& rhs) const
92 ListIterator (ListEntry entry) : m_entry(entry) {}
142 ListEntry m_entry;
164 ListEntry slow(m_head)
    [all...]
  /external/llvm/include/llvm/CodeGen/
SlotIndexes.h 124 IndexListEntry* listEntry() const {
134 return listEntry()->getIndex() | getSlot();
153 SlotIndex(const SlotIndex &li, Slot s) : lie(li.listEntry(), unsigned(s)) {
213 return A.listEntry()->getIndex() < B.listEntry()->getIndex();
224 return (other.listEntry()->getIndex() - listEntry()->getIndex())
245 return SlotIndex(listEntry(), Slot_Block);
252 return SlotIndex(listEntry(), Slot_Dead);
258 return SlotIndex(listEntry(), EC ? Slot_EarlyClobber : Slot_Register)
    [all...]
  /frameworks/base/core/java/android/speech/tts/
SynthesisPlaybackQueueItem.java 50 private final LinkedList<ListEntry> mDataBufferList = new LinkedList<ListEntry>();
194 mDataBufferList.add(new ListEntry(buffer));
219 ListEntry entry = mDataBufferList.poll();
239 static final class ListEntry {
242 ListEntry(byte[] bytes) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
csq.h 109 InsertTailList(&IrpQueue, &Irp->Tail.Overlay.ListEntry);
127 RemoveEntryList(&Irp->Tail.Overlay.ListEntry);
147 return CONTAINING_RECORD(&Irp->Tail.Overlay.ListEntry.Flink, IRP, Tail.Overlay.ListEntry);
152 return CONTAINING_RECORD(IrpQueue.Flink, IRP, Tail.Overlay.ListEntry);
ndis.h     [all...]
wdm.h     [all...]
ntddk.h 405 LIST_ENTRY ListEntry;
    [all...]
ntifs.h     [all...]
  /external/chromium_org/third_party/icu/source/tools/tzcode/
zdump.c 174 typedef struct listentry { struct
176 struct listentry * next;
177 } listentry; typedef in typeref:struct:listentry
182 static int getall(struct listentry ** namelist);
183 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);
298 listentry * namelist = NULL;
580 struct listentry * entry = namelist;
581 struct listentry * next;
973 static int getall(struct listentry ** namelist) {
975 struct listentry dummyentry
    [all...]
  /external/icu/icu4c/source/tools/tzcode/
zdump.c 174 typedef struct listentry { struct
176 struct listentry * next;
177 } listentry; typedef in typeref:struct:listentry
182 static int getall(struct listentry ** namelist);
183 static void getzones(char * basedir, char * subdir, struct listentry ** last, int * count);
298 listentry * namelist = NULL;
580 struct listentry * entry = namelist;
581 struct listentry * next;
973 static int getall(struct listentry ** namelist) {
975 struct listentry dummyentry
    [all...]
  /external/llvm/lib/CodeGen/
SlotIndexes.cpp 175 IndexList::iterator ListB = startIdx.listEntry();
176 IndexList::iterator ListI = endIdx.listEntry();
238 os << listEntry()->getIndex() << "Berd"[getSlot()];
  /external/chromium_org/chrome/browser/prerender/
prerender_local_predictor.cc 421 base::hash_map<string, ListEntry*>::iterator it = entries_.find(url_string);
432 ListEntry* entry = new ListEntry(url_string);
445 base::hash_map<string, ListEntry*>::iterator it =
472 base::hash_map<string, ListEntry*>::iterator it =
490 struct ListEntry {
491 explicit ListEntry(const string& url)
511 ListEntry* entry = entry_list_.front();
515 base::hash_map<string, ListEntry*>::iterator it =
523 base::hash_map<string, ListEntry*> entries_
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
winbase.h     [all...]
winnt.h     [all...]

Completed in 2337 milliseconds