Searched defs:section (Results 1 - 3 of 3) sorted by relevance

/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...]
/frameworks/compile/linkloader/include/impl/
H A DELFSymbol.hxx41 ELFSectionTy const *section = owner->getSectionByIndex(index); local
43 *static_cast<ELFSectionStrTabTy const *>(section);
71 // Set the section header index
147 "STT_OBJECT with not BITS section.");
165 rsl_assert(sec != 0 && "STT_OBJECT with null section.");
237 "STT_FUNC with not PROGBITS section.");
240 rsl_assert(sec != 0 && "STT_FUNC with null section.");
267 "STT_SECTION with not BITS section.");
270 rsl_assert(sec != 0 && "STT_SECTION with null section.");
296 "STT_SECTION with not BITS section
[all...]
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpDatabase.cpp798 Section_t* section = FindSection(M_EXIF); local
799 if (section) {
831 Section_t* section = FindSection(M_EXIF); local
832 if (section) {
836 memcpy(result, section->Data + ImageInfo.ThumbnailOffset + 8, outThumbSize);

Completed in 120 milliseconds