Searched refs:fullMsg (Results 1 – 2 of 2) sorted by relevance
85 String fullMsg = String.format(msg, args); in e() local86 tryToThrowScoped(null, fullMsg); in e()87 printMessage(Diagnostic.Kind.ERROR, fullMsg); in e()91 String fullMsg = String.format(msg, args); in e() local92 tryToThrowScoped(t, fullMsg); in e()94 fullMsg + " " + ExceptionUtils.getStackTrace(t)); in e()
259 String16 fullMsg(mayOrMust(type, flags->value)); in appendTypeInfo() local260 fullMsg.append(String16(" be ")); in appendTypeInfo()261 fullMsg.append(String16(flags->description)); in appendTypeInfo()262 outTable->appendTypeComment(pkg, typeName, ident, fullMsg); in appendTypeInfo()