Searched defs:actual_ (Results 1 - 2 of 2) sorted by relevance

/art/runtime/
H A Dcommon_runtime_test.h172 std::string actual_; member in class:art::CheckJniAbortCatcher
H A Dcommon_runtime_test.cc575 vm_->SetCheckJniAbortHook(Hook, &actual_);
580 EXPECT_TRUE(actual_.empty()) << actual_;
584 EXPECT_TRUE(actual_.find(expected_text) != std::string::npos) << "\n"
586 << "In the output : " << actual_; local
587 actual_.clear();

Completed in 60 milliseconds