Lines Matching full:what
55 UnicodeString what = UnicodeString(className) + " * x= " + UnicodeString(factory?factory:" ABSTRACT ") + "; ";
61 errln("FAIL: Fatal: Ran out of IDs! Increase MAX_CLASS_ID." + UnicodeString(count) + what);
72 logln(what + tmp);
76 dataerrln("FAIL: staticID == NULL! " + what);
81 dataerrln( "FAIL: ==NULL! " + what);
86 errln("FAIL: dynamicID == NULL!" + what);
90 dataerrln("FAIL: dynamicID != staticID! " + what);
102 logln("OK: ID found is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
105 errln("FAIL: ID is the same as " + UnicodeString(ids_class[i]) + UnicodeString(" *y= ") + ids_factory[i] + what);
431 * ... so that's what I am doing here.