Home
last modified time | relevance | path

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

/system/update_engine/
Dtest_http_server.cc76 off_t start_offset{0}; member
184 const off_t start_offset, in WriteHeaders()
226 const off_t start_offset, in WritePayload()
279 const off_t start_offset, in WritePayload()
305 const size_t start_offset = request.start_offset; in HandleGet() local
482 const off_t start_offset = request.start_offset; in HandleDefault() local
/system/bt/gd/packet/parser/fields/
Dscalar_field.cc50 int ScalarField::GenBounds(std::ostream& s, Size start_offset, Size end_offset, Size size) const { in GenBounds()
97 void ScalarField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
Dfixed_field.cc25 void FixedField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
Dcount_field.cc29 void CountField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
Dsize_field.cc29 void SizeField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
Dpacket_field.cc43 int PacketField::GenBounds(std::ostream& s, Size start_offset, Size end_offset, Size size) const { in GenBounds()
Dcustom_field_fixed_size.cc34 int CustomFieldFixedSize::GenBounds(std::ostream& s, Size start_offset, Size end_offset, Size size)… in GenBounds()
Dvariable_length_struct_field.cc58 void VariableLengthStructField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) cons… in GenGetter()
Dstruct_field.cc53 void StructField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
Dpayload_field.cc65 void PayloadField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
Dcustom_field.cc59 void CustomField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
Darray_field.cc115 void ArrayField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
Dvector_field.cc153 void VectorField::GenGetter(std::ostream& s, Size start_offset, Size end_offset) const { in GenGetter()
/system/core/libunwindstack/
DElfInterfaceArm.h81 uint64_t start_offset() { return start_offset_; } in start_offset() function
DDwarfCfa.cpp43 bool DwarfCfa<AddressType>::GetLocationInfo(uint64_t pc, uint64_t start_offset, uint64_t end_offset, in GetLocationInfo()
276 bool DwarfCfa<AddressType>::Log(uint32_t indent, uint64_t pc, uint64_t start_offset, in Log()
DDwarfSection.cpp653 uint64_t start_offset = next_entries_offset_; in GetNextCieOrFde() local
DDwarfOp.cpp1586 uint64_t start_offset = memory_->cur_offset(); in GetLogInfo() local
/system/update_engine/payload_consumer/
Dverity_writer_android.cc77 uint64_t start_offset = std::max(offset, partition_->hash_tree_data_offset); in Update() local
/system/extras/simpleperf/scripts/inferno/
Ddata_types.py132 def generate_offset(self, start_offset): argument
/system/core/libunwindstack/tests/
DSymbolsTest.cpp311 uint64_t start_offset = 0x1000; in TYPED_TEST_P() local
DDwarfDebugFrameTest.cpp459 uint8_t fde_encoding, uint64_t return_address, uint64_t start_offset, in VerifyCieVersion()
/system/nfc/src/nfa/ee/
Dnfa_ee_act.cc227 int start_offset; in nfa_ee_update_route_aid_size() local
414 int start_offset = 0; in nfa_ee_add_aid_route_to_ecb() local
477 int start_offset = 0; in nfa_ee_add_sys_code_route_to_ecb() local
/system/libufdt/
Dufdt_convert.c290 int start_offset = fdt_path_offset(fdtp, "/"); in ufdt_from_fdt() local
/system/nfc/src/nfc/tags/
Drw_t1t_ndef.cc855 uint8_t start_offset = T1T_UID_LEN + T1T_CC_LEN + T1T_RES_BYTE_LEN; in rw_t1t_handle_tlv_detect_rsp() local
/system/bt/stack/gatt/
Dgatt_int.h317 uint16_t start_offset; member