Searched refs:maxIndex (Results 1 – 11 of 11) sorted by relevance
/frameworks/base/tests/JankBench/app/src/main/jni/ |
D | Bench.cpp | 226 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/ |
D | EncodedStringValue.java | 253 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/ |
D | HeatmapMaxKeypoint.cpp | 104 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/ |
D | HdmiTvClient.java | 193 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) { 195 mService.setSystemAudioVolume(oldIndex, newIndex, maxIndex);
|
D | IHdmiControlService.aidl | 60 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume() argument
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 82 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/ |
D | HdmiAudioSystemClientTest.java | 255 final int maxIndex) { in setSystemAudioVolume() argument
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 1238 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/ |
D | FragmentTransition.java | 986 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/ |
D | HdmiControlService.java | 1789 final int maxIndex) { in setSystemAudioVolume() argument 1799 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex); in setSystemAudioVolume()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 88103 Landroid/widget/GridLayout$Axis;->maxIndex:I
|