Home
last modified time | relevance | path

Searched refs:section (Results 1 – 25 of 357) sorted by relevance

12345678910>>...15

/frameworks/compile/mclinker/lib/LD/
DELFObjectReader.cpp88 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() local
89 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) { in readSections()
91 if (NULL == *section) in readSections()
94 switch((*section)->kind()) { in readSections()
97 assert(NULL != (*section)->getLink()); in readSections()
100 *(*section)->getLink(), in readSections()
102 (*section)->getInfo()); in readSections()
109 signatures().insert((*section)->name(), exist); in readSections()
118 pInput.fileOffset() + (*section)->offset(), (*section)->size()); in readSections()
133 assert(NULL != (*section)->getLink()); in readSections()
[all …]
DSectionMerger.cpp49 LDSection* section; in getOutputSectHdr() local
55 section = (*it).outputSection; in getOutputSectHdr()
57 section = m_Output.getSection(pName); in getOutputSectHdr()
59 assert(NULL != section); in getOutputSectHdr()
60 return section; in getOutputSectHdr()
DELFWriter.cpp332 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd(); in emitELF32ShStrTab() local
333 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) { in emitELF32ShStrTab()
334 shstrsize += (*section)->name().size() + 1; in emitELF32ShStrTab()
345 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) { in emitELF32ShStrTab()
346 strcpy((char*)(data + shstrsize), (*section)->name().c_str()); in emitELF32ShStrTab()
347 shstrsize += (*section)->name().size() + 1; in emitELF32ShStrTab()
374 LDContext::const_sect_iterator section, sectEnd = pOutput.context()->sectEnd(); in emitELF64ShStrTab() local
375 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) { in emitELF64ShStrTab()
376 shstrsize += (*section)->name().size() + 1; in emitELF64ShStrTab()
387 for (section = pOutput.context()->sectBegin(); section != sectEnd; ++section) { in emitELF64ShStrTab()
[all …]
/frameworks/base/docs/html/training/
Dtraining_toc.cs261 <li class="nav-section">
262 <div class="nav-section-header">
269 <li class="nav-section">
270 <div class="nav-section-header">
296 <li class="nav-section">
297 <div class="nav-section-header">
331 <li class="nav-section">
332 <div class="nav-section-header"><a href="<?cs var:toroot ?>training/animation/index.html"
365 <li class="nav-section">
366 <div class="nav-section-header">
[all …]
/frameworks/compile/mclinker/include/mcld/LD/
DDiagCommonKinds.inc11 …iagnosticEngine::Unreachable, "Unable to emit section `%0'\nPlease report to `%1'", "Unable to emi…
15 …nnot_read_section, DiagnosticEngine::Fatal, "can not read section `%0'.", "can not read section `%…
16 …ticEngine::Fatal, "can not read target-dependent section `%0'.", "can not read target-dependent se…
17section being relocated in file %0.\ninvalid sh_info: %1\nrelocation section: %2", "can not read t…
18 …ported_section, DiagnosticEngine::Fatal, "unsupported section `%0' (type %1)", "unsupported sectio…
19 …_invalid_section_idx, DiagnosticEngine::Unreachable, "section[%0] is invalid in file %1", "section
35 …_input_section, DiagnosticEngine::Warning, "section `%0' should not appear in input file `%1': %2"…
38 …, DiagnosticEngine::Debug, "unsupported .eh_frame section in input: %0", "unsupported .eh_frame se…
DELFReader.tcc173 LDSection& section = pLinker.createSectHdr(sect_name+sh_name, in readSectionHeaders() local
178 section.setSize(sh_size); in readSectionHeaders()
179 section.setOffset(sh_offset); in readSectionHeaders()
180 section.setIndex(pInput.context()->numOfSections()); in readSectionHeaders()
181 section.setInfo(sh_info); in readSectionHeaders()
182 section.setAlign(sh_addralign); in readSectionHeaders()
185 LinkInfo link_info = { &section, sh_link, sh_info }; in readSectionHeaders()
189 pInput.context()->getSectionTable().push_back(&section); in readSectionHeaders()
195 if (LDFileFormat::NamePool == info->section->kind() || in readSectionHeaders()
196 LDFileFormat::Group == info->section->kind() || in readSectionHeaders()
[all …]
DDiagLayouts.inc3 …Engine::Unreachable, "section %0 has not been laid out. Developers may use an output LDSection in …
/frameworks/base/core/java/android/widget/
DFastScroller.java529 int section = (int) (position * nSections); in scrollTo() local
530 if (section >= nSections) { in scrollTo()
531 section = nSections - 1; in scrollTo()
533 int exactSection = section; in scrollTo()
534 sectionIndex = section; in scrollTo()
535 int index = mSectionIndexer.getPositionForSection(section); in scrollTo()
544 int prevSection = section; in scrollTo()
545 int nextSection = section + 1; in scrollTo()
547 if (section < nSections - 1) { in scrollTo()
548 nextIndex = mSectionIndexer.getPositionForSection(section + 1); in scrollTo()
[all …]
DSectionIndexer.java42 int getPositionForSection(int section); in getPositionForSection() argument
/frameworks/compile/mclinker/unittests/
DNamePoolTest.cpp183 const llvm::MCSectionData *section = 0; in TEST_F() local
193 section, in TEST_F()
216 const llvm::MCSectionData *section = 0; in TEST_F() local
230 section, in TEST_F()
246 section, in TEST_F()
261 section, in TEST_F()
/frameworks/compile/libbcc/lib/ExecutionEngine/
DELFObjectLoaderImpl.cpp90 ELFSectionBits<32> *section = in prepareDebugImage() local
92 if (section != NULL) { in prepareDebugImage()
94 reinterpret_cast<llvm::ELF::Elf32_Addr>(section->getBuffer()); in prepareDebugImage()
/frameworks/base/
DNOTICE2 == NOTICE file corresponding to the section 4 d of ==
14 == NOTICE file corresponding to the section 4 d of ==
26 == NOTICE file corresponding to the section 4 d of ==
38 == NOTICE file corresponding to the section 4 d of ==
47 == NOTICE file corresponding to the section 4 d of ==
57 == NOTICE file corresponding to the section 4 d of ==
68 == NOTICE file corresponding to the section 4 d of ==
87 == NOTICE file corresponding to the section 4 d of ==
97 == NOTICE file corresponding to the section 4 d of ==
183 (except as stated in this section) patent license to make, have made,
/frameworks/base/docs/html/training/design-navigation/
Ddescendant-lateral.jd46section-related screens. <em>Collection-related</em> screens represent individual items in the col…
50 alt="Collection-related children and section-related children" id="figure-children">
52 <p class="img-caption"><strong>Figure 2.</strong> Collection-related children and section-related c…
66 <p>For section-related screens, offering touchable and keyboard-focusable targets in the parent is …
75 …s also make this UI very easy to use. Dashboards are best used when each section is equally import…
111 …arate contexts. Tabs are most appropriate for small sets (4 or fewer) of section-related screens.<…
158 …s especially necessary when using this pattern for lateral navigation of section-related sibling s…
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
DarmVCM4P10_QuantTables_s.S11 .section .rodata
DarmVCM4P10_DequantTables_s.S11 .section .rodata
/frameworks/av/
DNOTICE2 == NOTICE file corresponding to the section 4 d of ==
14 == NOTICE file corresponding to the section 4 d of ==
26 == NOTICE file corresponding to the section 4 d of ==
38 == NOTICE file corresponding to the section 4 d of ==
47 == NOTICE file corresponding to the section 4 d of ==
57 == NOTICE file corresponding to the section 4 d of ==
76 == NOTICE file corresponding to the section 4 d of ==
86 == NOTICE file corresponding to the section 4 d of ==
172 (except as stated in this section) patent license to make, have made,
/frameworks/native/
DNOTICE2 == NOTICE file corresponding to the section 4 d of ==
14 == NOTICE file corresponding to the section 4 d of ==
26 == NOTICE file corresponding to the section 4 d of ==
38 == NOTICE file corresponding to the section 4 d of ==
47 == NOTICE file corresponding to the section 4 d of ==
57 == NOTICE file corresponding to the section 4 d of ==
76 == NOTICE file corresponding to the section 4 d of ==
86 == NOTICE file corresponding to the section 4 d of ==
172 (except as stated in this section) patent license to make, have made,
/frameworks/compile/linkloader/include/impl/
DELFSymbol.hxx36 ELFSectionTy const *section = owner->getSectionByIndex(index); in getName() local
38 *static_cast<ELFSectionStrTabTy const *>(section); in getName()
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV5E/
DPrePostMDCT_v5.s24 .section .text
78 .section .text
/frameworks/base/docs/html/tools/revisions/
Dindex.jd7 find information about some of the packages in this section, including the core <a
/frameworks/av/media/libstagefright/mpeg2ts/
DATSParser.cpp1039 const sp<PSISection> &section = mPSISections.valueAt(sectionIndex); in parsePID() local
1042 CHECK(section->isEmpty()); in parsePID()
1050 status_t err = section->append(br->data(), br->numBitsLeft() / 8); in parsePID()
1056 if (!section->isComplete()) { in parsePID()
1060 ABitReader sectionBits(section->data(), section->size()); in parsePID()
1086 section->clear(); in parsePID()
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd121 <li>{@link android.app.Fragment} objects for section content</li>
124 which extends {@link android.support.v4.app.FragmentPagerAdapter} to manage section
145 <li>{@link android.support.v4.view.PagerTitleStrip} for section titles</li>
146 <li>{@link android.app.Fragment} objects for section content</li>
147 <li>{@link android.support.v4.app.FragmentPagerAdapter} to manage section fragments</li>
166 <li>{@link android.app.Fragment} objects for section content</li>
/frameworks/base/docs/html/design/building-blocks/
Dlists.jd20 <p>Use section dividers to organize the content of your list into groups and facilitate scanning.</…
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dscale_sig_opt.s27 .section .text
/frameworks/av/media/libstagefright/codecs/aacenc/src/asm/ARMV7/
DPrePostMDCT_v7.s24 .section .text
86 .section .text

12345678910>>...15