/frameworks/av/media/libnbaio/include/media/nbaio/ |
NBLog.h | 96 class EntryIterator { 98 EntryIterator(); 99 explicit EntryIterator(const uint8_t *entry); 100 EntryIterator(const EntryIterator &other); 106 EntryIterator& operator++(); // ++i 108 EntryIterator& operator--(); // --i 109 EntryIterator next() const; 110 EntryIterator prev() const; 111 bool operator!=(const EntryIterator &other) const [all...] |
/external/google-breakpad/src/common/ |
stabs_reader.h | 116 class EntryIterator { 139 // Create a EntryIterator walking the entries in BUFFER. Treat the 153 EntryIterator(const ByteBuffer *buffer, bool big_endian, size_t value_size); 157 EntryIterator &operator++() { Fetch(); entry_.index++; return *this; } 161 // EntryIterator, and will be invalidated at the next call to operator++. 208 EntryIterator iterator_;
|
stabs_reader.cc | 48 StabsReader::EntryIterator::EntryIterator(const ByteBuffer *buffer, 58 void StabsReader::EntryIterator::Fetch() {
|
/frameworks/av/media/libnbaio/ |
NBLog.cpp | 140 const uint8_t type = EntryIterator(ptr)->type; 158 NBLog::EntryIterator NBLog::FormatEntry::begin() const { 159 return EntryIterator(mEntry); 170 NBLog::EntryIterator NBLog::FormatEntry::args() const { 219 NBLog::EntryIterator NBLog::FormatEntry::copyWithAuthor( 245 void NBLog::EntryIterator::copyTo(std::unique_ptr<audio_utils_fifo_writer> &dst) const { 250 void NBLog::EntryIterator::copyData(uint8_t *dst) const { 254 NBLog::EntryIterator::EntryIterator() 257 NBLog::EntryIterator::EntryIterator(const uint8_t *entry [all...] |
/packages/inputmethods/LatinIME/native/jni/src/dictionary/structure/v4/content/ |
language_model_dict_content.h | 63 class EntryIterator { 65 EntryIterator(const TrieMap::TrieMapIterator &trieMapIterator, 75 bool operator!=(const EntryIterator &other) const { 79 const EntryIterator &operator++() { 85 DISALLOW_DEFAULT_CONSTRUCTOR(EntryIterator); 86 DISALLOW_ASSIGNMENT_OPERATOR(EntryIterator); 98 EntryIterator begin() const { 99 return EntryIterator(mTrieMapRange.begin(), mHasHistoricalInfo); 102 EntryIterator end() const { 103 return EntryIterator(mTrieMapRange.end(), mHasHistoricalInfo) [all...] |
/frameworks/base/core/java/android/util/jar/ |
StrictJarFile.java | 149 return new EntryIterator(nativeHandle, ""); 259 static final class EntryIterator implements Iterator<ZipEntry> { 263 EntryIterator(long nativeHandle, String prefix) throws IOException { 299 Iterator<ZipEntry> entryIterator = new EntryIterator(nativeHandle, "META-INF/"); 300 while (entryIterator.hasNext()) { 301 final ZipEntry entry = entryIterator.next();
|
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/ |
WeakConcurrentMap.java | 153 return new EntryIterator(target.entrySet().iterator()); 289 private class EntryIterator implements Iterator<Map.Entry<K, V>> { 297 private EntryIterator(Iterator<Map.Entry<WeakKey<K>, V>> iterator) {
|
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/ |
LocalCache.java | 535 * <p>Implementation for the EntryIterator, which is used to build Key and Value iterators. 540 class EntryIterator implements Iterator<Entry<K, V>> { 545 EntryIterator() { 588 * KeyIterator build on top of EntryIterator. 591 private EntryIterator iterator; 594 iterator = new EntryIterator(); 614 * ValueIterator build on top of EntryIterator. 617 private EntryIterator iterator; 620 iterator = new EntryIterator(); 667 * Custom Entry class used by EntryIterator.next(), that relays setValue changes to th [all...] |
/frameworks/base/media/java/android/media/ |
SubtitleTrack.java | 463 return new EntryIterator( 466 return new EntryIterator(null); 488 class EntryIterator implements Iterator<Pair<Long, Cue> > { 533 public EntryIterator(SortedMap<Long, Vector<Cue> > cues) {
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
SmallSortedMap.java | 474 return new EntryIterator(); 532 private class EntryIterator implements Iterator<Map.Entry<K, V>> {
|
/libcore/ojluni/src/main/java/java/util/ |
EnumMap.java | 475 return new EntryIterator(); 566 private class EntryIterator extends EnumMapIterator<Map.Entry<K,V>> {
|
IdentityHashMap.java | 836 private class EntryIterator [all...] |
WeakHashMap.java | 843 private class EntryIterator extends HashIterator<Map.Entry<K,V>> { [all...] |
TreeMap.java | [all...] |
HashMap.java | [all...] |
/prebuilts/tools/common/m2/repository/org/pcollections/pcollections/2.1.2/ |
pcollections-2.1.2.jar | |
/external/r8/deps/ |
fastutil-7.2.0.jar | |
/prebuilts/tools/common/m2/repository/it/unimi/dsi/fastutil/7.2.0/ |
fastutil-7.2.0.jar | |
/external/guice/extensions/persist/lib/ |
commons-collections.jar | |
hibernate-search.jar | |
/prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/ |
commons-collections-3.2.1.jar | |
/prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.2/ |
commons-collections-3.2.2.jar | |
/prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/ |
google-http-client-1.19.0.jar | |
/external/guava/guava/src/com/google/common/cache/ |
LocalCache.java | [all...] |
/external/guava/guava/src/com/google/common/collect/ |
MapMakerInternalMap.java | [all...] |