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

  /frameworks/base/core/java/android/widget/
AlphabetIndexer.java 140 * @param sectionIndex the section to search for
146 public int getPositionForSection(int sectionIndex) {
155 if (sectionIndex <= 0) {
158 if (sectionIndex >= mAlphabetLength) {
159 sectionIndex = mAlphabetLength - 1;
169 char letter = mAlphabet.charAt(sectionIndex);
187 if (sectionIndex > 0) {
189 mAlphabet.charAt(sectionIndex - 1);
SectionIndexer.java 54 * @param sectionIndex the index of the section within the array of section
59 int getPositionForSection(int sectionIndex);
FastScroller.java     [all...]
  /external/llvm/tools/llvm-readobj/
ELFDumper.cpp 140 StringRef &SectionName, unsigned &SectionIndex) {
141 SectionIndex = Symbol->st_shndx;
142 if (SectionIndex == SHN_UNDEF) {
144 } else if (SectionIndex >= SHN_LOPROC && SectionIndex <= SHN_HIPROC) {
146 } else if (SectionIndex >= SHN_LOOS && SectionIndex <= SHN_HIOS) {
148 } else if (SectionIndex > SHN_HIOS && SectionIndex < SHN_ABS) {
150 } else if (SectionIndex == SHN_ABS)
    [all...]
MachODumper.cpp 152 uint8_t SectionIndex;
194 Symbol.SectionIndex = Entry.n_sect;
202 Symbol.SectionIndex = Entry.n_sect;
218 int SectionIndex = -1;
220 ++SectionIndex;
235 W.printNumber("Index", SectionIndex);
402 W.printHex("Section", SectionName, MOSymbol.SectionIndex);
ARMEHABIPrinter.h 331 void PrintIndexTable(unsigned SectionIndex, const Elf_Shdr *IT) const;
460 void PrinterContext<ET>::PrintIndexTable(unsigned SectionIndex,
490 errs() << "corrupt unwind data in section " << SectionIndex << "\n";
513 FindExceptionTable(SectionIndex, Entry * IndexTableEntrySize + 4);
530 int SectionIndex = 0;
532 SI != SE; ++SI, ++SectionIndex) {
538 SW.printNumber("SectionIndex", SectionIndex);
543 PrintIndexTable(SectionIndex, IT);
  /external/chromium_org/third_party/codesighs/
msdump2symdb.c 331 unsigned sectionIndex = 0;
337 sectionIndex = inContainer->mReadState.mSectionDetails - 1;
352 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mLength = numericLength;
458 unsigned sectionIndex = sectionIndex1 - 1;
514 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mType = typeDup;
596 moved = realloc(inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols, sizeof(MSDump_Symbol) * (inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount + 1));
605 symIndex = inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount;
606 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbolCount++;
607 inContainer->mReadState.mCurrentObject->mSections[sectionIndex].mSymbols = (MSDump_Symbol*)moved
    [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 162 uint32_t tag, sectionIndex;
192 if ((res = parcel->readInt32(reinterpret_cast<int32_t*>(&sectionIndex))) != OK) {
197 maxSectionIndex = (maxSectionIndex >= sectionIndex) ? maxSectionIndex : sectionIndex;
201 desc->mTagToSectionMap.add(tag, sectionIndex);
303 uint32_t tag, sectionIndex;
308 sectionIndex = mTagToSectionMap.valueFor(tag);
313 if ((res = parcel->writeInt32(sectionIndex)) != OK) break;
  /external/llvm/lib/MC/
MachObjectWriter.cpp 328 uint8_t SectionIndex = MSD.SectionIndex;
338 SectionIndex = AliaseeInfo->SectionIndex;
393 Write8(SectionIndex);
578 MSD.SectionIndex = 0;
581 MSD.SectionIndex = 0;
584 MSD.SectionIndex = SectionIndexMap.lookup(&Symbol.getSection());
585 assert(MSD.SectionIndex && "Invalid section index!");
613 MSD.SectionIndex = 0
    [all...]
ELFObjectWriter.cpp 135 uint32_t SectionIndex;
624 MSD.SectionIndex, IsReserved);
    [all...]
MCAssembler.cpp 866 unsigned SectionIndex = 0;
873 it->setOrdinal(SectionIndex++);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java 109 public int getPositionForSection(int sectionIndex) {
114 return mIndexer.getPositionForSection(sectionIndex);
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 647 size_t sectionIndex = 0;
664 sectionIndex = i;
680 __FUNCTION__, section, sectionIndex);
693 if (sectionIndex < ANDROID_SECTION_COUNT) {
696 tagBegin = camera_metadata_section_bounds[sectionIndex][0];
697 tagEnd = camera_metadata_section_bounds[sectionIndex][1];
  /external/lldb/source/Plugins/ObjectFile/ELF/
ObjectFileELF.h 205 SectionIndex(const SectionHeaderCollIter &I);
209 SectionIndex(const SectionHeaderCollConstIter &I) const;
ObjectFileELF.cpp 441 ObjectFileELF::SectionIndex(const SectionHeaderCollIter &I)
447 ObjectFileELF::SectionIndex(const SectionHeaderCollConstIter &I) const
    [all...]
  /frameworks/ex/common/tests/src/com/android/common/widget/
CompositeCursorAdapterTest.java 58 protected View newView(Context context, int sectionIndex, Cursor cursor, int position,
  /external/llvm/tools/macho-dump/
macho-dump.cpp 174 uint8_t Type, uint8_t SectionIndex,
181 outs() << " ('n_sect', " << uint32_t(SectionIndex) << ")\n";
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 87 uint8_t SectionIndex;
  /external/chromium_org/third_party/icu/source/common/
ucnv_ext.cpp     [all...]
  /external/icu/icu4c/source/common/
ucnv_ext.cpp     [all...]
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 1094 ssize_t sectionIndex = mPSISections.indexOfKey(PID);
1096 if (sectionIndex >= 0) {
1097 sp<PSISection> section = mPSISections.valueAt(sectionIndex);
    [all...]
  /packages/apps/Music/src/com/android/music/
ArtistAlbumBrowserActivity.java     [all...]
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAppList.java 332 public int getPositionForSection(int sectionIndex) {
333 final String section = mSections.get(sectionIndex);
  /external/llvm/lib/Object/
MachOObjectFile.cpp 543 uint8_t SectionIndex;
555 SectionIndex = Entry.n_sect;
556 if (!SectionIndex) {
572 if (Entry.n_sect == SectionIndex && Value > BeginOffset)
579 Sec.d.a = SectionIndex-1;
    [all...]
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-archiver/1.0/
plexus-archiver-1.0.jar 

Completed in 2237 milliseconds