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

1 2 3 4 5 6 7 8 91011>>

  /development/tools/idegen/src/com/android/idegen/
ModuleCache.java 38 ModuleIndexes indexes; field in class:ModuleCache
50 indexes = new ModuleIndexes(indexFile);
51 indexes.build();
55 Preconditions.checkState(indexes != null, "You must call init() first.");
59 String makeFile = indexes.getMakeFile(moduleName);
72 if (indexes.isPartOfAggregatedModule(moduleName)) {
73 Set<String> moduleNames = indexes.getAggregatedModules(moduleName);
81 String aggregatedName = indexes.getAggregateName(moduleName);
93 return indexes.getMakeFile(moduleName);
102 if (indexes.isPartOfAggregatedModule(moduleName))
    [all...]
  /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/icu4c/tools/toolutil/
swapimpl.cpp 108 // formatVersion 2 initially has indexes[8], 32 bytes.
131 // Swap the indexes[] and the valueMaps[].
195 /* the properties file must contain at least the indexes array */
203 /* read the indexes */
211 * indexes[] constants are in uprops.h
238 /* swap the indexes[16] */
318 int32_t indexes[16]; local
363 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */
365 indexes[i]=udata_readInt32(ds, inIndexes[i]);
369 size=indexes[UCASE_IX_LENGTH]
420 int32_t indexes[16]; local
528 int32_t indexes[32]; local
    [all...]
  /external/icu4c/common/
dictionarydata.cpp 155 int32_t indexes[DictionaryData::IX_COUNT]; local
178 if (length < (int32_t)(sizeof(indexes))) {
186 indexes[i] = udata_readInt32(ds, inIndexes[i]);
189 size = indexes[DictionaryData::IX_TOTAL_SIZE];
203 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
204 offset = (int32_t)sizeof(indexes);
205 int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK;
206 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET];
221 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET];
223 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE]
    [all...]
ubidi_props.c 32 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/icu4c/tools/gensprep/
store.c 60 * int32_t indexes[_SPREP_INDEX_TOP]; -- _SPREP_INDEX_TOP=16, see enum in sprpimpl.h file
62 * UTrie stringPrepTrie; -- size in bytes=indexes[_SPREP_INDEX_TRIE_SIZE]
65 * size in bytes = indexes[_SPREP_INDEX_MAPPING_DATA_SIZE]
67 * The indexes array contains the following values:
68 * indexes[_SPREP_INDEX_TRIE_SIZE] -- The size of the StringPrep trie in bytes
69 * indexes[_SPREP_INDEX_MAPPING_DATA_SIZE] -- The size of the mappingTable in bytes
70 * indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] -- The index of Unicode version of last entry in NormalizationCorrections.txt
71 * indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] -- The starting index of 1 UChar mapping index in the mapping table
72 * indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] -- The starting index of 2 UChars mapping index in the mapping table
73 * indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] -- The starting index of 3 UChars mapping index in the ma (…)
151 static int32_t indexes[_SPREP_INDEX_TOP]={ 0 }; variable
    [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/llvm/lib/CodeGen/
LiveRangeCalc.cpp 27 Indexes = SI;
40 assert(MRI && Indexes && "call reset() first");
51 Idx = Indexes->getMBBStartIdx(MI->getParent());
54 Idx = Indexes->getInstructionIndex(MI)
64 assert(MRI && Indexes && "call reset() first");
86 Idx = Indexes->getMBBEndIdx(MI->getOperand(I.getOperandNo()+1).getMBB());
89 Idx = Indexes->getInstructionIndex(MI).getRegSlot();
117 tie(Start, End) = Indexes->getMBBRange(MBB);
140 assert(Indexes && "Missing SlotIndexes");
143 MachineBasicBlock *KillMBB = Indexes->getMBBFromIndex(Kill.getPrevSlot())
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 178 memset(indexes, 0, sizeof(indexes));
    [all...]
  /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 */
120 int32_t indexes[UCNV_EXT_INDEXES_MIN_LENGTH]={ 0 }; local
146 /* fill indexes[] - offsets/indexes are in units of the target array */
149 indexes[UCNV_EXT_INDEXES_LENGTH]=length=UCNV_EXT_INDEXES_MIN_LENGTH;
152 indexes[UCNV_EXT_TO_U_INDEX]=top;
153 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable);
156 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top;
157 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars);
160 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top
    [all...]
  /external/clang/test/CXX/temp/temp.decls/temp.variadic/
example-bind.cpp 207 template<int I, int... Indexes, typename T, typename... Types>
208 struct make_indexes_impl<I, int_tuple<Indexes...>, T, Types...> {
209 typedef typename make_indexes_impl<I+1, int_tuple<Indexes..., I>, Types...>::type type;
212 template<int I, int... Indexes>
213 struct make_indexes_impl<I, int_tuple<Indexes...> > {
214 typedef int_tuple<Indexes...> type;
232 typedef typename make_indexes<BoundArgs...>::type indexes; typedef in class:bound_functor
287 template<typename F, int... Indexes, typename... Args>
289 unwrap_and_forward(F& f, int_tuple<Indexes...>, const tuple<Args&...>& args) {
290 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 154 int32_t* indexes = data->indexes; local
173 if(idx >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
174 idx < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
176 }else if(idx >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
177 idx < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
179 }else if(idx >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
180 idx < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){

Completed in 1602 milliseconds

1 2 3 4 5 6 7 8 91011>>