Lines Matching refs:output_

60     output_ = "";  in TearDown()
135 ASSERT_TRUE(success) << error_msg << std::endl << output_; in GenerateOdexForTest()
152 ASSERT_FALSE(success) << output_; in GenerateOdexForTest()
265 output_ += std::string(buffer, bytes_read); in Dex2Oat()
276 std::string output_ = ""; member in art::Dex2oatTest
327 EXPECT_NE(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult()
328 << output_; in CheckHostResult()
330 EXPECT_EQ(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult()
331 << output_; in CheckHostResult()
353 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_; in CheckHostValidity()
386 EXPECT_NE(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult()
387 << output_; in CheckHostResult()
389 EXPECT_EQ(output_.find("Large app, accepted running with swap."), std::string::npos) in CheckHostResult()
390 << output_; in CheckHostResult()
424 bool found = std::regex_search(output_, native_alloc_match, native_alloc_regex); in ParseNativeAlloc()
444 bool found = std::regex_search(output_, swap_match, swap_regex); in ParseSwap()
486 std::string output_1 = output_; in TEST_F()
488 output_ = ""; in TEST_F()
494 std::string output_2 = output_; in TEST_F()
607 EXPECT_NE(output_.find("Very large app, downgrading to"), std::string::npos) << output_; in CheckHostResult()
609 EXPECT_EQ(output_.find("Very large app, downgrading to"), std::string::npos) << output_; in CheckHostResult()
629 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_; in CheckHostValidity()
881 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_; in CheckHostValidity()
1005 ASSERT_FALSE(inst->IsQuickened()) << inst->Opcode() << " " << output_; in CheckResult()
1092 EXPECT_EQ(static_cast<int>(dex2oat::ReturnCode::kCreateRuntime), WEXITSTATUS(status)) << output_; in TEST_F()
1796 EXPECT_NE(std::string::npos, output_.find("dex2oat took")); in TEST_F()
1874 EXPECT_FALSE(vdex->HasDexSection()) << output_; in TEST_F()
1930 std::istringstream iss(output_); in TEST_F()
1937 EXPECT_TRUE(found_fast_verify) << "Expected to find " << kFastVerifyString << "\n" << output_; in TEST_F()
2057 ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) != 0) << status << " " << output_; in TEST_F()
2096 ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) != 0) << status << " " << output_; in TEST_F()
2104 ASSERT_TRUE(WIFEXITED(status) && WEXITSTATUS(status) != 0) << status << " " << output_; in TEST_F()
2169 EXPECT_NE(oat_file.GetClassLoaderContext(), stored_context) << output_; in TEST_F()
2170 EXPECT_NE(oat_file.GetClassLoaderContext(), valid_context) << output_; in TEST_F()
2181 EXPECT_EQ(oat_file.GetClassLoaderContext(), expected_stored_context) << output_; in TEST_F()