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.java2670 abstract String getDebugString();
2674 return "Alignment:" + getDebugString();
2690 String getDebugString() {
2711 String getDebugString() {
2732 String getDebugString() {
2778 String getDebugString() {
2779 return "SWITCHING[L:" + ltr.getDebugString() + ", R:" + rtl.getDebugString() + "]";
2813 String getDebugString() {
2876 String getDebugString() {
2903 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()