Searched defs:mock_warn (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | native_module_info_unittest.py | 140 def test_is_module_need_build_without_mod_info(self, mock_load, mock_warn): argument 150 def test_is_module_need_build_with_mod_info(self, mock_load, mock_warn): argument 165 self, mock_load, mock_warn, mock_src_need, mock_inc_need): argument 182 self, mock_load, mock_warn, mock_src_need, mock_inc_need): argument 199 self, mock_load, mock_warn, mock_src_need, mock_inc_need): argument
|
H A D | module_info_util_unittest.py | 408 mock_news, mock_warn, mock_show_reuse, argument 437 mock_news, mock_warn, mock_show_reuse, argument 467 mock_news, mock_warn, mock_show_reuse, argument 498 mock_get_mtimes, mock_build, mock_news, mock_warn, mock_show_reuse, argument 529 mock_get_mtimes, mock_build, mock_news, mock_warn, mock_show_reuse, argument
|
H A D | ide_util_unittest.py | 675 def test_get_ide_version(self, mock_warn): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/python/training/experimental/ |
H A D | mixed_precision_test.py | 175 def test_warn_if_session_already_exists(self, mock_warn): argument 189 def test_do_not_warn_if_session_does_not_already_exist(self, mock_warn): argument
|