Searched refs:maxIndex (Results 1 - 6 of 6) sorted by relevance

/frameworks/opt/mms/src/java/com/google/android/mms/pdu/
H A DEncodedStringValue.java253 int maxIndex = addr.length - 1;
254 for (int i = 0; i <= maxIndex; i++) {
256 if (i < maxIndex) {
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
H A DDecTestBench.c490 u32 maxIndex; local
502 maxIndex = (u32)(streamStop - stream);
504 if (maxIndex == 0)
511 } while (byte != 1 && index < maxIndex);
514 if (index == maxIndex || index < 3)
524 maxIndex -= index;
559 if (index == maxIndex)
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace_fixup.cpp474 GLuint minIndex, GLuint maxIndex, nsecs_t startTime) {
477 int minIndex, int maxIndex) */
520 for (GLuint i = minIndex; i < maxIndex; i++) {
536 arg_max->add_intvalue(maxIndex);
547 GLuint *minIndex, GLuint *maxIndex) {
550 *maxIndex = 0;
564 if (index > *maxIndex) *maxIndex = index;
569 GLuint minIndex, GLuint maxIndex, nsecs_t time) {
591 minIndex, maxIndex, tim
471 trace_glVertexAttribPointerData(GLTraceContext *context, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* ptr, GLuint minIndex, GLuint maxIndex, nsecs_t startTime) argument
546 findMinAndMaxIndices(GLvoid *indices, GLsizei count, GLenum type, GLuint *minIndex, GLuint *maxIndex) argument
568 trace_VertexAttribPointerData(GLTraceContext *context, GLuint minIndex, GLuint maxIndex, nsecs_t time) argument
623 GLuint minIndex, maxIndex; local
[all...]
/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp103 int maxIndex = -1; local
109 if ( index > maxIndex ) {
110 maxIndex = index;
114 if ( maxIndex * 3 > positionsLength) {
118 transformedIndexCount = maxIndex - minIndex + 1;
/frameworks/base/core/java/android/widget/
H A DGridLayout.java1170 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1218 if (maxIndex == UNDEFINED) {
1219 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1221 return maxIndex;
1711 maxIndex = UNDEFINED;
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java1098 private int maxIndex = UNDEFINED; field in class:GridLayout.Axis
1145 if (maxIndex == UNDEFINED) {
1146 maxIndex = max(0, calculateMaxIndex()); // use zero when there are no children
1148 return maxIndex;
1646 maxIndex = UNDEFINED;

Completed in 769 milliseconds