OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sectionheader
(Results
1 - 7
of
7
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java
45
public String
sectionHeader
;
222
mPlacementCache.
sectionHeader
= (String)getSections()[section];
225
mPlacementCache.
sectionHeader
= null;
232
mPlacementCache.
sectionHeader
= null;
ContactListAdapter.java
220
view.setSectionHeader(placement.
sectionHeader
);
PhoneNumberListAdapter.java
395
view.setSectionHeader(placement.firstInSection ? placement.
sectionHeader
: null);
/external/chromium_org/courgette/
disassembler_elf_32.cc
108
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
189
const Elf32_Shdr *section_header =
SectionHeader
(i);
263
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
428
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
466
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
491
const Elf32_Shdr *section_header =
SectionHeader
(section_id);
disassembler_elf_32.h
107
const Elf32_Shdr *
SectionHeader
(int id) const {
113
return OffsetToPointer(
SectionHeader
(id)->sh_offset);
117
return
SectionHeader
(id)->sh_size;
/frameworks/compile/mclinker/include/mcld/LD/
ELFReader.h
48
typedef llvm::ELF::Elf32_Shdr
SectionHeader
;
138
typedef llvm::ELF::Elf64_Shdr
SectionHeader
;
/prebuilts/sdk/tools/linux/
libbcc.so
Completed in 138 milliseconds