Searched refs:section (Results 1 - 25 of 47) sorted by relevance

12

/frameworks/base/core/java/android/widget/
H A DSectionIndexer.java21 * in an {@link AbsListView} between sections of the list. A section is a group of list items
27 * This provides the list view with an array of section objects. In the simplest
37 * Provides the starting index in the list for a given section.
38 * @param section the index of the section to jump to.
39 * @return the starting position of that section. If the section is out of bounds, the
42 int getPositionForSection(int section); argument
45 * This is a reverse mapping to fetch the section index for a given position
47 * @param position the position for which to return the section
[all...]
H A DFastScroller.java529 int section = (int) (position * nSections);
530 if (section >= nSections) {
531 section = nSections - 1;
533 int exactSection = section;
534 sectionIndex = section;
535 int index = mSectionIndexer.getPositionForSection(section);
536 // Given the expected section and index, the following code will
544 int prevSection = section;
545 int nextSection = section + 1;
546 // Assume the next section i
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DELFObjectReader.cpp70 /// readObject - read section header and create LDSections.
88 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); local
89 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) {
90 // ignore the section if the LDSection* in input context is NULL
91 if (NULL == *section)
94 switch((*section)->kind()) {
97 assert(NULL != (*section)->getLink());
100 *(*section)
248 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); local
[all...]
H A DSectionMerger.cpp40 // wildcard to a user-defined output section.
49 LDSection* section; local
55 section = (*it).outputSection;
57 section = m_Output.getSection(pName);
59 assert(NULL != section);
60 return section;
H A DELFWriter.cpp188 // emit section header
198 unsigned int shstridx = 0; // NULL section has empty name
221 // emit section header
231 unsigned int shstridx = 0; // NULL section has empty name
317 /// emitELF32ShStrTab - emit section string table
332 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd(); local
333 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) {
334 shstrsize += (*section)
374 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd(); local
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
H A DarmVCM4P10_QuantTables_s.S11 .section .rodata
H A DarmVCM4P10_DequantTables_s.S11 .section .rodata
/frameworks/compile/libbcc/lib/ExecutionEngine/
H A DELFObjectLoaderImpl.cpp65 // Update the value of sh_addr in pDebugImg to its corresponding section in
71 ALOGE("Invalid section header table offset found! (e_shoff = %d)",
78 ALOGE("Invalid image supplied (debug image doesn't contain all the section"
90 ELFSectionBits<32> *section = local
92 if (section != NULL) {
94 reinterpret_cast<llvm::ELF::Elf32_Addr>(section->getBuffer());
/frameworks/compile/libbcc/runtime/make/platform/
H A Ddarwin_fat.mk3 # This section must define:
10 # This section must define one of:
21 # When not universal builds, this section may define:
31 # This section may override any of the variables in make/options.mk, using:
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp183 const llvm::MCSectionData *section = 0; local
193 section,
216 const llvm::MCSectionData *section = 0; local
230 section,
246 section,
261 section,
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
H A DDot_p_opt.s29 .section .text
H A Dscale_sig_opt.s27 .section .text
H A DDeemph_32_opt.s31 .section .text
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
H A DPrePostMDCT_v5.s24 .section .text
78 .section .text
H A DCalcWindowEnergy_v5.s24 .section .text
H A DR4R8First_v5.s24 .section .text
77 .section .text
H A DAutoCorrelation_v5.s25 .section .text
H A Dband_nrg_v5.s24 .section .text
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
H A DR4R8First_v7.s24 .section .text
118 .section .text
H A DPrePostMDCT_v7.s24 .section .text
86 .section .text
/frameworks/compile/linkloader/include/impl/
H A DELFSymbol.hxx36 ELFSectionTy const *section = owner->getSectionByIndex(index); local
38 *static_cast<ELFSectionStrTabTy const *>(section);
66 // Set the section header index
142 "STT_OBJECT with not BITS section.");
160 rsl_assert(sec != 0 && "STT_OBJECT with null section.");
222 "STT_FUNC with not PROGBITS section.");
225 rsl_assert(sec != 0 && "STT_FUNC with null section.");
252 "STT_SECTION with not BITS section.");
255 rsl_assert(sec != 0 && "STT_SECTION with null section.");
281 "STT_SECTION with not BITS section
[all...]
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp273 // variable length section of ES_infos. It does not include the
1025 const sp<PSISection> &section = mPSISections.valueAt(sectionIndex); local
1028 CHECK(section->isEmpty());
1036 status_t err = section->append(br->data(), br->numBitsLeft() / 8);
1042 if (!section->isComplete()) {
1046 ABitReader sectionBits(section->data(), section->size());
1072 section->clear();
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
H A DDeemph_32_neon.s31 .section .text
H A Dpred_lt4_1_neon.s29 .section .text
H A Dsyn_filt_neon.s30 .section .text

Completed in 2235 milliseconds

12