Home | History | Annotate | Download | only in dex2oat

Lines Matching refs:output_

41     output_ = "";
80 ASSERT_FALSE(success) << output_;
179 output_ += buffer;
188 std::string output_ = "";
235 EXPECT_NE(output_.find("Large app, accepted running with swap."), std::string::npos)
236 << output_;
238 EXPECT_EQ(output_.find("Large app, accepted running with swap."), std::string::npos)
239 << output_;
261 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_;
370 EXPECT_NE(output_.find("Very large app, downgrading to verify-at-runtime."),
372 << output_;
374 EXPECT_EQ(output_.find("Very large app, downgrading to verify-at-runtime."),
376 << output_;
396 EXPECT_NE(output_.find("dex2oat took"), std::string::npos) << output_;