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

<<11121314151617181920>>

  /frameworks/base/docs/html/training/secure-file-sharing/
retrieve-info.jd 98 * Get the column indexes of the data in the Cursor,
  /hardware/ti/omap4xxx/camera/inc/
TICameraParameters.h 33 // Supported Camera indexes
  /hardware/ti/wlan/mac80211/ti-utils/
plt.h 87 28 /* 14 indexes of 2 byte -3dBm, 10dBm - 22 dBm */)) /* 320 */
  /libcore/support/src/test/java/tests/support/
Support_Format.java 81 * which stores start and end indexes and an attribute this range
  /frameworks/base/docs/html/training/contacts-provider/
retrieve-names.jd 344 <h3 id="DefineConstants">Define constants for the Cursor column indexes</h3>
348 for the indexes of the {@link android.database.Cursor} columns, because the indexes are
553 Define constants for the Cursor column indexes.
556 the projection is the same, so you can use the same indexes for the Cursor.
751 Define constants for the Cursor column indexes.
755 same column indexes as well.
    [all...]
  /external/chromium_org/third_party/icu/source/common/
normalizer2impl.cpp 296 errorCode=U_INVALID_FORMAT_ERROR; // Not enough indexes.
1925 int32_t indexes[Normalizer2Impl::IX_MIN_MAYBE_YES+1]; local
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
directory_model.js 340 var indexes = this.fileListSelection_.selectedIndexes;
343 return indexes.map(function(i) {
355 var indexes = [];
372 indexes.push(i);
374 this.fileListSelection_.selectedIndexes = indexes;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_compositor.c 924 struct pipe_sampler_view *indexes,
930 assert(s && c && indexes && palette);
942 pipe_sampler_view_reference(&s->layers[layer].sampler_views[0], indexes);
945 calc_src_and_dst(&s->layers[layer], indexes->texture->width0, indexes->texture->height0,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_compositor.c 924 struct pipe_sampler_view *indexes,
930 assert(s && c && indexes && palette);
942 pipe_sampler_view_reference(&s->layers[layer].sampler_views[0], indexes);
945 calc_src_and_dst(&s->layers[layer], indexes->texture->width0, indexes->texture->height0,
    [all...]
  /external/llvm/lib/CodeGen/
RegisterCoalescer.cpp     [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
utxttest.cpp 172 // Build up a mapping between code points and UTF-16 code unit indexes.
291 // nativeMap Mapping from code points to native indexes for the UText.
292 // u16Map Mapping from code points to UTF-16 indexes, for use with the UnicodeString.
304 int srcIndex = 0; // Code Point indexes of the block to operate on for
309 int32_t nativeStart = 0; // Native unit indexes for a test.
313 int32_t u16Start = 0; // UTF-16 indexes for a test.
317 // Iterate over a whole series of source index, length and a target indexes.
318 // This is done with code point indexes; these will be later translated to native
319 // indexes using the cpMap.
    [all...]
bidiconf.cpp 431 // Therefore we just skip the indexes for BiDi controls while comparing
439 // and loop over each run's indexes, but that seems unnecessary for this test code.
tstnorm.cpp 643 // initially set the indexes into the middle of the strings
673 // compare indexes
703 // expected src indexes corresponding to expect indexes
726 // expected src indexes corresponding to expect indexes
735 // initial indexes into the src and expect strings
761 // try again from different "middle" indexes
    [all...]
  /libcore/luni/src/main/java/java/util/
TimSort.java 654 int cursor1 = 0; // Indexes into tmp array
655 int cursor2 = base2; // Indexes int a
656 int dest = base1; // Indexes int a
771 int cursor1 = base1 + len1 - 1; // Indexes into a
772 int cursor2 = len2 - 1; // Indexes into tmp array
773 int dest = base2 + len2 - 1; // Indexes into a
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
CommonTreeNodeStream.as 92 /** Stack of indexes used for push/pop calls */
111 * are indexes into the parent.nodes stream. We avoid making a new
  /external/chromium/chrome/browser/history/
text_database.cc 22 // indexes the contents and title of the pages. The other is a regular SQLITE
39 // free since sqlite always indexes the internal rowid.
  /external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
IDBDatabase.cpp 103 it->value.indexes.set(metadata.id, metadata);
110 it->value.indexes.remove(indexId);
  /external/chromium_org/third_party/icu/source/common/unicode/
ucasemap.h 162 * Do not adjust the titlecasing indexes from BreakIterator::next() indexes;
  /external/chromium_org/third_party/icu/source/i18n/
uspoof_wsconf.cpp 129 // Because Trie values are indexes into the ScriptSets vector, pre-fill
298 // Update the Trie values to be reflect the run time script indexes (after duplicate merging).
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
lp_bld_blend_soa.c 102 * Indexes are: factor[src,dst][color,term][r,g,b,a]
108 * Indexes are: term[src,dst][r,g,b,a]
  /external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
glX_server_table.py 248 # following 2^M values are indexes into the array for the
250 # indexes into the second data structure.
  /external/clang/bindings/python/tests/cindex/
test_type.py 180 """Ensure that negative indexes on argument_types Raises an IndexError."""
189 """Ensure that indexes beyond the length of Type.argument_types() raise."""
  /external/icu4c/common/
ucmndata.c 134 * both the start and limit indexes have moved.
179 * both the start and limit indexes have moved.
  /external/icu4c/common/unicode/
ucasemap.h 162 * Do not adjust the titlecasing indexes from BreakIterator::next() indexes;
  /external/icu4c/i18n/
uspoof_impl.h 280 int32_t fCFUStringIndex; // byte offset to String Indexes table
281 int32_t fCFUStringIndexSize; // number of entries in String Indexes table (16 bits each)

Completed in 931 milliseconds

<<11121314151617181920>>