Lines Matching refs:success
86 bool success = in TEST_F() local
88 ASSERT_TRUE(success) << error_msg; in TEST_F()
106 bool success = StartDex2OatCommandLine(&argv, &error_msg, /*use_runtime_bcp_and_image=*/false); in TEST_F() local
107 ASSERT_TRUE(success) << error_msg; in TEST_F()
122 success = RunDex2Oat(argv, &error_msg); in TEST_F()
123 ASSERT_TRUE(success) << error_msg; in TEST_F()
172 bool success = load_boot_image(); in TEST_F() local
173 ASSERT_TRUE(success); in TEST_F()
184 success = load_boot_image(); in TEST_F()
185 ASSERT_TRUE(success); in TEST_F()
195 success = load_boot_image(); in TEST_F()
196 ASSERT_TRUE(success); in TEST_F()