Lines Matching refs:args

147   std::vector<std::string> args = {  in TEST_F()  local
155 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
183 std::vector<std::string> args; in TEST_F() local
184 args.push_back("--dex-file=" + dex_location); in TEST_F()
185 args.push_back("--oat-file=" + odex_location); in TEST_F()
186 args.push_back("--class-loader-context=" + context_str); in TEST_F()
187 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
210 std::vector<std::string> args; in TEST_F() local
211 args.push_back("--dex-file=" + dex_location); in TEST_F()
212 args.push_back("--oat-file=" + odex_location); in TEST_F()
213 args.push_back("--class-loader-context=" + context_str); in TEST_F()
214 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1126 std::vector<std::string> args; in Run() local
1127 args.push_back("--dex-file=" + dex_location_); in Run()
1128 args.push_back("--oat-file=" + oat_location_); in Run()
1130 ASSERT_TRUE(test_.Dex2Oat(args, &error_msg)) << error_msg; in Run()
1299 std::vector<std::string> args; in TEST_F() local
1300 args.push_back("--dex-file=" + dex_location); in TEST_F()
1301 args.push_back("--oat-file=" + odex_location); in TEST_F()
1302 args.push_back("--class-loader-context=" + context_str); in TEST_F()
1303 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1323 args.push_back("--compiler-filter=extract"); in TEST_F()
1324 ASSERT_TRUE(Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1360 std::vector<std::string> args; in TEST_F() local
1361 args.push_back("--dex-file=" + dex_location); in TEST_F()
1362 args.push_back("--dex-location=TestDex.jar"); in TEST_F()
1363 args.push_back("--oat-file=" + oat_location); in TEST_F()
1364 args.push_back("--app-image-file=" + art_location); in TEST_F()
1366 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()
1426 std::vector<std::string> args; in TEST_F() local
1427 args.push_back("--dex-file=" + dex_location); in TEST_F()
1428 args.push_back("--dex-location=" + filebase + ".jar"); in TEST_F()
1429 args.push_back("--oat-file=" + oat_location); in TEST_F()
1430 args.push_back("--app-image-file=" + art_location); in TEST_F()
1432 ASSERT_TRUE(DexoptTest::Dex2Oat(args, &error_msg)) << error_msg; in TEST_F()