Home
last modified time | relevance | path

Searched +defs:section +defs:length (Results 1 – 25 of 842) sorted by relevance

12345678910>>...34

/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/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()
100 size_t* length) { in device_iot_config_get_bin()
[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()
105 size_t* length) { 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()
[all …]
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DXmpDepthDecode.java129 public int length; field in XmpDepthDecode.Section
223 Section section = new Section(); in parse() local
237 int length = lh << 8 | ll; in parse() local
284 private static Section readSection(InputStream is, int length, in readSection()
287 Section section = new Section(); in readSection() local
299 Section section = new Section(); in readSection() local
307 Section section = new Section(); in readSection() local
417 Section section = xmpSections.get(i); in parseExtendedXMPSections() local
420 int length = endOffset - startOffset; in parseExtendedXMPSections() local
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DXmpDepthDecode.java139 public int length; field in XmpDepthDecode.Section
233 Section section = new Section(); in parse() local
247 int length = lh << 8 | ll; in parse() local
294 private static Section readSection(InputStream is, int length, in readSection()
297 Section section = new Section(); in readSection() local
309 Section section = new Section(); in readSection() local
317 Section section = new Section(); in readSection() local
427 Section section = xmpSections.get(i); in parseExtendedXMPSections() local
430 int length = endOffset - startOffset; in parseExtendedXMPSections() local
/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/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()
268 size_t* length) { 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()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/test/stub/
Dosi.cc76 std::list<section_t>::iterator config_t::Find(const std::string& section) { in Find()
86 bool config_get_bool(const config_t& config, const std::string& section, const std::string& key, in config_get_bool()
91 bool config_has_key(const config_t& config, const std::string& section, const std::string& key) { in config_has_key()
95 bool config_has_section(const config_t& config, const std::string& section) { in config_has_section()
99 bool config_remove_key(config_t* config, const std::string& section, const std::string& key) { in config_remove_key()
103 bool config_remove_section(config_t* config, const std::string& section) { in config_remove_section()
119 const std::string* config_get_string(const config_t& config, const std::string& section, in config_get_string()
124 int config_get_int(const config_t& config, const std::string& section, const std::string& key, in config_get_int()
145 uint64_t config_get_uint64(const config_t& config, const std::string& section, in config_get_uint64()
150 void config_set_bool(config_t* config, const std::string& section, const std::string& key, in config_set_bool()
[all …]
/aosp_15_r20/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc934 const std::string& section) { in TEST_F_WITH_FLAGS()
967 [&](const config_t& /*config*/, const std::string& section, const std::string& key) { in TEST_F_WITH_FLAGS()
1005 const std::string* def_value) { in TEST_F_WITH_FLAGS()
1090 [&](const config_t& /*config*/, const std::string& section, const std::string& key) { in TEST_F_WITH_FLAGS()
1138 [&](const config_t& /*config*/, const std::string& section, const std::string& key) { in TEST_F_WITH_FLAGS()
1187 const std::string* /*def_value*/) { in TEST_F_WITH_FLAGS()
1244 const std::string* /*def_value*/) { in TEST_F_WITH_FLAGS()
1296 const std::string& key, int def_value) { in TEST_F_WITH_FLAGS()
1405 const std::string& key, int def_value) { in TEST_F_WITH_FLAGS()
1514 const std::string* /*def_value*/) { in TEST_F_WITH_FLAGS()
[all …]
/aosp_15_r20/external/libcups/cgi-bin/
H A Dhelp-index.c221 section[1024], /* Section name */ in helpLoadIndex() local
225 size_t length; /* Length in bytes */ 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()
1183 size_t length) /* I - Length in bytes */ in help_new_node()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/util/
DXmpUtil.java65 public int length; field in XmpUtil.Section
360 Section section = new Section(); in parse() local
374 int length = lh << 8 | ll; in parse() local
376 Section section = new Section(); in parse() local
/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
511 const size_t length = strnlen(begin, data->d_size - offset); in GetElfSymbolNamespace() local
526 const auto section = GetSectionByIndex(elf_, symbol.section_index); in GetAbsoluteAddress() local
/aosp_15_r20/external/dynamic_depth/internal/xmpmeta/
H A Djpeg_io.cc117 Section section; in Parse() local
132 const size_t length = Read2ByteLength(input_stream, &error); in Parse() local
147 Section section; in Parse() local
180 for (const Section& section : sections) { in WriteSections() local
H A Dxmp_parser.cc81 for (const Section& section : sections) { in ParseFirstValidXMPSection() local
132 for (const Section& section : sections) { in GetExtendedXmpSections() local
153 const Section* section = xmp_sections[i]; in GetExtendedXmpSections() local
154 const size_t length = xmp_end_offsets[i] - section_start_offset; in GetExtendedXmpSections() local
/aosp_15_r20/external/flatbuffers/src/
H A Dbinary_annotator.cpp24 const uint64_t offset = 0, const uint64_t length = 0, in MakeBinaryRegion()
41 BinarySection section; in MakeBinarySection() local
56 static bool IsNonZeroRegion(const uint64_t offset, const uint64_t length, in IsNonZeroRegion()
64 static bool IsPrintableRegion(const uint64_t offset, const uint64_t length, in IsPrintableRegion()
73 const uint64_t length, in GenerateMissingSection()
1322 BinarySection &section = current_section.second; in FixMissingRegions() local
1374 BinarySection &section = current_section.second; in FixMissingSections() local
/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
641 def set_write_protect_range(self, start, length, enabled=None): argument
668 def get_section_sig_sha(self, section): argument
[all …]
/aosp_15_r20/frameworks/base/core/java/com/android/internal/os/
H A DPowerStats.java481 int length = parcel.readInt(); in readFromParcel() local
608 public int length; field in PowerStats.PowerStatsFormatter.Section
642 Section section = new Section(); in parseFormat() local
645 String length = matcher.group("L"); in parseFormat() local
682 Section section = sections.get(i); in format() local
/aosp_15_r20/system/unwinding/libunwindstack/tools/
H A Dunwind_reg_info.cpp60 uint64_t length) { in PrintExpression()
75 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/external/deqp/modules/gles31/functional/
H A Des31fDebugTests.cpp368 …id BaseCase::callbackHandle(GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, in callbackHandle()
1015 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
2005 int length; in iterate() member
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
[all …]
/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
359 long length; field in EncryptedDocument.Section
/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/stack/test/sdp/
Dstack_sdp_utils_test.cc106 void interop_database_add(uint16_t feature, const RawAddress* addr, size_t length) { in interop_database_add()
138 void interop_database_add_addr(uint16_t feature, const RawAddress* addr, size_t length) { in interop_database_add_addr()
254 uint8_t* value, size_t* length) { in SetUp()
257 test::mock::btif_config::btif_config_get_bin_length.body = [this](const std::string& section, in SetUp()
258 const std::string& key) { in SetUp()
/aosp_15_r20/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DDOMBuilder.java467 public void characters(char ch[], int start, int length) throws org.xml.sax.SAXException in characters()
502 public void charactersRaw(char ch[], int start, int length) in charactersRaw()
578 public void ignorableWhitespace(char ch[], int start, int length) in ignorableWhitespace()
631 public void comment(char ch[], int start, int length) throws org.xml.sax.SAXException in comment()
683 public void cdata(char ch[], int start, int length) throws org.xml.sax.SAXException in cdata()
691 CDATASection section =(CDATASection) m_currentNode.getLastChild(); in cdata() local
/aosp_15_r20/external/bcc/src/cc/
H A Dbcc_elf.c229 static int do_note_segment(Elf_Scn *section, GElf_Shdr *probes_shdr, int elf_class, in do_note_segment()
271 Elf_Scn *section = NULL; in listprobes() local
347 Elf_Scn *section = NULL; in get_section() local
373 static int list_in_scn(Elf *e, Elf_Scn *section, size_t stridx, size_t symsize, in list_in_scn()
468 Elf_Scn *section = NULL; in listsymbols() local
492 Elf_Scn *section = get_section(e, section_name, NULL, NULL); in get_section_elf_data() local
520 size_t length = data->d_size - 16; in find_buildid() local
935 Elf_Scn *section = NULL; in bcc_elf_get_text_scn_info() local
1097 Elf_Scn *section = NULL; in bcc_free_memory_with_file() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DELFAttributeParser.cpp94 Error ELFAttributeParser::parseAttributeList(uint32_t length) { in parseAttributeList()
122 Error ELFAttributeParser::parseSubsection(uint32_t length) { in parseSubsection()
187 Error ELFAttributeParser::parse(ArrayRef<uint8_t> section, in parse()

12345678910>>...34