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

  /art/runtime/
common_runtime_test.cc 366 vm_->check_jni_abort_hook_data = &actual_;
372 EXPECT_TRUE(actual_.empty()) << actual_;
376 EXPECT_TRUE(actual_.find(expected_text) != std::string::npos) << "\n"
378 << "In the output : " << actual_; local
379 actual_.clear();
common_runtime_test.h 137 std::string actual_; member in class:art::CheckJniAbortCatcher

Completed in 77 milliseconds