Home
last modified time | relevance | path

Searched refs:indexes (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/icu/icu4c/source/tools/toolutil/
Dcollationinfo.cpp26 CollationInfo::printSizes(int32_t sizeWithHeader, const int32_t indexes[]) { in printSizes() argument
27 int32_t totalSize = indexes[CollationDataReader::IX_TOTAL_SIZE]; in printSizes()
32 int32_t length = indexes[CollationDataReader::IX_INDEXES_LENGTH]; in printSizes()
35 length = getDataLength(indexes, CollationDataReader::IX_REORDER_CODES_OFFSET); in printSizes()
40 length = getDataLength(indexes, CollationDataReader::IX_REORDER_TABLE_OFFSET); in printSizes()
46 length = getDataLength(indexes, CollationDataReader::IX_TRIE_OFFSET); in printSizes()
51 length = getDataLength(indexes, CollationDataReader::IX_RESERVED8_OFFSET); in printSizes()
56 length = getDataLength(indexes, CollationDataReader::IX_CES_OFFSET); in printSizes()
61 length = getDataLength(indexes, CollationDataReader::IX_RESERVED10_OFFSET); in printSizes()
66 length = getDataLength(indexes, CollationDataReader::IX_CE32S_OFFSET); in printSizes()
[all …]
Dswapimpl.cpp318 int32_t indexes[16]; in ucase_swap() local
365 indexes[i]=udata_readInt32(ds, inIndexes[i]); in ucase_swap()
369 size=indexes[UCASE_IX_LENGTH]; in ucase_swap()
387 count=indexes[UCASE_IX_INDEX_TOP]*4; in ucase_swap()
392 count=indexes[UCASE_IX_TRIE_SIZE]; in ucase_swap()
397 count=(indexes[UCASE_IX_EXC_LENGTH]+indexes[UCASE_IX_UNFOLD_LENGTH])*2; in ucase_swap()
420 int32_t indexes[16]; in ubidi_swap() local
467 indexes[i]=udata_readInt32(ds, inIndexes[i]); in ubidi_swap()
471 size=indexes[UBIDI_IX_LENGTH]; in ubidi_swap()
489 count=indexes[UBIDI_IX_INDEX_TOP]*4; in ubidi_swap()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp55 int32_t indexes[CollationDataReader::IX_TOTAL_SIZE + 1]; in cloneBinary() local
57 *tailoring, *settings, indexes, dest, capacity, in cloneBinary()
78 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeBase() argument
83 indexes, dest, capacity, errorCode); in writeBase()
88 int32_t indexes[], uint8_t *dest, int32_t capacity, in writeTailoring() argument
93 indexes, dest, capacity, errorCode); in writeTailoring()
100 int32_t indexes[], uint8_t *dest, int32_t capacity, in write() argument
196 indexes[CollationDataReader::IX_INDEXES_LENGTH] = indexesLength; in write()
198 indexes[CollationDataReader::IX_OPTIONS] = in write()
200 indexes[CollationDataReader::IX_RESERVED2] = 0; in write()
[all …]
Dcollationdatawriter.h32 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/
DDirectoryContentView.js37 const indexes = WebInspector.DirectoryContentView.columnIndexes;
39 …{id: indexes.Name, title: WebInspector.UIString("Name"), sortable: true, sort: WebInspector.DataGr…
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, …
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/lldb/source/Symbol/
DSymtab.cpp162 Symtab::Dump(Stream *s, Target *target, std::vector<uint32_t>& indexes) const in Dump()
169 s->Printf("Symtab %lu symbol indexes (%lu symbols total):\n", indexes.size(), m_symbols.size()); in Dump()
172 if (!indexes.empty()) in Dump()
175 std::vector<uint32_t>::const_iterator end = indexes.end(); in Dump()
177 for (pos = indexes.begin(); pos != end; ++pos) in Dump()
444 Symtab::AppendSymbolNamesToMap (const IndexCollection &indexes, in AppendSymbolNamesToMap() argument
456 const size_t num_indexes = indexes.size(); in AppendSymbolNamesToMap()
459 entry.value = indexes[i]; in AppendSymbolNamesToMap()
482 Symtab::AppendSymbolIndexesWithType (SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32… in AppendSymbolIndexesWithType() argument
486 uint32_t prev_size = indexes.size(); in AppendSymbolIndexesWithType()
[all …]
/external/chromium_org/third_party/icu/source/tools/toolutil/
Dswapimpl.cpp232 int32_t indexes[16]; in ucase_swap() local
279 indexes[i]=udata_readInt32(ds, inIndexes[i]); in ucase_swap()
283 size=indexes[UCASE_IX_LENGTH]; in ucase_swap()
301 count=indexes[UCASE_IX_INDEX_TOP]*4; in ucase_swap()
306 count=indexes[UCASE_IX_TRIE_SIZE]; in ucase_swap()
311 count=(indexes[UCASE_IX_EXC_LENGTH]+indexes[UCASE_IX_UNFOLD_LENGTH])*2; in ucase_swap()
334 int32_t indexes[16]; in ubidi_swap() local
381 indexes[i]=udata_readInt32(ds, inIndexes[i]); in ubidi_swap()
385 size=indexes[UBIDI_IX_LENGTH]; in ubidi_swap()
403 count=indexes[UBIDI_IX_INDEX_TOP]*4; in ubidi_swap()
[all …]
/external/icu/icu4c/source/common/
Ducol_swp.cpp387 int32_t indexes[IX_TOTAL_SIZE+1]; in swapFormatVersion4() local
398 int32_t indexesLength=indexes[0]=udata_readInt32(ds, inIndexes[0]); in swapFormatVersion4()
408 indexes[i]=udata_readInt32(ds, inIndexes[i]); in swapFormatVersion4()
411 indexes[i]=-1; in swapFormatVersion4()
418 size=indexes[IX_TOTAL_SIZE]; in swapFormatVersion4()
420 size=indexes[indexesLength-1]; in swapFormatVersion4()
450 offset = indexes[index]; in swapFormatVersion4()
451 length = indexes[index + 1] - offset; in swapFormatVersion4()
459 offset = indexes[index]; in swapFormatVersion4()
460 length = indexes[index + 1] - offset; in swapFormatVersion4()
[all …]
Ddictionarydata.cpp160 int32_t indexes[DictionaryData::IX_COUNT]; in udict_swap() local
183 if (length < (int32_t)(sizeof(indexes))) { in udict_swap()
191 indexes[i] = udata_readInt32(ds, inIndexes[i]); in udict_swap()
194 size = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
208 ds->swapArray32(ds, inBytes, sizeof(indexes), outBytes, pErrorCode); in udict_swap()
209 offset = (int32_t)sizeof(indexes); in udict_swap()
210 int32_t trieType = indexes[DictionaryData::IX_TRIE_TYPE] & DictionaryData::TRIE_TYPE_MASK; in udict_swap()
211 int32_t nextOffset = indexes[DictionaryData::IX_RESERVED1_OFFSET]; in udict_swap()
226 nextOffset = indexes[DictionaryData::IX_RESERVED2_OFFSET]; in udict_swap()
228 nextOffset = indexes[DictionaryData::IX_TOTAL_SIZE]; in udict_swap()
Dusprep.cpp261 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes)); in loadData()
268 …profile->mappingData=(uint16_t *)((uint8_t *)(p+_SPREP_INDEX_TOP)+profile->indexes[_SPREP_INDEX_TR… in loadData()
275 normCorrVer = profile->indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION]; in loadData()
283 … ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/ in loadData()
344 … newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()
345 … newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); in usprep_getProfile()
522 const int32_t* indexes = profile->indexes; in usprep_map() local
551 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] && in usprep_map()
552 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){ in usprep_map()
554 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] && in usprep_map()
[all …]
Dubidi_props.c32 const int32_t *indexes; member
77 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; in ubidi_addPropertyStarts()
84 start=bdp->indexes[UBIDI_IX_JG_START]; in ubidi_addPropertyStarts()
85 limit=bdp->indexes[UBIDI_IX_JG_LIMIT]; in ubidi_addPropertyStarts()
116 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX]; in ubidi_getMaxValue()
156 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; in getMirror()
203 start=bdp->indexes[UBIDI_IX_JG_START]; in ubidi_getJoiningGroup()
204 limit=bdp->indexes[UBIDI_IX_JG_LIMIT]; in ubidi_getJoiningGroup()
Ducnvsel.cpp308 int32_t indexes[UCNVSEL_INDEX_COUNT] = { in ucnvsel_serialize() local
317 (int32_t)sizeof(indexes) + in ucnvsel_serialize()
321 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize; in ucnvsel_serialize()
332 length = (int32_t)sizeof(indexes); in ucnvsel_serialize()
333 uprv_memcpy(p, indexes, length); in ucnvsel_serialize()
412 int32_t indexes[16]; in ucnvsel_swap() local
415 indexes[i] = udata_readInt32(ds, inIndexes[i]); in ucnvsel_swap()
419 int32_t size = indexes[UCNVSEL_INDEX_SIZE]; in ucnvsel_swap()
441 count = indexes[UCNVSEL_INDEX_TRIE_SIZE]; in ucnvsel_swap()
446 count = indexes[UCNVSEL_INDEX_PV_COUNT]*4; in ucnvsel_swap()
[all …]
/external/icu/icu4c/source/tools/gennorm2/
Dn2builder.cpp178 memset(indexes, 0, sizeof(indexes)); in Normalizer2DataBuilder()
954 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+offset; in writeNorm16()
961 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+offset; in writeNorm16()
965 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO_MAPPINGS_ONLY]+offset; in writeNorm16()
969 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+offset; in writeNorm16()
981 if(isDecompNo && start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) { in writeNorm16()
982 indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]=start; in writeNorm16()
984 if(isCompNoMaybe && start<indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]) { in writeNorm16()
985 indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]=start; in writeNorm16()
1011 … norm16=(uint16_t)indexes[Normalizer2Impl::IX_MIN_YES_NO]; // Hangul LV/LVT encoded as minYesNo in setHangulData()
[all …]
/external/chromium_org/third_party/WebKit/Source/web/
DWebIDBMetadata.cpp54 webObjectStore.indexes = WebVector<Index>(static_cast<size_t>(objectStore.indexes.size())); in WebIDBMetadata()
58 …exMap::const_iterator indexIterator = objectStore.indexes.begin(); indexIterator != objectStore.in… in WebIDBMetadata()
66 webObjectStore.indexes[j++] = webIndex; in WebIDBMetadata()
79 for (size_t j = 0; j < webObjectStore.indexes.size(); ++j) { in operator IDBDatabaseMetadata()
80 const Index webIndex = webObjectStore.indexes[j]; in operator IDBDatabaseMetadata()
82 objectStore.indexes.set(index.id, index); in operator IDBDatabaseMetadata()
/external/chromium_org/third_party/icu/source/tools/gennorm2/
Dn2builder.cpp167 memset(indexes, 0, sizeof(indexes)); in Normalizer2DataBuilder()
854 norm16=indexes[Normalizer2Impl::IX_MIN_MAYBE_YES]+offset; in writeNorm16()
861 norm16=indexes[Normalizer2Impl::IX_MIN_YES_NO]+offset; in writeNorm16()
865 norm16=indexes[Normalizer2Impl::IX_MIN_NO_NO]+offset; in writeNorm16()
877 if(isDecompNo && start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) { in writeNorm16()
878 indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]=start; in writeNorm16()
880 if(isCompNoMaybe && start<indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]) { in writeNorm16()
881 indexes[Normalizer2Impl::IX_MIN_COMP_NO_MAYBE_CP]=start; in writeNorm16()
907 … norm16=(uint16_t)indexes[Normalizer2Impl::IX_MIN_YES_NO]; // Hangul LV/LVT encoded as minYesNo in setHangulData()
908 if(range->start<indexes[Normalizer2Impl::IX_MIN_DECOMP_NO_CP]) { in setHangulData()
[all …]
/external/icu/icu4c/source/tools/makeconv/
Dgencnvex.c120 int32_t indexes[UCNV_EXT_INDEXES_MIN_LENGTH]={ 0 }; in CnvExtWrite() local
149 indexes[UCNV_EXT_INDEXES_LENGTH]=length=UCNV_EXT_INDEXES_MIN_LENGTH; in CnvExtWrite()
152 indexes[UCNV_EXT_TO_U_INDEX]=top; in CnvExtWrite()
153 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable); in CnvExtWrite()
156 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top; in CnvExtWrite()
157 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars); in CnvExtWrite()
160 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top; in CnvExtWrite()
171 indexes[UCNV_EXT_FROM_U_LENGTH]=length; in CnvExtWrite()
173 indexes[UCNV_EXT_FROM_U_VALUES_INDEX]=top; in CnvExtWrite()
176 indexes[UCNV_EXT_FROM_U_BYTES_INDEX]=top; in CnvExtWrite()
[all …]
/external/chromium_org/third_party/icu/source/tools/makeconv/
Dgencnvex.c119 int32_t indexes[UCNV_EXT_INDEXES_MIN_LENGTH]={ 0 }; in CnvExtWrite() local
148 indexes[UCNV_EXT_INDEXES_LENGTH]=length=UCNV_EXT_INDEXES_MIN_LENGTH; in CnvExtWrite()
151 indexes[UCNV_EXT_TO_U_INDEX]=top; in CnvExtWrite()
152 indexes[UCNV_EXT_TO_U_LENGTH]=length=utm_countItems(extData->toUTable); in CnvExtWrite()
155 indexes[UCNV_EXT_TO_U_UCHARS_INDEX]=top; in CnvExtWrite()
156 indexes[UCNV_EXT_TO_U_UCHARS_LENGTH]=length=utm_countItems(extData->toUUChars); in CnvExtWrite()
159 indexes[UCNV_EXT_FROM_U_UCHARS_INDEX]=top; in CnvExtWrite()
170 indexes[UCNV_EXT_FROM_U_LENGTH]=length; in CnvExtWrite()
172 indexes[UCNV_EXT_FROM_U_VALUES_INDEX]=top; in CnvExtWrite()
175 indexes[UCNV_EXT_FROM_U_BYTES_INDEX]=top; in CnvExtWrite()
[all …]
/external/chromium_org/third_party/icu/source/common/
Dubidi_props.c33 const int32_t *indexes; member
77 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; in ubidi_addPropertyStarts()
84 start=bdp->indexes[UBIDI_IX_JG_START]; in ubidi_addPropertyStarts()
85 limit=bdp->indexes[UBIDI_IX_JG_LIMIT]; in ubidi_addPropertyStarts()
116 max=bdp->indexes[UBIDI_MAX_VALUES_INDEX]; in ubidi_getMaxValue()
155 length=bdp->indexes[UBIDI_IX_MIRROR_LENGTH]; in ubidi_getMirror()
196 start=bdp->indexes[UBIDI_IX_JG_START]; in ubidi_getJoiningGroup()
197 limit=bdp->indexes[UBIDI_IX_JG_LIMIT]; in ubidi_getJoiningGroup()
Dusprep.cpp270 uprv_memcpy(&profile->indexes, p, sizeof(profile->indexes)); in loadData()
277 …profile->mappingData=(uint16_t *)((uint8_t *)(p+_SPREP_INDEX_TOP)+profile->indexes[_SPREP_INDEX_TR… in loadData()
284 normCorrVer = profile->indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION]; in loadData()
292 … ((profile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0) /* normalization turned on*/ in loadData()
353 … newProfile->doNFKC = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_NORMALIZATION_ON) > 0); in usprep_getProfile()
354 … newProfile->checkBiDi = (UBool)((newProfile->indexes[_SPREP_OPTIONS] & _SPREP_CHECK_BIDI_ON) > 0); in usprep_getProfile()
531 const int32_t* indexes = profile->indexes; in usprep_map() local
560 if(index >= indexes[_SPREP_ONE_UCHAR_MAPPING_INDEX_START] && in usprep_map()
561 index < indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START]){ in usprep_map()
563 }else if(index >= indexes[_SPREP_TWO_UCHARS_MAPPING_INDEX_START] && in usprep_map()
[all …]
Ducnvsel.cpp306 int32_t indexes[UCNVSEL_INDEX_COUNT] = { in ucnvsel_serialize() local
315 (int32_t)sizeof(indexes) + in ucnvsel_serialize()
319 indexes[UCNVSEL_INDEX_SIZE] = totalSize - header.dataHeader.headerSize; in ucnvsel_serialize()
330 length = (int32_t)sizeof(indexes); in ucnvsel_serialize()
331 uprv_memcpy(p, indexes, length); in ucnvsel_serialize()
410 int32_t indexes[16]; in ucnvsel_swap() local
413 indexes[i] = udata_readInt32(ds, inIndexes[i]); in ucnvsel_swap()
417 int32_t size = indexes[UCNVSEL_INDEX_SIZE]; in ucnvsel_swap()
439 count = indexes[UCNVSEL_INDEX_TRIE_SIZE]; in ucnvsel_swap()
444 count = indexes[UCNVSEL_INDEX_PV_COUNT]*4; in ucnvsel_swap()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime/Tree/
DTreeWizard.cs648 IList<int> indexes; in fillReverseIndex()
650 … if ( !tokenTypeToStreamIndexesMap.TryGetValue( tokenType, out indexes ) || indexes == null ) in fillReverseIndex()
652 indexes = new List<int>(); // no list yet for this token type in fillReverseIndex()
653 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex()
654 tokenTypeToStreamIndexesMap[tokenType] = indexes; in fillReverseIndex()
658 if ( !indexes.Contains( streamIndex ) ) in fillReverseIndex()
660 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex()
715 IList<int> indexes; in getNodeIndex()
716 … if ( !tokenTypeToStreamIndexesMap.TryGetValue( tokenType, out indexes ) || indexes == null ) in getNodeIndex()
721 for ( int i = 0; i < indexes.size(); i++ ) in getNodeIndex()
[all …]
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Tree/
DTreeWizard.cs571 IList<int> indexes; in fillReverseIndex()
573 … if ( !tokenTypeToStreamIndexesMap.TryGetValue( tokenType, out indexes ) || indexes == null ) in fillReverseIndex()
575 indexes = new List<int>(); // no list yet for this token type in fillReverseIndex()
576 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex()
577 tokenTypeToStreamIndexesMap[tokenType] = indexes; in fillReverseIndex()
581 if ( !indexes.Contains( streamIndex ) ) in fillReverseIndex()
583 indexes.Add( streamIndex ); // not there yet, add in fillReverseIndex()
638 IList<int> indexes; in getNodeIndex()
639 … if ( !tokenTypeToStreamIndexesMap.TryGetValue( tokenType, out indexes ) || indexes == null ) in getNodeIndex()
644 for ( int i = 0; i < indexes.size(); i++ ) in getNodeIndex()
[all …]
/external/mockito/cglib-and-asm/src/org/mockito/cglib/transform/impl/
DFieldProviderTransformer.java84 int indexes[] = new int[names.length]; in generate() local
85 for (int i = 0; i < indexes.length; i++) { in generate()
86 indexes[i] = i; in generate()
98 setByIndex(names, indexes); in generate()
99 getByIndex(names, indexes); in generate()
134 private void setByIndex(final String[] names, final int[] indexes) throws Exception { in setByIndex() argument
139 e.process_switch(indexes, new ProcessSwitchCallback() { in setByIndex()
153 private void getByIndex(final String[] names, final int[] indexes) throws Exception { in getByIndex() argument
157 e.process_switch(indexes, new ProcessSwitchCallback() { in getByIndex()
/external/icu/icu4c/source/tools/gensprep/
Dstore.c151 static int32_t indexes[_SPREP_INDEX_TOP]={ 0 }; variable
186 indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION] = univer; in setUnicodeVersionNC()
269 indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION+mappingLength] = currentIndex; in storeMappingData()
343 indexes[_SPREP_NORM_CORRECTNS_LAST_UNI_VERSION+mappingLength] = currentIndex+1; in storeMappingData()
345 indexes[_SPREP_FOUR_UCHARS_MAPPING_INDEX_START] = limitIndex; in storeMappingData()
351 indexes[_SPREP_OPTIONS] = options; in setOptions()
573 size = sprepTrieSize + mappingDataCapacity*U_SIZEOF_UCHAR + sizeof(indexes); in generateData()
596 indexes[_SPREP_INDEX_TRIE_SIZE]=sprepTrieSize; in generateData()
597 indexes[_SPREP_INDEX_MAPPING_DATA_SIZE]=mappingDataCapacity*U_SIZEOF_UCHAR; in generateData()
599 udata_writeBlock(pData, indexes, sizeof(indexes)); in generateData()
[all …]
/external/lldb/include/lldb/Symbol/
DSymtab.h50 void Dump(Stream *s, Target *target, std::vector<uint32_t>& indexes) const;
60 …bolIndexesWithType (lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes, uint32_t start_i…
61 …db::SymbolType symbol_type, uint32_t flags_value, std::vector<uint32_t>& indexes, uint32_t start_i…
67 …ype (const RegularExpression &regex, lldb::SymbolType symbol_type, std::vector<uint32_t>& indexes);
68 …ymbol_type, Debug symbol_debug_type, Visibility symbol_visibility, std::vector<uint32_t>& indexes);
73 …FindSymbolContainingFileAddress (lldb::addr_t file_addr, const uint32_t* indexes, uint32_t num_ind…
78 …void SortSymbolIndexesByValue (std::vector<uint32_t>& indexes, bool remove_duplicates) cons…
93 void AppendSymbolNamesToMap (const IndexCollection &indexes,

12345678910