/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/ |
D | DecTestBench.c | 490 u32 maxIndex; in NextPacket() local 502 maxIndex = (u32)(streamStop - stream); in NextPacket() 504 if (maxIndex == 0) in NextPacket() 511 } while (byte != 1 && index < maxIndex); in NextPacket() 514 if (index == maxIndex || index < 3) in NextPacket() 524 maxIndex -= index; in NextPacket() 559 if (index == maxIndex) in NextPacket()
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_fixup.cpp | 539 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) { in trace_glVertexAttribPointerData() argument 585 for (GLuint i = minIndex; i < maxIndex; i++) { in trace_glVertexAttribPointerData() 601 arg_max->add_intvalue(maxIndex); in trace_glVertexAttribPointerData() 612 GLuint *minIndex, GLuint *maxIndex) { in findMinAndMaxIndices() argument 615 *maxIndex = 0; in findMinAndMaxIndices() 629 if (index > *maxIndex) *maxIndex = index; in findMinAndMaxIndices() 634 GLuint minIndex, GLuint maxIndex, nsecs_t time) { in trace_VertexAttribPointerData() argument 656 minIndex, maxIndex, time); in trace_VertexAttribPointerData() 688 GLuint minIndex, maxIndex; in trace_VertexAttribPointerDataForGlDrawElements() local 705 findMinAndMaxIndices(indexBuffer, count, type, &minIndex, &maxIndex); in trace_VertexAttribPointerDataForGlDrawElements() [all …]
|
/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/base/core/java/android/hardware/hdmi/ |
D | HdmiTvClient.java | 192 public void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex) { 194 mService.setSystemAudioVolume(oldIndex, newIndex, maxIndex);
|
D | IHdmiControlService.aidl | 58 void setSystemAudioVolume(int oldIndex, int newIndex, int maxIndex); in setSystemAudioVolume() argument
|
/frameworks/base/libs/hwui/ |
D | DeferredDisplayList.h | 149 void discardDrawingBatches(const unsigned int maxIndex);
|
D | DeferredDisplayList.cpp | 665 void DeferredDisplayList::discardDrawingBatches(const unsigned int maxIndex) { in discardDrawingBatches() argument 666 for (unsigned int i = mEarliestUnclearedIndex; i <= maxIndex; i++) { in discardDrawingBatches() 673 mEarliestUnclearedIndex = maxIndex + 1; in discardDrawingBatches()
|
/frameworks/base/core/jni/android/opengl/ |
D | util.cpp | 104 int maxIndex = -1; in visibilityTest() local 110 if ( index > maxIndex ) { in visibilityTest() 111 maxIndex = index; in visibilityTest() 115 if ( maxIndex * 3 > positionsLength) { in visibilityTest() 119 transformedIndexCount = maxIndex - minIndex + 1; in visibilityTest()
|
/frameworks/support/v4/api21/android/support/v4/app/ |
D | FragmentTransitionCompat21.java | 270 final int maxIndex) { in containedBeforeIndex() argument 271 for (int i = 0; i < maxIndex; i++) { in containedBeforeIndex()
|
/frameworks/base/core/java/android/widget/ |
D | GridLayout.java | 1199 private int maxIndex = UNDEFINED; field in GridLayout.Axis 1251 if (maxIndex == UNDEFINED) { in getMaxIndex() 1252 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children in getMaxIndex() 1254 return maxIndex; in getMaxIndex() 1864 maxIndex = UNDEFINED;
|
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/ |
D | GridLayout.java | 1094 private int maxIndex = UNDEFINED; field in GridLayout.Axis 1146 if (maxIndex == UNDEFINED) { in getMaxIndex() 1147 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children in getMaxIndex() 1149 return maxIndex; in getMaxIndex() 1759 maxIndex = UNDEFINED;
|
/frameworks/base/services/core/java/com/android/server/hdmi/ |
D | HdmiControlService.java | 1429 final int maxIndex) { in setSystemAudioVolume() argument 1439 tv.changeVolume(oldIndex, newIndex - oldIndex, maxIndex); in setSystemAudioVolume()
|
/frameworks/base/core/java/android/app/ |
D | BackStackRecord.java | 1373 final int maxIndex) { in containedBeforeIndex() argument 1374 for (int i = 0; i < maxIndex; i++) { in containedBeforeIndex()
|
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/ |
D | LayoutBinderWriter.kt | 323 val indexStart = maxIndex() + 1 in calculateIndices()
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |