HomeSort by relevance Sort by last modified time
    Searched refs:ListEntry (Results 1 - 10 of 10) sorted by null

  /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) {
  /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/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/ddk/
wdm.h     [all...]
ndis.h     [all...]
ntddk.h 405 LIST_ENTRY ListEntry;
    [all...]
ntifs.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ks.h     [all...]
winnt.h     [all...]
winbase.h     [all...]

Completed in 427 milliseconds