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

1 23 4 5 6 7 8 91011>>

  /external/chromium/chrome/browser/resources/shared/js/cr/ui/
list_selection_model.js 20 // iteration in the order of the indexes.
36 * @type {!Array} The selected indexes.
77 * Selects a range of indexes, starting with {@code start} and ends with
101 * Selects all indexes.
185 var indexes = Object.keys(this.changedIndexes_);
186 if (indexes.length) {
188 e.changes = indexes.map(function(index) {
list_single_selection_model.js 35 * @type {!Array} The selected indexes.
61 * Selects a range of indexes, starting with {@code start} and ends with
72 * Selects all indexes.
142 var indexes = [this.selectedIndexBefore_, this.selectedIndex_];
143 e.changes = indexes.filter(function(index) {
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
file_selection.js 11 * @param {Array.<number>} indexes Selected indexes.
14 function FileSelection(fileManager, indexes) {
17 this.indexes = indexes;
31 for (var i = 0; i < this.indexes.length; i++) {
32 var entry = fileManager.getFileList().item(this.indexes[i]);
215 var indexes =
218 var selection = new FileSelection(this.fileManager_, indexes);
  /external/chromium_org/ui/webui/resources/js/cr/ui/
list_selection_model.js 19 // iteration in the order of the indexes.
38 * The selected indexes.
39 * Setter also changes lead and anchor indexes if value list is nonempty.
87 * Setter also changes lead and anchor indexes if value is nonnegative.
119 * Selects a range of indexes, starting with {@code start} and ends with
143 * Selects all indexes.
240 var indexes = Object.keys(this.changedIndexes_);
241 if (indexes.length) {
243 e.changes = indexes.map(function(index) {
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/plugin_settings/domui/js/cr/ui/
list_single_selection_model.js 34 * @type {!Array} The selected indexes.
60 * Selects a range of indexes, starting with {@code start} and ends with
71 * Selects all indexes.
141 var indexes = [this.selectedIndexBefore_, this.selectedIndex_];
142 e.changes = indexes.filter(function(index) {
  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.cc 136 object_store.indexes.begin();
137 it != object_store.indexes.end();
142 // If the object_store is using auto_increment, then any indexes with an
indexed_db_metadata.h 54 IndexMap indexes; member in struct:content::IndexedDBObjectStoreMetadata
  /external/chromium_org/third_party/icu/source/common/
ubidi_props.h 82 /* indexes into indexes[] */
110 UBIDI_MAX_JG_SHIFT=16 /* max JG value in indexes[UBIDI_MAX_VALUES_INDEX] bits 23..16 */
sprpimpl.h 65 /* indexes[] value names */
87 int32_t indexes[_SPREP_INDEX_TOP]; member in struct:UStringPrepProfile
uresdata.h 79 /* indexes[] value names; indexes are generally 32-bit (Resource) indexes */
81 URES_INDEX_LENGTH, /* [0] contains URES_INDEX_TOP==the length of indexes[];
82 * formatVersion==1: all bits contain the length of indexes[]
85 * only bits 7..0 contain the length of indexes[],
101 * Nofallback attribute, attribute bit 0 in indexes[URES_INDEX_ATTRIBUTES].
107 * If indexes[] is missing or too short, then the attribute cannot be determined
145 * The using-bundle's and the pool-bundle's indexes[URES_INDEX_POOL_CHECKSUM] values
147 * Two bits in indexes[URES_INDEX_ATTRIBUTES] indicate whether a resource bundl
    [all...]
  /external/icu4c/common/
ubidi_props.h 77 /* indexes into indexes[] */
105 UBIDI_MAX_JG_SHIFT=16 /* max JG value in indexes[UBIDI_MAX_VALUES_INDEX] bits 23..16 */
propname.h 113 static const int32_t indexes[]; member in class:PropNameData
132 * int32_t indexes[8];
136 * The first 6 indexes are byte offsets from the beginning of the data
137 * (beginning of indexes[]) to following structures.
142 * The last offset (indexes[PropNameData::IX_TOTAL_SIZE]) indicates the
145 * The sixth index (indexes[PropNameData::IX_MAX_NAME_LENGTH]) has the
sprpimpl.h 65 /* indexes[] value names */
87 int32_t indexes[_SPREP_INDEX_TOP]; member in struct:UStringPrepProfile
uresdata.h 85 /* indexes[] value names; indexes are generally 32-bit (Resource) indexes */
87 URES_INDEX_LENGTH, /* [0] contains URES_INDEX_TOP==the length of indexes[];
88 * formatVersion==1: all bits contain the length of indexes[]
91 * only bits 7..0 contain the length of indexes[],
107 * Nofallback attribute, attribute bit 0 in indexes[URES_INDEX_ATTRIBUTES].
113 * If indexes[] is missing or too short, then the attribute cannot be determined
151 * The using-bundle's and the pool-bundle's indexes[URES_INDEX_POOL_CHECKSUM] values
153 * Two bits in indexes[URES_INDEX_ATTRIBUTES] indicate whether a resource bundl
    [all...]
  /external/llvm/lib/CodeGen/
InterferenceCache.h 54 /// Indexes - Mapping block numbers to SlotIndex ranges.
55 SlotIndexes *Indexes;
96 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0), LIS(0) {}
98 void clear(MachineFunction *mf, SlotIndexes *indexes, LiveIntervals *lis) {
102 Indexes = indexes;
  /external/chromium_org/third_party/icu/source/tools/gennorm2/
n2builder.h 97 return indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]-Normalizer2Impl::MAX_DELTA-1;
111 int32_t indexes[Normalizer2Impl::IX_COUNT]; member in class:Normalizer2DataBuilder
  /external/icu4c/tools/gennorm2/
n2builder.h 97 return indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]-Normalizer2Impl::MAX_DELTA-1;
111 int32_t indexes[Normalizer2Impl::IX_COUNT]; member in class:Normalizer2DataBuilder
  /external/jmonkeyengine/engine/src/test/jme3test/texture/
TestTextureArray.java 65 int[] indexes = { 2, 0, 1, 1, 3, 2 , 6, 4, 5, 5, 7, 6}; local
69 m.setBuffer(Type.Index, 1, BufferUtils.createIntBuffer(indexes));
  /dalvik/vm/alloc/
WriteBarrier.h 43 * Some or perhaps all of the array indexes in the Array, greater than
  /external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
TreeWizard.cs 33 // TODO: build indexes for wizard
126 // TODO: build indexes for the wizard
130 * of token types of interest to the list of indexes into the
571 IList<int> indexes;
573 if ( !tokenTypeToStreamIndexesMap.TryGetValue( tokenType, out indexes ) || indexes == null )
575 indexes = new List<int>(); // no list yet for this token type
576 indexes.Add( streamIndex ); // not there yet, add
577 tokenTypeToStreamIndexesMap[tokenType] = indexes;
581 if ( !indexes.Contains( streamIndex )
    [all...]
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
TreeWizard.cs 33 // TODO: build indexes for wizard
144 // TODO: build indexes for the wizard
148 * of token types of interest to the list of indexes into the
648 IList<int> indexes;
650 if ( !tokenTypeToStreamIndexesMap.TryGetValue( tokenType, out indexes ) || indexes == null )
652 indexes = new List<int>(); // no list yet for this token type
653 indexes.Add( streamIndex ); // not there yet, add
654 tokenTypeToStreamIndexesMap[tokenType] = indexes;
658 if ( !indexes.Contains( streamIndex )
    [all...]
  /external/chromium_org/chrome/browser/spellchecker/
word_trimmer.h 12 // indexes into |text|. The |keep| parameter is the number of words to keep on
  /external/chromium_org/printing/
image_mac.cc 16 // The printing system uses single-page metafiles (page indexes are 1-based).
  /external/chromium_org/tools/perf/benchmarks/
indexeddb_perf.py 11 Indexes:
  /external/libvpx/libvpx/vp9/decoder/
vp9_onyxd_int.h 50 /* Each tile column has its own MODE_INFO stream. This array indexes them by

Completed in 1042 milliseconds

1 23 4 5 6 7 8 91011>>