Searched defs:nextEntry (Results 1 - 25 of 38) sorted by relevance

12

/external/jacoco/org.jacoco.core/src/org/jacoco/core/analysis/
H A DAnalyzer.java259 while ((entry = nextEntry(zip, location)) != null) {
265 private ZipEntry nextEntry(final ZipInputStream input, method in class:Analyzer
/external/jacoco/org.jacoco.core/src/org/jacoco/core/instr/
H A DInstrumenter.java214 while ((entry = nextEntry(zipin, name)) != null) {
230 private ZipEntry nextEntry(final ZipInputStream input, method in class:Instrumenter
/external/turbine/java/com/google/turbine/bytecode/
H A DConstantPool.java34 int nextEntry = 1; field in class:ConstantPool
162 int entry = nextEntry;
164 nextEntry += width(key.kind());
165 if ((nextEntry & 0xffff) != nextEntry) {
/external/deqp/framework/randomshaders/
H A DrsgVariableManager.hpp131 Iterator nextEntry = m_iter; local
133 nextEntry = findNext(m_filter, nextEntry, m_end);
134 return FilteredIterator(nextEntry, m_end, m_filter);
/external/mockito/src/main/java/org/mockito/internal/util/concurrent/
H A DWeakConcurrentMap.java293 private Map.Entry<WeakKey<K>, V> nextEntry; field in class:WeakConcurrentMap.EntryIterator
304 nextEntry = iterator.next();
305 nextKey = nextEntry.getKey().get();
310 nextEntry = null;
325 return new SimpleEntry(nextKey, nextEntry);
/external/antlr/antlr-3.4/runtime/C/include/
H A Dantlr3collections.h83 struct ANTLR3_HASH_ENTRY_struct * nextEntry; member in struct:ANTLR3_HASH_ENTRY_struct
/external/guava/guava-gwt/src-super/com/google/common/cache/super/com/google/common/cache/
H A DLocalCache.java543 Entry<K, Timestamped<V>> nextEntry; field in class:LocalCache.EntryIterator
551 if (nextEntry == null) {
554 if (nextEntry == null) {
559 lastEntry = nextEntry;
560 nextEntry = null;
566 if (nextEntry == null) {
570 nextEntry = next;
/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3collections.c201 pANTLR3_HASH_ENTRY nextEntry; local
225 nextEntry = entry->nextEntry;
246 entry = nextEntry; /* Load next pointer to see if we shoud free it */
308 (*nextPointer) = entry->nextEntry;
319 nextPointer = & (entry->nextEntry); /* Address of the next pointer in the current entry */
320 entry = entry->nextEntry; /* Address of the next element in the bucket (if any) */
365 (*nextPointer) = entry->nextEntry;
384 nextPointer = & (entry->nextEntry); /* Address of the next pointer in the current entry */
385 entry = entry->nextEntry; /* Addres
2193 pANTLR3_TRIE_ENTRY nextEntry; local
[all...]
/external/guava/guava/src/com/google/common/collect/
H A DMapMakerInternalMap.java3596 ReferenceEntry<K, V> nextEntry; field in class:MapMakerInternalMap.HashIterator
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) || nextInChai
3685 WriteThroughEntry nextEntry() { method in class:MapMakerInternalMap.HashIterator
[all...]
/external/guava/guava/src/com/google/common/cache/
H A DLocalCache.java4254 ReferenceEntry<K, V> nextEntry; field in class:LocalCache.HashIterator
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) || nextInChai
4344 WriteThroughEntry nextEntry() { method in class:LocalCache.HashIterator
[all...]
/external/guice/extensions/persist/lib/
H A Dcommons-collections.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt META-INF/NOTICE ...
H A Dhibernate-search.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hibernate/ org/hibernate/search/ org/hibernate/search/annotations/ ...
/external/caliper/lib/
H A Dgson-2.2.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/stream/ ...
H A Djersey-core-1.11.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/jersey-module-version META- ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dplume-core.jarMETA-INF/ META-INF/MANIFEST.MF plume/ArraysMDE$ComparableArrayComparatorLengthFirst.class ArraysMDE.java package ...
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
/external/guice/lib/build/
H A Dguava-testlib-16.0.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...

Completed in 549 milliseconds

12