Home
last modified time | relevance | path

Searched refs:headIndex (Results 1 – 9 of 9) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DRegularImmutableSortedSet.java196 int index = headIndex(element, false) - 1; in lower()
202 int index = headIndex(element, true) - 1; in floor()
220 return getSubSet(0, headIndex(toElement, inclusive)); in headSetImpl()
223 int headIndex(E toElement, boolean inclusive) { in headIndex() method in RegularImmutableSortedSet
DRegularImmutableSortedMultiset.java87 return getSubMultiset(0, elementSet.headIndex(upperBound, checkNotNull(boundType) == CLOSED)); in headMultiset()
DRegularImmutableSortedMap.java114 return getSubMap(0, keySet.headIndex(checkNotNull(toKey), inclusive)); in headMap()
DMapMakerInternalMap.java2597 int headIndex = head.getHash() & newMask; in expand() local
2601 newTable.set(headIndex, head); in expand()
2607 int tailIndex = headIndex; in expand()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp1975 int32_t headIndex=bootIndex; in hasNext() local
1981 while ( headIndex < MAX_PATTERN_ENTRIES ) { in hasNext()
1987 headIndex++; in hasNext()
1993 if ( patternMap->boot[headIndex] != NULL ) { in hasNext()
1997 headIndex++; in hasNext()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2924 int headIndex = head.getHash() & newMask; in expand() local
2928 newTable.set(headIndex, head); in expand()
2934 int tailIndex = headIndex; in expand()
/external/owasp/sanitizer/lib/guava-libraries/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/owasp/sanitizer/distrib/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
/external/vogar/lib/
Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...