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

1 2 3 4 5 6 7 8 9

  /frameworks/av/media/libnblog/include/media/nblog/
NBLog.h 99 class EntryIterator {
101 EntryIterator();
102 explicit EntryIterator(const uint8_t *entry);
103 EntryIterator(const EntryIterator &other);
109 EntryIterator& operator++(); // ++i
111 EntryIterator& operator--(); // --i
112 EntryIterator next() const;
113 EntryIterator prev() const;
114 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/libnblog/
NBLog.cpp 68 const uint8_t type = EntryIterator(ptr)->type;
86 NBLog::EntryIterator NBLog::FormatEntry::begin() const {
87 return EntryIterator(mEntry);
98 NBLog::EntryIterator NBLog::FormatEntry::args() const {
147 NBLog::EntryIterator NBLog::FormatEntry::copyWithAuthor(
173 void NBLog::EntryIterator::copyTo(std::unique_ptr<audio_utils_fifo_writer> &dst) const {
178 void NBLog::EntryIterator::copyData(uint8_t *dst) const {
182 NBLog::EntryIterator::EntryIterator()
185 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) {
  /frameworks/av/packages/MediaComponents/src/com/android/media/subtitle/
SubtitleTrack.java 436 return new EntryIterator(
439 return new EntryIterator(null);
461 class EntryIterator implements Iterator<Pair<Long, Cue> > {
506 public EntryIterator(SortedMap<Long, Vector<Cue> > cues) {
  /frameworks/support/media/src/main/java/androidx/media/subtitle/
SubtitleTrack.java 452 return new EntryIterator(
455 return new EntryIterator(null);
477 class EntryIterator implements Iterator<Pair<Long, Cue>> {
522 EntryIterator(SortedMap<Long, ArrayList<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 
  /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 
  /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 
  /external/annotation-tools/asmx/test/lib/
serp.jar 
  /prebuilts/tools/common/m2/repository/com/google/http-client/google-http-client/1.19.0/
google-http-client-1.19.0.jar 
  /frameworks/base/config/
preloaded-classes     [all...]

Completed in 492 milliseconds

1 2 3 4 5 6 7 8 9