/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | XmpDepthDecode.java | 126 // to hold the section data from image file. 127 private static class Section { class in XmpDepthDecode 134 List<Section> sections = parse(is, true, skipExtendedContent); in read() 156 // The main XMP section referenced an extended section that is not present. in read() 165 // The main XMP section referenced an extended section that is not present. in read() 189 * all sections. The last section with image data will have -1 length. 196 private static List<Section> parse(InputStream is, boolean readMetaOnly, in parse() 198 List<Section> sections = new ArrayList<Section>(); in parse() 223 Section section = new Section(); in parse() local 224 section.marker = marker; in parse() [all …]
|
/frameworks/base/docs/html/develop/ |
D | index.jd | 5 section.landing=true 13 <section class="dac-expand dac-hero dac-light"> 45 </section> 53 <section class="dac-section dac-gray dac-small" id="latest"><div class="wrap"> 62 </div></section> 64 <section class="dac-section dac-light"><div class="wrap"> 65 <h1 class="dac-section-title">Tools for building apps</h1> 66 <div class="dac-section-subtitle"> 75 </div></section> 77 <section class="dac-section dac-gray"><div class="wrap"> [all …]
|
/frameworks/base/core/java/android/widget/ |
D | SectionIndexer.java | 23 * A section is a group of list items that have something in common. For 29 * section/position. 41 * array of objects whose toString() methods return their section titles. 43 * @return the array of section objects 48 * Given the index of a section within the array of section objects, returns 49 * the starting position of that section within the adapter. 51 * If the section's starting position is outside of the adapter bounds, the 54 * @param sectionIndex the index of the section within the array of section 56 * @return the starting position of that section within the adapter, 63 * corresponding section within the array of section objects. [all …]
|
/frameworks/base/docs/html/distribute/essentials/ |
D | essentials_toc.cs | 2 <li class="nav-section"> 3 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 7 <li class="nav-section"> 8 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 14 <li class="nav-section"> 15 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 20 <li class="nav-section"> 21 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 26 <li class="nav-section"> 27 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… [all …]
|
/frameworks/base/docs/html/distribute/engage/ |
D | engage_toc.cs | 2 <li class="nav-section"> 3 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs 8 <li class="nav-section"> 9 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs 14 <li class="nav-section"> 15 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs 20 <li class="nav-section"> 21 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs 26 <li class="nav-section"> 27 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs [all …]
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
D | SectionedListAdapter.java | 28 * Adapter that combines multiple adapters as sections, asking each section to 67 final SectionAdapter section = mSections.get(i); in getItem() local 68 final int sectionSize = section.getCount() + 1; in getItem() 70 // Check if position inside this section in getItem() 72 return section; in getItem() 74 return section.getItem(position - 1); in getItem() 77 // Otherwise jump into next section in getItem() 92 final SectionAdapter section = mSections.get(i); in getView() local 93 final int sectionSize = section.getCount() + 1; in getView() 95 // Check if position inside this section in getView() [all …]
|
/frameworks/base/docs/html/distribute/users/ |
D | users_toc.cs | 2 <li class="nav-section"> 3 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 8 <li class="nav-section"> 9 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 14 <li class="nav-section"> 15 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 20 <li class="nav-section"> 21 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 26 <li class="nav-section"> 27 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… [all …]
|
/frameworks/base/docs/html/topic/instant-apps/ |
D | index.jd | 5 section.landing=true 12 <!-- Hero section --> 13 <section class="dac-expand dac-hero dac-section-light"> 51 </section> 53 <!-- Second section --> 55 <div class="wrap sub-section"> 58 <img src="/images/topic/instant-apps/instant-apps-section-2.png"> 63 <h2 id="section-2" class="norule">Run Android Apps Without Installation</h2> 74 <!-- Third section --> 76 <div class="wrap sub-section"> [all …]
|
/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectReader.cpp | 92 /// readHeader - read section header and create LDSections. 111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() local 112 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) { in readSections() 113 // ignore the section if the LDSection* in input context is NULL in readSections() 114 if (*section == NULL) in readSections() 117 switch ((*section)->kind()) { in readSections() 120 assert((*section)->getLink() != NULL); in readSections() 122 pInput, *(*section)->getLink(), (*section)->getInfo()); in readSections() 126 ResolveInfo::Section == signature->type()) { in readSections() 127 // if the signature is a section symbol in input object, we use the in readSections() [all …]
|
/frameworks/base/docs/html/distribute/ |
D | index.jd | 5 section.landing=true 31 <section id="useOldTemplates" style="display:none" class="dac-section dac-gray dac-small" id="lates… 40 </div></section> 42 <section id="useUpdatedTemplates" style="display:none" class="dac-section dac-gray dac-small" id="l… 45 <div class="dac-filter dac-filter-section" data-filter="#latest-resources"> 88 </div></section> 91 <section class="dac-section dac-invert dac-darken-bg" style="background-image: url(/images/distribu… 93 <h1 class="dac-section-title">Reach the world with Google Play</h1> 94 <div class="dac-section-subtitle"> 103 <ul class="dac-section-links"> [all …]
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | googleplay_toc.cs | 3 <li class="nav-section"> 4 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 15 <li class="nav-section"> 16 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 28 <li class="nav-section"> 29 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 41 <li class="nav-section"> 42 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 54 <li class="nav-section"> 55 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… [all …]
|
/frameworks/base/docs/html/design/ |
D | index.jd | 3 section.landing=true 11 <section class="dac-expand dac-hero dac-light"> 37 <div class="dac-section dac-small"> 44 </section> 50 <section class="dac-section dac-gray dac-small" id="latest"><div class="wrap"> 56 </div></section> 58 <section class="dac-section dac-light"><div class="wrap"> 59 <h1 class="dac-section-title">Pure Android</h1> 60 <div class="dac-section-subtitle"> 67 </div></section> [all …]
|
/frameworks/base/docs/html/distribute/tools/ |
D | disttools_toc.cs | 3 <li class="nav-section"> 4 …<div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/too… 8 <li class="nav-section"> 9 …<div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/too… 13 <li class="nav-section"> 14 …<div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/too… 18 <li class="nav-section"> 19 …<div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/too… 23 <li class="nav-section"> 24 …<div class="nav-section empty" style="font-weight:normal"><a href="<?cs var:toroot?>distribute/too… [all …]
|
/frameworks/base/docs/html/wear/ |
D | wear_toc.cs | 3 <li class="nav-section"> 4 <div class="nav-section-header empty"> 10 <li class="nav-section"> 11 <div class="nav-section-header empty"> 17 <li class="nav-section"> 18 <div class="nav-section-header"> 32 <li class="nav-section"> 33 <div class="nav-section-header empty"> 39 <li class="nav-section"> 40 <div class="nav-section-header empty"> [all …]
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | index.jd | 11 <section class="dac-expand dac-hero dac-light" > 34 <div class="dac-section dac-small"> 42 </section> 50 <section class="dac-section dac-gray" id="resources"><div class="wrap"> 51 <h1 class="dac-section-title">Resources</h1> 52 <div class="dac-section-subtitle"> 62 </section> 64 <section class="dac-section" id="videos"><div class="wrap"> 65 <h1 class="dac-section-title">Videos</h1> 66 <div class="dac-section-subtitle"> [all …]
|
/frameworks/base/docs/html/distribute/monetize/ |
D | monetize_toc.cs | 2 <li class="nav-section"> 3 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 7 <li class="nav-section"> 8 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 13 <li class="nav-section"> 14 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 19 <li class="nav-section"> 20 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… 25 <li class="nav-section"> 26 …<div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs var:toroot?>distrib… [all …]
|
/frameworks/base/docs/html/google/ |
D | index.jd | 3 section.landing=true 10 <section class="dac-expand dac-hero dac-light"> 35 </section> 42 <section class="dac-section dac-gray dac-small" id="latest"><div class="wrap"> 51 </section> 53 <section class="dac-section dac-invert dac-darken-bg" style="background-image: url(/images/distribu… 54 <h1 class="dac-section-title">Google Play developer tools</h1> 55 <div class="dac-section-subtitle"> 63 <ul class="dac-section-links"> 64 <li class="dac-section-link"><a href="/google/play/filters.html"> [all …]
|
D | google_toc.cs | 3 <li class="nav-section"> 4 …<div class="nav-section-header"><a href="<?cs var:toroot ?>google/play/billing/index.html" zh-cn-l… 11 …<li class="nav-section"><div class="nav-section-header"><a href="<?cs var:toroot?>google/play/bill… 42 <li class="nav-section"> 43 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>google/play/filters.html" 55 <li class="nav-section"> 56 <div class="nav-section-header empty"><a href="<?cs var:toroot?>google/play/developer-api.html"> 60 <li class="nav-section"> 61 <div class="nav-section-header empty"><a href="<?cs var:toroot?>google/play-services/id.html"> 65 <li class="nav-section"> [all …]
|
/frameworks/base/docs/html/distribute/analyze/ |
D | analyze_toc.cs | 2 <li class="nav-section"> 3 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs 8 <li class="nav-section"> 9 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs 14 <li class="nav-section"> 15 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs 20 <li class="nav-section"> 21 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs 26 <li class="nav-section"> 27 <div class="nav-section-header empty" style="font-weight:normal"><a href="<?cs [all …]
|
/frameworks/base/docs/html/ndk/reference/ |
D | reference_toc.cs | 10 <li class="nav-section"> 11 …<div class="nav-section-header"><a href="/ndk/reference/group___asset.html"><span class="en">Asset… 17 <li class="nav-section"> 18 <div class="nav-section-header"><a href="/ndk/reference/group___bitmap.html"><span class="en"> 24 <li class="nav-section"> 25 …<div class="nav-section-header"><a href="/ndk/reference/group___configuration.html"><span class="e… 31 <li class="nav-section"> 32 <div class="nav-section-header"><a href="/ndk/reference/group___input.html"><span class="en"> 39 <li class="nav-section"> 40 <div class="nav-section-header"><a href="/ndk/reference/group___looper.html"><span class="en"> [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | DiagCommonKinds.inc | 42 "Unable to emit section `%0'\nPlease report to `%1'", 43 "Unable to emit section `%0'\nPlease report to `%1'") 60 "can not read section `%0'.", 61 "can not read section `%0'.") 64 "can not read target-dependent section `%0'.", 65 "can not read target-dependent section `%0'.") 68 "can not read the section being relocated in file %0.\ninvalid sh_info: " 69 "%1\nrelocation section: %2", 70 "can not read the section being relocated in file %0.\ninvalid sh_info: " 71 "%1\nrelocation section: %2") [all …]
|
D | DiagLayouts.inc | 11 "section %0 has not been laid out. Developers may use an output LDSection " 13 "section %0 has not been laid out. Developers may use an output LDSection " 17 "Duplicated definition of section map \"from %0 to %0\".", 18 "Duplicated definition of section map \"from %0 to %0\".") 21 "Illegal section mapping rule: %0 -> %1. (conflict with %2 -> %3)", 22 "Illegal section mapping rule: %0 -> %1. (conflict with %2 -> %3)") 25 "Cannot merge section %0 of %1", 26 "Cannot merge section %0 of %1") 33 "ICF folding section `%0' of `%1' into `%2' of `%3'", 34 "ICF folding section `%0' of `%1' into `%2' of `%3'")
|
D | LDSection.h | 28 * \brief LDSection represents a section header entry. It is a unified 29 * abstraction of a section header entry for various file formats. 60 /// name - the name of this section. 63 /// kind - the kind of this section, such as Text, BSS, GOT, and so on. 67 /// type - The categorizes the section's contents and semantics. It's 71 /// In MachO, it's type field of struct section::flags 76 /// In MachO, it's attribute field of struct section::flags 80 /// occupied by this section. 85 /// offset - An integer specifying the offset of this section in the file. 89 /// addr - An integer specifying the virtual address of this section in the [all …]
|
/frameworks/base/docs/html/training/ |
D | training_toc.cs | 2 <li class="nav-section"> 3 <div class="nav-section-header"> 10 <li class="nav-section"> 11 <div class="nav-section-header"> 38 <li class="nav-section"> 39 <div class="nav-section-header"> 62 <li class="nav-section"> 63 <div class="nav-section-header"> 114 <li class="nav-section"> 115 <div class="nav-section-header"> [all …]
|
/frameworks/base/docs/html/wear/preview/ |
D | preview_toc.cs | 3 <li class="nav-section"> 4 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/overview.html" 16 <li class="nav-section"> 17 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/support.html"> 21 <li class="nav-section"> 22 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/setup-sdk.html" 32 <li class="nav-section"> 33 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>preview/download.html"> 38 <li class="nav-section"> 39 <div class="nav-section-header"><a href="<?cs var:toroot ?>preview/behavior-changes.html" [all …]
|