Home
last modified time | relevance | path

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

/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/v7/gridlayout/src/android/support/v7/widget/
DGridLayout.java2677 abstract String getDebugString();
2681 return "Alignment:" + getDebugString();
2697 String getDebugString() {
2718 String getDebugString() {
2739 String getDebugString() {
2785 String getDebugString() {
2786 return "SWITCHING[L:" + ltr.getDebugString() + ", R:" + rtl.getDebugString() + "]";
2820 String getDebugString() {
2883 String getDebugString() {
2910 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()