/frameworks/compile/mclinker/lib/Script/ |
D | ScriptFile.cpp | 92 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint() local 93 sections->push_back(entry); in addEntryPoint() 145 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment() local 147 assert(!sections->empty()); in addAssignment() 149 llvm::cast<OutputSectDesc>(sections->back()); in addAssignment() 155 sections->push_back(new Assignment(Assignment::OUTPUT_SECTION, in addAssignment() 190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in enterOutputSectDesc() local 191 sections->push_back(new OutputSectDesc(pName, pProlog)); in enterOutputSectDesc() 200 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc() local 202 assert(!sections->empty() && m_bInOutputSectDesc); in leaveOutputSectDesc() [all …]
|
D | InputSectDesc.cpp | 59 for (StringList::const_iterator it = m_Spec.sections().begin(), in dump() 60 ie = m_Spec.sections().end(); it != ie; ++it) { in dump()
|
D | ScriptParser.yy | 291 sections-command 292 sections-command 307 Each sections-command may of be one of the following:
|
/frameworks/compile/mclinker/lib/Object/ |
D | SectionMap.cpp | 44 StringList* sections = StringList::create(); in Input() local 45 sections->push_back( in Input() 47 m_Spec.m_pWildcardSections = sections; in Input() 326 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end(); in matched() 327 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) { in matched()
|
/frameworks/av/camera/ |
D | VendorTagDescriptor.cpp | 81 SortedVector<String8> sections; in createDescriptorFromOps() local 104 sections.add(sectionString); in createDescriptorFromOps() 115 desc->mSections = sections; in createDescriptorFromOps() 122 ssize_t index = sections.indexOf(sectionString); in createDescriptorFromOps()
|
/frameworks/compile/mclinker/include/mcld/Script/ |
D | InputSectDesc.h | 52 const StringList& sections() const { in sections() function
|
/frameworks/base/core/java/android/widget/ |
D | FastScroller.java | 937 final Object[] sections = mSections; in scrollTo() local 938 final int sectionCount = sections == null ? 0 : sections.length; in scrollTo() 940 if (sections != null && sectionCount > 1) { in scrollTo() 1058 final Object[] sections = mSections; in transitionPreviewLayout() local 1060 if (sections != null && sectionIndex >= 0 && sectionIndex < sections.length) { in transitionPreviewLayout() 1061 final Object section = sections[sectionIndex]; in transitionPreviewLayout()
|
/frameworks/compile/libbcc/ |
D | README.rst | 135 A cache file (denoted as \*.oBCC) for libbcc consists of several sections: 139 Here is the brief description of each sections: 144 and offset of other sections. The header section is guaranteed
|
/frameworks/base/docs/html/tools/adk/ |
D | index.jd | 21 <p>The following sections provide more information about the Android Accessory Development Kits, how
|
D | adk.jd | 169 <p>The following sections describe how to install the Arduino software on your computer, use the 358 Serial Monitor</strong> and setting the baud to 115200. The following sections about how 364 <p>If you have access to the ADK board and shield, the following sections describe the firmware 378 sections.</p> 380 <p>The following sections describe the firmware code in the context of the algorithm described in
|
/frameworks/base/docs/html/training/design-navigation/ |
D | descendant-lateral.jd | 46 …ted by the parent. <em>Section-related</em> screens represent different sections of information ab… 55 …ion design problems. We explore a few common lateral navigation patterns in the sections below.</p> 75 …sections, is the dashboard pattern. A <em>dashboard</em> is a grid of large, iconic buttons that c…
|
D | screen-planning.jd | 73 <li>Buttons leading to different sections (e.g., stories, photos, saved items)</li>
|
/frameworks/base/docs/html/tools/projects/ |
D | templates.jd | 114 three sections based on the {@link android.app.Fragment} class and a tabbed user 136 {@link android.app.Fragment} sections, a compact title strip header (known as 139 the sections, based on the <a href="{@docRoot}design/patterns/swipe-views.html">swipe 159 {@link android.app.Fragment} sections, with an {@link android.app.ActionBar} using list mode
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-projects.jd | 46 of DDMS from within the Eclipse IDE. The following sections of DDMS are available to you:</p>
|
D | debugging-devtools.jd | 46 <dd>Flashes a momentary pink rectangle on any screen sections that are being redrawn. This is
|
/frameworks/base/docs/html/tools/help/ |
D | zipalign.jd | 36 the "extra" field in the zip Local File Header sections. Existing data
|
D | systrace.jd | 29 tools, or from the command line. The following sections describe how to run the tool using either 107 sections describe the different command line options for each version.</p> 115 <p>See the sections below for example Systrace sessions.</p>
|
/frameworks/base/docs/html/about/ |
D | start.jd | 13 app into the following three sections that represent the general order for app development.
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0.1.jd | 72 <p>The sections below provide notes about successive releases of 245 <p>The sections below provide information about new developer features offered by the downloadable … 257 <p>The sections below provide information about changes made to the application
|
D | android-2.0.jd | 65 <p>The sections below provide notes about successive releases of 234 <p>The sections below provide information about new developer features offered by the downloadable … 246 <p>The sections below provide information about the application framework API provided by the Andro…
|
/frameworks/base/docs/html/google/play/billing/ |
D | versions.jd | 7 <p>The sections below list the supported versions of the In-app Billing API.</p>
|
/frameworks/base/docs/html/tools/testing/ |
D | what_to_test.jd | 15 The following sections are organized by behaviors or situations that you should test. Each
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | overview.jd | 5 …2D and 3D graphics. The sections below provide an overview of the APIs and system capabilities ava…
|
/frameworks/base/docs/html/training/basics/actionbar/ |
D | setting-up.jd | 37 lesson is divided into two sections depending on which Android
|
/frameworks/base/docs/html/guide/topics/location/ |
D | index.jd | 34 android.location} package and the Google Maps Android API. The sections below provide
|