HomeSort by relevance Sort by last modified time
    Searched full:indices (Results 476 - 500 of 3095) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/util/
SparseLongArray.java 23 * there can be gaps in the indices. It is intended to be more memory efficient
169 * <p>The keys corresponding to indices in ascending order are guaranteed to
183 * <p>The values corresponding to indices in ascending order are guaranteed
  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 27 * It caches the indices that have been determined through the binary search and also
57 * This contains a cache of the computed indices so far. It will get reset whenever
109 * Sets a new cursor as the data set and resets the cache of indices.
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneResultAdapter.java 162 ArrayList<Integer> indices = mTimeZoneData.getTimeZonesByOffset(time); local
163 if (indices != null) {
164 for (Integer i : indices) {
  /dalvik/dexgen/src/com/android/dexgen/rop/
StdAttributeList.java 28 * Constructs an instance. All indices initially contain {@code null}.
  /dalvik/dexgen/src/com/android/dexgen/rop/annotation/
AnnotationsList.java 60 * Constructs an instance. All indices initially contain {@code null}.
  /dalvik/dx/src/com/android/dx/cf/iface/
StdAttributeList.java 28 * Constructs an instance. All indices initially contain {@code null}.
  /dalvik/dx/src/com/android/dx/rop/annotation/
AnnotationsList.java 60 * Constructs an instance. All indices initially contain {@code null}.
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 517 void GLEncoder::s_glDrawElements(void *self, GLenum mode, GLsizei count, GLenum type, const void *indices)
548 ctx->glDrawElementsOffset(ctx, mode, count, type, (GLuint)indices);
553 indices = (void*)((GLintptr)buf->m_fixedBuffer.ptr() + (GLintptr)indices);
557 void *adjustedIndices = (void*)indices;
563 GLUtils::minmax<unsigned char>((unsigned char *)indices, count, &minIndex, &maxIndex);
566 GLUtils::shiftIndices<unsigned char>((unsigned char *)indices,
573 GLUtils::minmax<unsigned short>((unsigned short *)indices, count, &minIndex, &maxIndex);
576 GLUtils::shiftIndices<unsigned short>((unsigned short *)indices,
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
TokenSource.as 32 * computed from a CharStream; it only store indices into the char stream.
  /external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
TokenSource.java 32 * computed from a CharStream; it only store indices into the char stream.