/aosp_15_r20/external/dokka/core/src/main/kotlin/Kotlin/ |
H A D | DescriptorDocumentationParser.kt | 102 … val section = content.addSection(javadocSectionDisplayName(it.name), it.getSubjectName()) in <lambda>() constant 114 … val section = content.addSection(javadocSectionDisplayName(it.name), it.getSubjectName()) in <lambda>() constant 260 val section = findSectionByTag(sectionName) ?: addSection(sectionName, null) in <lambda>() constant
|
/aosp_15_r20/development/vndk/tools/header-checker/src/utils/ |
H A D | config_file.cpp | 32 static std::map<std::string, bool> LoadFlags(const Json::Value §ion) { in LoadFlags() 43 LoadIgnoreLinkerSetKeys(const Json::Value §ion) { in LoadIgnoreLinkerSetKeys() 75 for (auto §ion : root[key]) { in Load() local
|
/aosp_15_r20/external/libcups/cgi-bin/ |
H A D | help-index.c | 221 section[1024], /* Section name */ in helpLoadIndex() local 504 const char *section, /* I - Limit search to this section */ in helpSearchIndex() 847 section[1024], /* Section */ in help_load_file() local 1179 const char *section, /* I - Section */ in help_new_node()
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/x509/ |
H A D | v3_conf.c | 334 const char *section, in X509V3_EXT_add_nconf_sk() 356 const char *section, X509 *cert) { in X509V3_EXT_add_nconf() 367 const char *section, X509_CRL *crl) { in X509V3_EXT_CRL_add_nconf() 378 const char *section, X509_REQ *req) { in X509V3_EXT_REQ_add_nconf()
|
/aosp_15_r20/external/boringssl/src/crypto/x509/ |
H A D | v3_conf.c | 334 const char *section, in X509V3_EXT_add_nconf_sk() 356 const char *section, X509 *cert) { in X509V3_EXT_add_nconf() 367 const char *section, X509_CRL *crl) { in X509V3_EXT_CRL_add_nconf() 378 const char *section, X509_REQ *req) { in X509V3_EXT_REQ_add_nconf()
|
/aosp_15_r20/external/bcc/tools/ |
H A D | cpudist.py | 174 section = "pid" variable 178 section = "tid" variable 185 section = "" variable
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_adv/src/extended/deserialize/encrypted_section/tests/ |
D | signature_decrypt_tests.rs | 85 let section = sections.into_iter().next().unwrap(); in deserialize_signature_encrypted_correct_keys_extended_salt() localVariable 193 let section = contents in deserialize_signature_encrypted_correct_keys_extended_salt() localVariable 426 let section = sections.into_iter().next().unwrap(); localVariable 521 let section = sections.into_iter().next().unwrap(); in do_bad_deserialize_tampered() localVariable
|
/aosp_15_r20/development/tools/bugreport/src/com/android/bugreport/bugreport/ |
H A D | BugreportParser.java | 75 public void parse(String section, String command, Lines<? extends Line> lines); in parse() 112 String section = null; in parse() local 158 private void parseSection(String section, Lines<? extends Line> lines, String command, in parseSection()
|
/aosp_15_r20/dalvik/dx/src/com/android/dx/dex/file/ |
H A D | MapItem.java | 37 private final Section section; field in MapItem 123 private MapItem(ItemType type, Section section, Item firstItem, in MapItem() 160 private MapItem(Section section) { in MapItem()
|
/aosp_15_r20/dalvik/dexgen/src/com/android/dexgen/dex/file/ |
H A D | MapItem.java | 38 private final Section section; field in MapItem 124 private MapItem(ItemType type, Section section, Item firstItem, in MapItem() 161 private MapItem(Section section) { in MapItem()
|
/aosp_15_r20/out/soong/.intermediates/frameworks/base/packages/SystemUI/SystemUI-core/android_common/kapt/gen/stubs/com/android/systemui/statusbar/notification/collection/ |
D | SuppressedAttachState.java | 17 private com.android.systemui.statusbar.notification.collection.listbuilder.NotifSection section; field in SuppressedAttachState 35 …private SuppressedAttachState(com.android.systemui.statusbar.notification.collection.listbuilder.N… in SuppressedAttachState() 118 ….statusbar.notification.collection.SuppressedAttachState copy(@org.jetbrains.annotations.Nullable() in copy()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/ |
H A D | COFF.h | 270 struct section { struct 271 char Name[NameSize]; 272 uint32_t VirtualSize; 273 uint32_t VirtualAddress; 274 uint32_t SizeOfRawData; 275 uint32_t PointerToRawData; 276 uint32_t PointerToRelocations; 277 uint32_t PointerToLineNumbers; 278 uint16_t NumberOfRelocations; 279 uint16_t NumberOfLineNumbers; [all …]
|
/aosp_15_r20/frameworks/base/libs/incident/src/ |
H A D | IncidentReportArgs.cpp | 127 int32_t section; in readFromParcel() local 186 IncidentReportArgs::addSection(int section) in addSection() 218 IncidentReportArgs::containsSection(int section, bool specific) const in containsSection()
|
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/ |
H A D | jpeg_io.cc | 117 Section section; in Parse() local 147 Section section; in Parse() local 180 for (const Section& section : sections) { in WriteSections() local
|
/aosp_15_r20/bionic/libc/dns/nameser/ |
H A D | ns_parse.c | 82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() 143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 206 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
|
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/tv/tuner/aidl/android.hardware.tv.tuner-V3-java-source/gen/android/hardware/tv/tuner/ |
D | DemuxAlpFilterSettingsFilterSettings.java | 14 …public final static int section = 1; // android.hardware.tv.tuner.DemuxFilterSectionSettings sect… field in DemuxAlpFilterSettingsFilterSettings 59 …public static DemuxAlpFilterSettingsFilterSettings section(android.hardware.tv.tuner.DemuxFilterSe… in section() method in DemuxAlpFilterSettingsFilterSettings 161 public static final int section = 1; field
|
D | DemuxIpFilterSettingsFilterSettings.java | 14 …public final static int section = 1; // android.hardware.tv.tuner.DemuxFilterSectionSettings sect… field in DemuxIpFilterSettingsFilterSettings 60 …public static DemuxIpFilterSettingsFilterSettings section(android.hardware.tv.tuner.DemuxFilterSec… in section() method in DemuxIpFilterSettingsFilterSettings 187 public static final int section = 1; field
|
/aosp_15_r20/external/autotest/server/ |
H A D | autotest.py | 741 def get_base_cmd_args(self, section): argument 757 def get_background_cmd(self, section): argument 768 def get_daemon_cmd(self, section, monitor_dir): argument 985 def _execute_in_background(self, section, timeout): argument 1042 def _execute_daemon(self, section, timeout, stderr_redirector, argument 1099 def execute_section(self, section, timeout, stderr_redirector, argument
|
/aosp_15_r20/external/rust/beto-rust/nearby/presence/np_cpp_ffi/tests/ |
D | v1_unencrypted_deserialization_tests.cc | 44 auto section = v1_adv.TryGetSection(0); in TEST_F() local 148 auto section = v1_adv.TryGetSection(0); in GetSection() local 163 auto section = GetSection(book); in TEST_F() local
|
/aosp_15_r20/external/bcc/src/cc/ |
H A D | bpf_module.cc | 121 auto section = ss.first.getSection(); in notifyObjectLoaded() local 197 for (auto §ion : sections_) { in ~BPFModule() local 337 for (auto section: sections) { in load_btf() local 474 for (auto section : sections) { in load_maps() local 608 for (auto section : tmp_sections) { in finalize() local 773 auto section = sections_.find("license"); in license() local 781 auto section = sections_.find("version"); in kern_version() local
|
/aosp_15_r20/hardware/libhardware/modules/camera/3_0/ |
H A D | VendorTags.cpp | 95 uint32_t section = (tag - vendor_section_start) >> 16; in getSection() local 113 const Section* section = getSection(tag); in getEntry() local 165 const Section* section = getSection(tag); in getSectionName() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/lib/python3.11/site-packages/lldb/utils/ |
D | symbolication.py | 191 def InitWithSBTargetAndSBSection(cls, target, section): argument 321 def add_section(self, section): argument 687 def print_module_section_data(section): argument 696 def print_module_section(section, depth): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/lib/python3.11/site-packages/lldb/utils/ |
D | symbolication.py | 191 def InitWithSBTargetAndSBSection(cls, target, section): argument 321 def add_section(self, section): argument 687 def print_module_section_data(section): argument 696 def print_module_section(section, depth): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/lib/python3.11/site-packages/lldb/utils/ |
D | symbolication.py | 191 def InitWithSBTargetAndSBSection(cls, target, section): argument 321 def add_section(self, section): argument 687 def print_module_section_data(section): argument 696 def print_module_section(section, depth): argument
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/lib/python3.11/site-packages/lldb/utils/ |
D | symbolication.py | 191 def InitWithSBTargetAndSBSection(cls, target, section): argument 321 def add_section(self, section): argument 687 def print_module_section_data(section): argument 696 def print_module_section(section, depth): argument
|