HomeSort by relevance Sort by last modified time
    Searched full:deprecation (Results 1 - 25 of 1088) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
IdentityStub.java 34 @SuppressWarnings("deprecation")
40 @SuppressWarnings("deprecation")
50 @SuppressWarnings("deprecation")
62 @SuppressWarnings("deprecation")
74 @SuppressWarnings("deprecation")
80 @SuppressWarnings("deprecation")
  /external/autotest/client/bin/
base_utils.py 13 from autotest_lib.client.common_lib import deprecation
18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
site_utils.py 13 from autotest_lib.client.common_lib import deprecation
18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
  /external/autotest/client/common_lib/
base_utils.py 13 from autotest_lib.client.common_lib import deprecation
18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
site_utils.py 13 from autotest_lib.client.common_lib import deprecation
18 warnings.warn(deprecation.APIDeprecationWarning(__name__), stacklevel=2)
deprecation.py 5 """This module contains stuff for reporting deprecation.
15 """Convenience function for making deprecation warnings.
25 """API deprecation warning.
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/tester/android/text/
TestClipboardManager.java 5 @SuppressWarnings("deprecation")
  /external/junit/src/main/java/junit/framework/
TestCase.java 190 @SuppressWarnings("deprecation")
199 @SuppressWarnings("deprecation")
208 @SuppressWarnings("deprecation")
217 @SuppressWarnings("deprecation")
225 @SuppressWarnings("deprecation")
233 @SuppressWarnings("deprecation")
242 @SuppressWarnings("deprecation")
251 @SuppressWarnings("deprecation")
259 @SuppressWarnings("deprecation")
267 @SuppressWarnings("deprecation")
    [all...]
  /external/clang/test/Sema/
warn-documentation-fixits.cpp 23 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
27 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
32 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
36 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}}
44 // expected-warning@+1 {{declaration is marked with '\deprecated' command but does not have a deprecation attribute}} expected-note@+2 {{add a deprecation attribute to the declaration to silence this warning}
    [all...]
  /external/easymock/src/org/easymock/internal/
ILegacyMatcherMethods.java 22 @SuppressWarnings("deprecation")
25 @SuppressWarnings("deprecation")
  /external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableTableTest.java 34 @SuppressWarnings("deprecation")
46 @SuppressWarnings("deprecation")
58 @SuppressWarnings("deprecation")
70 @SuppressWarnings("deprecation")
  /frameworks/support/preference/
NOTICES.md 5 **Breakage and deprecation notices:**
  /external/tensorflow/tensorflow/python/util/
deprecation_test.py 15 """Deprecation tests."""
24 from tensorflow.python.util import deprecation
31 deprecated_func = deprecation.deprecated_alias("deprecated.func",
55 deprecated_cls = deprecation.deprecated_alias("deprecated.cls",
84 @deprecation.deprecated(date, instructions, warn_once=True)
98 @deprecation.deprecated(date, instructions, warn_once=False)
105 with deprecation.silence():
120 deprecation.deprecated("", instructions)
122 deprecation.deprecated("07-04-2016", instructions)
125 deprecation.deprecated(date, None
    [all...]
  /frameworks/support/core/ktx/src/androidTest/java/androidx/core/graphics/
CanvasTest.kt 29 @Suppress("DEPRECATION")
54 @Suppress("DEPRECATION")
68 @Suppress("DEPRECATION")
84 @Suppress("DEPRECATION")
100 @Suppress("DEPRECATION")
109 @Suppress("DEPRECATION")
  /external/tensorflow/tensorflow/contrib/framework/python/framework/
__init__.py 29 from tensorflow.python.util.deprecation import deprecated
30 from tensorflow.python.util.deprecation import deprecated_arg_values
31 from tensorflow.python.util.deprecation import deprecated_args
  /cts/tests/autofillservice/src/android/autofillservice/cts/
ImageTransformationTest.java 44 @SuppressWarnings("deprecation")
51 @SuppressWarnings("deprecation")
58 @SuppressWarnings("deprecation")
65 @SuppressWarnings("deprecation")
72 @SuppressWarnings("deprecation")
92 @SuppressWarnings("deprecation")
128 @SuppressWarnings("deprecation")
146 @SuppressWarnings("deprecation")
184 @SuppressWarnings("deprecation")
  /external/python/cpython2/Lib/idlelib/
idle.py 7 # removal should require deprecation.
  /external/python/cpython3/Lib/idlelib/
idle.py 8 # removal should require deprecation.
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
TimePickerBindingAdapter.java 28 @SuppressWarnings("deprecation")
42 @SuppressWarnings("deprecation")
61 @SuppressWarnings("deprecation")
76 @SuppressWarnings("deprecation")
  /frameworks/support/legacy/core-ui/
NOTICES.md 5 **Breakage and deprecation notices:**
  /external/protobuf/src/google/protobuf/compiler/java/
java_enum_field.cc 76 (*variables)["deprecation"] = descriptor->options().deprecated()
160 "$deprecation$boolean has$capitalized_name$();\n");
165 "$deprecation$int get$capitalized_name$Value();\n");
169 "$deprecation$$type$ get$capitalized_name$();\n");
180 "$deprecation$public boolean has$capitalized_name$() {\n"
187 "$deprecation$public int get$capitalized_name$Value() {\n"
193 "$deprecation$public $type$ get$capitalized_name$() {\n"
206 "$deprecation$public boolean has$capitalized_name$() {\n"
213 "$deprecation$public int get$capitalized_name$Value() {\n"
218 "$deprecation$public Builder set$capitalized_name$Value(int value) {\n
    [all...]
java_enum_field_lite.cc 76 (*variables)["deprecation"] = descriptor->options().deprecated()
146 "$deprecation$boolean has$capitalized_name$();\n");
151 "$deprecation$int get$capitalized_name$Value();\n");
155 "$deprecation$$type$ get$capitalized_name$();\n");
166 "$deprecation$public boolean has$capitalized_name$() {\n"
173 "$deprecation$public int get$capitalized_name$Value() {\n"
179 "$deprecation$public $type$ get$capitalized_name$() {\n"
215 "$deprecation$public boolean has$capitalized_name$() {\n"
222 "$deprecation$public int get$capitalized_name$Value() {\n"
227 "$deprecation$public Builder set$capitalized_name$Value(int value) {\n
    [all...]
java_lazy_message_field_lite.cc 68 "$deprecation$public boolean has$capitalized_name$() {\n"
74 "$deprecation$public $type$ get$capitalized_name$() {\n"
130 "$deprecation$public boolean has$capitalized_name$() {\n"
136 "$deprecation$public $type$ get$capitalized_name$() {\n"
143 "$deprecation$public Builder set$capitalized_name$($type$ value) {\n"
152 "$deprecation$public Builder set$capitalized_name$(\n"
162 "$deprecation$public Builder merge$capitalized_name$($type$ value) {\n"
171 "$deprecation$public Builder clear$capitalized_name$() {\n"
242 "$deprecation$public boolean has$capitalized_name$() {\n"
248 "$deprecation$public $type$ get$capitalized_name$() {\n
    [all...]
java_message_field.cc 71 (*variables)["deprecation"] = descriptor->options().deprecated()
153 "$deprecation$boolean has$capitalized_name$();\n");
157 "$deprecation$$type$ get$capitalized_name$();\n");
161 "$deprecation$$type$OrBuilder get$capitalized_name$OrBuilder();\n");
173 "$deprecation$public boolean has$capitalized_name$() {\n"
178 "$deprecation$public $type$ get$capitalized_name$() {\n"
184 "$deprecation$public $type$OrBuilder "
191 "$deprecation$public boolean has$capitalized_name$() {\n"
196 "$deprecation$public $type$ get$capitalized_name$() {\n"
202 "$deprecation$public $type$OrBuilder
    [all...]
java_lazy_message_field.cc 67 "$deprecation$public boolean has$capitalized_name$() {\n"
73 "$deprecation$public $type$ get$capitalized_name$() {\n"
78 "$deprecation$public $type$OrBuilder get$capitalized_name$OrBuilder() {\n"
106 "$deprecation$public boolean has$capitalized_name$() {\n"
111 "$deprecation$public $type$ get$capitalized_name$() {\n"
118 "$deprecation$public Builder set$capitalized_name$($type$ value)",
134 "$deprecation$public Builder set$capitalized_name$(\n"
148 "$deprecation$public Builder merge$capitalized_name$($type$ value)",
168 "$deprecation$public Builder clear$capitalized_name$()",
180 "$deprecation$public $type$.Builder get$capitalized_name$Builder() {\n
    [all...]

Completed in 549 milliseconds

1 2 3 4 5 6 7 8 91011>>