Home
last modified time | relevance | path

Searched defs:section (Results 1 – 25 of 1693) sorted by relevance

12345678910>>...68

/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_cfi_unittest.cc94 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) \ argument
96 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) \ argument
99 #define PERHAPS_WRITE_DEBUG_FRAME_FILE(name, section) argument
100 #define PERHAPS_WRITE_EH_FRAME_FILE(name, section) argument
206 CFISection section(kBigEndian, 8); in TEST_F() local
232 CFISection section(kLittleEndian, 4); in TEST_F() local
258 CFISection section(kBigEndian, 8); in TEST_F() local
283 CFISection section(kBigEndian, 8); in TEST_F() local
311 CFISection section(kLittleEndian, 4); in TEST_F() local
333 CFISection section(kBigEndian, 4); in TEST_F() local
[all …]
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fIndexedStateQueryTests.cpp135 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in iterate() local
143 const tcu::ScopedLogSection section(m_testCtx.getLog(), "fixed", "Fixed values"); in iterate() local
157 const tcu::ScopedLogSection section(m_testCtx.getLog(), "random", "Random values"); in iterate() local
208 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Element", "Element " + de::toString(ndx)); in iterate() local
254 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
268 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Generic", "After setting generic binding … in iterate() local
276 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBuffe… in iterate() local
284 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Indexed", "After setting with glBindBuffe… in iterate() local
293 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "DifferentStates", "Original state did not… in iterate() local
340 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
[all …]
H A Des31fProgramPipelineStateQueryTests.cpp113 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate() local
118 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate() local
136 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
141 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in iterate() local
196 const tcu::ScopedLogSection section(m_testCtx.getLog(), "program", "Program"); in iterate() local
204 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
214 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in iterate() local
259 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); in iterate() local
264 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); in iterate() local
281 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
[all …]
H A Des31fProgramStateQueryTests.cpp150 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Layout", in iterate() local
170 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Layout", "points in, line strip out, 5 ve… in iterate() local
187 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "Layout", "points in, points out, 50 verti… in iterate() local
277 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Query State", in iterate() local
299 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Query State", in iterate() local
322 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Query State", in iterate() local
401 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxShader", "Vertex shader"); in iterate() local
406 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgShader", "Fragment shader"); in iterate() local
415 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in iterate() local
422 const tcu::ScopedLogSection section(m_testCtx.getLog(), "SetFalse", "SetFalse"); in iterate() local
[all …]
H A Des31fVertexAttributeBindingStateQueryTests.cpp101 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
109 const tcu::ScopedLogSection section(m_testCtx.getLog(), "vao", "VAO state"); in test() local
132 const tcu::ScopedLogSection section(m_testCtx.getLog(), "random", "Random values"); in test() local
177 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
185 const tcu::ScopedLogSection section(m_testCtx.getLog(), "vao", "VAO state"); in test() local
208 const tcu::ScopedLogSection section(m_testCtx.getLog(), "random", "Random values"); in test() local
283 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
291 const tcu::ScopedLogSection section(m_testCtx.getLog(), "vao", "VAO state"); in test() local
314 const tcu::ScopedLogSection section(m_testCtx.getLog(), "random", "Random values"); in test() local
362 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); in test() local
[all …]
/aosp_15_r20/external/python/cpython2/Lib/
DConfigParser.py142 def __init__(self, section): argument
150 def __init__(self, section): argument
158 def __init__(self, option, section): argument
168 def __init__(self, option, section, msg): argument
177 def __init__(self, option, section, rawval, reference): argument
195 def __init__(self, option, section, rawval): argument
253 def add_section(self, section): argument
267 def has_section(self, section): argument
274 def options(self, section): argument
326 def get(self, section, option): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dconfigparser.py185 def __init__(self, section): argument
199 def __init__(self, section, source=None, lineno=None): argument
224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dconfigparser.py185 def __init__(self, section): argument
199 def __init__(self, section, source=None, lineno=None): argument
224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
[all …]
/aosp_15_r20/external/python/cpython3/Lib/
Dconfigparser.py185 def __init__(self, section): argument
199 def __init__(self, section, source=None, lineno=None): argument
224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/
H A Dconfigparser.py185 def __init__(self, section): argument
199 def __init__(self, section, source=None, lineno=None): argument
224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/
Dconfigparser.py185 def __init__(self, section): argument
199 def __init__(self, section, source=None, lineno=None): argument
224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/
Dconfigparser.py185 def __init__(self, section): argument
199 def __init__(self, section, source=None, lineno=None): argument
224 def __init__(self, section, option, source=None, lineno=None): argument
247 def __init__(self, option, section): argument
258 def __init__(self, option, section, msg): argument
268 def __init__(self, option, section, rawval, reference): argument
288 def __init__(self, option, section, rawval): argument
364 def before_get(self, parser, section, option, value, defaults): argument
367 def before_set(self, parser, section, option, value): argument
370 def before_read(self, parser, section, option, value): argument
[all …]
/aosp_15_r20/external/autotest/client/cros/faft/utils/
H A Dflashrom_handler.py418 def _get_subsection_name(self, section, body_or_sig): argument
439 def get_firmware_sig_one_byte(self, section): argument
444 def get_firmware_body_one_byte(self, section): argument
461 def modify_firmware_sig(self, section, offset, value): argument
466 def modify_firmware_body(self, section, offset, value): argument
471 def corrupt_firmware_body(self, section): argument
563 def dump_section_body(self, section, filename): argument
568 def get_section_hash(self, section): argument
668 def get_section_sig_sha(self, section): argument
672 def get_section_sha(self, section): argument
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/main/shim/
Dconfig.cc34 bool BtifConfigInterface::HasSection(const std::string& section) { in HasSection()
38 bool BtifConfigInterface::HasProperty(const std::string& section, const std::string& property) { in HasProperty()
42 bool BtifConfigInterface::GetInt(const std::string& section, const std::string& property, in GetInt()
52 bool BtifConfigInterface::SetInt(const std::string& section, const std::string& property, in SetInt()
58 bool BtifConfigInterface::GetUint64(const std::string& section, const std::string& property, in GetUint64()
68 bool BtifConfigInterface::SetUint64(const std::string& section, const std::string& property, in SetUint64()
74 bool BtifConfigInterface::GetStr(const std::string& section, const std::string& property, in GetStr()
93 std::optional<std::string> BtifConfigInterface::GetStr(const std::string& section, in GetStr()
98 bool BtifConfigInterface::SetStr(const std::string& section, const std::string& property, in SetStr()
105 bool BtifConfigInterface::GetBin(const std::string& section, const std::string& property, in GetBin()
[all …]
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsTextureStateQueryTests.cpp876 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
882 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Toggle", "Toggle"); in test() local
957 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
963 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Toggle", "Toggle"); in test() local
1038 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
1043 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in test() local
1111 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
1116 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in test() local
1187 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); in test() local
1192 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); in test() local
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/test/mock/
Dmock_device_iot_config.cc54 bool device_iot_config_get_int(const std::string& section, const std::string& key, int& value) { in device_iot_config_get_int()
59 bool device_iot_config_set_int(const std::string& section, const std::string& key, int value) { in device_iot_config_set_int()
64 bool device_iot_config_int_add_one(const std::string& section, const std::string& key) { in device_iot_config_int_add_one()
69 bool device_iot_config_get_hex(const std::string& section, const std::string& key, int& value) { in device_iot_config_get_hex()
74 bool device_iot_config_set_hex(const std::string& section, const std::string& key, int value, in device_iot_config_set_hex()
80 bool device_iot_config_set_hex_if_greater(const std::string& section, const std::string& key, in device_iot_config_set_hex_if_greater()
87 bool device_iot_config_get_str(const std::string& section, const std::string& key, char* value, in device_iot_config_get_str()
93 bool device_iot_config_set_str(const std::string& section, const std::string& key, in device_iot_config_set_str()
99 bool device_iot_config_get_bin(const std::string& section, const std::string& key, uint8_t* value, in device_iot_config_get_bin()
105 bool device_iot_config_set_bin(const std::string& section, const std::string& key, in device_iot_config_set_bin()
[all …]
Dmock_osi_config.cc75 bool config_get_bool(const config_t& config, const std::string& section, const std::string& key, in config_get_bool()
80 int config_get_int(const config_t& config, const std::string& section, const std::string& key, in config_get_int()
85 const std::string* config_get_string(const config_t& config, const std::string& section, in config_get_string()
90 uint64_t config_get_uint64(const config_t& config, const std::string& section, in config_get_uint64()
95 bool config_has_key(const config_t& config, const std::string& section, const std::string& key) { in config_has_key()
99 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section()
115 bool config_remove_key(config_t* config, const std::string& section, const std::string& key) { in config_remove_key()
119 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section()
127 void config_set_bool(config_t* config, const std::string& section, const std::string& key, in config_set_bool()
132 void config_set_int(config_t* config, const std::string& section, const std::string& key, in config_set_int()
[all …]
Dmock_btif_config.cc74 bool btif_config_exist(const std::string& section, const std::string& key) { in btif_config_exist()
78 bool btif_config_get_int(const std::string& section, const std::string& key, int* value) { in btif_config_get_int()
82 bool btif_config_set_int(const std::string& section, const std::string& key, int value) { in btif_config_set_int()
86 bool btif_config_get_uint64(const std::string& section, const std::string& key, uint64_t* value) { in btif_config_get_uint64()
90 bool btif_config_set_uint64(const std::string& section, const std::string& key, uint64_t value) { in btif_config_set_uint64()
94 bool btif_config_get_str(const std::string& section, const std::string& key, char* value, in btif_config_get_str()
99 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str()
104 bool btif_config_get_bin(const std::string& section, const std::string& key, uint8_t* value, in btif_config_get_bin()
109 size_t btif_config_get_bin_length(const std::string& section, const std::string& key) { in btif_config_get_bin_length()
113 bool btif_config_set_bin(const std::string& section, const std::string& key, const uint8_t* value, in btif_config_set_bin()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/gd/storage/
Dstorage_module.cc232 for (const auto& section : persistent_sections) { in GetBondedDevices() local
247 bool StorageModule::HasProperty(const std::string& section, const std::string& property) const { in HasProperty() argument
252 std::optional<std::string> StorageModule::GetProperty(const std::string& section, in GetProperty()
258 void StorageModule::SetProperty(std::string section, std::string property, std::string value) { in SetProperty()
268 void StorageModule::RemoveSection(const std::string& section) { in RemoveSection()
273 bool StorageModule::RemoveProperty(const std::string& section, const std::string& property) { in RemoveProperty()
288 void StorageModule::SetBool(const std::string& section, const std::string& property, bool value) { in SetBool()
293 std::optional<bool> StorageModule::GetBool(const std::string& section, in GetBool()
299 void StorageModule::SetUint64(const std::string& section, const std::string& property, in SetUint64()
305 std::optional<uint64_t> StorageModule::GetUint64(const std::string& section, in GetUint64()
[all …]
Dconfig_cache_helper.cc27 void ConfigCacheHelper::SetBool(const std::string& section, const std::string& property, in SetBool()
32 std::optional<bool> ConfigCacheHelper::GetBool(const std::string& section, in GetBool()
47 void ConfigCacheHelper::SetUint64(const std::string& section, const std::string& property, in SetUint64()
52 std::optional<uint64_t> ConfigCacheHelper::GetUint64(const std::string& section, in GetUint64()
61 void ConfigCacheHelper::SetUint32(const std::string& section, const std::string& property, in SetUint32()
66 std::optional<uint32_t> ConfigCacheHelper::GetUint32(const std::string& section, in GetUint32()
82 void ConfigCacheHelper::SetInt64(const std::string& section, const std::string& property, in SetInt64()
87 std::optional<int64_t> ConfigCacheHelper::GetInt64(const std::string& section, in GetInt64()
96 void ConfigCacheHelper::SetInt(const std::string& section, const std::string& property, int value) { in SetInt()
100 std::optional<int> ConfigCacheHelper::GetInt(const std::string& section, in GetInt()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/osi/src/
Dconfig.cc55 std::list<section_t>::iterator config_t::Find(const std::string& section) { in Find()
66 static auto section_find(T& config, const std::string& section) { in section_find()
71 static const entry_t* entry_find(const config_t& config, const std::string& section, in entry_find()
133 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section()
137 bool config_has_key(const config_t& config, const std::string& section, const std::string& key) { in config_has_key()
141 int config_get_int(const config_t& config, const std::string& section, const std::string& key, in config_get_int()
153 uint64_t config_get_uint64(const config_t& config, const std::string& section, in config_get_uint64()
165 bool config_get_bool(const config_t& config, const std::string& section, const std::string& key, in config_get_bool()
182 const std::string* config_get_string(const config_t& config, const std::string& section, in config_get_string()
192 void config_set_int(config_t* config, const std::string& section, const std::string& key, in config_set_int()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc51 bool device_iot_config_has_section(const std::string& section) { in device_iot_config_has_section()
62 bool device_iot_config_exist(const std::string& section, const std::string& key) { in device_iot_config_exist()
73 bool device_iot_config_get_int(const std::string& section, const std::string& key, int& value) { in device_iot_config_get_int()
89 bool device_iot_config_set_int(const std::string& section, const std::string& key, int value) { in device_iot_config_set_int()
109 bool device_iot_config_int_add_one(const std::string& section, const std::string& key) { in device_iot_config_int_add_one()
130 bool device_iot_config_get_hex(const std::string& section, const std::string& key, int& value) { in device_iot_config_get_hex()
160 bool device_iot_config_set_hex(const std::string& section, const std::string& key, int value, in device_iot_config_set_hex()
190 bool device_iot_config_set_hex_if_greater(const std::string& section, const std::string& key, in device_iot_config_set_hex_if_greater()
205 bool device_iot_config_get_str(const std::string& section, const std::string& key, char* value, in device_iot_config_get_str()
228 bool device_iot_config_set_str(const std::string& section, const std::string& key, in device_iot_config_set_str()
[all …]
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp574 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
659 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
665 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterSettingCommon", "After setting commo… in iterate() local
674 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterSettingIndexed", "After setting inde… in iterate() local
687 const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterResettingIndexedWithCommon", in iterate() local
757 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial value"); in iterate() local
772 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterSettingCommon", "After setting commo… in iterate() local
789 const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterSettingCommonSeparate", in iterate() local
807 …const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterSettingIndexed", "After setting inde… in iterate() local
830 const tcu::ScopedLogSection section(m_testCtx.getLog(), "AfterSettingIndexedSeparate", in iterate() local
[all …]
/aosp_15_r20/external/autotest/client/cros/faft/
H A Drpc_functions.py245 def get_preamble_flags(self, section): argument
253 def set_preamble_flags(self, section, flags): argument
263 def get_body_sha(self, section): argument
271 def get_sig_sha(self, section): argument
279 def get_section_fwid(self, section=None): argument
287 def get_sig_one_byte(self, section): argument
295 def modify_sig(self, section, offset, value): argument
304 def get_body_one_byte(self, section): argument
312 def modify_body(self, section, offset, value): argument
329 def get_version(self, section): argument
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/
Dbtif_config.cc204 bool btif_config_exist(const std::string& section, const std::string& key) { in btif_config_exist()
210 bool btif_config_get_int(const std::string& section, const std::string& key, int* value) { in btif_config_get_int()
216 bool btif_config_set_int(const std::string& section, const std::string& key, int value) { in btif_config_set_int()
222 bool btif_config_get_uint64(const std::string& section, const std::string& key, uint64_t* value) { in btif_config_get_uint64()
228 bool btif_config_set_uint64(const std::string& section, const std::string& key, uint64_t value) { in btif_config_set_uint64()
253 bool btif_config_get_str(const std::string& section, const std::string& key, char* value, in btif_config_get_str()
260 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str()
267 bool btif_config_get_bin(const std::string& section, const std::string& key, uint8_t* value, in btif_config_get_bin()
274 size_t btif_config_get_bin_length(const std::string& section, const std::string& key) { in btif_config_get_bin_length()
280 bool btif_config_set_bin(const std::string& section, const std::string& key, const uint8_t* value, in btif_config_set_bin()
[all …]

12345678910>>...68