OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sectionHeader
(Results
1 - 6
of
6
) sorted by null
/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
IndexerListAdapter.java
45
public String
sectionHeader
;
212
mPlacementCache.
sectionHeader
= (String)getSections()[section];
215
mPlacementCache.
sectionHeader
= null;
222
mPlacementCache.
sectionHeader
= null;
ContactListAdapter.java
234
view.setSectionHeader(placement.
sectionHeader
);
PhoneNumberListAdapter.java
506
view.setSectionHeader(placement.firstInSection ? placement.
sectionHeader
: null);
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/
OatFile.java
269
private List<
SectionHeader
> getSections() {
287
return new AbstractList<
SectionHeader
>() {
288
@Override public
SectionHeader
get(int index) {
307
for (
SectionHeader
header: getSections()) {
308
if (header.getType() ==
SectionHeader
.TYPE_DYNAMIC_SYMBOL_TABLE) {
329
private abstract class
SectionHeader
{
332
public
SectionHeader
(int offset) { this.offset = offset; }
342
private class SectionHeader32Bit extends
SectionHeader
{
351
private class SectionHeader64Bit extends
SectionHeader
{
366
public SymbolTable(@Nonnull
SectionHeader
header)
[
all
...]
/external/libunwind_llvm/src/
UnwindCursor.hpp
915
const UnwindSectionHeader<A>
sectionHeader
(_addressSpace,
917
if (
sectionHeader
.version() != UNWIND_SECTION_VERSION)
924
+
sectionHeader
.indexSectionOffset());
926
uint32_t high =
sectionHeader
.indexCount();
[
all
...]
/ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/src/Unwind/
UnwindCursor.hpp
898
const UnwindSectionHeader<A>
sectionHeader
(_addressSpace,
900
if (
sectionHeader
.version() != UNWIND_SECTION_VERSION)
907
+
sectionHeader
.indexSectionOffset());
909
uint32_t high =
sectionHeader
.indexCount();
[
all
...]
Completed in 401 milliseconds