Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/proto/
DEncodedBuffer.java221 throw new ProtoParseException("Varint too long -- " + getDebugString()); in readRawUnsigned()
428 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
432 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
613 public String getDebugString() {
DProtoOutputStream.java2554 + " -- " + mBuffer.getDebugString()); in editEncodedSize()
2613 + " -- " + mBuffer.getDebugString()); in compactSizes()
2663 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/support/gridlayout/src/main/java/androidx/gridlayout/widget/
DGridLayout.java2686 abstract String getDebugString();
2690 return "Alignment:" + getDebugString();
2706 String getDebugString() {
2727 String getDebugString() {
2748 String getDebugString() {
2794 String getDebugString() {
2795 return "SWITCHING[L:" + ltr.getDebugString() + ", R:" + rtl.getDebugString() + "]";
2829 String getDebugString() {
2892 String getDebugString() {
2919 String getDebugString() {
/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-current.txt1064 method public java.lang.String getDebugString();
/frameworks/base/config/
Dhiddenapi-public-dex.txt47064 Landroid/util/proto/EncodedBuffer;->getDebugString()Ljava/lang/String;