Searched refs:okay (Results 1 – 6 of 6) sorted by relevance
466 bool okay; in Dump() local470 okay = DumpToDdmsDirect(overall_size, max_length, CHUNK_TYPE("HPDS")); in Dump()472 okay = DumpToDdmsBuffered(overall_size, max_length); in Dump()475 okay = DumpToFile(overall_size, max_length); in Dump()478 if (okay) { in Dump()779 bool okay; in DumpToFile() local784 okay = !file_output.Errors(); in DumpToFile()786 if (okay) { in DumpToFile()794 if (okay) { in DumpToFile()795 okay = file->FlushCloseOrErase() == 0; in DumpToFile()[all …]
97 bool okay = resize(mOffset); in toByteArray() local98 return okay ? mJavaArray : nullptr; in toByteArray()
32 …# Calling MethodHandleImpl.invoke() rather than MethodHandle.invoke() [ declaring class is okay ] …
111 bool okay; in CheckOnLoadResult() local119 okay = true; in CheckOnLoadResult()126 okay = (jni_on_load_result_ == kOkay); in CheckOnLoadResult()128 << (okay ? "succeeded" : "failed") << "]"; in CheckOnLoadResult()131 return okay; in CheckOnLoadResult()
844 bool okay; in CheckInstance() local846 okay = false; in CheckInstance()849 okay = Runtime::Current()->IsClearedJniWeakGlobal(obj); in CheckInstance()851 if (!okay) { in CheckInstance()871 bool okay = true; in CheckInstance() local874 okay = obj->IsClass(); in CheckInstance()880 okay = obj->GetClass()->IsStringClass(); in CheckInstance()883 okay = obj->GetClass()->IsThrowableClass(); in CheckInstance()888 if (!okay) { in CheckInstance()
166 If you already have a %break, it's okay to leave it in place -- the second