HomeSort by relevance Sort by last modified time
    Searched full:indexes (Results 1 - 25 of 796) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /development/scripts/app_engine_server/
index.yaml 0 indexes:
8 # saying "# AUTOGENERATED"). If you want to manage some indexes
  /external/chromium/chrome/common/extensions/docs/server/
index.yaml 0 indexes:
8 # saying "# AUTOGENERATED"). If you want to manage some indexes
  /external/webkit/Tools/RebaselineQueueServer/
index.yaml 0 indexes:
8 # saying "# AUTOGENERATED"). If you want to manage some indexes
  /external/apache-harmony/auth/src/test/java/common/org/apache/harmony/auth/tests/javax/security/sasl/
RealmChoiceCallbackTest.java 46 private static final int indexes[] = { Integer.MIN_VALUE, -1, 0, 100, field in class:RealmChoiceCallbackTest
124 assertNull("Incorrect selected indexes", ind);
136 for (int j = 0; j < indexes.length; j++) {
137 rCCB.setSelectedIndex(indexes[j]);
140 assertEquals("Incorrect index", ind[0], indexes[j]);
164 assertNull("Incorrect selected indexes", ind);
165 rCCB.setSelectedIndexes(indexes);
167 assertEquals("Incorrect index length", ind.length, indexes.length);
168 for (int j = 0; j < indexes.length; j++) {
170 ind[j], indexes[j])
    [all...]
  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
index.yaml 6 indexes:
13 # saying "# AUTOGENERATED"). If you want to manage some indexes
  /dalvik/tests/020-string/
expected.txt 7 Indexes are: 0:-1:0:43:33:-1:18:13:13:-1:18:18:-1:13:-1:-1:-1
  /external/chromium/chrome/browser/ui/cocoa/
table_model_array_controller.mm 77 NSIndexSet* indexes = [NSIndexSet indexSetWithIndexesInRange:
79 [self removeObjectsAtArrangedObjectIndexes:indexes];
142 NSMutableIndexSet* indexes = [NSMutableIndexSet indexSet];
147 [indexes addIndex:i + offset];
149 return indexes;
158 NSIndexSet* indexes = [self controllerRowsForModelRowsInRange:range];
159 [self insertObjects:rows atArrangedObjectIndexes:indexes];
165 NSMutableIndexSet* indexes =
176 [indexes shiftIndexesStartingAtIndex:0 by:offset];
182 [indexes shiftIndexesStartingAtIndex:row by:1]
    [all...]
  /external/llvm/lib/CodeGen/
LiveRangeCalc.cpp 30 void LiveRangeCalc::updateLiveIns(VNInfo *OverrideVNI, SlotIndexes *Indexes) {
41 tie(Start, End) = Indexes->getMBBRange(MBB);
59 SlotIndexes *Indexes,
64 assert(Indexes && "Missing SlotIndexes");
67 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot());
71 if (LI->extendInBlock(Indexes->getMBBStartIdx(KillMBB), Kill))
78 VNInfo *VNI = findReachingDefs(LI, KillMBB, Kill, Indexes, DomTree);
82 updateSSA(Indexes, DomTree, Alloc);
84 updateLiveIns(VNI, Indexes);
91 void LiveRangeCalc::calculateValues(SlotIndexes *Indexes,
    [all...]
  /external/icu4c/tools/toolutil/
swapimpl.cpp 107 // formatVersion 2 initially has indexes[8], 32 bytes.
130 // Swap the indexes[] and the valueMaps[].
194 /* the properties file must contain at least the indexes array */
202 /* read the indexes */
210 * indexes[] constants are in uprops.h
237 /* swap the indexes[16] */
317 int32_t indexes[16]; local
362 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */
364 indexes[i]=udata_readInt32(ds, inIndexes[i]);
368 size=indexes[UCASE_IX_LENGTH]
419 int32_t indexes[16]; local
527 int32_t indexes[32]; local
    [all...]
  /external/icu4c/tools/gensprep/
store.c 59 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file
61 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE]
64 * size in bytes = indexes[_SPREP_INDEX_MAPPING_DATA_SIZE]
66 * The indexes array contains the following values:
67 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes
68 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes
69 * indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry in NormalizationCorrections.txt
70 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table
71 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table
72 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the ma (…)
150 static int32_t indexes[_SPREP_INDEX_TOP]={ 0 }; variable
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 167 memset(indexes, 0, sizeof(indexes));
854 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+offset;
861 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+offset;
865 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+offset;
877 if(isDecompNo && start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) {
878 indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]=start;
880 if(isCompNoMaybe && start<indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]) {
881 indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]=start;
    [all...]
  /external/icu4c/common/
ubidi_props.c 33 const int32_t *indexes; member in struct:UBiDiProps
77 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
84 start=bdp->indexes[UBIDI_IX_JG_START];
85 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
116 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX];
155 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
196 start=bdp->indexes[UBIDI_IX_JG_START];
197 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
unormimp.h 88 /* canonStartSets[0..31] contains indexes for what is in the array */
107 /* 14 bit indexes to canonical USerializedSets */
114 /* indexes[] value names */
186 * int32_t indexes[_NORM_INDEX_TOP]; -- _NORM_INDEX_TOP=32, see enum in this file
188 * UTrie normTrie; -- size in bytes=indexes[_NORM_INDEX_TRIE_SIZE]
190 * uint16_t extraData[extraDataTop]; -- extraDataTop=indexes[_NORM_INDEX_UCHAR_COUNT]
194 * uint16_t combiningTable[combiningTableTop]; -- combiningTableTop=indexes[_NORM_INDEX_COMBINE_DATA_COUNT]
198 * UTrie fcdTrie; -- size in bytes=indexes[_NORM_INDEX_FCD_TRIE_SIZE]
200 * UTrie auxTrie; -- size in bytes=indexes[_NORM_INDEX_AUX_TRIE_SIZE]
202 * uint16_t canonStartSets[canonStartSetsTop] -- canonStartSetsTop=indexes[_NORM_INDEX_CANON_SET_COUNT
    [all...]
ucnvsel.cpp 272 * int32_t indexes[UCNVSEL_INDEX_COUNT]; // see index entry constants above
273 * serialized UTrie2; // indexes[UCNVSEL_INDEX_TRIE_SIZE] bytes
274 * uint32_t pv[indexes[UCNVSEL_INDEX_PV_COUNT]]; // bit vectors
275 * char* encodingNames[indexes[UCNVSEL_INDEX_NAMES_LENGTH]]; // NUL-terminated strings + padding
308 int32_t indexes[UCNVSEL_INDEX_COUNT] = { local
317 (int32_t)sizeof(indexes) +
321 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
332 length = (int32_t)sizeof(indexes);
333 uprv_memcpy(p, indexes, length);
410 /* read the indexes */
412 int32_t indexes[16]; local
540 const int32_t *indexes = (const int32_t *)p; local
    [all...]
ucnv_ext.h 95 * int32_t indexes[>=32];
97 * Array of indexes and lengths etc. The length of the array is at least 32.
98 * The actual length is stored in indexes[0] to be forward compatible.
100 * Each index to another array is the number of bytes from indexes[].
103 * Some of the structures may not be present, in which case their indexes
106 * Usage of indexes[i]:
107 * [0] length of indexes[]
126 * [13] index of fromUStage3[] (array of uint16_t indexes into fromUStage3b[])
150 * [>31] reserved; there are indexes[0] indexes
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapCharacterSet.java 74 short[] indexes = new short[size]; local
78 indexes[i] = (short) chr.getKey();
83 oc.write(indexes, "indexes"+style, null);
105 short[] indexes = ic.readShortArray("indexes"+style, null); local
108 for (int i = 0; i < indexes.length; i++){
109 int index = indexes[i] & 0xFFFF;
  /external/webkit/Tools/QueueStatusServer/
index.yaml 0 indexes:
8 # saying "# AUTOGENERATED"). If you want to manage some indexes
  /external/webkit/Tools/TestResultServer/
index.yaml 0 indexes:
8 # saying "# AUTOGENERATED"). If you want to manage some indexes
  /external/clang/test/Index/
complete-kvc.m 59 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText arrayPropertyAtIndexes:}{LeftParen (}{Text NSIndexSet *}{RightParen )}{Text indexes} (40)
61 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText boolPropertyAtIndexes:}{LeftParen (}{Text NSIndexSet *}{RightParen )}{Text indexes} (55)
69 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText insertIntProperty:}{LeftParen (}{Text NSArray *}{RightParen )}{Text array}{HorizontalSpace }{TypedText atIndexes:}{LeftParen (}{Placeholder NSIndexSet *}{RightParen )}{Text indexes} (55)
70 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText insertMutableArrayProperty:}{LeftParen (}{Text NSArray *}{RightParen )}{Text array}{HorizontalSpace }{TypedText atIndexes:}{LeftParen (}{Placeholder NSIndexSet *}{RightParen )}{Text indexes} (40)
83 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText mutableSetPropertyAtIndexes:}{LeftParen (}{Text NSIndexSet *}{RightParen )}{Text indexes} (55)
85 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text NSArray *}{RightParen )}{TypedText myArrayPropertyAtIndexes:}{LeftParen (}{Text NSIndexSet *}{RightParen )}{Text indexes} (40)
88 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText removeMyArrayPropertyAtIndexes:}{LeftParen (}{Text NSIndexSet *}{RightParen )}{Text indexes} (40)
89 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText removeMySetPropertyAtIndexes:}{LeftParen (}{Text NSIndexSet *}{RightParen )}{Text indexes} (55)
92 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText replaceMyArrayPropertyAtIndexes:}{LeftParen (}{Placeholder NSIndexSet *}{RightParen )}{Text indexes}{HorizontalSpace }{TypedText withMyArrayProperty:}{LeftParen (}{Text NSArray *}{RightParen )}{Text array} (40)
93 // CHECK-CC1: ObjCInstanceMethodDecl:{LeftParen (}{Text void}{RightParen )}{TypedText replaceMySetPropertyAtIndexes:}{LeftParen (}{Placeholder NSIndexSet *}{RightParen )}{Text indexes}{HorizontalSpace }{TypedText withMySetProperty:}{LeftParen (}{Text NSArray *}{RightParen )}{Text (…)
    [all...]
  /external/chromium-trace/src/shared/js/cr/ui/
list_selection_model.js 20 // iteration in the order of the indexes.
36 * The selected indexes.
37 * Setter also changes lead and anchor indexes if value list is nonempty.
75 * Setter also changes lead and anchor indexes if value is nonnegative.
89 * Selects a range of indexes, starting with {@code start} and ends with
113 * Selects all indexes.
206 var indexes = Object.keys(this.changedIndexes_);
207 if (indexes.length) {
209 e.changes = indexes.map(function(index) {
list_single_selection_model.js 35 * @type {!Array} The selected indexes.
44 * Setter also changes lead and anchor indexes if value is nonegative.
64 * Selects a range of indexes, starting with {@code start} and ends with
75 * Selects all indexes.
145 var indexes = [this.selectedIndexBefore_, this.selectedIndex_];
146 e.changes = indexes.filter(function(index) {
  /external/icu4c/tools/makeconv/
gencnvex.c 60 uint16_t stage3[0x10000<<UCNV_EXT_STAGE_2_LEFT_SHIFT]; /* 0x10000 because of 16-bit stage 2/3 indexes */
119 int32_t indexes[UCNV_EXT_INDEXES_MIN_LENGTH]={ 0 }; local
145 /* fill indexes[] - offsets/indexes are in units of the target array */
148 indexes[UCNV_EXT_INDEXES_LENGTH]=length=UCNV_EXT_INDEXES_MIN_LENGTH;
151 indexes[UCNV_EXT_TO_U_INDEX]=top;
152 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable);
155 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top;
156 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars);
159 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 206 template<int I, int... Indexes, typename T, typename... Types>
207 struct make_indexes_impl<I, int_tuple<Indexes...>, T, Types...> {
208 typedef typename make_indexes_impl<I+1, int_tuple<Indexes..., I>, Types...>::type type;
211 template<int I, int... Indexes>
212 struct make_indexes_impl<I, int_tuple<Indexes...> > {
213 typedef int_tuple<Indexes...> type;
231 typedef typename make_indexes<BoundArgs...>::type indexes; typedef in class:bound_functor
286 template<typename F, int... Indexes, typename... Args>
288 unwrap_and_forward(F& f, int_tuple<Indexes...>, const tuple<Args&...>& args) {
289 return f(get<Indexes>(args)...)
    [all...]
  /external/chromium/chrome/browser/resources/shared/js/cr/ui/table/
table_selection_model.js 14 * Selected items are stored, not indexes, so selections are preserved
51 * selected indexes changes are processed in adjustToReordering.
  /external/icu4c/test/cintltst/
sprpdata.c 153 int32_t* indexes = data->indexes; local
172 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
173 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
175 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
176 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
178 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
179 index < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){

Completed in 2893 milliseconds

1 2 3 4 5 6 7 8 91011>>