Home
last modified time | relevance | path

Searched refs:previousEntry (Results 1 – 2 of 2) sorted by relevance

/external/smali/dexlib2/src/main/java/org/jf/dexlib2/util/
DAnnotatedBytes.java141 Map.Entry<Integer, AnnotationEndpoint> previousEntry = annotatations.lowerEntry(cursor); in annotate() local
142 if (previousEntry != null) { in annotate()
143 AnnotationEndpoint previousAnnotations = previousEntry.getValue(); in annotate()
149 formatAnnotation(previousEntry.getKey(), in annotate()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DImmutableSortedMap.java191 Entry<K, V> previousEntry = map.tailMap(key).entrySet().iterator().next(); in putEntryWithChecks() local
194 + previousEntry.getKey() in putEntryWithChecks()
196 + previousEntry.getValue() in putEntryWithChecks()