Home
last modified time | relevance | path

Searched defs:section (Results 201 – 225 of 1693) sorted by relevance

12345678910>>...68

/aosp_15_r20/prebuilts/rust/linux-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/external/deqp/modules/egl/
H A DteglClientExtensionTests.cpp241 … const tcu::ScopedLogSection section(m_testCtx.getLog(), "Client extensions", "Client extensions"); in iterate() local
249 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Display extensions", "Display extensions"… in iterate() local
/aosp_15_r20/external/google-breakpad/src/common/linux/
H A Dsynth_elf.cc88 int ELF::AddSection(const string& name, const Section& section, in AddSection()
125 void ELF::AppendSection(ElfSection& section) { in AppendSection()
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/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/external/deqp/modules/gles3/functional/
H A Des3fUniformApiTests.cpp2509 const ScopedLogSection section(log, "InfoGetActiveUniform", in test() local
2532 const ScopedLogSection section( in test() local
2556 const ScopedLogSection section( in test() local
2722 const ScopedLogSection section(log, "UniformAssign", "Uniform value assignments"); in test() local
2733 const ScopedLogSection section(log, "GetUniforms", "Uniform value query"); in test() local
2742 const ScopedLogSection section(log, "ValueCheck", in test() local
2753 const ScopedLogSection section(log, "ValueCheck", in test() local
2765 const ScopedLogSection section(log, "RenderTest", "Render test"); in test() local
2857 const ScopedLogSection section(log, "UniformAssign", "Uniform value assignments"); in test() local
/aosp_15_r20/packages/apps/Contacts/src/com/android/contacts/list/
DIndexerListAdapter.java164 int section = -1; in configurePinnedHeaders() local
229 int section = getSectionForPosition(position); in getItemPlacementInSection() local
/aosp_15_r20/hardware/google/camera/common/hal/tests/
Dvendor_tag_tests.cc155 for (auto& section : hal_sections) { in TEST() local
158 for (auto& section : hwl_sections) { in TEST() local
/aosp_15_r20/system/linkerconfig/contents/tests/configuration/
H A Dapexconfig_test.cc143 auto* section = config.GetSection("com.android.vendor"); in TEST_F() local
187 auto section = config.GetSection("com.android.target"); in TEST_F() local
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_debug.cc105 for (auto section : sections_) { in getDebugSections() local
206 auto section = sections_.find(info.section_); in dump() local
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/tests/
Dexamples_v1.rs77 let section = match &sections[0] { in v1_deser_plaintext() localVariable
193 let section = matched.contents(); in v1_deser_ciphertext() localVariable
/aosp_15_r20/art/runtime/jit/
H A Djit.cc532 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
592 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
620 const ImageSection& section = header.GetMethodsSection(); in NotifyZygoteCompilationDone() local
1013 const ImageSection& section = header.GetMethodsSection(); in MapBootImageMethods() local
1128 const ImageSection& section = header.GetMethodsSection(); in CreateThreadPool() local
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/
Dbfdlink.h89 asection *section; /* Symbol section. */ member
142 asection *section; member
149 asection *section; member
772 asection *section; member
816 asection *section; member
/aosp_15_r20/external/okio/okio/src/jvmMain/kotlin/okio/
H A DGzipSource.kt34 private var section = SECTION_HEADER variable
/aosp_15_r20/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
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/
DXmpUtil.java360 Section section = new Section(); in parse() local
376 Section section = new Section(); in parse() local
/aosp_15_r20/system/extras/simpleperf/
H A Dread_elf.cpp91 bool GetBuildIdFromNoteSection(const char* section, size_t section_size, BuildId* build_id) { in GetBuildIdFromNoteSection()
200 const llvm::object::SectionRef& section) { in GetSectionName()
205 const llvm::object::SectionRef& section) { in GetSectionContents()
/aosp_15_r20/development/samples/Vault/src/com/example/android/vault/
H A DEncryptedDocument.java274 final Section section = new Section(); in readSection() local
312 final Section section = new Section(); in writeSection() local
/aosp_15_r20/packages/modules/DnsResolver/
Dres_debug.cpp138 static void do_section(ns_msg* handle, ns_sect section) { in do_section()
456 const char* p_section(int section, int opcode) { in p_section()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
H A DNotifUiAdjustmentProvider.kt122 val section = entry.section ?: error("Entry must have a section to determine if minimized") in isEntryMinimized() constant
/aosp_15_r20/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()
/aosp_15_r20/hardware/google/camera/common/hal/utils/
Dvendor_tag_utils.cc50 for (const VendorTagSection& section : section_list) { in CombineVendorTags() local
137 for (auto& section : tag_sections) { in AddTags() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fFramebufferDefaultStateQueryTests.cpp86 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
91 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in iterate() local
/aosp_15_r20/tools/repohooks/rh/
H A Dconfig.py52 def options(self, section, default=_UNSET): argument
66 def items(self, section=_UNSET, default=_UNSET): argument
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DMachO.h546 struct section { struct
560 struct section_64 { argument
/aosp_15_r20/frameworks/compile/mclinker/unittests/
DNamePoolTest.cpp147 const llvm::MCSectionData* section = 0; in TEST_F() local
173 const llvm::MCSectionData* section = 0; in TEST_F() local

12345678910>>...68