Home
last modified time | relevance | path

Searched defs:section (Results 51 – 75 of 189) sorted by relevance

12345678

/aosp12/hardware/google/camera/common/hal/tests/
H A Dvendor_tag_tests.cc156 for (auto& section : hal_sections) { in TEST() local
159 for (auto& section : hwl_sections) { in TEST() local
/aosp12/packages/apps/Contacts/src/com/android/contacts/list/
H A DIndexerListAdapter.java164 int section = -1; in configurePinnedHeaders() local
229 int section = getSectionForPosition(position); in getItemPlacementInSection() local
H A DContactsSectionIndexer.java79 public int getPositionForSection(int section) { in getPositionForSection()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotifications.proto47 optional NotificationSection section = 6; field
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DELFReaderIf.h90 LDSection* section; member
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/
H A DNotifications.proto47 optional NotificationSection section = 6; field
/aosp12/packages/modules/DnsResolver/
H A Dres_debug.cpp142 static void do_section(ns_msg* handle, ns_sect section) { in do_section()
446 const char* p_section(int section, int opcode) { in p_section()
/aosp12/system/media/camera/tests/
H A Dcamera_metadata_tests_fake_vendor.h163 int section; in get_fakevendor_tag_count() local
177 int section; in get_fakevendor_tags() local
/aosp12/packages/apps/Camera2/src/com/android/camera/util/
H A DXmpUtil.java360 Section section = new Section(); in parse() local
376 Section section = new Section(); in parse() local
/aosp12/art/libdexfile/dex/
H A Ddex_file_layout.cc97 std::ostream& operator<<(std::ostream& os, const DexLayoutSection& section) { in operator <<()
/aosp12/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationLegacySettings.java165 private void readUserStates(SettingsXml.ReadSection section) { in readUserStates()
178 private void readUserState(SettingsXml.ReadSection section, LegacyState legacyState) { in readUserState()
/aosp12/hardware/google/camera/common/hal/utils/
H A Dvendor_tag_utils.cc50 for (const VendorTagSection& section : section_list) { in CombineVendorTags() local
137 for (auto& section : tag_sections) { in AddTags() local
/aosp14/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationLegacySettings.java165 private void readUserStates(SettingsXml.ReadSection section) { in readUserStates()
178 private void readUserState(SettingsXml.ReadSection section, LegacyState legacyState) { in readUserState()
/aosp12/system/unwinding/libunwindstack/include/unwindstack/
H A DDwarfSection.h48 iterator(DwarfSection* section, size_t index) : index_(index) { in iterator()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinator.kt60 val section = checkNotNull(it.section) { "Null section for ${it.key}" } regex
/aosp12/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/
H A DIncidentHelper.java52 Section section = null; in run() local
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/
H A DIncidentHelper.java52 Section section = null; in run() local
/aosp12/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp147 const llvm::MCSectionData* section = 0; in TEST_F() local
173 const llvm::MCSectionData* section = 0; in TEST_F() local
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
H A DShadeListBuilder.java249 final NotifSection section = new NotifSection(sectioner, mNotifSections.size()); in setSectioners() local
365 private void onNotifSectionInvalidated(NotifSectioner section, @Nullable String reason) { in onNotifSectionInvalidated()
983 NotifSection section = applySections(entry); in assignSections() local
1065 NotifSection section = requireNonNull(entry.getSection()); in assignIndexes() local
1213 final NotifSection section = o1.getSection(); in getSectionComparator() local
1355 NotifSection section = mNotifSections.get(i); in findSection() local
/aosp12/art/dexlayout/
H A Dcompact_dex_writer.h59 explicit HashEqual(DexContainer::Section* section) : section_(section) {} in HashEqual()
/aosp12/art/tools/ahat/src/main/com/android/ahat/
H A DDoc.java38 void section(String title); in section() method
/aosp12/system/linkerconfig/contents/tests/configuration/
H A Dbaseconfig_test.cc71 auto* section = config.GetSection("system"); in TEST() local
/aosp12/system/unwinding/libunwindstack/tests/
H A DVerifyBionicTerminationTest.cpp48 static DwarfLocationEnum GetReturnAddressLocation(uint64_t rel_pc, DwarfSection* section) { in GetReturnAddressLocation()
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/
H A DGroupEntryBuilder.java70 public GroupEntryBuilder setSection(@Nullable NotifSection section) { in setSection()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilder.kt66 val section = entry.section!! regex

12345678