Home | History | Annotate | Download | only in runtime

Lines Matching full:okay

393    * z - jsize (for lengths; use i if negative values are okay)
637 bool okay = true;
640 okay = obj->IsClass();
646 okay = obj->GetClass()->IsStringClass();
649 okay = obj->GetClass()->IsThrowableClass();
654 if (!okay) {
784 case kFlag_CritOkay: // okay to call this method
786 case kFlag_CritBad: // not okay to call
1205 // The JNI specification doesn't say it's okay to call FatalError with a pending exception,
1757 // that it's okay to pass an invalid reference to.