Home | History | Annotate | Download | only in dex

Lines Matching refs:PRIu32

997     ErrorStringPrintf("out-of-order %s indexes %" PRIu32 " and %" PRIu32,
1008 ErrorStringPrintf("could not find declaring class for %s index %" PRIu32,
3102 StringPrintf("Method %" PRIu32 "(%s) is marked constructor, but doesn't match name",
3113 *error_msg = StringPrintf("Constructor %" PRIu32 "(%s) is not flagged correctly wrt/ static.",
3131 *error_msg = StringPrintf("Direct/virtual method %" PRIu32 "(%s) not in expected list %d",
3149 *error_msg = StringPrintf("Interface virtual method %" PRIu32 "(%s) is not public",
3166 *error_msg = StringPrintf("Method %" PRIu32 "(%s) has no code, but is not marked native or "
3190 *error_msg = StringPrintf("Abstract method %" PRIu32 "(%s) has disallowed access flags %x",
3208 *error_msg = StringPrintf("Interface method %" PRIu32 "(%s) is not public and abstract",
3228 *error_msg = StringPrintf("Method %" PRIu32 "(%s) has code, but is marked native or abstract",
3239 *error_msg = StringPrintf("Constructor %" PRIu32 "(%s) flagged inappropriately %x",