Home
last modified time | relevance | path

Searched refs:fullMsg (Results 1 – 2 of 2) sorted by relevance

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
DL.java97 String fullMsg = String.format(msg, args); in e() local
98 tryToThrowScoped(null, fullMsg); in e()
99 printMessage(null, Diagnostic.Kind.ERROR, fullMsg); in e()
103 String fullMsg = String.format(msg, args); in e() local
104 tryToThrowScoped(null, fullMsg); in e()
105 printMessage(element, Diagnostic.Kind.ERROR, fullMsg); in e()
109 String fullMsg = String.format(msg, args); in e() local
110 tryToThrowScoped(t, fullMsg); in e()
112 fullMsg + " " + getStackTrace(t)); in e()
/frameworks/base/tools/aapt/
DResourceTable.cpp264 String16 fullMsg(mayOrMust(type, flags->value)); in appendTypeInfo() local
265 fullMsg.append(String16(" be ")); in appendTypeInfo()
266 fullMsg.append(String16(flags->description)); in appendTypeInfo()
267 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()