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

1 2 3 4

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
index.yaml 6 indexes:
13 # saying "# AUTOGENERATED"). If you want to manage some indexes
  /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...]
  /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/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];
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...]
usprep.cpp 267 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes));
274 profile->mappingData=(uint16_t *)((uint8_t *)(p+_SPREP_INDEX_TOP)+profile->indexes[_SPREP_INDEX_TRIE_SIZE]);
281 normCorrVer = profile->indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION];
289 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
350 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
351 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
528 const int32_t* indexes = profile->indexes; local
557 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &
831 int32_t indexes[16]; local
    [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...]
brkeng.cpp 307 const int32_t *indexes = (const int32_t *)data; local
308 const int32_t offset = indexes[DictionaryData::IX_STRING_TRIE_OFFSET];
309 const int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK;
312 const int32_t transform = indexes[DictionaryData::IX_TRANSFORM];
  /external/icu4c/tools/gennorm2/
n2builder.cpp 178 memset(indexes, 0, sizeof(indexes));
    [all...]
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/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]){
  /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/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/icu4c/test/intltest/
testidn.cpp 68 static const int32_t *indexes = NULL; variable
94 indexes = profile->indexes;
347 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
348 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
350 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
351 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
353 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
354 index < indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START]){
  /external/openssl/crypto/bn/
bn_ctx.c 121 /* Array of indexes into the bignum stack */
122 unsigned int *indexes; member in struct:bignum_ctx_stack
173 while(bnidx++ < stack->indexes[fpidx])
314 st->indexes = NULL;
320 if(st->size) OPENSSL_free(st->indexes);
341 memcpy(newitems, st->indexes, st->depth *
343 if(st->size) OPENSSL_free(st->indexes);
344 st->indexes = newitems;
347 st->indexes[(st->depth)++] = idx;
353 return st->indexes[--(st->depth)]
    [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/icu4c/tools/gendict/
gendict.cpp 449 int32_t indexes[DictionaryData::IX_COUNT] = {
452 int32_t size = outDataSize + indexes[DictionaryData::IX_STRING_TRIE_OFFSET];
453 indexes[DictionaryData::IX_RESERVED1_OFFSET] = size;
454 indexes[DictionaryData::IX_RESERVED2_OFFSET] = size;
455 indexes[DictionaryData::IX_TOTAL_SIZE] = size;
457 indexes[DictionaryData::IX_TRIE_TYPE] = isBytesTrie ? DictionaryData::TRIE_TYPE_BYTES : DictionaryData::TRIE_TYPE_UCHARS;
459 indexes[DictionaryData::IX_TRIE_TYPE] |= DictionaryData::TRIE_HAS_VALUES;
462 indexes[DictionaryData::IX_TRANSFORM] = dict.getTransform();
463 udata_writeBlock(pData, indexes, sizeof(indexes));
    [all...]
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTangentGen.java 128 int[] indexes = new int[]{0,3,1,4,2,5, 5,3, 3,6,4,7,5,8}; local
129 IntBuffer ib = BufferUtils.createIntBuffer(indexes.length);
130 ib.put(indexes);
  /external/jmonkeyengine/engine/src/test/jme3test/model/shape/
TestCustomMesh.java 77 // Indexes. We define the order in which mesh should be constructed
78 int [] indexes = {2,0,1,1,3,2}; local
83 m.setBuffer(Type.Index, 1, BufferUtils.createIntBuffer(indexes));
  /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));
  /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;

Completed in 656 milliseconds

1 2 3 4