Home
last modified time | relevance | path

Searched refs:actual_ (Results 1 – 2 of 2) sorted by relevance

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