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

1 2 3

  /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...]
  /libcore/luni/src/main/java/java/util/jar/
StrictJarFile.java 90 return new EntryIterator(nativeHandle, "");
186 static final class EntryIterator implements Iterator<ZipEntry> {
190 EntryIterator(long nativeHandle, String prefix) throws IOException {
226 Iterator<ZipEntry> entryIterator = new EntryIterator(nativeHandle, "META-INF/");
227 while (entryIterator.hasNext()) {
228 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/luni/src/main/java/java/util/
LinkedHashMap.java 373 private final class EntryIterator
386 return new EntryIterator();
HashMap.java 822 private final class EntryIterator extends HashIterator
890 Iterator<Entry<K, V>> newEntryIterator() { return new EntryIterator(); }
    [all...]
Hashtable.java 776 private final class EntryIterator extends HashIterator
    [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>> {
  /prebuilts/tools/common/m2/repository/commons-collections/commons-collections/3.2.1/
commons-collections-3.2.1.jar 
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentSkipListMap.java     [all...]
ConcurrentHashMap.java     [all...]
  /external/guava/guava/src/com/google/common/cache/
LocalCache.java     [all...]
  /external/guava/guava/src/com/google/common/collect/
MapMakerInternalMap.java     [all...]
  /external/vogar/lib/
guava.jar 
  /libcore/benchmarks/libs/
caliper.jar 
  /external/owasp/sanitizer/distrib/lib/
guava.jar 
  /external/owasp/sanitizer/lib/guava-libraries/
guava.jar 
  /packages/services/Telecomm/libs/
guava.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 

Completed in 1333 milliseconds

1 2 3