HomeSort by relevance Sort by last modified time
    Searched refs:EntryIterator (Results 1 - 25 of 136) sorted by null

1 2 3 4 5 6

  /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() {
  /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 120 return new EntryIterator(nativeHandle, "");
216 static final class EntryIterator implements Iterator<ZipEntry> {
220 EntryIterator(long nativeHandle, String prefix) throws IOException {
256 Iterator<ZipEntry> entryIterator = new EntryIterator(nativeHandle, "META-INF/");
257 while (entryIterator.hasNext()) {
258 final ZipEntry entry = entryIterator.next();
  /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) {
  /libcore/ojluni/src/main/java/java/util/
LinkedHashMap.java 429 private class EntryIterator extends LinkedHashIterator<Map.Entry<K,V>> {
436 Iterator<Map.Entry<K,V>> newEntryIterator() { return new EntryIterator(); }
EnumMap.java 473 return new EntryIterator();
564 private class EntryIterator extends EnumMapIterator<Map.Entry<K,V>> {
IdentityHashMap.java 842 private class EntryIterator
    [all...]
WeakHashMap.java 826 private class EntryIterator extends HashIterator<Map.Entry<K,V>> {
    [all...]
HashMap.java 889 private final class EntryIterator extends HashIterator<Map.Entry<K,V>> {
    [all...]
TreeMap.java     [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
SmallSortedMap.java 474 return new EntryIterator();
532 private class EntryIterator implements Iterator<Map.Entry<K, V>> {
  /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...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]
ConcurrentHashMap.java     [all...]
  /prebuilts/tools/common/m2/repository/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /prebuilts/tools/common/offline-m2/com/tunnelvisionlabs/antlr4-runtime/4.5/
antlr4-runtime-4.5.jar 
  /frameworks/base/
compiled-classes-phone     [all...]

Completed in 646 milliseconds

1 2 3 4 5 6