/aosp12/hardware/google/camera/common/hal/tests/ |
H A D | vendor_tag_tests.cc | 156 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 D | IndexerListAdapter.java | 164 int section = -1; in configurePinnedHeaders() local 229 int section = getSectionForPosition(position); in getItemPlacementInSection() local
|
H A D | ContactsSectionIndexer.java | 79 public int getPositionForSection(int section) { in getPositionForSection()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | Notifications.proto | 47 optional NotificationSection section = 6; field
|
/aosp12/frameworks/compile/mclinker/include/mcld/LD/ |
H A D | ELFReaderIf.h | 90 LDSection* section; member
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/logging/ |
H A D | Notifications.proto | 47 optional NotificationSection section = 6; field
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_debug.cpp | 142 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 D | camera_metadata_tests_fake_vendor.h | 163 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 D | XmpUtil.java | 360 Section section = new Section(); in parse() local 376 Section section = new Section(); in parse() local
|
/aosp12/art/libdexfile/dex/ |
H A D | dex_file_layout.cc | 97 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 D | DomainVerificationLegacySettings.java | 165 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 D | vendor_tag_utils.cc | 50 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 D | DomainVerificationLegacySettings.java | 165 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 D | DwarfSection.h | 48 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 D | StackCoordinator.kt | 60 val section = checkNotNull(it.section) { "Null section for ${it.key}" } regex
|
/aosp12/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/ |
H A D | IncidentHelper.java | 52 Section section = null; in run() local
|
/aosp14/frameworks/base/cmds/incident_helper/java/com/android/commands/incident/ |
H A D | IncidentHelper.java | 52 Section section = null; in run() local
|
/aosp12/frameworks/compile/mclinker/unittests/ |
H A D | NamePoolTest.cpp | 147 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 D | ShadeListBuilder.java | 249 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 D | compact_dex_writer.h | 59 explicit HashEqual(DexContainer::Section* section) : section_(section) {} in HashEqual()
|
/aosp12/art/tools/ahat/src/main/com/android/ahat/ |
H A D | Doc.java | 38 void section(String title); in section() method
|
/aosp12/system/linkerconfig/contents/tests/configuration/ |
H A D | baseconfig_test.cc | 71 auto* section = config.GetSection("system"); in TEST() local
|
/aosp12/system/unwinding/libunwindstack/tests/ |
H A D | VerifyBionicTerminationTest.cpp | 48 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 D | GroupEntryBuilder.java | 70 public GroupEntryBuilder setSection(@Nullable NotifSection section) { in setSection()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/ |
H A D | NodeSpecBuilder.kt | 66 val section = entry.section!! regex
|