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

1 2 3

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/
index.yaml 6 indexes:
13 # 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/icu4c/tools/toolutil/
swapimpl.cpp 109 /* the properties file must contain at least the indexes array */
117 /* read the indexes */
125 * indexes[] constants are in uprops.h
152 /* swap the indexes[16] */
232 int32_t indexes[16]; local
277 /* read the first 16 indexes (ICU 3.2/format version 1: UCASE_IX_TOP==16, might grow) */
279 indexes[i]=udata_readInt32(ds, inIndexes[i]);
283 size=indexes[UCASE_IX_LENGTH];
300 /* swap the int32_t indexes[] */
301 count=indexes[UCASE_IX_INDEX_TOP]*4
334 int32_t indexes[16]; local
442 int32_t indexes[32]; local
    [all...]
  /external/icu4c/tools/genprops/
store.c 37 structures that store indexes or data.
63 const int32_t indexes[16] with values i0..i15:
142 The data words consist of 32-bit unit indexes (not row indexes!) into the
189 The indexes[] values for the omitted structures are still filled in
357 static int32_t indexes[UPROPS_INDEX_COUNT]={ local
378 offset=sizeof(indexes)/4; /* uint32_t offset to the properties trie */
383 indexes[UPROPS_PROPS32_INDEX]= /* set indexes to the same offsets for empty */
384 indexes[UPROPS_EXCEPTIONS_INDEX]= /* structures from the old format version 3 *
    [all...]
genprops.h 90 writeAdditionalData(FILE *f, uint8_t *p, int32_t capacity, int32_t indexes[16]);
props2.c 707 writeAdditionalData(FILE *f, uint8_t *p, int32_t capacity, int32_t indexes[UPROPS_INDEX_COUNT]) {
780 /* set indexes */
781 indexes[UPROPS_ADDITIONAL_VECTORS_INDEX]=
782 indexes[UPROPS_ADDITIONAL_TRIE_INDEX]+length/4;
783 indexes[UPROPS_ADDITIONAL_VECTORS_COLUMNS_INDEX]=UPROPS_VECTOR_WORDS;
784 indexes[UPROPS_RESERVED_INDEX]=
785 indexes[UPROPS_ADDITIONAL_VECTORS_INDEX]+pvCount;
787 indexes[UPROPS_MAX_VALUES_INDEX]=
791 indexes[UPROPS_MAX_VALUES_2_INDEX]=
806 fprintf(f, "static const int32_t propsVectorsColumns=%ld;\n", (long)indexes[UPROPS_ADDITIONAL_VECTORS_COLUMNS_INDEX])
    [all...]
  /external/icu4c/tools/genbidi/
store.c 41 structures that store indexes or data.
52 const int32_t indexes[i0] with values i0, i1, ...:
53 (see UBIDI_IX_... constants for names of indexes)
55 i0 indexLength; -- length of indexes[] (UBIDI_IX_TOP)
56 i1 dataLength; -- length in bytes of the post-header data (incl. indexes[])
119 The start and limit code points for the range are stored in the indexes[]
223 * find each mirror code point in the source column and set each other's indexes
226 * reduce the table, combine the source code points with their indexes
257 * set both entries' indexes to each other
289 static int32_t indexes[UBIDI_IX_TOP]= local
    [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...]
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/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];
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 270 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes));
277 profile->mappingData=(uint16_t *)((uint8_t *)(p+_SPREP_INDEX_TOP)+profile->indexes[_SPREP_INDEX_TRIE_SIZE]);
284 normCorrVer = profile->indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION];
292 ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/
353 newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0);
354 newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0);
531 const int32_t* indexes = profile->indexes; local
560 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &
834 int32_t indexes[16]; local
    [all...]
ucnvsel.cpp 270 * int32_t indexes[UCNVSEL_INDEX_COUNT]; // see index entry constants above
271 * serialized UTrie2; // indexes[UCNVSEL_INDEX_TRIE_SIZE] bytes
272 * uint32_t pv[indexes[UCNVSEL_INDEX_PV_COUNT]]; // bit vectors
273 * char* encodingNames[indexes[UCNVSEL_INDEX_NAMES_LENGTH]]; // NUL-terminated strings + padding
306 int32_t indexes[UCNVSEL_INDEX_COUNT] = { local
315 (int32_t)sizeof(indexes) +
319 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize;
330 length = (int32_t)sizeof(indexes);
331 uprv_memcpy(p, indexes, length);
408 /* read the indexes */
410 int32_t indexes[16]; local
538 const int32_t *indexes = (const int32_t *)p; local
    [all...]
sprpimpl.h 65 /* indexes[] value names */
87 int32_t indexes[_SPREP_INDEX_TOP]; member in struct:UStringPrepProfile
  /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]){
  /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/icu4c/test/intltest/
testidn.cpp 67 static const int32_t *indexes = NULL; variable
93 indexes = profile->indexes;
346 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] &&
347 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){
349 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] &&
350 index < indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START]){
352 }else if(index >= indexes[_SPREP_THREE_UCHARS_MAPPING_INDEX_START] &&
353 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 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/llvm/lib/CodeGen/
InterferenceCache.h 24 SlotIndexes *Indexes;
52 /// Indexes - Mapping block numbers to SlotIndex ranges.
53 SlotIndexes *Indexes;
74 Entry() : PhysReg(0), Tag(0), RefCount(0), Indexes(0) {}
76 void clear(MachineFunction *mf, SlotIndexes *indexes) {
80 Indexes = indexes;
127 InterferenceCache() : TRI(0), LIUArray(0), Indexes(0), MF(0), RoundRobin(0) {}
  /external/icu4c/tools/gennorm/
store.c 90 static int32_t indexes[_NORM_INDEX_TOP]={ 0 }; variable
136 * After processCombining(), they contain the indexes of the lead and trail
211 indexes[_NORM_INDEX_MIN_NFC_NO_MAYBE]=0xffff;
212 indexes[_NORM_INDEX_MIN_NFKC_NO_MAYBE]=0xffff;
213 indexes[_NORM_INDEX_MIN_NFD_NO_MAYBE]=0xffff;
214 indexes[_NORM_INDEX_MIN_NFKD_NO_MAYBE]=0xffff;
216 /* preset the indexes portion of canonStartSets */
459 /* add lead and trail indexes to the triples for sorting */
470 /* calculate final combining indexes and store them in the Norm entries */
474 /* first, combining indexes of fwd/both characters are indexes into the combiningTable *
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 83 * These hold indexes to elements based on namespace and local name.
251 * Ensure that the size of the element indexes can hold the information.
265 int[][][] indexes = m_elemIndexes; local
269 System.arraycopy(indexes, 0, m_elemIndexes, 0, indexes.length);
281 int[][] indexes = localNameIndex; local
285 System.arraycopy(indexes, 0, localNameIndex, 0, indexes.length);
300 int[] indexes = elemHandles; local
304 System.arraycopy(indexes, 0, elemHandles, 0, indexes.length)
388 int[][][] indexes = m_elemIndexes; local
    [all...]
  /external/icu4c/tools/gencase/
store.c 42 structures that store indexes or data.
58 const int32_t indexes[i0] with values i0, i1, ...:
59 (see UCASE_IX_... constants for names of indexes)
61 i0 indexLength; -- length of indexes[] (UCASE_IX_TOP)
62 i1 dataLength; -- length in bytes of the post-header data (incl. indexes[])
216 /* becomes indexes[UCASE_IX_MAX_FULL_LENGTH] */
1065 static int32_t indexes[UCASE_IX_TOP]={ local
    [all...]
  /external/v8/src/
safepoint-table.h 195 Safepoint(ZoneList<int>* indexes, ZoneList<int>* registers) :
196 indexes_(indexes), registers_(registers) { }
238 // entry must be enough to hold all the pointer indexes.
safepoint-table.cc 176 // Emit sorted table of pc offsets together with deoptimization indexes and
186 ZoneList<int>* indexes = indexes_[i]; local
208 // Run through the indexes and build a bitmap.
209 for (int j = 0; j < indexes->length(); j++) {
210 int index = bits_per_entry - 1 - indexes->at(j);

Completed in 1419 milliseconds

1 2 3