Lines Matching refs:output_

67     output_ = "";  in TearDown()
163 << "Failed to compile odex: " << error_msg << std::endl << output_; in GenerateOdexForTest()
182 return ::testing::AssertionFailure() << "Succeeded to compile odex: " << output_; in GenerateOdexForTest()
250 ForkAndExecResult res = ForkAndExec(argv, post_fork_fn, &output_); in Dex2Oat()
259 std::string output_ = ""; member in art::Dex2oatTest
310 EXPECT_NE(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult()
311 << output_; in CheckHostResult()
313 EXPECT_EQ(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult()
314 << output_; in CheckHostResult()
336 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_; in CheckHostValidity()
369 EXPECT_NE(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult()
370 << output_; in CheckHostResult()
372 EXPECT_EQ(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult()
373 << output_; in CheckHostResult()
407 bool found = std::regex_search(output_, native_alloc_match, native_alloc_regex); in ParseNativeAlloc()
427 bool found = std::regex_search(output_, swap_match, swap_regex); in ParseSwap()
470 std::string output_1 = output_; in TEST_F()
472 output_ = ""; in TEST_F()
478 std::string output_2 = output_; in TEST_F()
589 EXPECT_NE(output_.find("Very large app, downgrading to"), std::string::npos) << output_; in CheckHostResult()
591 EXPECT_EQ(output_.find("Very large app, downgrading to"), std::string::npos) << output_; in CheckHostResult()
611 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_; in CheckHostValidity()
861 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_; in CheckHostValidity()
985 ASSERT_FALSE(inst->IsQuickened()) << inst->Opcode() << " " << output_; in CheckResult()
1852 EXPECT_NE(std::string::npos, output_.find("dex2oat took")); in TEST_F()
1926 EXPECT_FALSE(vdex->HasDexSection()) << output_; in TEST_F()
1966 output_.clear(); in TEST_F()
1983 std::istringstream iss(output_); in TEST_F()
1990 EXPECT_TRUE(found_fast_verify) << "Expected to find " << kFastVerifyString << "\n" << output_; in TEST_F()
2106 ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) != 0) << status << " " << output_; in TEST_F()
2145 ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) != 0) << status << " " << output_; in TEST_F()
2153 ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) != 0) << status << " " << output_; in TEST_F()
2490 EXPECT_NE(oat_file.GetClassLoaderContext(), stored_context) << output_; in TEST_F()
2491 EXPECT_NE(oat_file.GetClassLoaderContext(), valid_context) << output_; in TEST_F()
2503 EXPECT_EQ(oat_file.GetClassLoaderContext(), expected_stored_context) << output_; in TEST_F()