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

1 2 3 4 5 6 7 8

  /external/icu/icu4c/source/tools/toolutil/
collationinfo.h 26 static void printSizes(int32_t sizeWithHeader, const int32_t indexes[]);
31 static int32_t getDataLength(const int32_t indexes[], int32_t startIndex);
collationinfo.cpp 26 CollationInfo::printSizes(int32_t sizeWithHeader, const int32_t indexes[]) {
27 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE];
32 int32_t length = indexes[CollationDataReader::IX_INDEXES_LENGTH];
33 printf(" indexes: %6ld *4 = %6ld\n", (long)length, (long)length * 4);
35 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET);
40 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET);
46 length = getDataLength(indexes, CollationDataReader::IX_TRIE_OFFSET);
51 length = getDataLength(indexes, CollationDataReader::IX_RESERVED8_OFFSET);
56 length = getDataLength(indexes, CollationDataReader::IX_CES_OFFSET);
61 length = getDataLength(indexes, CollationDataReader::IX_RESERVED10_OFFSET)
    [all...]
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/smali/util/src/main/java/org/jf/util/
BitSetUtils.java 37 public static BitSet bitSetOfIndexes(int... indexes) {
39 for (int index: indexes) {
  /external/icu/icu4c/source/i18n/
collationdatawriter.cpp 55 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; local
57 *tailoring, *settings, indexes, dest, capacity,
78 int32_t indexes[], uint8_t *dest, int32_t capacity,
83 indexes, dest, capacity, errorCode);
88 int32_t indexes[], uint8_t *dest, int32_t capacity,
93 indexes, dest, capacity, errorCode);
100 int32_t indexes[], uint8_t *dest, int32_t capacity,
109 // the indexes length and writing offsets.
111 // so the indexes length must be at least index-of-start-offset + 2.
126 // For the root collator, we write an even number of indexes
    [all...]
collationdatawriter.h 32 int32_t indexes[], uint8_t *dest, int32_t capacity,
36 int32_t indexes[], uint8_t *dest, int32_t capacity,
45 int32_t indexes[], uint8_t *dest, int32_t capacity,
48 static void copyData(const int32_t indexes[], int32_t startIndex,
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/resources/
DirectoryContentView.js 37 const indexes = WebInspector.DirectoryContentView.columnIndexes;
39 {id: indexes.Name, title: WebInspector.UIString("Name"), sortable: true, sort: WebInspector.DataGrid.Order.Ascending, width: "20%"},
40 {id: indexes.URL, title: WebInspector.UIString("URL"), sortable: true, width: "20%"},
41 {id: indexes.Type, title: WebInspector.UIString("Type"), sortable: true, width: "15%"},
42 {id: indexes.Size, title: WebInspector.UIString("Size"), sortable: true, width: "10%"},
43 {id: indexes.ModificationTime, title: WebInspector.UIString("Modification Time"), sortable: true, width: "25%"}
64 const indexes = WebInspector.DirectoryContentView.columnIndexes;
86 const indexes = WebInspector.DirectoryContentView.columnIndexes;
88 data[indexes.Name] = entry.name;
89 data[indexes.URL] = entry.url
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
WebIDBMetadata.cpp 54 webObjectStore.indexes = WebVector<Index>(static_cast<size_t>(objectStore.indexes.size()));
58 for (IDBObjectStoreMetadata::IndexMap::const_iterator indexIterator = objectStore.indexes.begin(); indexIterator != objectStore.indexes.end(); ++indexIterator) {
66 webObjectStore.indexes[j++] = webIndex;
79 for (size_t j = 0; j < webObjectStore.indexes.size(); ++j) {
80 const Index webIndex = webObjectStore.indexes[j];
82 objectStore.indexes.set(index.id, index);
  /development/tools/idegen/src/com/android/idegen/
ModuleCache.java 36 ModuleIndexes indexes; field in class:ModuleCache
50 indexes = new ModuleIndexes(indexFile);
51 indexes.build();
71 Preconditions.checkState(indexes != null, "You must call init() first.");
74 String makeFile = indexes.getMakeFile(moduleName);
  /external/lldb/source/Symbol/
Symtab.cpp 162 Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t>& indexes) const
169 s->Printf("Symtab %lu symbol indexes (%lu symbols total):\n", indexes.size(), m_symbols.size());
172 if (!indexes.empty())
175 std::vector<uint32_t>::const_iterator end = indexes.end();
177 for (pos = indexes.begin(); pos != end; ++pos)
444 Symtab::AppendSymbolNamesToMap (const IndexCollection &indexes,
456 const size_t num_indexes = indexes.size();
459 entry.value = indexes[i];
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_idx, uint32_t end_index) cons
    [all...]
  /external/icu/icu4c/source/common/
ucol_swp.cpp 387 int32_t indexes[IX_TOTAL_SIZE+1]; local
398 int32_t indexesLength=indexes[0]=udata_readInt32(ds, inIndexes[0]);
408 indexes[i]=udata_readInt32(ds, inIndexes[i]);
411 indexes[i]=-1;
413 inIndexes=NULL; // Make sure we do not accidentally use these instead of indexes[].
418 size=indexes[IX_TOTAL_SIZE];
420 size=indexes[indexesLength-1];
439 // Swap the int32_t indexes[].
443 // Here we use indexes[] not inIndexes[] because
445 int32_t index; // one of the indexes[] slot
    [all...]
dictionarydata.cpp 160 int32_t indexes[DictionaryData::IX_COUNT]; local
183 if (length < (int32_t)(sizeof(indexes))) {
191 indexes[i] = udata_readInt32(ds, inIndexes[i]);
194 size = indexes[DictionaryData::IX_TOTAL_SIZE];
208 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode);
209 offset = (int32_t)sizeof(indexes);
210 int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK;
211 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET];
226 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET];
228 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];
156 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH];
203 start=bdp->indexes[UBIDI_IX_JG_START];
204 limit=bdp->indexes[UBIDI_IX_JG_LIMIT];
  /external/chromium_org/third_party/icu/source/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/mockito/cglib-and-asm/src/org/mockito/cglib/core/
CollectionUtils.java 68 Map indexes = new HashMap(); local
71 indexes.put(it.next(), new Integer(index++));
73 return indexes;
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
CallbackHelper.java 36 Map indexes = new HashMap(); local
47 Integer index = (Integer)indexes.get(callback);
50 indexes.put(callback, index);
  /external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
FieldProviderTransformer.java 84 int indexes[] = new int[names.length]; local
85 for (int i = 0; i < indexes.length; i++) {
86 indexes[i] = i;
98 setByIndex(names, indexes);
99 getByIndex(names, indexes);
134 private void setByIndex(final String[] names, final int[] indexes) throws Exception {
139 e.process_switch(indexes, new ProcessSwitchCallback() {
153 private void getByIndex(final String[] names, final int[] indexes) throws Exception {
157 e.process_switch(indexes, new ProcessSwitchCallback() {
  /external/icu/icu4c/source/tools/gennorm2/
n2builder.cpp 178 memset(indexes, 0, sizeof(indexes));
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
pixeltransfer.c 104 * Map color indexes to float rgba values.
196 GLuint n, GLuint indexes[])
203 indexes[i] = (indexes[i] << shift) + offset;
209 indexes[i] = (indexes[i] >> shift) + offset;
214 indexes[i] = indexes[i] + offset;
223 * of color indexes;
228 GLuint n, GLuint indexes[])
    [all...]
pixeltransfer.h 62 GLuint n, GLuint indexes[]);
67 GLuint n, GLuint indexes[]);
  /external/mesa3d/src/mesa/main/
pixeltransfer.c 104 * Map color indexes to float rgba values.
196 GLuint n, GLuint indexes[])
203 indexes[i] = (indexes[i] << shift) + offset;
209 indexes[i] = (indexes[i] >> shift) + offset;
214 indexes[i] = indexes[i] + offset;
223 * of color indexes;
228 GLuint n, GLuint indexes[])
    [all...]
  /external/chromium_org/third_party/icu/source/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/chromium_org/third_party/icu/source/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];
  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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 410 milliseconds

1 2 3 4 5 6 7 8