Home
last modified time | relevance | path

Searched defs:mock_log (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dmodule_info_util_unittest.py83 mock_log, mock_time): argument
105 mock_log, mock_time, mock_build, argument
139 mock_log, mock_time, mock_build, argument
172 mock_log, mock_time, mock_build, argument
202 def test_of_build_bp_info_reuse_pass(self, mock_json, mock_isfile, mock_log, argument
H A Dproject_info_unittest.py306 def test_batch_build_dependencies(self, mock_log, mock_sep, mock_build): argument
377 mock_log): argument
H A Dmodule_info_unittest.py87 mock_generate, mock_log, mock_dump): argument
H A Dsource_locator_unittest.py44 mock_check_key, mock_get_src, mock_log, argument
H A Dide_util_unittest.py381 def test_ide_base(self, mock_log, mock_run_ide, mock_run_path): argument
/aosp_15_r20/external/cronet/base/test/
H A Dtask_environment_unittest.cc1023 test::MockLog mock_log; in TEST_F() local
1071 test::MockLog mock_log; in TEST_F() local
/aosp_15_r20/external/tensorflow/tensorflow/python/training/
H A Dbasic_session_run_hooks_test.py222 def mock_log(*args, **kwargs): function