Home
last modified time | relevance | path

Searched refs:getDebugString (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/util/proto/
DEncodedBuffer.java229 throw new ProtoParseException("Varint too long -- " + getDebugString()); in readRawUnsigned()
436 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
440 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
621 public String getDebugString() {
DProtoOutputStream.java2422 + " -- " + mBuffer.getDebugString()); in editEncodedSize()
2481 + " -- " + mBuffer.getDebugString()); in compactSizes()
2531 Log.d(tag, mBuffer.getDebugString()); in dump()
/frameworks/compile/mclinker/include/mcld/LD/
DLDSection.h157 const DebugString* getDebugString() const { return m_Data.debug_string; } in getDebugString() function
158 DebugString* getDebugString() { return m_Data.debug_string; } in getDebugString() function
/frameworks/compile/mclinker/lib/Object/
DObjectBuilder.cpp93 debug_str = target->getDebugString(); in MergeSection()
DObjectLinker.cpp688 debug_str_sect->getDebugString()->computeOffsetSize(); in prelayout()
818 debug_str_sect->getDebugString()->applyOffset(*relocation, in relocation()
/frameworks/compile/mclinker/lib/LD/
DELFObjectWriter.cpp112 section->getDebugString()->emit(region); in writeSection()
/frameworks/base/api/
Dtest-lint-baseline.txt1984 MissingNullability: android.util.proto.EncodedBuffer#getDebugString():
Dtest-current.txt4220 method public String getDebugString();