Home
last modified time | relevance | path

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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
DXmpDepthDecode.java134 List<Section> sections = parse(is, true, skipExtendedContent); in read() local
135 if (sections == null) { in read()
139 XMPMeta xmpMeta = parseFirstValidXMPSection(sections); in read()
155 if (!checkExtendedSectionExists(sections, extensionName)) { in read()
163 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName); in read()
198 List<Section> sections = new ArrayList<Section>(); in parse() local
200 return sections; in parse()
205 return sections; in parse()
210 return sections; in parse()
216 return sections; in parse()
[all …]
/frameworks/compile/mclinker/lib/Script/
DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint() local
91 sections->push_back(entry); in addEntryPoint()
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment() local
151 assert(!sections->empty()); in addAssignment()
153 llvm::cast<OutputSectDesc>(sections->back()); in addAssignment()
159 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()
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc() local
201 assert(!sections->empty() && m_bInOutputSectDesc); in leaveOutputSectDesc()
[all …]
DInputSectDesc.cpp60 for (StringList::const_iterator it = m_Spec.sections().begin(), in dump()
61 ie = m_Spec.sections().end(); in dump()
DScriptParser.yy302 sections-command
303 sections-command
318 Each sections-command may of be one of the following:
/frameworks/base/tools/incident_section_gen/
Dmain.cpp32 map<string,FieldDescriptor const*> sections; in main() local
45 sections[field->name()] = field; in main()
50 N = sections.size(); in main()
52 for (map<string,FieldDescriptor const*>::const_iterator it = sections.begin(); in main()
53 it != sections.end(); it++, i++) { in main()
/frameworks/base/tools/incident_report/
Dmain.cpp297 adb_incident_workaround(const char* adbSerial, const vector<string>& sections) in adb_incident_workaround() argument
302 for (vector<string>::const_iterator it=sections.begin(); it!=sections.end(); it++) { in adb_incident_workaround()
440 vector<string> sections; in main() local
473 sections.push_back(argv[optind++]); in main()
511 return adb_incident_workaround(adbSerial, sections); in main()
515 char const** args = (char const**)malloc(sizeof(char*) * (6 + sections.size())); in main()
524 for (vector<string>::const_iterator it=sections.begin(); it!=sections.end(); it++) { in main()
/frameworks/compile/mclinker/tools/mcld/
DOptions.td71 def GCSections : Flag<["--"], "gc-sections">,
73 HelpText<"Enable garbage collection of unused input sections">;
75 def NoGCSections : Flag<["--"], "no-gc-sections">,
77 HelpText<"Disable garbage collection of unused input sections">;
79 def PrintGCSections : Flag<["--"], "print-gc-sections">,
81 HelpText<"List all sections removed by garbage collection">;
83 def NoPrintGCSections : Flag<["--"], "no-print-gc-sections">,
85 HelpText<"Do not list sections removed by garbage collection">;
89 … HelpText<"Request creation of unwind info for linker generated code sections like PLT">;
93 … HelpText<"Don't create unwind info for linker generated sections to save size">;
[all …]
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp47 StringList* sections = StringList::create(); in Input() local
48 sections->push_back( in Input()
50 m_Spec.m_pWildcardSections = sections; in Input()
313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end(); in matched()
314 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) { in matched()
/frameworks/base/libs/incident/include/android/os/
DIncidentReportArgs.h48 inline const set<int>& sections() const { return mSections; } in sections() function
/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h48 const StringList& sections() const { in sections() function
/frameworks/base/core/java/android/widget/
DFastScroller.java993 final Object[] sections = mSections; in scrollTo() local
994 final int sectionCount = sections == null ? 0 : sections.length; in scrollTo()
996 if (sections != null && sectionCount > 1) { in scrollTo()
1114 final Object[] sections = mSections; in transitionPreviewLayout() local
1116 if (sections != null && sectionIndex >= 0 && sectionIndex < sections.length) { in transitionPreviewLayout()
1117 final Object section = sections[sectionIndex]; in transitionPreviewLayout()
/frameworks/rs/script_api/include/
Drs_object_types.rsh151 …SIGNED_5_6_5 = 13, // A 16 bit unsigned integer packing graphical data in 5, 6, and 5 bit sections.
152 …D_5_5_5_1 = 14, // A 16 bit unsigned integer packing graphical data in 5, 5, 5, and 1 bit sections.
153 …D_4_4_4_4 = 15, // A 16 bit unsigned integer packing graphical data in 4, 4, 4, and 4 bit sections.
/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/av/camera/
DVendorTagDescriptor.cpp531 SortedVector<String8> sections; in createDescriptorFromOps() local
554 sections.add(sectionString); in createDescriptorFromOps()
565 desc->mSections = sections; in createDescriptorFromOps()
572 ssize_t index = sections.indexOf(sectionString); in createDescriptorFromOps()
/frameworks/native/cmds/dumpstate/
Dbugreport-format.md50 - Some dumpsys sections (memory and cpuinfo) are reported earlier in the file.
68 **1.0-dev1**. When `dumpsys` was split in 2 sections but not all tools were
/frameworks/base/cmds/bootanimation/
DFORMAT.md50 (except `trim.txt` and `audio.wav`; see next sections) is expected to be a PNG file that represents
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderManager.cpp1282 SortedVector<String8> sections; in createDescriptorFromHidl() local
1294 sections.add(sectionString); in createDescriptorFromHidl()
1322 desc->mSections = sections; in createDescriptorFromHidl()
1329 ssize_t index = sections.indexOf(sectionString); in createDescriptorFromHidl()
/frameworks/minikin/doc/
Dhyb_file_format.md23 The file contains three sections. The first section represents the "alphabet," including
/frameworks/av/services/camera/libcameraservice/tests/
DCameraProviderManagerTest.cpp109 const hardware::hidl_vec<common::V1_0::VendorTagSection>& sections)>;
/frameworks/native/opengl/tests/angeles/
Dlicense-LGPL.txt191 identifiable sections of that work are not derived from the Library,
194 sections when you distribute them as separate works. But when you
195 distribute the same sections as part of a whole which is a work based
/frameworks/support/development/checkstyle/
DLICENSE191 identifiable sections of that work are not derived from the Library,
194 sections when you distribute them as separate works. But when you
195 distribute the same sections as part of a whole which is a work based
/frameworks/wilhelm/doc/
DDoxyfile466 # documentation sections, marked by \if sectionname ... \endif.
850 # documentation will contain sections that can be hidden and shown after the
/frameworks/native/docs/
DDoxyfile557 # documentation sections, marked by \if section-label ... \endif
1013 # documentation will contain sections that can be hidden and shown after the
/frameworks/av/media/libaaudio/
DDoxyfile.orig606 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
1122 # documentation will contain sections that can be hidden and shown after the
DDoxyfile606 # sections, marked by \if <section_label> ... \endif and \cond <section_label>
1131 # documentation will contain sections that can be hidden and shown after the