Searched defs:mock_warning (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | deprecation_test.py | 38 def test_function_alias(self, mock_warning): argument 53 def test_class_alias(self, mock_warning): argument 91 def test_deprecated_once(self, mock_warning): argument 105 def test_deprecated_init_class(self, mock_warning): argument 123 def test_deprecated_new_class(self, mock_warning): argument 140 def test_deprecated_enum(self, mock_warning): argument 156 def test_deprecated_namedtuple(self, mock_warning): argument 171 def test_silence(self, mock_warning): argument 207 def test_no_date(self, mock_warning): argument 248 def test_static_fn_with_doc(self, mock_warning): argument [all …]
|
H A D | module_wrapper_test.py | 41 def testDeprecationWarnings(self, mock_warning): argument
|
H A D | dispatch_test.py | 215 def testInteractionWithDeprecationWarning(self, mock_warning): argument
|
/aosp_15_r20/tools/asuite/aidegen/lib/ |
H A D | config_unittest.py | 121 mock_enable, mock_warning): argument
|