Searched defs:getDebugString (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/proto/
H A DEncodedBuffer.java221 throw new ProtoParseException("Varint too long -- " + getDebugString());
428 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
432 + " srcOffset=" + srcOffset + " size=" + size + " " + getDebugString());
613 public String getDebugString() { method in class:EncodedBuffer
/frameworks/compile/mclinker/include/mcld/LD/
H A DLDSection.h157 const DebugString* getDebugString() const { return m_Data.debug_string; } function in class:mcld::LDSection
158 DebugString* getDebugString() { return m_Data.debug_string; } function in class:mcld::LDSection
/frameworks/support/v7/gridlayout/src/android/support/v7/widget/
H A DGridLayout.java2683 abstract String getDebugString(); method in class:GridLayout.Alignment
2687 return "Alignment:" + getDebugString();
2703 String getDebugString() {
2724 String getDebugString() {
2745 String getDebugString() {
2791 String getDebugString() {
2792 return "SWITCHING[L:" + ltr.getDebugString() + ", R:" + rtl.getDebugString() + "]";
2826 String getDebugString() {
2889 String getDebugString() {
[all...]

Completed in 679 milliseconds