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.java85 String fullMsg = String.format(msg, args); in e() local
86 tryToThrowScoped(null, fullMsg); in e()
87 printMessage(Diagnostic.Kind.ERROR, fullMsg); in e()
91 String fullMsg = String.format(msg, args); in e() local
92 tryToThrowScoped(t, fullMsg); in e()
94 fullMsg + " " + ExceptionUtils.getStackTrace(t)); in e()
/frameworks/base/tools/aapt/
DResourceTable.cpp259 String16 fullMsg(mayOrMust(type, flags->value)); in appendTypeInfo() local
260 fullMsg.append(String16(" be ")); in appendTypeInfo()
261 fullMsg.append(String16(flags->description)); in appendTypeInfo()
262 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()