Home
last modified time | relevance | path

Searched defs:section (Results 176 – 200 of 1693) sorted by relevance

12345678910>>...68

/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Delf.rs168 pub fn section(&self, stash: &'a Stash, name: &str) -> Option<&'a [u8]> { in section() method
261 let section = self.section_header(".gnu_debuglink")?; in gnu_debuglink_path() localVariable
276 let section = self.section_header(".gnu_debugaltlink")?; in gnu_debugaltlink_path() localVariable
H A Dcoff.rs62 let section = sections.section(section_index).ok()?; in parse() localVariable
75 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
/aosp_15_r20/external/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc386 ArenaLock section(arena); in DeleteArena() local
513 ArenaLock section(arena); in Free() local
527 ArenaLock section(arena); in DoAllocWithArena() local
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/
H A Delf.rs168 pub fn section(&self, stash: &'a Stash, name: &str) -> Option<&'a [u8]> { in section() method
261 let section = self.section_header(".gnu_debuglink")?; in gnu_debuglink_path() localVariable
276 let section = self.section_header(".gnu_debugaltlink")?; in gnu_debugaltlink_path() localVariable
H A Dcoff.rs64 let section = sections in parse() localVariable
79 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
/aosp_15_r20/external/webrtc/third_party/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc387 ArenaLock section(arena); in DeleteArena() local
514 ArenaLock section(arena); in Free() local
528 ArenaLock section(arena); in DoAllocWithArena() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Delf.rs168 pub fn section(&self, stash: &'a Stash, name: &str) -> Option<&'a [u8]> { in section() method
261 let section = self.section_header(".gnu_debuglink")?; in gnu_debuglink_path() localVariable
276 let section = self.section_header(".gnu_debugaltlink")?; in gnu_debugaltlink_path() localVariable
H A Dcoff.rs62 let section = sections.section(section_index).ok()?; in parse() localVariable
75 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-ndk-source/gen/include/aidl/android/hardware/tv/tuner/
DDemuxMmtpFilterSettingsFilterSettings.h57 section = 1, enumerator
66 static const inline Tag section = Tag::section; variable
DDemuxFilterEvent.h63 section = 0, enumerator
76 static const inline Tag section = Tag::section; variable
/aosp_15_r20/cts/common/device-side/bedstead/nene/src/main/java/com/android/bedstead/nene/packages/
H A DAdbPackageParser26.java128 void parseInstallPermissions(String section, AdbPackage.MutablePackage pkg) { in parseInstallPermissions()
140 void parseUser(String section, AdbPackage.MutablePackage pkg) throws AdbParseException { in parseUser()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DNodeSpecBuilder.kt66 val section = entry.section!! in <lambda>() constant
/aosp_15_r20/external/rust/android-crates-io/crates/combine/examples/
Dini.rs72 fn section<Input>() -> impl Parser<Input, Output = (String, HashMap<String, String>)> in section() function
111 let mut section = HashMap::new(); in ini_ok() localVariable
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp471 …const tcu::ScopedLogSection section(m_testCtx.getLog(), iterationDescription, iterationDescription… in iterate() local
596 …const tcu::ScopedLogSection section(m_testCtx.getLog(), iterationDescription, iterationDescription… in iterate() local
747 …const tcu::ScopedLogSection section(m_testCtx.getLog(), iterationDescription, iterationDescription… in iterate() local
1346 …const tcu::ScopedLogSection section(m_testCtx.getLog(), iterationDescription, iterationDescription… in iterate() local
1811 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration" + de::toString(m_iteration + 1… in iterate() local
2087 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Iteration" + de::toString(m_iteration + 1… in iterate() local
/aosp_15_r20/system/unwinding/libunwindstack/tools/
H A Dunwind_reg_info.cpp75 void PrintRegInformation(DwarfSection* section, std::shared_ptr<Memory>&& memory, uint64_t pc, in PrintRegInformation()
213 DwarfSection* section = interface->eh_frame(); in GetInfo() local
/aosp_15_r20/tools/dexter/slicer/
H A Dwriter.cc220 static void CopySection(const T& section, dex::u1* image, dex::u4 image_size) { in CopySection()
377 auto& section = dex_->string_data; in CreateStringDataSection() local
396 static void AddMapItem(const T& section, std::vector<dex::MapItem>& items) { in AddMapItem()
409 auto& section = dex_->map_list; in CreateMapSection() local
/aosp_15_r20/external/vboot_reference/futility/
H A Dupdater.c225 static int section_is_filled_with(const struct firmware_section *section, in section_is_filled_with()
384 struct firmware_section section; in preserve_management_engine() local
619 struct firmware_section section; in get_keyblock() local
784 const char *section = FMAP_RW_LEGACY; in legacy_needs_update() local
/aosp_15_r20/external/iw/
H A Diw.h132 #define COMMAND(section, name, args, cmd, flags, idby, handler, help) \ argument
134 #define COMMAND_ALIAS(section, name, args, cmd, flags, idby, handler, help, selector, alias)\ argument
136 #define HIDDEN(section, name, args, cmd, flags, idby, handler) \ argument
/aosp_15_r20/frameworks/base/cmds/incidentd/src/
H A DIncidentService.cpp330 for (const Section** section = SECTION_LIST; *section; section++) { in reportIncidentToDumpstate() local
337 for (const Section* section : mRegisteredSections) { in reportIncidentToDumpstate() local
573 const Section* section = SECTION_LIST[idx]; in command() local
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Dcoff.rs62 let section = sections.section(section_index).ok()?; in parse() localVariable
75 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/
H A Dcoff.rs64 let section = sections in parse() localVariable
79 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/
H A DStackCoordinator.kt75 val section = checkNotNull(it.section) { "Null section for ${it.key}" } in calculateNotifStats() constant
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Dcoff.rs62 let section = sections.section(section_index).ok()?; in parse() localVariable
75 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/
H A Dcoff.rs64 let section = sections in parse() localVariable
79 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Dcoff.rs62 let section = sections.section(section_index).ok()?; in parse() localVariable
75 pub fn section(&self, _: &Stash, name: &str) -> Option<&'a [u8]> { in section() method

12345678910>>...68