Home
last modified time | relevance | path

Searched refs:nextEntry (Results 1 – 15 of 15) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DLinkedHashMultimap.java354 ValueSetLink<K, V> nextEntry = firstEntry; in iterator()
367 return nextEntry != ValueSet.this; in iterator()
375 ValueEntry<K, V> entry = (ValueEntry<K, V>) nextEntry; in iterator()
378 nextEntry = entry.getSuccessorInValueSet(); in iterator()
491 ValueEntry<K, V> nextEntry = multimapHeaderEntry.successorInMultimap; in entryIterator()
496 return nextEntry != multimapHeaderEntry; in entryIterator()
504 ValueEntry<K, V> result = nextEntry; in entryIterator()
506 nextEntry = nextEntry.successorInMultimap; in entryIterator()
/external/guava/guava/src/com/google/common/collect/
DLinkedHashMultimap.java358 ValueSetLink<K, V> nextEntry = firstEntry; in iterator()
371 return nextEntry != ValueSet.this; in iterator()
379 ValueEntry<K, V> entry = (ValueEntry<K, V>) nextEntry; in iterator()
382 nextEntry = entry.getSuccessorInValueSet(); in iterator()
495 ValueEntry<K, V> nextEntry = multimapHeaderEntry.successorInMultimap; in entryIterator()
500 return nextEntry != multimapHeaderEntry; in entryIterator()
508 ValueEntry<K, V> result = nextEntry; in entryIterator()
510 nextEntry = nextEntry.successorInMultimap; in entryIterator()
DMapMakerInternalMap.java3596 ReferenceEntry<K, V> nextEntry;
3636 if (nextEntry != null) {
3637 for (nextEntry = nextEntry.getNext(); nextEntry != null; nextEntry = nextEntry.getNext()) {
3638 if (advanceTo(nextEntry)) {
3651 if ((nextEntry = currentTable.get(nextTableIndex--)) != null) {
3652 if (advanceTo(nextEntry) || nextInChain()) {
3685 WriteThroughEntry nextEntry() {
3706 return nextEntry().getKey();
3714 return nextEntry().getValue();
3769 return nextEntry();
DHashBiMap.java293 BiEntry<K, V> nextEntry = entry.nextInKToVBucket; in rehashIfNecessary() local
295 entry = nextEntry; in rehashIfNecessary()
/external/antlr/antlr-3.4/runtime/C/src/
Dantlr3collections.c201 pANTLR3_HASH_ENTRY nextEntry; in antlr3HashFree() local
225 nextEntry = entry->nextEntry; in antlr3HashFree()
246 entry = nextEntry; /* Load next pointer to see if we shoud free it */ in antlr3HashFree()
308 (*nextPointer) = entry->nextEntry; in antlr3HashRemoveI()
319 … nextPointer = & (entry->nextEntry); /* Address of the next pointer in the current entry */ in antlr3HashRemoveI()
320 entry = entry->nextEntry; /* Address of the next element in the bucket (if any) */ in antlr3HashRemoveI()
365 (*nextPointer) = entry->nextEntry; in antlr3HashRemove()
384 … nextPointer = & (entry->nextEntry); /* Address of the next pointer in the current entry */ in antlr3HashRemove()
385 entry = entry->nextEntry; /* Address of the next element in the bucket (if any) */ in antlr3HashRemove()
471 entry = entry->nextEntry; in antlr3HashGetI()
[all …]
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java165 Map.Entry<Integer, AnnotationEndpoint> nextEntry = annotatations.higherEntry(cursor); in annotate() local
166 if (nextEntry != null) { in annotate()
167 int nextKey = nextEntry.getKey(); in annotate()
171 AnnotationEndpoint nextEndpoint = nextEntry.getValue(); in annotate()
195 endPoint = nextEntry.getValue(); in annotate()
/external/deqp/framework/randomshaders/
DrsgVariableManager.hpp131 Iterator nextEntry = m_iter; in operator +() local
133 nextEntry = findNext(m_filter, nextEntry, m_end); in operator +()
134 return FilteredIterator(nextEntry, m_end, m_filter); in operator +()
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
DLocalCache.java543 Entry<K, Timestamped<V>> nextEntry; field in LocalCache.EntryIterator
551 if (nextEntry == null) { in next()
554 if (nextEntry == null) { in next()
559 lastEntry = nextEntry; in next()
560 nextEntry = null; in next()
566 if (nextEntry == null) { in hasNext()
570 nextEntry = next; in hasNext()
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
DSortedMapNavigationTester.java173 Entry<K, V> nextEntry = entryItr.next(); in testOrderedByComparator() local
174 assertTrue(comparator.compare(prevEntry.getKey(), nextEntry.getKey()) < 0); in testOrderedByComparator()
175 prevEntry = nextEntry; in testOrderedByComparator()
/external/skia/src/ports/
DSkFontMgr_android.cpp539 NameToFamily* nextEntry = nameToFamily->append(); in buildNameToFamilyMap() local
540 new (&nextEntry->name) SkString(family.fNames[j]); in buildNameToFamilyMap()
541 nextEntry->styleSet = newSet; in buildNameToFamilyMap()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java4254 ReferenceEntry<K, V> nextEntry;
4294 if (nextEntry != null) {
4295 for (nextEntry = nextEntry.getNext(); nextEntry != null; nextEntry = nextEntry.getNext()) {
4296 if (advanceTo(nextEntry)) {
4309 if ((nextEntry = currentTable.get(nextTableIndex--)) != null) {
4310 if (advanceTo(nextEntry) || nextInChain()) {
4344 WriteThroughEntry nextEntry() {
4365 return nextEntry().getKey();
4373 return nextEntry().getValue();
4433 return nextEntry();
/external/antlr/antlr-3.4/runtime/C/include/
Dantlr3collections.h83 struct ANTLR3_HASH_ENTRY_struct * nextEntry; member
/external/caliper/caliper/src/test/resources/com/google/caliper/bridge/
Djdk6-compilation.txt96 86 java.util.HashMap$HashIterator::nextEntry (99 bytes)
Djdk7-compilation.txt116 1422 108 b java.util.HashMap$HashIterator::nextEntry (99 bytes)
/external/chromium-trace/catapult/tracing/test_data/
Dddms_calculator_start.trace426 0x70ff4cb8 java.util.HashMap$HashIterator nextEntry ()Ljava/util/HashMap$HashMapEntry; HashMap.java