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

  /system/tools/aidl/
generate_cpp.cpp 335 IfStatement* exception_check = new IfStatement( local
337 b->AddStatement(exception_check);
338 exception_check->OnTrue()->AddLiteral(
487 IfStatement* exception_check = new IfStatement( local
489 b->AddStatement(exception_check);
490 exception_check->OnTrue()->AddLiteral("break");
  /art/test/004-JniTest/
jni_test.cc 457 bool exception_check = env_->ExceptionCheck(); local
459 if (!exception_check) {
464 } else if (exception_check) {

Completed in 444 milliseconds