/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/ |
H A D | AnnotatedBytes.java | 165 Map.Entry<Integer, AnnotationEndpoint> nextEntry = annotatations.higherEntry(cursor); 166 if (nextEntry != null) { 167 int nextKey = nextEntry.getKey(); 171 AnnotationEndpoint nextEndpoint = nextEntry.getValue(); 195 endPoint = nextEntry.getValue();
|
/external/deqp/framework/randomshaders/ |
H A D | rsgVariableManager.hpp | 131 Iterator nextEntry = m_iter; local 133 nextEntry = findNext(m_filter, nextEntry, m_end); 134 return FilteredIterator(nextEntry, m_end, m_filter);
|
/external/antlr/antlr-3.4/runtime/C/src/ |
H A D | antlr3collections.c | 201 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/smack/src/org/jivesoftware/smack/util/collections/ |
H A D | AbstractReferenceMap.java | 795 protected ReferenceEntry<K, V> nextEntry() { method in class:AbstractReferenceMap.ReferenceIteratorBase 815 return nextEntry(); 856 return nextEntry().getKey(); 870 return nextEntry().getValue(); 884 return nextEntry().getKey();
|
H A D | AbstractHashedMap.java | 737 return super.nextEntry().getKey(); 849 return super.nextEntry(); 928 return super.nextEntry().getKey(); 1001 return super.nextEntry().getValue(); 1122 protected HashEntry<K, V> nextEntry() { method in class:AbstractHashedMap.HashIterator
|
/external/chromium_org/chrome/browser/resources/history/ |
H A D | history.js | 1173 var nextEntry = entry.nextSibling; 1177 if (!previousEntry && nextEntry && nextEntry.classList.contains('gap')) 1178 toRemove.push(nextEntry); 1181 if (!nextEntry && previousEntry && previousEntry.classList.contains('gap')) 1185 if (nextEntry && nextEntry.classList.contains('gap') && 1187 toRemove.push(nextEntry);
|
/external/chromium_org/third_party/skia/src/ports/ |
H A D | SkFontMgr_android.cpp | 499 NameToFamily* nextEntry = nameToFamily->append(); local 500 SkNEW_PLACEMENT_ARGS(&nextEntry->name, SkString, (family.fNames[j])); 501 nextEntry->styleSet = newSet;
|
/external/antlr/antlr-3.4/runtime/C/include/ |
H A D | antlr3collections.h | 83 struct ANTLR3_HASH_ENTRY_struct * nextEntry; member in struct:ANTLR3_HASH_ENTRY_struct
|
/external/guava/guava/src/com/google/common/cache/ |
H A D | LocalCache.java | 4286 ReferenceEntry<K, V> nextEntry; field in class:LocalCache.HashIterator 4323 if (nextEntry != null) { 4324 for (nextEntry = nextEntry.getNext(); nextEntry != null; nextEntry = nextEntry.getNext()) { 4325 if (advanceTo(nextEntry)) { 4338 if ((nextEntry = currentTable.get(nextTableIndex--)) != null) { 4339 if (advanceTo(nextEntry) || nextInChai 4372 WriteThroughEntry nextEntry() { method in class:LocalCache.HashIterator [all...] |
/external/guava/guava/src/com/google/common/collect/ |
H A D | MapMakerInternalMap.java | 3652 ReferenceEntry<K, V> nextEntry; field in class:MapMakerInternalMap.HashIterator 3689 if (nextEntry != null) { 3690 for (nextEntry = nextEntry.getNext(); nextEntry != null; nextEntry = nextEntry.getNext()) { 3691 if (advanceTo(nextEntry)) { 3704 if ((nextEntry = currentTable.get(nextTableIndex--)) != null) { 3705 if (advanceTo(nextEntry) || nextInChai 3737 WriteThroughEntry nextEntry() { method in class:MapMakerInternalMap.HashIterator [all...] |
/external/chromium_org/third_party/WebKit/Source/wtf/ |
H A D | PartitionAlloc.cpp | 490 PartitionFreelistEntry* nextEntry = reinterpret_cast<PartitionFreelistEntry*>(freelistPointer); local 491 entry->next = partitionFreelistMask(nextEntry); 492 entry = nextEntry;
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
H A D | org.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
H A D | org.eclipse.ui.ide_3.6.2.M20101117-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
H A D | ant-nodeps.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/owasp/sanitizer/distrib/lib/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
H A D | guava.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ... |
/external/chromium_org/third_party/checkstyle/ |
H A D | checkstyle-5.7-all.jar | META-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ... |
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/javascript/ com/google/javascript/jscomp/ ... |
/external/chromium_org/third_party/closure_compiler/compiler/ |
H A D | compiler.jar | META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ... |
/external/jarjar/lib/ |
H A D | apache-ant-1.9.4.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |
/external/owasp/sanitizer/tools/findbugs/lib/ |
H A D | ant.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ... |