Searched refs:sections (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/tools/incident_section_gen/
H A Dmain.cpp32 map<string,FieldDescriptor const*> sections; local
45 sections[field->name()] = field;
50 N = sections.size();
52 for (map<string,FieldDescriptor const*>::const_iterator it = sections.begin();
53 it != sections.end(); it++, i++) {
/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
91 sections->push_back(entry);
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
151 assert(!sections->empty());
153 llvm::cast<OutputSectDesc>(sections->back());
159 sections->push_back(new Assignment(Assignment::OUTPUT_SECTION,
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
191 sections->push_back(new OutputSectDesc(pName, pProlog));
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
201 assert(!sections
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); local
[all...]
H A DInputSectDesc.cpp60 for (StringList::const_iterator it = m_Spec.sections().begin(),
61 ie = m_Spec.sections().end();
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java125 // JPEG file is composed of many sections and image data. This class is used
134 List<Section> sections = parse(is, true, skipExtendedContent);
135 if (sections == null) {
139 XMPMeta xmpMeta = parseFirstValidXMPSection(sections);
155 if (!checkExtendedSectionExists(sections, extensionName)) {
163 XMPMeta xmpExtended = parseExtendedXMPSections(sections, extensionName);
188 * and XMP sections (with marker M_APP1) and ignore others; otherwise, keep
189 * all sections. The last section with image data will have -1 length.
193 * @param skipExtendedContent Whether to skip the content of extended sections
198 List<Section> sections
345 parseFirstValidXMPSection(List<Section> sections) argument
371 checkExtendedSectionExists(List<Section> sections, String sectionName) argument
390 parseExtendedXMPSections(List<Section> sections, String sectionName) argument
[all...]
/frameworks/base/libs/incident/include/android/os/
H A DIncidentReportArgs.h48 inline const set<int>& sections() const { return mSections; } function in class:android::os::IncidentReportArgs
/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h48 const StringList& sections() const { function in struct:mcld::InputSectDesc::Spec
/frameworks/base/tools/incident_report/
H A Dmain.cpp297 adb_incident_workaround(const char* adbSerial, const vector<string>& sections) argument
302 for (vector<string>::const_iterator it=sections.begin(); it!=sections.end(); it++) {
425 fprintf(out, " SECTION which bugreport sections to print, either the int code of the\n");
440 vector<string> sections; local
473 sections.push_back(argv[optind++]);
511 return adb_incident_workaround(adbSerial, sections);
515 char const** args = (char const**)malloc(sizeof(char*) * (6 + sections.size()));
524 for (vector<string>::const_iterator it=sections.begin(); it!=sections
[all...]
/frameworks/compile/mclinker/lib/Object/
H A DSectionMap.cpp47 StringList* sections = StringList::create(); local
48 sections->push_back(
50 m_Spec.m_pWildcardSections = sections;
313 StringList::const_iterator sect, sectEnd = pInput.spec().sections().end();
314 for (sect = pInput.spec().sections().begin(); sect != sectEnd; ++sect) {
/frameworks/base/core/java/android/widget/
H A DFastScroller.java993 final Object[] sections = mSections;
994 final int sectionCount = sections == null ? 0 : sections.length;
996 if (sections != null && sectionCount > 1) {
1004 // try to account for missing sections (no names starting with..)
1005 // It will compute the scroll space of surrounding empty sections
1114 final Object[] sections = mSections;
1116 if (sections != null && sectionIndex >= 0 && sectionIndex < sections.length) {
1117 final Object section = sections[sectionInde
[all...]
/frameworks/av/camera/
H A DVendorTagDescriptor.cpp185 ALOGE("%s: Incorrect number of sections defined, received %zu, needs %d.",
531 SortedVector<String8> sections; local
554 sections.add(sectionString);
565 desc->mSections = sections;
572 ssize_t index = sections.indexOf(sectionString);
/frameworks/av/services/camera/libcameraservice/common/
H A DCameraProviderManager.cpp1270 ALOGE("%s: tag count %d from vendor tag sections is invalid.", __FUNCTION__, tagCount);
1282 SortedVector<String8> sections; local
1294 sections.add(sectionString);
1322 desc->mSections = sections;
1329 ssize_t index = sections.indexOf(sectionString);
/frameworks/av/services/camera/libcameraservice/tests/
H A DCameraProviderManagerTest.cpp109 const hardware::hidl_vec<common::V1_0::VendorTagSection>& sections)>;

Completed in 2102 milliseconds