Home
last modified time | relevance | path

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

12

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/util/
DIntArrayQueue.java31 private int headIndex; field in IntArrayQueue
38 headIndex = 0; in IntArrayQueue()
66 int value = data[headIndex]; in remove()
67 headIndex = (headIndex + 1) & wrapAroundMask; in remove()
85 headIndex = 0; in clear()
102 int itemsToRight = data.length - headIndex; in doubleArraySize()
103 int itemsToLeft = headIndex; in doubleArraySize()
104 System.arraycopy(data, headIndex, newData, 0, itemsToRight); in doubleArraySize()
107 headIndex = 0; in doubleArraySize()
/external/tflite-support/tensorflow_lite_support/java/src/java/org/tensorflow/lite/task/vision/classifier/
DClassifications.java36 static Classifications create(List<Category> categories, int headIndex) { in create() argument
38 Collections.unmodifiableList(new ArrayList<Category>(categories)), headIndex); in create()
/external/guava/android/guava/src/com/google/common/collect/
DRegularImmutableSortedSet.java213 int index = headIndex(element, false) - 1; in lower()
219 int index = headIndex(element, true) - 1; in floor()
237 return getSubSet(0, headIndex(toElement, inclusive)); in headSetImpl()
240 int headIndex(E toElement, boolean inclusive) { in headIndex() method in RegularImmutableSortedSet
DRegularImmutableSortedMultiset.java98 return getSubMultiset(0, elementSet.headIndex(upperBound, checkNotNull(boundType) == CLOSED)); in headMultiset()
DImmutableSortedMap.java702 return getSubMap(0, keySet.headIndex(checkNotNull(toKey), inclusive));
DMapMakerInternalMap.java1563 int headIndex = head.getHash() & newMask; in expand() local
1567 newTable.set(headIndex, head); in expand()
1573 int tailIndex = headIndex; in expand()
/external/guava/guava/src/com/google/common/collect/
DRegularImmutableSortedSet.java224 int index = headIndex(element, false) - 1; in lower()
230 int index = headIndex(element, true) - 1; in floor()
248 return getSubSet(0, headIndex(toElement, inclusive)); in headSetImpl()
251 int headIndex(E toElement, boolean inclusive) { in headIndex() method in RegularImmutableSortedSet
DRegularImmutableSortedMultiset.java107 return getSubMultiset(0, elementSet.headIndex(upperBound, checkNotNull(boundType) == CLOSED)); in headMultiset()
DImmutableSortedMap.java737 return getSubMap(0, keySet.headIndex(checkNotNull(toKey), inclusive));
DMapMakerInternalMap.java1558 int headIndex = head.getHash() & newMask; in expand() local
1562 newTable.set(headIndex, head); in expand()
1568 int tailIndex = headIndex; in expand()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
DEdits.java519 int headIndex = index++; in previous() local
522 index = headIndex; in previous()
538 int headIndex = index++; in previous()
541 index = headIndex; in previous()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DEdits.java508 int headIndex = index++; in previous() local
511 index = headIndex; in previous()
527 int headIndex = index++; in previous()
530 index = headIndex; in previous()
/external/icu/icu4c/source/common/
Dedits.cpp625 int32_t headIndex = index++; in previous() local
628 index = headIndex; in previous()
644 int32_t headIndex = index++; in previous() local
647 index = headIndex; in previous()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp2568 int32_t headIndex = bootIndex; in hasNext() local
2574 while ( headIndex < MAX_PATTERN_ENTRIES ) { in hasNext()
2580 headIndex++; in hasNext()
2586 if ( patternMap->boot[headIndex] != nullptr ) { in hasNext()
2590 headIndex++; in hasNext()
/external/guava/android/guava/src/com/google/common/cache/
DLocalCache.java2790 int headIndex = head.getHash() & newMask; in expand() local
2794 newTable.set(headIndex, head); in expand()
2800 int tailIndex = headIndex; in expand()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2874 int headIndex = head.getHash() & newMask; in expand() local
2878 newTable.set(headIndex, head); in expand()
2884 int tailIndex = headIndex; in expand()
/external/testng/lib-supplied/
Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ ...
/external/guice/lib/
Dguava-19.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javasymbolsolver_0_6_0/lib/
Dguava-21.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
/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/cldr/tools/java/libs/
Dguava.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...
/external/testng/ant/3rdparty/
Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data ...
/external/dagger2/java/dagger/internal/codegen/bootstrap/
Dbootstrap_compiler_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties META-INF ...

12