Home
last modified time | relevance | path

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

123

/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DXmpUtil.java106 List<Section> sections = parse(is, true); in extractXMPMeta() local
153 List<Section> sections = null; in writeXMPMeta() local
189 List<Section> sections = parse(inputStream, false); in writeXMPMeta() local
215 private static void writeJpegFile(OutputStream os, List<Section> sections) in writeJpegFile()
235 List<Section> sections, XMPMeta meta) { in insertXMPSection()
343 List<Section> sections = new ArrayList<Section>(); in parse() local
/aosp12/frameworks/compile/mclinker/lib/Script/
H A DScriptFile.cpp90 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addEntryPoint() local
149 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addAssignment() local
190 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in enterOutputSectDesc() local
199 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in leaveOutputSectDesc() local
212 SectionsCmd* sections = llvm::cast<SectionsCmd>(back()); in addInputSectDesc() local
/aosp12/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java134 List<Section> sections = parse(is, true, skipExtendedContent); in read() local
198 List<Section> sections = new ArrayList<Section>(); in parse() local
345 private static XMPMeta parseFirstValidXMPSection(List<Section> sections) { in parseFirstValidXMPSection()
371 private static boolean checkExtendedSectionExists(List<Section> sections, in checkExtendedSectionExists()
390 private static XMPMeta parseExtendedXMPSections(List<Section> sections, in parseExtendedXMPSections()
/aosp12/packages/apps/Contacts/tests/src/com/android/contacts/group/
H A DGroupUtilTest.java51 final String[] sections = new String[]{"…", "A", "I", "T", "W", "Y", "Z", "#"}; in testUpdateBundle_smallSet() local
73 final String[] sections = new String[]{"A", "B", "C", "D", "E", "F", "G", "H", "J", in testUpdateBundle_mediumSet() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/contact/
H A DContactSectionIndexer.java102 final String[] sections = cursorExtras.getStringArray( in buildIndexerFromCursorExtras() local
134 final ArrayList<String> sections = new ArrayList<String>(); in buildIndexerFromDisplayNames() local
/aosp12/system/linkerconfig/modules/include/linkerconfig/
H A Dconfiguration.h32 explicit Configuration(std::vector<Section> sections, in Configuration()
/aosp12/system/linkerconfig/contents/configuration/
H A Dlegacy.cc29 std::vector<Section> sections; in CreateLegacyConfiguration() local
H A Dapexconfig.cc30 std::vector<Section> sections; in CreateApexConfiguration() local
H A Drecovery.cc35 std::vector<Section> sections; in CreateRecoveryConfiguration() local
H A Dbaseconfig.cc48 std::vector<Section> sections; in CreateBaseConfiguration() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationRoundnessManager.java219 public void updateRoundedChildren(NotificationSection[] sections) { in updateRoundedChildren()
236 private boolean handleRemovedOldViews(NotificationSection[] sections, in handleRemovedOldViews()
267 private boolean handleAddedNewViews(NotificationSection[] sections, in handleAddedNewViews()
/aosp12/build/soong/bloaty/
H A Dfile_sections.proto34 repeated SectionDescriptior sections = 2; field
/aosp12/system/linkerconfig/modules/tests/
H A Dconfiguration_test.cc89 std::vector<Section> sections; in TEST() local
/aosp12/frameworks/base/libs/incident/tests/
H A DIncidentReportArgs_test.cpp57 set<int> sections; in TEST() local
H A DIncidentReportRequest_test.cpp106 set<int> sections; in TEST() local
/aosp12/system/bt/osi/include/
H A Dconfig.h42 std::list<section_t> sections; member
/aosp12/art/dexlayout/
H A Ddexdiag.cc187 const std::vector<dex_ir::DexFileSection>& sections) { in FindSectionTypeForPage()
207 const std::vector<dex_ir::DexFileSection>& sections, in ProcessPageMap()
235 const std::vector<dex_ir::DexFileSection>& sections, in DisplayDexStatistics()
300 std::vector<dex_ir::DexFileSection> sections; in ProcessOneDexMapping() local
/aosp12/frameworks/base/libs/incident/include_priv/android/os/
H A DIncidentReportArgs.h61 inline const set<int>& sections() const { return mSections; } in sections() function
/aosp12/art/libdexfile/dex/
H A Ddex_file_layout.cc106 std::ostream& operator<<(std::ostream& os, const DexLayoutSections& sections) { in operator <<()
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactsSectionIndexer.java42 public ContactsSectionIndexer(String[] sections, int[] counts) { in ContactsSectionIndexer()
/aosp12/frameworks/base/core/proto/android/os/
H A Dmetadata.proto71 repeated SectionStats sections = 6; field
/aosp12/build/soong/symbol_inject/
H A Delf.go50 sections []elf.SectionHeader member
/aosp12/frameworks/compile/mclinker/include/mcld/Script/
H A DInputSectDesc.h48 const StringList& sections() const { in sections() function
/aosp12/frameworks/native/cmds/dumpstate/tests/
H A Ddumpstate_smoke_test.cpp103 void ParseSections(const std::string& zip_path, std::vector<SectionInfo>* sections) { in ParseSections()
144 DumpstateListener(int fd, std::shared_ptr<std::vector<SectionInfo>> sections) in DumpstateListener()
206 static std::shared_ptr<std::vector<SectionInfo>> sections; member in android::os::dumpstate::ZippedBugreportGenerationTest
227 std::shared_ptr<std::vector<SectionInfo>> ZippedBugreportGenerationTest::sections = member in android::os::dumpstate::ZippedBugreportGenerationTest
/aosp12/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
H A DCustomizationPickerFragment.java190 CustomizationSections sections = InjectorProvider.getInjector().getCustomizationSections(); in initSections() local

123