Home
last modified time | relevance | path

Searched refs:mapIterator (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DARMDecoderEmitter.cpp601 std::map<uint64_t, std::vector<unsigned> >::const_iterator mapIterator; in recurse() local
634 for (mapIterator = FilteredInstructions.begin(); in recurse()
635 mapIterator != FilteredInstructions.end(); in recurse()
636 mapIterator++) { in recurse()
640 if (mapIterator->first & (1ULL << bitIndex)) in recurse()
649 mapIterator->first, in recurse()
651 mapIterator->second, in recurse()
DFixedLenDecoderEmitter.cpp439 std::map<uint64_t, std::vector<unsigned> >::const_iterator mapIterator; in recurse() local
472 for (mapIterator = FilteredInstructions.begin(); in recurse()
473 mapIterator != FilteredInstructions.end(); in recurse()
474 mapIterator++) { in recurse()
478 if (mapIterator->first & (1ULL << bitIndex)) in recurse()
487 mapIterator->first, in recurse()
489 mapIterator->second, in recurse()
/external/guava/guava/src/com/google/common/collect/
DImmutableMultimap.java533 final Iterator<Entry<K, Collection<V>>> mapIterator = asMap().entrySet().iterator(); field in ImmutableMultimap.Itr
541 return mapIterator.hasNext() || valueIterator.hasNext(); in hasNext()
547 Entry<K, Collection<V>> mapEntry = mapIterator.next(); in next()
DStandardTable.java660 final Iterator<Map<C, V>> mapIterator = backingMap.values().iterator();
671 } else if (mapIterator.hasNext()) {
672 entryIterator = mapIterator.next().entrySet().iterator();
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableMultimap.java520 final Iterator<Entry<K, Collection<V>>> mapIterator = asMap().entrySet().iterator(); field in ImmutableMultimap.Itr
528 return mapIterator.hasNext() || valueIterator.hasNext(); in hasNext()
534 Entry<K, Collection<V>> mapEntry = mapIterator.next(); in next()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTrieMapTest.java220 Iterator<Entry<String, Integer>> mapIterator = expected.entrySet().iterator(); in checkContents() local
223 boolean mapOk = mapIterator.hasNext(); in checkContents()
230 Entry<String, Integer> mapEntry = mapIterator.next(); in checkContents()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTrieMapTest.java219 Iterator<Entry<String, Integer>> mapIterator = expected.entrySet().iterator(); in checkContents() local
222 boolean mapOk = mapIterator.hasNext(); in checkContents()
229 Entry<String, Integer> mapEntry = mapIterator.next(); in checkContents()