Searched defs:msg (Results 1 – 5 of 5) sorted by relevance
30 val msg = "$expected vs. $actual" in <lambda>() constant
360 val msg = "r0 = ${show(rounding0)}, r3 = ${show(rounding3)}" in <lambda>() constant
34 #define ALOGE(msg, ...) \ argument36 #define ALOGW(msg, ...) \ argument
328 static int jniThrowIllegalArgumentException(JNIEnv* env, const char* msg) { in jniThrowIllegalArgumentException()
548 class EGLException(val error: Int, val msg: String = "") : RuntimeException() { constant in androidx.graphics.opengl.egl.EGLException