/frameworks/compile/mclinker/lib/LD/ |
D | ELFObjectReader.cpp | 111 LDContext::sect_iterator section, sectEnd = pInput.context()->sectEnd(); in readSections() local 112 for (section = pInput.context()->sectBegin(); section != sectEnd; ++section) { 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() 129 signatures().insert((*section)->name(), exist); in readSections() 138 pInput.fileOffset() + (*section)->offset(), (*section)->size()); in readSections() 158 llvm::StringRef((*section)->name()).drop_front(14)); in readSections() 162 (*section)->setKind(LDFileFormat::Debug); in readSections() [all …]
|
/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/ |
D | XmpDepthDecode.java | 223 Section section = new Section(); in parse() local 224 section.marker = marker; in parse() 225 section.length = -1; in parse() 226 section.data = new byte[is.available()]; in parse() 227 is.read(section.data, 0, section.data.length); in parse() 228 sections.add(section); in parse() 287 Section section = new Section(); in readSection() local 288 section.marker = marker; in readSection() 289 section.length = length; in readSection() 290 section.data = new byte[length - 2]; in readSection() [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/packages/DocumentsUI/src/com/android/documentsui/ |
D | SectionedListAdapter.java | 67 final SectionAdapter section = mSections.get(i); in getItem() local 68 final int sectionSize = section.getCount() + 1; in getItem() 72 return section; in getItem() 74 return section.getItem(position - 1); in getItem() 92 final SectionAdapter section = mSections.get(i); in getView() local 93 final int sectionSize = section.getCount() + 1; in getView() 97 return section.getHeaderView(convertView, parent); in getView() 99 return section.getView(position - 1, convertView, parent); in getView() 117 final SectionAdapter section = mSections.get(i); in isEnabled() local 118 final int sectionSize = section.getCount() + 1; in isEnabled() [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/ |
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/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/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/base/docs/html/training/ |
D | training_toc.cs | 404 <li class="nav-section"> 405 <div class="nav-section-header"> 433 <li class="nav-section"> 434 <div class="nav-section-header"> 441 <li class="nav-section"> 442 <div class="nav-section-header"> 472 <li class="nav-section"> 473 <div class="nav-section-header"> 508 <li class="nav-section"> 509 <div class="nav-section-header"> [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 …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
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 | 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 …]
|
/frameworks/support/v17/leanback/src/android/support/v17/leanback/os/ |
D | TraceHelper.java | 31 public void beginSection(String section); in beginSection() argument 37 public void beginSection(String section) { in beginSection() argument 47 public void beginSection(String section) { in beginSection() argument 48 TraceHelperJbmr2.beginSection(section); in beginSection() 68 public static void beginSection(String section) { in beginSection() argument 69 sImpl.beginSection(section); in beginSection()
|
/frameworks/base/docs/html/distribute/googleplay/ |
D | index.jd | 3 section.landing=true 14 <section class="dac-section dac-small" id="latest-games"><div class="wrap"> 22 </div></div></section> 24 <section class="dac-section dac-small" id="latest-games"><div class="wrap"> 31 </div></div></section>
|
/frameworks/base/docs/html/distribute/essentials/ |
D | index.jd | 4 section.landing=true 15 <section class="dac-section dac-small" id="latest-games"><div class="wrap"> 22 </div></div></section> 24 <section class="dac-section dac-small" id="latest-games"><div class="wrap"> 31 </div></div></section>
|
/frameworks/base/docs/html/distribute/stories/ |
D | apps.jd | 14 <section class="dac-section dac-small" id="app-videos"><div class="wrap"> 23 </div></section> 25 <section class="dac-section dac-small" id="apps-articles"><div class="wrap"> 34 </div></section>
|
D | index.jd | 19 <section class="dac-section dac-small" id="latest-apps"><div class="wrap"> 28 </div></section> 30 <section class="dac-section dac-small" id="latest-games"><div class="wrap"> 39 </div></section>
|
/frameworks/base/docs/html-intl/intl/zh-cn/preview/ |
D | index.jd | 20 <section class="dac-expand dac-hero dac-light" style="background-color:#B2DFDB"> 48 <div class="dac-section dac-small"> 55 </section> 57 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> 105 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 114 </div></section> 116 <section class="dac-section dac-gray"><div class="wrap"> 117 <h1 class="dac-section-title">资源</h1> 118 <div class="dac-section-subtitle"> 130 </section>
|
/frameworks/base/docs/html-intl/intl/ja/preview/ |
D | index.jd | 20 <section class="dac-expand dac-hero dac-light" style="background-color:#B2DFDB"> 48 <div class="dac-section dac-small"> 55 </section> 57 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> 105 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 114 </div></section> 116 <section class="dac-section dac-gray"><div class="wrap"> 117 <h1 class="dac-section-title">リソース</h1> 118 <div class="dac-section-subtitle"> 130 </section>
|
/frameworks/base/docs/html-intl/intl/ko/preview/ |
D | index.jd | 20 <section class="dac-expand dac-hero dac-light" style="background-color:#B2DFDB"> 48 <div class="dac-section dac-small"> 55 </section> 57 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> 105 <section class="dac-section dac-light dac-small" id="latest"><div class="wrap"> 114 </div></section> 116 <section class="dac-section dac-gray"><div class="wrap"> 117 <h1 class="dac-section-title">리소스</h1> 118 <div class="dac-section-subtitle"> 130 </section>
|
/frameworks/base/docs/html-intl/intl/ja/ |
D | index.jd | 18 <section class="dac-expand dac-hero dac-invert" style="background-color:#455A64"> 48 </section> 50 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 101 <h1 class="dac-section-title">Build Beautiful Apps</h1> 102 <div class="dac-section-subtitle"> 109 </div></section> 114 <section class="dac-section dac-gray"><div class="wrap"> 116 <h1 class="dac-section-title">マルチ スクリーンの世界を<br>構築しましょう</h1> 117 <div class="dac-section-subtitle"> [all …]
|
/frameworks/base/docs/html-intl/intl/ko/ |
D | index.jd | 18 <section class="dac-expand dac-hero dac-invert" style="background-color:#455A64"> 48 </section> 50 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 101 <h1 class="dac-section-title">Build Beautiful Apps</h1> 102 <div class="dac-section-subtitle"> 109 </div></section> 114 <section class="dac-section dac-gray"><div class="wrap"> 116 <h1 class="dac-section-title">멀티스크린 월드에 맞게 만들기</h1> 117 <div class="dac-section-subtitle"> [all …]
|
/frameworks/base/docs/html-intl/intl/zh-tw/ |
D | index.jd | 18 <section class="dac-expand dac-hero dac-invert" style="background-color:#455A64"> 48 </section> 50 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 101 <h1 class="dac-section-title">Build Beautiful Apps</h1> 102 <div class="dac-section-subtitle"> 109 </div></section> 114 <section class="dac-section dac-gray"><div class="wrap"> 116 <h1 class="dac-section-title">針對多螢幕世界建置</h1> 117 <div class="dac-section-subtitle"> [all …]
|
/frameworks/base/docs/html-intl/intl/ru/ |
D | index.jd | 18 <section class="dac-expand dac-hero dac-invert" style="background-color:#455A64"> 48 </section> 50 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 101 <h1 class="dac-section-title">Build Beautiful Apps</h1> 102 <div class="dac-section-subtitle"> 109 </div></section> 114 <section class="dac-section dac-gray"><div class="wrap"> 116 <h1 class="dac-section-title">ОС для многоэкранных устройств</h1> 117 <div class="dac-section-subtitle"> [all …]
|
/frameworks/base/docs/html-intl/intl/zh-cn/ |
D | index.jd | 18 <section class="dac-expand dac-hero dac-invert" style="background-color:#455A64"> 48 </section> 50 <div id="useUpdatedTemplates" style="display:none" class="dac-section dac-slim dac-gray dac-expand"> 100 <section class="dac-section dac-light" id="build-apps"><div class="wrap"> 101 <h1 class="dac-section-title">Build Beautiful Apps</h1> 102 <div class="dac-section-subtitle"> 109 </div></section> 114 <section class="dac-section dac-gray"><div class="wrap"> 116 <h1 class="dac-section-title">专为多屏幕时代而设</h1> 117 <div class="dac-section-subtitle"> [all …]
|