Home
last modified time | relevance | path

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

/aosp12/frameworks/compile/mclinker/include/mcld/LD/
H A 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
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DSuggestedWords.java160 public String getDebugString(final int pos) { in getDebugString() method in SuggestedWords
359 public String getDebugString() { in getDebugString() method in SuggestedWords.SuggestedWordInfo
/aosp12/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
H A DHWC2OnFbAdapter.cpp704 const std::string& HWC2OnFbAdapter::getDebugString() const { in getDebugString() function in android::HWC2OnFbAdapter