Home
last modified time | relevance | path

Searched defs:mock_json (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dmodule_info_util_unittest.py82 def test_of_build_bp_info_reuse_jsons(self, mock_json, mock_isfile, argument
104 def test_of_build_bp_info_rebuild_jsons(self, mock_json, mock_isfile, argument
138 def test_of_build_bp_info_show_build_fail(self, mock_json, mock_isfile, argument
171 def test_of_build_bp_info_rebuild_and_reuse(self, mock_json, mock_isfile, argument
202 def test_of_build_bp_info_reuse_pass(self, mock_json, mock_isfile, mock_log, argument
/aosp_15_r20/external/toolchain-utils/crosperf/
H A Dsuite_runner_unittest.py27 mock_json = mock.Mock(spec=json) variable in SuiteRunnerTest