Home
last modified time | relevance | path

Searched defs:section (Results 26 – 50 of 1693) sorted by relevance

12345678910>>...68

/aosp_15_r20/external/autotest/client/cros/faft/utils/
H A Dkernel_handler.py95 def dump_kernel(self, section, kernel_path): argument
106 def write_kernel(self, section, kernel_path): argument
118 section, argument
169 def corrupt_kernel(self, section): argument
173 def restore_kernel(self, section): argument
177 def get_version(self, section): argument
181 def get_datakey_version(self, section): argument
185 def get_sha(self, section): argument
192 def set_version(self, section, version): argument
198 def resign_kernel(self, section, key_path=None): argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
H A DDomainVerificationPersistence.java128 private static void writePackageStates(@NonNull SettingsXml.WriteSection section, in writePackageStates()
161 private static void readPackageStates(@NonNull SettingsXml.ReadSection section, in readPackageStates()
178 private static DomainVerificationPkgState createPkgStateFromXml( in createPkgStateFromXml()
212 private static void readUriRelativeFilterGroups(@NonNull SettingsXml.ReadSection section, in readUriRelativeFilterGroups()
221 private static ArrayList<UriRelativeFilterGroup> createUriRelativeFilterGroupsFromXml( in createUriRelativeFilterGroupsFromXml()
233 private static void readUriRelativeFiltersFromXml( in readUriRelativeFiltersFromXml()
245 private static void readUserStates(@NonNull SettingsXml.ReadSection section, in readUserStates()
300 try (SettingsXml.WriteSection section = parentSection.startSection(TAG_USER_STATES)) { in writeUserStates()
336 private static DomainVerificationInternalUserState createUserStateFromXml( in createUserStateFromXml()
354 private static void readEnabledHosts(@NonNull SettingsXml.ReadSection section, in readEnabledHosts()
[all …]
/aosp_15_r20/external/cronet/net/data/cert_issuer_source_aia_unittest/
H A Dgenerate-certs.py45 section = i_no_aia.config.get_section('signing_ca_ext') variable
50 section = i_two_aia.config.get_section('issuer_info') variable
55 section = i_three_aia.config.get_section('issuer_info') variable
61 section = i_six_aia.config.get_section('issuer_info') variable
70 section = i_file_aia.config.get_section('issuer_info') variable
75 section = i_invalid_url_aia.config.get_section('issuer_info') variable
80 section = i_file_and_http_aia.config.get_section('issuer_info') variable
86 section = i_invalid_and_http_aia.config.get_section('issuer_info') variable
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper.h67 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
80 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
92 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
98 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
103 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
109 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
118 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
131 std::optional<T> Get(const std::string& section, const std::string& property) { in Get()
Dconfig_cache.cc135 bool ConfigCache::HasProperty(const std::string& section, const std::string& property) const { in HasProperty() argument
152 std::optional<std::string> ConfigCache::GetProperty(const std::string& section, in GetProperty()
183 void ConfigCache::SetProperty(std::string section, std::string property, std::string value) { in SetProperty()
238 bool ConfigCache::RemoveSection(const std::string& section) { in RemoveSection()
249 bool ConfigCache::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty()
303 for (const auto& section : persistent_sections) { in ConvertEncryptOrDecryptKeyIfNeeded() local
329 bool ConfigCache::IsDeviceSection(const std::string& section) { in IsDeviceSection()
534 const std::string& section, in HasAtLeastOneMatchingPropertiesInSection()
/aosp_15_r20/external/mesa3d/src/gallium/frontends/clover/core/
H A Dbinary.hpp36 struct section { struct
37 enum type {
47 section(resource_id id, enum type type, size_t size, in section() argument
50 section() : id(0), type(text_intermediate), size(0), data() { } in section() argument
52 resource_id id;
53 type type;
54 size_t size;
55 std::vector<char> data;
151 resource_id section; member
/aosp_15_r20/external/python/cpython3/Lib/idlelib/
Dconfig.py50 def Get(self, section, option, type=None, default=None, raw=False): argument
67 def GetOptionList(self, section): argument
84 def SetOption(self, section, option, value): argument
101 def RemoveOption(self, section, option): argument
110 def AddSection(self, section): argument
214 def GetOption(self, configType, section, option, default=None, type=None, argument
254 def SetOption(self, configType, section, option, value): argument
365 def current_colors_and_keys(self, section): argument
728 def GetFont(self, root, configType, section): argument
805 def add_option(self, config_type, section, item, value): argument
[all …]
/aosp_15_r20/external/libxkbcommon/doc/
H A Dkeymap-format-text-v1.md23 ### Keycode statements
53 ### Alias statements
63 ### LED name statements
99 ### Type definitions
174 ### Interpret statements
285 ### LED map statements
402 ### Name statements
416 ### Include statements
427 ### Key statement
/aosp_15_r20/external/autotest/client/common_lib/
H A Dglobal_config.py132 def _handle_no_value(self, section, key, default): argument
141 def get_section_as_dict(self, section): argument
159 def get_section_values(self, section): argument
174 def get_config_value(self, section, key, type=str, argument
202 def get_config_value_regex(self, section, key_regex, type=str): argument
222 def get_config_value_with_fallback(self, section, key, fallback_key, argument
261 def override_config_value(self, section, key, new_value): argument
363 def _convert_value(self, key, section, value, value_type): argument
425 def set_config_value(self, section, key, value): argument
429 def get_config_value(self, section, key, type=str, argument
/aosp_15_r20/system/linkerconfig/modules/tests/
H A Dsection_test.cc134 Section section("test_section", std::move(namespaces)); in TEST() local
147 Section section("test_section", std::move(namespaces)); in TEST() local
164 Section section("section", std::move(namespaces)); in TEST() local
197 Section section("section", std::move(namespaces)); in TEST() local
216 Section section("section", std::move(namespaces)); in TEST() local
235 Section section("section", std::move(namespaces)); in TEST() local
258 Section section("section", std::move(namespaces)); in TEST() local
293 Section section("section", std::move(namespaces)); in TEST() local
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fTextureBufferTests.cpp236 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate() local
243 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate() local
258 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate() local
296 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate() local
303 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate() local
318 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate() local
356 const tcu::ScopedLogSection section(m_testCtx.getLog(), "NonBuffer", "Non-buffer"); in iterate() local
372 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Buffer", "Texture buffer"); in iterate() local
429 const tcu::ScopedLogSection section(m_testCtx.getLog(), "NonBuffer", "Non-buffer"); in iterate() local
445 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Buffer", "Texture buffer"); in iterate() local
[all …]
H A Des31fDebugTests.cpp1015 tcu::ScopedLogSection section(log, "message gen", desc); in genMessages() local
1115 const tcu::ScopedLogSection section(log, "", "Setting message filters"); in applyFilters() local
1531 tcu::ScopedLogSection section(log, "reference run", "Reference run (synchronous)"); in iterate() local
1566 tcu::ScopedLogSection section(log, "result run", "Result run (asynchronous)"); in iterate() local
1947 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Shader", "Shader object"); in iterate() local
1964 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Sync", "Sync object"); in iterate() local
2027 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Shader", "Shader object"); in iterate() local
2057 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Sync", "Sync object"); in iterate() local
2125 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Shader", "Shader object"); in iterate() local
2154 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Sync", "Sync object"); in iterate() local
[all …]
H A Des31fIntegerStateQueryTests.cpp155 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); in iterate() local
162 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); in iterate() local
177 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); in iterate() local
337 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
343 const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterBinding", "After binding"); in iterate() local
353 const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterDelete", "After deleting"); in iterate() local
394 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
400 const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterBinding", "After binding"); in iterate() local
410 const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterDelete", "After deleting"); in iterate() local
459 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Minimum", in iterate() local
[all …]
H A Des31fInfoLogQueryShared.cpp45 const tcu::ScopedLogSection section(gl.getLog(), "QueryAll", "Query all"); in verifyInfoLogQuery() local
59 const tcu::ScopedLogSection section(gl.getLog(), "QueryMore", "Query more"); in verifyInfoLogQuery() local
83 const tcu::ScopedLogSection section(gl.getLog(), "QueryLess", "Query less"); in verifyInfoLogQuery() local
100 const tcu::ScopedLogSection section(gl.getLog(), "QueryOne", "Query one character"); in verifyInfoLogQuery() local
116 const tcu::ScopedLogSection section(gl.getLog(), "QueryNone", "Query to zero-sized buffer"); in verifyInfoLogQuery() local
/aosp_15_r20/external/zucchini/
H A Ddisassembler_elf.cc50 int JudgeSection(size_t image_size, const typename TRAITS::Elf_Shdr* section) { in JudgeSection()
103 bool IsRelocSection(const typename TRAITS::Elf_Shdr& section) { in IsRelocSection()
116 bool IsExecSection(const typename TRAITS::Elf_Shdr& section) { in IsExecSection()
322 const typename Traits::Elf_Shdr* section = &sections_[i]; in ParseHeader() local
356 const typename Traits::Elf_Shdr* section = sections_ + i; in ExtractInterestingSectionHeaders() local
404 for (const typename Traits::Elf_Shdr* section : exec_headers_) in GetRel32FromCodeSections() local
443 const typename TRAITS::Elf_Shdr& section) { in ParseExecSection()
544 const typename Traits::Elf_Shdr& section) { in ParseExecSection()
670 const typename Traits::Elf_Shdr& section) { in MakeRel32Finder()
746 const typename Traits::Elf_Shdr& section) { in MakeRel32Finder()
/aosp_15_r20/external/openthread/third_party/mbedtls/repo/scripts/
H A Dconfig.py34 def __init__(self, active, name, value='', section=None): argument
153 def is_full_section(section): argument
157 def realfull_adapter(_name, active, section): argument
246 def full_adapter(name, active, section): argument
284 def baremetal_adapter(name, active, section): argument
303 def baremetal_size_adapter(name, active, section): argument
328 def continuation(name, active, section): argument
346 def continuation(name, active, section): argument
363 def continuation(name, active, section): argument
/aosp_15_r20/external/deqp-deps/amber/src/vkscript/
Dparser.cc58 for (const auto& section : section_parser.Sections()) { in Parse() local
78 for (const auto& section : section_parser.Sections()) { in GenerateDefaultPipeline() local
111 Result Parser::ProcessSection(const SectionParser::Section& section) { in ProcessSection()
130 Result Parser::ProcessShaderBlock(const SectionParser::Section& section) { in ProcessShaderBlock()
151 Result Parser::ProcessRequireBlock(const SectionParser::Section& section) { in ProcessRequireBlock()
275 Result Parser::ProcessIndicesBlock(const SectionParser::Section& section) { in ProcessIndicesBlock()
320 Result Parser::ProcessVertexDataBlock(const SectionParser::Section& section) { in ProcessVertexDataBlock()
455 Result Parser::ProcessTestBlock(const SectionParser::Section& section) { in ProcessTestBlock()
/aosp_15_r20/external/stg/
H A Delf_loader.cc171 Elf_Scn* section = nullptr; in GetSectionsIf() local
205 Elf_Scn* section = MaybeGetSectionByName(elf, name); in GetSectionByName() local
221 Elf_Scn* section = elf_getscn(elf, index); in GetSectionByIndex() local
231 SectionInfo GetSectionInfo(Elf_Scn* section) { in GetSectionInfo()
248 std::string_view GetRawData(Elf_Scn* section, const char* name) { in GetRawData()
254 std::string_view GetString(Elf* elf, uint32_t section, size_t offset) { in GetString()
476 const auto section = GetSectionByIndex(elf_, symbol.section_index); in GetElfSymbolCRC() local
497 const auto section = GetSectionByIndex(elf_, symbol.section_index); in GetElfSymbolNamespace() local
526 const auto section = GetSectionByIndex(elf_, symbol.section_index); in GetAbsoluteAddress() local
/aosp_15_r20/external/mbedtls/scripts/
H A Dconfig.py34 def __init__(self, active, name, value='', section=None): argument
153 def is_full_section(section): argument
157 def realfull_adapter(_name, active, section): argument
243 def full_adapter(name, active, section): argument
278 def baremetal_adapter(name, active, section): argument
297 def baremetal_size_adapter(name, active, section): argument
322 def continuation(name, active, section): argument
340 def continuation(name, active, section): argument
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/conf/
H A Dconf.c136 static void section_free(CONF_SECTION *section) { in section_free()
147 static void section_free_arg(CONF_SECTION *section, void *arg) { in section_free_arg()
163 static CONF_SECTION *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
186 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
255 static CONF_SECTION *get_section(const CONF *conf, const char *section) { in get_section()
271 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
289 static int add_string(const CONF *conf, CONF_SECTION *section, in add_string()
395 char *section = NULL, *buf; in NCONF_load_bio() local
/aosp_15_r20/external/boringssl/src/crypto/conf/
H A Dconf.c136 static void section_free(CONF_SECTION *section) { in section_free()
147 static void section_free_arg(CONF_SECTION *section, void *arg) { in section_free_arg()
163 static CONF_SECTION *NCONF_new_section(const CONF *conf, const char *section) { in NCONF_new_section()
206 static int str_copy(CONF *conf, char *section, char **pto, char *from) { in str_copy()
277 static CONF_SECTION *get_section(const CONF *conf, const char *section) { in get_section()
293 const char *NCONF_get_string(const CONF *conf, const char *section, in NCONF_get_string()
311 static int add_string(const CONF *conf, CONF_SECTION *section, in add_string()
420 char *section = NULL, *buf; in NCONF_load_bio() local
/aosp_15_r20/external/python/cpython2/Lib/idlelib/
DconfigHandler.py45 def Get(self, section, option, type=None, default=None, raw=False): argument
62 def GetOptionList(self, section): argument
78 def AddSection(self, section): argument
94 def RemoveOption(self, section, option): argument
103 def SetOption(self, section, option, value): argument
216 def GetOption(self, configType, section, option, default=None, type=None, argument
262 def SetOption(self, configType, section, option, value): argument
700 def GetFont(self, root, configType, section): argument
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_conf.c331 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk()
355 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
366 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf()
377 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf()
394 char *X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section) in X509V3_get_string()
424 void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) in X509V3_section_free()
432 static char *nconf_get_string(void *db, const char *section, const char *value) in nconf_get_string()
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/x509v3/
Dv3_conf.c331 int X509V3_EXT_add_nconf_sk(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf_sk()
355 int X509V3_EXT_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_add_nconf()
366 int X509V3_EXT_CRL_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_CRL_add_nconf()
377 int X509V3_EXT_REQ_add_nconf(CONF *conf, X509V3_CTX *ctx, const char *section, in X509V3_EXT_REQ_add_nconf()
394 char *X509V3_get_string(X509V3_CTX *ctx, const char *name, const char *section) in X509V3_get_string()
424 void X509V3_section_free(X509V3_CTX *ctx, STACK_OF(CONF_VALUE) *section) in X509V3_section_free()
432 static char *nconf_get_string(void *db, const char *section, const char *value) in nconf_get_string()
/aosp_15_r20/external/rust/android-crates-io/crates/linkme-impl/src/
Dlinker.rs4 pub fn section(ident: &Ident) -> String { in section() function
20 pub fn section(ident: &Ident) -> String { in section() function
36 pub fn section(ident: &Ident) -> String { in section() function
55 pub fn section(ident: &Ident) -> String { in section() function
71 pub fn section(ident: &Ident) -> String { in section() function

12345678910>>...68