Home
last modified time | relevance | path

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

/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
DWeakConcurrentMap.java298 private K nextKey; field in WeakConcurrentMap.EntryIterator
308 nextKey = nextEntry.getKey().get(); in findNext()
309 if (nextKey != null) { in findNext()
314 nextKey = null; in findNext()
319 return nextKey != null; in hasNext()
324 if (nextKey == null) { in next()
328 return new SimpleEntry(nextKey, nextEntry); in next()
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java167 int nextKey = nextEntry.getKey(); in annotate() local
168 if (nextKey < exclusiveEndOffset) { in annotate()
177 formatAnnotation(nextKey, nextRangeAnnotation.annotation)); in annotate()
183 formatAnnotation(nextKey, nextKey, in annotate()
190 nextKey); in annotate()
193 if (nextKey == exclusiveEndOffset) { in annotate()
/external/mdnsresponder/mDNSShared/
Ddnsextd_parser.y420 DomainAuthInfo * nextKey = key->next; in ParseConfig() local
424 key = nextKey; in ParseConfig()
431 DomainAuthInfo * nextKey = key->next; in ParseConfig() local
435 key = nextKey; in ParseConfig()
/external/clang/lib/Driver/
DMSVCToolChain.cpp149 const char *nextKey = placeHolder; in getSystemRegistryString()
154 while (*nextKey && (*nextKey != '\\')) in getSystemRegistryString()
155 nextKey++; in getSystemRegistryString()
189 bestName.append(nextKey); in getSystemRegistryString()
/external/cldr/tools/java/org/unicode/cldr/icu/
DRegexManager.java334 String nextKey = null; in sortValues() local
336 nextKey = map.get(sortedKeys.get(i + 1)).get1(); in sortValues()
338 if (!groupKey.equals(nextKey)) { in sortValues()
/external/skqp/tests/
DProcessorTest.cpp87 static std::atomic<int32_t> nextKey{0}; in onGetGLSLProcessorKey() local
88 b->add32(nextKey++); in onGetGLSLProcessorKey()
/external/skia/tests/
DProcessorTest.cpp90 static std::atomic<int32_t> nextKey{0}; in onGetGLSLProcessorKey() local
91 b->add32(nextKey++); in onGetGLSLProcessorKey()