HomeSort by relevance Sort by last modified time
    Searched refs:deprecated (Results 76 - 100 of 1430) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/python/cpython2/Lib/test/
test_al.py 5 al = import_module('al', deprecated=True)
test_multifile.py 2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_al.py 6 al = import_module('al', deprecated=True)
test_multifile.py 2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_al.py 6 al = import_module('al', deprecated=True)
test_multifile.py 2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_al.py 6 al = import_module('al', deprecated=True)
test_multifile.py 2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_al.py 6 al = import_module('al', deprecated=True)
test_multifile.py 2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)
  /system/libvintf/include/vintf/
Vndk.h 27 // deprecated. Kept here for libvintf backwards compatibility.
28 struct [[deprecated]] VndkVersionRange {
44 // deprecated. Kept here for libvintf backwards compatibility.
45 struct [[deprecated]] Vndk {
61 [[deprecated]]
67 [[deprecated]]
  /external/tensorflow/tensorflow/contrib/session_bundle/
gc.py 74 from tensorflow.python.util.deprecation import deprecated
79 @deprecated('2017-06-30',
101 @deprecated('2017-06-30',
132 @deprecated('2017-06-30',
152 @deprecated('2017-06-30',
171 @deprecated('2017-06-30',
189 @deprecated('2017-06-30',
  /external/libxml2/
legacy.c 2 * legacy.c: set of deprecated routines, not to be used anymore but
26 * Deprecated functions kept for compatibility *
44 * DEPRECATED !!!!
55 static int deprecated = 0; local
57 if (!deprecated) {
59 "htmlDecodeEntities() deprecated function reached\n");
60 deprecated = 1;
70 * Deprecated call
81 * Deprecated call
397 * This function is deprecated, we now always process entities conten
416 static int deprecated = 0; local
446 static int deprecated = 0; local
481 static int deprecated = 0; local
510 static int deprecated = 0; local
533 static int deprecated = 0; local
561 static int deprecated = 0; local
593 static int deprecated = 0; local
633 static int deprecated = 0; local
659 static int deprecated = 0; local
683 static int deprecated = 0; local
703 static int deprecated = 0; local
    [all...]
  /prebuilts/tools/common/api-generator/
api-generator-22.9.2.jar 
api-generator-22.9.3.jar 
api-generator-26.0.0.jar 
  /external/tensorflow/tensorflow/python/util/
deprecation.py 41 """Adds a deprecation notice to a docstring for deprecated functions."""
42 main_text = ['THIS FUNCTION IS DEPRECATED. It will be removed %s.' %
48 'DEPRECATED FUNCTION',
49 '(deprecated)', main_text)
53 """Adds a deprecation notice to a docstring for deprecated arguments."""
56 'DEPRECATED FUNCTION ARGUMENTS',
57 '(deprecated arguments)', [
58 'SOME ARGUMENTS ARE DEPRECATED. '
76 # walk back two frames to get to deprecated function caller.
124 @deprecated
200 def deprecated(date, instructions, warn_once=True): function
    [all...]
deprecation_test.py 31 deprecated_func = deprecation.deprecated_alias("deprecated.func",
55 deprecated_cls = deprecation.deprecated_alias("deprecated.cls",
65 deprecated_cls("deprecated")
70 deprecated_cls("deprecated again")
73 self.assertEqual(["test", "deprecated", "deprecated again"],
84 @deprecation.deprecated(date, instructions, warn_once=True)
98 @deprecation.deprecated(date, instructions, warn_once=False)
120 deprecation.deprecated("", instructions)
122 deprecation.deprecated("07-04-2016", instructions
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_multifile.py 2 mimetools = test_support.import_module('mimetools', deprecated=True)
3 multifile = test_support.import_module('multifile', deprecated=True)