Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Script/
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
/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
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()
/frameworks/base/libs/incident/tests/
DIncidentReportArgs_test.cpp57 set<int> sections; in TEST() local
DIncidentReportRequest_test.cpp106 set<int> sections; in TEST() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManager.java288 public void updateRoundedChildren(NotificationSection[] sections) { in updateRoundedChildren()
309 NotificationSection[] sections, in handleRemovedOldViews()
343 NotificationSection[] sections, in handleAddedNewViews()
/frameworks/base/libs/incident/include_priv/android/os/
DIncidentReportArgs.h61 inline const set<int>& sections() const { return mSections; } in sections() function
/frameworks/base/core/proto/android/os/
Dmetadata.proto71 repeated SectionStats sections = 6; field
/frameworks/av/services/camera/libcameraservice/common/
DCameraProviderInfoTemplated.h45 SortedVector<String8> sections; in createDescriptorFromIdl() local
/frameworks/compile/mclinker/include/mcld/Script/
DInputSectDesc.h48 const StringList& sections() const { in sections() function
/frameworks/native/cmds/dumpstate/tests/
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
/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
DSdCardEjectionTests.kt172 val sections = newVolume.split(" ") in retrieveNewVolume() constant
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
DNotificationRoundnessManagerTest.java351 NotificationSection[] sections = new NotificationSection[]{ in testLoggingOnRoundingUpdate() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/binder/
DUserSwitcherViewBinder.kt193 private var sections = listOf<List<UserActionViewModel>>() in <lambda>() variable in com.android.systemui.user.ui.binder.UserSwitcherViewBinder.MenuAdapter
/frameworks/base/tools/incident_report/
Dmain.cpp314 vector<string> sections; in main() local
/frameworks/base/cmds/incident/
Dmain.cpp116 IncidentSection sections[INCIDENT_SECTION_COUNT]; in section_list() local
/frameworks/compile/mclinker/lib/Object/
DSectionMap.cpp47 StringList* sections = StringList::create(); in Input() local
/frameworks/base/tools/incident_section_gen/
Dmain.cpp112 map<string,FieldDescriptor const*> sections; in generateIncidentSectionsCpp() local
/frameworks/base/core/java/android/widget/
DFastScroller.java1006 final Object[] sections = mSections; in scrollTo() local
1127 final Object[] sections = mSections; in transitionPreviewLayout() local
/frameworks/av/camera/
DVendorTagDescriptor.cpp540 SortedVector<String8> sections; in createDescriptorFromOps() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/euicc/
DEuiccController.java491 final Stack<Integer> sections = new Stack<>(); in decodeSmdxSubjectAndReasonCode() local