HomeSort by relevance Sort by last modified time
    Searched defs:exception_check (Results 1 - 2 of 2) sorted by null

  /system/tools/aidl/
generate_cpp.cpp 343 IfStatement* exception_check = new IfStatement( local
345 b->AddStatement(exception_check);
346 exception_check->OnTrue()->AddLiteral(
510 IfStatement* exception_check = new IfStatement( local
512 b->AddStatement(exception_check);
513 exception_check->OnTrue()->AddLiteral("break");
  /art/test/004-JniTest/
jni_test.cc 468 bool exception_check = env_->ExceptionCheck(); local
470 if (!exception_check) {
475 } else if (exception_check) {

Completed in 179 milliseconds