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

1 2 3 4 5

  /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)
  /tools/metalava/src/test/java/com/android/tools/metalava/
ArtifactTaggerTest.kt 96 @SuppressWarnings({"unchecked", "deprecation", "all"})
102 @SuppressWarnings({"unchecked", "deprecation", "all"})
StubsTest.kt 90 @SuppressWarnings({"unchecked", "deprecation", "all"})
149 @SuppressWarnings({"unchecked", "deprecation", "all"})
151 @SuppressWarnings({"unchecked", "deprecation", "all"})
155 @SuppressWarnings({"unchecked", "deprecation", "all"})
163 @SuppressWarnings({"unchecked", "deprecation", "all"})
169 @SuppressWarnings({"unchecked", "deprecation", "all"})
197 @SuppressWarnings({"unchecked", "deprecation", "all"})
223 @SuppressWarnings({"unchecked", "deprecation", "all"})
248 @SuppressWarnings({"unchecked", "deprecation", "all"})
274 @SuppressWarnings({"unchecked", "deprecation", "all"}
    [all...]
NullnessMigrationTest.kt 368 @SuppressWarnings({"unchecked", "deprecation", "all"})
418 @SuppressWarnings({"unchecked", "deprecation", "all"})
  /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
  /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...]
deprecation.py 33 # Allow deprecation warnings to be silenced temporarily with a context manager.
36 # Remember which deprecation warnings have been printed already.
41 """Adds a deprecation notice to a docstring for deprecated functions."""
53 """Adds a deprecation notice to a docstring for deprecated arguments."""
115 a deprecation warning when an instance is created. It also adds a deprecation
119 That function prints a warning when used, and has a deprecation notice in its
120 docstring. This is more or less equivalent (the deprecation warning has
137 warn_once: If True (the default), only print a deprecation warning the first
141 A wrapped version of `func_or_class` which prints a deprecation warning o
    [all...]
  /external/webrtc/talk/build/
build_jar.sh 50 $JAVA_HOME/bin/javac -Xlint:deprecation -Xlint:unchecked -d "$TMP_DIR" \
  /external/tensorflow/tensorflow/contrib/data/python/ops/
dataset_ops.py 28 from tensorflow.python.util import deprecation
43 @deprecation.deprecated(None, "Use `ds._as_variant_tensor()`.")
63 @deprecation.deprecated(None, "Use `tf.data.Dataset.from_tensors()`.")
76 @deprecation.deprecated(None, "Use `tf.data.Dataset.from_tensor_slices()`.")
90 @deprecation.deprecated(None,
104 @deprecation.deprecated(None, "Use `tf.data.Dataset.from_generator()`.")
146 @deprecation.deprecated(None, "Use `tf.data.Dataset.range()`.")
176 @deprecation.deprecated(None, "Use `tf.data.Dataset.zip()`.")
256 @deprecation.deprecated(None, "Use `tf.data.Dataset.list_files()`.")
293 @deprecation.deprecated
    [all...]
interleave_ops.py 28 from tensorflow.python.util import deprecation
172 @deprecation.deprecated(
  /external/tensorflow/tensorflow/contrib/tfprof/
tfprof_logger.py 24 from tensorflow.python.util.deprecation import deprecated
model_analyzer.py 32 from tensorflow.python.util.deprecation import deprecated
  /external/tensorflow/tensorflow/python/training/
summary_io.py 26 from tensorflow.python.util.deprecation import deprecated
  /external/tensorflow/tensorflow/python/ops/
string_ops.py 49 from tensorflow.python.util import deprecation
108 # TODO(aselle): Remove this after deprecation
141 reduce_join.__doc__ = deprecation.rewrite_argument_docstring(
math_ops.py 177 from tensorflow.python.util import deprecation
183 arg_max = deprecation.deprecated(None, "Use `argmax` instead")(arg_max) # pylint: disable=used-before-assignment
184 arg_min = deprecation.deprecated(None, "Use `argmin` instead")(arg_min) # pylint: disable=used-before-assignment
198 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
218 @deprecation.deprecated_args(None, "Use the `axis` argument instead",
337 # TODO(aselle): put deprecation in after another round of global code changes
338 @deprecation.deprecated(
357 # TODO(aselle): put deprecation in after another round of global code changes
358 @deprecation.deprecated(
397 @deprecation.deprecated
    [all...]
linalg_ops.py 33 from tensorflow.python.util import deprecation
450 @deprecation.deprecated_args(
516 keepdims = deprecation.deprecated_argument_lookup('keepdims', keepdims,
  /external/tensorflow/tensorflow/contrib/session_bundle/
gc.py 74 from tensorflow.python.util.deprecation import deprecated
session_bundle.py 34 from tensorflow.python.util.deprecation import deprecated
  /packages/apps/TV/
Android.mk 64 LOCAL_JAVACFLAGS := -Xlint:deprecation -Xlint:unchecked
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-plugin-parameter-documenter/2.0.9/
maven-plugin-parameter-documenter-2.0.9.jar 
  /build/kati/testcase/
deprecated_var.mk 13 # Reading from deprecated variables (set before/after/never the deprecation func)
  /build/soong/cmd/javac_wrapper/
javac_wrapper_test.go 54 Note: Recompile with -Xlint:deprecation for details.

Completed in 569 milliseconds

1 2 3 4 5