Home
last modified time | relevance | path

Searched refs:debug_str (Results 1 – 13 of 13) sorted by relevance

/aosp12/art/libelffile/dwarf/
H A Ddebug_info_entry_writer.h177 std::vector<uint8_t>* debug_str) { in WriteStrp() argument
179 this->PushUint32(debug_str->size()); in WriteStrp()
180 debug_str->insert(debug_str->end(), str, str + len); in WriteStrp()
181 debug_str->push_back(0); in WriteStrp()
184 void WriteStrp(Attribute attrib, const char* str, std::vector<uint8_t>* debug_str) { in WriteStrp() argument
185 WriteStrp(attrib, str, strlen(str), debug_str); in WriteStrp()
/aosp12/system/bt/tools/scripts/
H A Ddump_hearingaid_audio.py92 debug_str = result[TIMESTAMP_TIME_FORMAT]
95 debug_str = debug_str + ", " + header_list_str[p] + "=" + str(byte_data).rjust(3)
98 debug_str = debug_str + "\n" + "|".join(data_list_str) + "\n"
114 debug_str = debug_str + "|".join(data_list_content) + "\n"
116 update_audio_data(CONNECTION_HANDLE, result[CONNECTION_HANDLE], DEBUG_DATA, debug_str)
/aosp12/frameworks/compile/mclinker/lib/Object/
H A DObjectBuilder.cpp91 DebugString* debug_str = NULL; in MergeSection() local
93 debug_str = target->getDebugString(); in MergeSection()
95 debug_str = IRBuilder::CreateDebugString(*target); in MergeSection()
97 debug_str->merge(pInputSection); in MergeSection()
/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A DDiagRelocations.inc69 "applying relocation `%0' for .debug_str is not supported. "
71 "applying relocation `%0' for .debug_str is not supported. "
/aosp12/system/chre/build/sys_support/qcom/
H A Duimage_v2.lcs152 .debug_str 0 : { *(.debug_str) }
H A Duimage.lcs.toolv80199 .debug_str 0 : { *(.debug_str) }
/aosp12/system/chre/host/hal_generic/common/
H A Dgeneric_context_hub_base.h524 ALOGV("Got debug dump data, size %zu", data.debug_str.size()); in handleDebugDumpData()
529 reinterpret_cast<const char *>(data.debug_str.data()), in handleDebugDumpData()
530 data.debug_str.size()); in handleDebugDumpData()
/aosp12/system/chre/platform/shared/include/chre/platform/shared/generated/
H A Dhost_messages_generated.h1421 const flatbuffers::Vector<int8_t> *debug_str() const {
1427 verifier.VerifyVector(debug_str()) &&
1436 void add_debug_str(flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str) {
1437 fbb_.AddOffset(DebugDumpData::VT_DEBUG_STR, debug_str);
1453 flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str = 0) {
1455 builder_.add_debug_str(debug_str);
1461 const std::vector<int8_t> *debug_str = nullptr) {
1462 auto debug_str__ = debug_str ? _fbb.CreateVector<int8_t>(*debug_str) : 0;
/aosp12/system/logging/logcat/
H A Dlogcat.cpp562 static const char debug_str[] = "debug"; in Run() local
573 { debug_str, no_argument, nullptr, 0 }, in Run()
638 if (long_options[option_index].name == debug_str) { in Run()
/aosp12/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp315 DebugString* debug_str = DebugString::Create(pSection); in CreateDebugString() local
316 pSection.setDebugString(debug_str); in CreateDebugString()
317 return debug_str; in CreateDebugString()
/aosp12/frameworks/native/cmds/installd/tests/
H A Dinstalld_dexopt_test.cpp1374 std::string debug_str = app_private_dir_ce_ + "/debug"; in TEST_F() local
1379 run_cmd("touch " + debug_str); in TEST_F()
1381 run_cmd("chmod 777 " + debug_str); in TEST_F()
1384 const char* debug = debug_str.c_str(); in TEST_F()
/aosp12/system/chre/host/common/include/chre_host/generated/
H A Dhost_messages_generated.h2013 std::vector<int8_t> debug_str;
2025 const flatbuffers::Vector<int8_t> *debug_str() const {
2034 verifier.VerifyVector(debug_str()) &&
2046 void add_debug_str(flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str) {
2047 fbb_.AddOffset(DebugDumpData::VT_DEBUG_STR, debug_str);
2063 flatbuffers::Offset<flatbuffers::Vector<int8_t>> debug_str = 0) {
2065 builder_.add_debug_str(debug_str);
2071 const std::vector<int8_t> *debug_str = nullptr) {
2072 auto debug_str__ = debug_str ? _fbb.CreateVector<int8_t>(*debug_str) : 0;
3252 … auto _e = debug_str(); if (_e) { _o->debug_str.resize(_e->size()); for (flatbuffers::uoffset_t _i…
[all …]
/aosp12/system/chre/platform/shared/idl/
H A Dhost_messages.fbs230 debug_str:[byte];