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.
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRToken.h 53 // provide hooks to explicitely set the text as opposed to use the indices into the CharStream
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/A/Headers/
ANTLRToken.h 53 // provide hooks to explicitely set the text as opposed to use the indices into the CharStream
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Versions/Current/Headers/
ANTLRToken.h 53 // provide hooks to explicitely set the text as opposed to use the indices into the CharStream
  /external/antlr/antlr-3.4/runtime/ObjC/Framework/
ANTLRToken.h 62 // provide hooks to explicitely set the text as opposed to use the indices into the CharStream
  /external/apache-http/src/org/apache/commons/codec/binary/
BinaryCodec.java 173 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
200 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
229 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
259 * We decr index jj by 8 as we go along to not recompute indices using multiplication every time inside the
  /external/chromium/chrome/browser/automation/
automation_provider_json.cc 92 *error = "Cannot locate tab from given indices";
  /external/chromium/chrome/browser/chromeos/login/
default_user_images.cc 41 // the default images indices. Returns the index of the image in |image_id|
  /external/chromium/chrome/browser/userfeedback/proto/
dom.proto 95 // Ordered list of zero-based indices.
  /external/chromium/net/tools/flip_server/
balsa_headers_token_utils.h 43 // in some buffer, populates tokens list with beginning and end indices
  /external/chromium_org/chrome/browser/automation/
automation_util.h 43 // |BrowserList|. If any of these indices are invalid, NULL will be returned.
  /external/chromium_org/chrome/browser/chromeos/login/
default_user_images.h 55 // existing users may have images with smaller indices.
  /external/chromium_org/chrome/browser/feedback/proto/
dom.proto 96 // Ordered list of zero-based indices.
  /external/chromium_org/chrome/browser/history/
select_favicon_frames.h 45 // the indices of the best sizes to use to create an ImageSkia that's
  /external/chromium_org/chrome/browser/sync/test/integration/
extensions_helper.h 42 // Returns a vector containing the indices of all currently installed
  /external/chromium_org/chrome/test/functional/tracing/
tab_tracker.py 11 This allows the creation of tabs whose indices can be

Completed in 440 milliseconds

<<11121314151617181920>>