Home
last modified time | relevance | path

Searched refs:sections (Results 1 – 25 of 150) sorted by relevance

123456

/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp92 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 …]
DInputSectDesc.cpp59 for (StringList::const_iterator it = m_Spec.sections().begin(), in dump()
60 ie = m_Spec.sections().end(); it != ie; ++it) { in dump()
DScriptParser.yy291 sections-command
292 sections-command
307 Each sections-command may of be one of the following:
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp44 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/
DVendorTagDescriptor.cpp81 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/
DInputSectDesc.h52 const StringList& sections() const { in sections() function
/frameworks/base/core/java/android/widget/
DFastScroller.java937 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/
DREADME.rst135 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/
Dindex.jd21 <p>The following sections provide more information about the Android Accessory Development Kits, how
Dadk.jd169 <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/
Ddescendant-lateral.jd46 …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>
75sections, is the dashboard pattern. A <em>dashboard</em> is a grid of large, iconic buttons that c…
Dscreen-planning.jd73 <li>Buttons leading to different sections (e.g., stories, photos, saved items)</li>
/frameworks/base/docs/html/tools/projects/
Dtemplates.jd114 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/
Ddebugging-projects.jd46 of DDMS from within the Eclipse IDE. The following sections of DDMS are available to you:</p>
Ddebugging-devtools.jd46 <dd>Flashes a momentary pink rectangle on any screen sections that are being redrawn. This is
/frameworks/base/docs/html/tools/help/
Dzipalign.jd36 the "extra" field in the zip Local File Header sections. Existing data
Dsystrace.jd29 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/
Dstart.jd13 app into the following three sections that represent the general order for app development.
/frameworks/base/docs/html/about/versions/
Dandroid-2.0.1.jd72 <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
Dandroid-2.0.jd65 <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/
Dversions.jd7 <p>The sections below list the supported versions of the In-app Billing API.</p>
/frameworks/base/docs/html/tools/testing/
Dwhat_to_test.jd15 The following sections are organized by behaviors or situations that you should test. Each
/frameworks/base/docs/html/guide/topics/graphics/
Doverview.jd5 …2D and 3D graphics. The sections below provide an overview of the APIs and system capabilities ava…
/frameworks/base/docs/html/training/basics/actionbar/
Dsetting-up.jd37 lesson is divided into two sections depending on which Android
/frameworks/base/docs/html/guide/topics/location/
Dindex.jd34 android.location} package and the Google Maps Android API. The sections below provide

123456