Home | History | Annotate | Download | only in dex

Lines Matching refs:PRIu32

958     ErrorStringPrintf("out-of-order %s indexes %" PRIu32 " and %" PRIu32,
1084 ErrorStringPrintf("could not find declaring class for %s index %" PRIu32,
1136 ErrorStringPrintf("could not find declaring class for %s index %" PRIu32,
3301 StringPrintf("Method %" PRIu32 "(%s) is marked constructor, but doesn't match name",
3312 *error_msg = StringPrintf("Constructor %" PRIu32 "(%s) is not flagged correctly wrt/ static.",
3330 *error_msg = StringPrintf("Direct/virtual method %" PRIu32 "(%s) not in expected list %d",
3348 *error_msg = StringPrintf("Interface virtual method %" PRIu32 "(%s) is not public",
3365 *error_msg = StringPrintf("Method %" PRIu32 "(%s) has no code, but is not marked native or "
3389 *error_msg = StringPrintf("Abstract method %" PRIu32 "(%s) has disallowed access flags %x",
3407 *error_msg = StringPrintf("Interface method %" PRIu32 "(%s) is not public and abstract",
3427 *error_msg = StringPrintf("Method %" PRIu32 "(%s) has code, but is marked native or abstract",
3438 *error_msg = StringPrintf("Constructor %" PRIu32 "(%s) flagged inappropriately %x",