Searched refs:deprecated_name (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/autotest/client/common_lib/ |
H A D | deprecation.py | 14 def warn(deprecated_name, stacklevel=3): argument 20 warnings.warn(APIDeprecationWarning(deprecated_name), 31 def __init__(self, deprecated_name): argument 36 super(APIDeprecationWarning, self).__init__(deprecated_name) 37 self._deprecated_name = deprecated_name
|
/aosp_15_r20/external/tensorflow/tensorflow/python/util/ |
H A D | deprecation.py | 148 def deprecated_alias(deprecated_name, name, func_or_class, warn_once=True): argument 236 _call_location(), deprecated_name, name) 255 _call_location(), deprecated_name, name) 673 def deprecate_moved_module(deprecated_name, new_module, deletion_version): argument 702 deprecated_name, new_module.__name__, deletion_version)
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/unittest/test/ |
H A D | test_case.py | 1840 for deprecated_name in deprecated_names: 1842 getattr(self, deprecated_name) # remove these in 3.x
|
/aosp_15_r20/external/python/cpython3/Lib/unittest/test/ |
D | test_case.py | 1840 for deprecated_name in deprecated_names: 1842 getattr(self, deprecated_name) # remove these in 3.x
|
/aosp_15_r20/prebuilts/tools/common/m2/repository/com/squareup/okhttp4/okhttp/4.0.0/ |
HD | okhttp-4.0.0-RC1.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/okhttp.kotlin_module
okhttp3 ... |