Searched refs:mock_exec_utils_ (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/art/odrefresh/ |
H A D | odrefresh_test.cc | 230 mock_exec_utils_ = mock_exec_utils.get(); in SetUp() 260 MockExecUtils* mock_exec_utils_; member in art::odrefresh::OdRefreshTest 286 EXPECT_CALL(*mock_exec_utils_, in TEST_F() 306 EXPECT_CALL(*mock_exec_utils_, DoExecAndReturnCode(Contains(Flag("--dex-file=", conscrypt_jar_)))) in TEST_F() 321 *mock_exec_utils_, in TEST_F() 359 *mock_exec_utils_, in TEST_F() 367 EXPECT_CALL(*mock_exec_utils_, in TEST_F() 385 *mock_exec_utils_, in TEST_F() 393 EXPECT_CALL(*mock_exec_utils_, in TEST_F() 411 EXPECT_CALL(*mock_exec_utils_, in TEST_F() [all …]
|
/aosp_15_r20/art/artd/ |
H A D | artd_test.cc | 347 mock_exec_utils_ = mock_exec_utils.get(); in SetUp() 542 MockExecUtils* mock_exec_utils_; member in art::artd::__anonaa64bb030111::ArtdTest 708 *mock_exec_utils_, in TEST_F() 761 *mock_exec_utils_, in TEST_F() 779 *mock_exec_utils_, in TEST_F() 796 EXPECT_CALL(*mock_exec_utils_, in TEST_F() 810 EXPECT_CALL(*mock_exec_utils_, in TEST_F() 823 EXPECT_CALL(*mock_exec_utils_, in TEST_F() 837 EXPECT_CALL(*mock_exec_utils_, in TEST_F() 851 EXPECT_CALL(*mock_exec_utils_, in TEST_F() [all …]
|