Lines Matching defs:check

128  * Determine if we need to check the return type coming out of the call.
456 * will be handled automatically by the instanceof check.)
508 void check(bool entry, const char* fmt0, ...) {
603 // We only treat this specially so we can do the non-negative check.
697 ALOGE("unknown check format specifier %c", ch);
877 /* don't check here; we allow nested gets */
1128 static bool check(const void* dataBuf, bool modOkay) {
1134 * Before we do anything with "pExtra", check the magic number. We
1135 * do the check with memcmp rather than "==" in case the pointer is
1149 /* check bottom half of guard; skip over optional checksum storage */
1170 /* check top half of guard */
1281 if (!GuardedCopy::check(dataBuf, true)) {
1282 ALOGE("JNI: failed guarded copy check in releaseGuardedPACopy");
1313 sc.check(true, types, ##args)
1317 sc.check(false, type, _rc); \
1320 sc.check(false, "V")
1353 // TODO: check that 'field' is a java.lang.reflect.Method.
1359 // TODO: check that 'field' is a java.lang.reflect.Field.
1379 // TODO: check that 'obj' is a java.lang.Throwable.
1710 if (!GuardedCopy::check(chars, false)) {
1711 ALOGE("JNI: failed guarded copy check in ReleaseStringChars");
1746 if (!GuardedCopy::check(utf, false)) {
1747 ALOGE("JNI: failed guarded copy check in ReleaseStringUTFChars");
1953 if (!GuardedCopy::check(carray, false)) {
1954 ALOGE("JNI: failed guarded copy check in ReleaseStringCritical");
1999 // TODO: check that 'buf' is a java.nio.Buffer.
2005 // TODO: check that 'buf' is a java.nio.Buffer.
2018 sc.check(true, "v", vm);
2024 sc.check(true, "vpp", vm, p_env, thr_args);
2030 sc.check(true, "vpp", vm, p_env, thr_args);
2036 sc.check(true, "v", vm);
2042 sc.check(true, "v", vm);