Home
last modified time | relevance | path

Searched refs:maxIndex (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/tests/JankBench/app/src/main/jni/
DBench.cpp226 size_t maxIndex = size / sizeof(void *); in runMemoryLatencyTest() local
227 size_t loops = ((maxIndex / 2) & (~3)); in runMemoryLatencyTest()
231 __android_log_print(ANDROID_LOG_INFO, "bench", "latency build %i %i", (int)maxIndex, loops); in runMemoryLatencyTest()
238 ni = ni % maxIndex; in runMemoryLatencyTest()
241 if (ni >= maxIndex) { in runMemoryLatencyTest()
/frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
DEncodedStringValue.java253 int maxIndex = addr.length - 1; in concat() local
254 for (int i = 0; i <= maxIndex; i++) { in concat()
256 if (i < maxIndex) { in concat()
/frameworks/ml/nn/common/operations/
DHeatmapMaxKeypoint.cpp104 uint32_t maxIndex = 0; in heatmapMaxKeypointFloat32Nhwc() local
110 maxIndex = k; in heatmapMaxKeypointFloat32Nhwc()
114 uint32_t maxIndexWidth = maxIndex % heatmapSize; in heatmapMaxKeypointFloat32Nhwc()
115 uint32_t maxIndexHeight = maxIndex / heatmapSize; in heatmapMaxKeypointFloat32Nhwc()
/frameworks/base/core/java/android/hardware/hdmi/
DHdmiTvClient.java193 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) {
195 mService.setSystemAudioVolume(oldIndex, newIndex, maxIndex);
DIHdmiControlService.aidl60 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume() argument
/frameworks/base/core/jni/android/opengl/
Dutil.cpp82 int maxIndex = -1; in visibilityTest() local
88 if ( index > maxIndex ) { in visibilityTest()
89 maxIndex = index; in visibilityTest()
93 if ( maxIndex * 3 > positionsLength) { in visibilityTest()
97 int transformedIndexCount = maxIndex - minIndex + 1; in visibilityTest()
/frameworks/base/core/tests/hdmitests/src/android/hardware/hdmi/
DHdmiAudioSystemClientTest.java255 final int maxIndex) { in setSystemAudioVolume() argument
/frameworks/base/core/java/android/widget/
DGridLayout.java1238 private int maxIndex = UNDEFINED; field in GridLayout.Axis
1290 if (maxIndex == UNDEFINED) { in getMaxIndex()
1291 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children in getMaxIndex()
1293 return maxIndex; in getMaxIndex()
1904 maxIndex = UNDEFINED;
/frameworks/base/core/java/android/app/
DFragmentTransition.java986 final int maxIndex) { in containedBeforeIndex() argument
987 for (int i = 0; i < maxIndex; i++) { in containedBeforeIndex()
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiControlService.java1789 final int maxIndex) { in setSystemAudioVolume() argument
1799 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex); in setSystemAudioVolume()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt88103 Landroid/widget/GridLayout$Axis;->maxIndex:I