Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 1629) sorted by relevance

12345678910>>...66

/external/cldr/tools/java/org/unicode/cldr/util/data/
DlocaleReplacements.txt1 language deprecated aa_SAAHO ssy
44 language deprecated no_BOKMAL nb
45 language deprecated no_NYNORSK nn
66 language deprecated zh_cmn zh
67 language deprecated zh_cmn_Hans zh-Hans
68 language deprecated zh_cmn_Hant zh-Hant
69 language deprecated zh_gan gan
70 language deprecated zh_guoyu zh
71 language deprecated zh_wuu wuu
72 language deprecated zh_yue yue
[all …]
/external/libxml2/
DDOCBparser.c43 static int deprecated = 0; in docbEncodeEntities() local
45 if (!deprecated) { in docbEncodeEntities()
48 deprecated = 1; in docbEncodeEntities()
67 static int deprecated = 0; in docbParseDocument() local
69 if (!deprecated) { in docbParseDocument()
72 deprecated = 1; in docbParseDocument()
88 static int deprecated = 0; in docbFreeParserCtxt() local
90 if (!deprecated) { in docbFreeParserCtxt()
93 deprecated = 1; in docbFreeParserCtxt()
115 static int deprecated = 0; in docbParseChunk() local
[all …]
/external/llvm/test/MC/ARM/
Dv8_IT_manual.s11 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
14 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
18 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
30 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
34 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
42 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
46 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
50 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
59 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
71 @ CHECK: [[@LINE+2]]:1: warning: deprecated instruction in IT block
[all …]
Ddeprecated-v8.s7 @ CHECK-ARMV8: warning: deprecated
8 @ CHECK-THUMBV8: warning: deprecated
9 @ CHECK-ARMV7-NOT: warning: deprecated
10 @ CHECK-THUMBV7-NOT: warning: deprecated
12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb'
13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb'
14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb'
15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb'
16 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'isb'
18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb'
[all …]
Darm-load-store-multiple-deprecated.s14 @ CHECK: warning: use of SP or PC in the list is deprecated
18 @ CHECK: warning: use of SP or PC in the list is deprecated
22 @ CHECK: warning: use of SP or PC in the list is deprecated
26 @ CHECK: warning: use of SP or PC in the list is deprecated
30 @ CHECK: warning: use of SP or PC in the list is deprecated
34 @ CHECK: warning: use of SP or PC in the list is deprecated
42 @ CHECK: warning: use of SP or PC in the list is deprecated
46 @ CHECK: warning: use of SP or PC in the list is deprecated
50 @ CHECK: warning: use of SP or PC in the list is deprecated
54 @ CHECK: warning: use of SP or PC in the list is deprecated
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/
Dv8_IT_manual.s11 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
14 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
18 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
30 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
34 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
42 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
46 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
50 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
59 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
71 @ CHECK: :[[@LINE+2]]:1: warning: deprecated instruction in IT block
[all …]
Ddeprecated-v8.s7 @ CHECK-ARMV8: warning: deprecated
8 @ CHECK-THUMBV8: warning: deprecated
9 @ CHECK-ARMV7-NOT: warning: deprecated
10 @ CHECK-THUMBV7-NOT: warning: deprecated
12 @ CHECK-ARMV8: warning: deprecated since v7, use 'isb'
13 @ CHECK-THUMBV8: warning: deprecated since v7, use 'isb'
14 @ CHECK-ARMV7: warning: deprecated since v7, use 'isb'
15 @ CHECK-THUMBV7: warning: deprecated since v7, use 'isb'
16 @ CHECK-ARMV6-NOT: warning: deprecated since v7, use 'isb'
18 @ CHECK-ARMV8: warning: deprecated since v7, use 'dsb'
[all …]
Darm-load-store-multiple-deprecated.s14 @ CHECK: warning: use of SP or PC in the list is deprecated
18 @ CHECK: warning: use of SP or PC in the list is deprecated
22 @ CHECK: warning: use of SP or PC in the list is deprecated
26 @ CHECK: warning: use of SP or PC in the list is deprecated
30 @ CHECK: warning: use of SP or PC in the list is deprecated
34 @ CHECK: warning: use of SP or PC in the list is deprecated
42 @ CHECK: warning: use of SP or PC in the list is deprecated
46 @ CHECK: warning: use of SP or PC in the list is deprecated
50 @ CHECK: warning: use of SP or PC in the list is deprecated
54 @ CHECK: warning: use of SP or PC in the list is deprecated
[all …]
/external/clang/test/SemaObjC/
Dattr-deprecated.m5 …int X __attribute__((deprecated)); // expected-note 2 {{'X' has been explicitly marked deprecated
7 + (void)F __attribute__((deprecated)); // expected-note 2 {{'F' has been explicitly marked deprecat… argument
8 - (void)f __attribute__((deprecated)); // expected-note 5 {{'f' has been explicitly marked deprecat… argument
12 + (void)F __attribute__((deprecated))
14 [self F]; // no warning, since the caller is also deprecated.
19 X++; // expected-warning{{'X' is deprecated}}
20 self->X++; // expected-warning{{'X' is deprecated}}
21 [self f]; // expected-warning{{'f' is deprecated}}
26 [self f]; // no warning, the caller is deprecated in its interface.
36 [super F]; // expected-warning{{'F' is deprecated}}
[all …]
Dwarn-deprecated-implementations.m6 - (void) D __attribute__((deprecated)); // expected-note {{method 'D' declared here}} argument
10 + (void)F __attribute__((deprecated)); argument
14 - (void) E __attribute__((deprecated)); category
18 + (void)F { } // No warning, implementing its own deprecated method
19 - (void) D {} // expected-warning {{Implementing deprecated method}}
20 - (void) E {} // No warning, implementing deprecated method in its class extension.
24 - (void) G __attribute__((deprecated)); argument
28 - (void) G {} // No warning, implementing its own deprecated method
31 __attribute__((deprecated))
32 …te 2 {{class declared here}} // expected-note 2 {{'CL' has been explicitly marked deprecated here}}
[all …]
Dspecial-dep-unavail-warning.m7 - (void) depInA1 __attribute__((deprecated)); // expected-note {{'depInA1' has been explicitly mark… argument
9 - (void) depInA2 __attribute__((deprecated)); // expected-note {{'depInA2' has been explicitly mark… argument
12 - (void) depunavailInA1 __attribute__((deprecated)) __attribute__((unavailable)); // expected-note …
13 - (void)FuzzyMeth __attribute__((deprecated)); // expected-note {{'FuzzyMeth' has been explicitly m… argument
19 - (void) depInA __attribute__((deprecated)); // expected-note {{'depInA' has been explicitly marked… argument
20 - (void) depInA2 __attribute__((deprecated)); argument
23 - (void) depunavailInA __attribute__((deprecated)) __attribute__((unavailable)); // expected-note {…
26 - (void)FuzzyMeth1 __attribute__((deprecated)); // expected-note {{'FuzzyMeth1' has been explicitly… argument
33 …[c depInA]; // expected-warning {{'depInA' may be deprecated because the receiver type is unknown}}
35 …[c depInA1]; // expected-warning {{'depInA1' may be deprecated because the receiver type is unknow…
[all …]
Dattr-availability-1.m11 …bility(macosx,introduced=10_1,deprecated=10_2))); // expected-note 2 {{'proto_method' has been exp…
15 …ailability(macosx,introduced=10_1,deprecated=10_2))); // expected-note {{'method' has been explici…
19 - (void)overridden3 __attribute__((availability(macosx,deprecated=10_3)));
20 - (void)overridden4 __attribute__((availability(macosx,deprecated=10_3))); // expected-note{{overri…
30 - (void)overridden3 __attribute__((availability(macosx,deprecated=10_4)));
31 …idden4 __attribute__((availability(macosx,deprecated=10_2))); // expected-warning{{overriding meth…
37 [a method]; // expected-warning{{'method' is deprecated: first deprecated in macOS 10.2}}
39 …[a proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.…
40 …[b proto_method]; // expected-warning{{'proto_method' is deprecated: first deprecated in macOS 10.…
44 // using a deprecated method when that method is re-implemented in a
[all …]
Dproperty-noninherited-availability-attr.m3 // This test case shows that 'availability' and 'deprecated' do not inherit
8 …lity(macosx,introduced=10.7,deprecated=10.8))); // expected-note {{'myProtocolProperty' has been e…
9 … // expected-note {{property 'myProtocolProperty' is declared deprecated here}}
13 …bility(macosx,introduced=10.7,deprecated=10.8))); // expected-note 2 {{'myProperty' has been expl…
14 // expected-note {{property 'myProperty' is declared deprecated here}}
23 …y.myProperty = 0; // expected-warning {{'myProperty' is deprecated: first deprecated in macOS 10.8…
24 …(void)[y myProperty]; // expected-warning {{'myProperty' is deprecated: first deprecated in macO…
32 …tocolProperty]; // expected-warning {{'myProtocolProperty' is deprecated: first deprecated in macO…
Dproperty-deprecated-warning.m9 …,deprecated=3.0))); // expected-note {{property 'ptarget' is declared deprecated here}} expected-n…
24deprecated=3.0))); // expected-note {{property 'target' is declared deprecated here}} expected-not…
38 …vailability(ios,introduced=2.0,deprecated=3.0))); // expected-note 2 {{'dep_target' has been expli…
39 … // expected-note 4 {{property 'dep_target' is declared deprecated here}} \
40 … // expected-note 2 {{'setDep_target:' has been explicitly marked deprecated here}}
54 …et: [self dep_target]]; // expected-warning {{'dep_target' is deprecated: first deprecated in iOS …
55 … // expected-warning {{'setDep_target:' is deprecated: first deprecated in iOS 3.0}}
78 …[self setTarget: (id)0]; // expected-warning {{'setTarget:' is deprecated: first deprecated in iOS…
79 …et: [self dep_target]]; // expected-warning {{'dep_target' is deprecated: first deprecated in iOS …
80 … // expected-warning {{'setDep_target:' is deprecated: first deprecated in iOS 3.0}}
[all …]
/external/clang/test/Sema/
Dattr-deprecated.c3 int f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecated…
4 void g() __attribute__((deprecated));
7 extern int var __attribute__((deprecated)); // expected-note {{'var' has been explicitly marked dep…
25 int old_fn() __attribute__ ((deprecated));
35 …int x __attribute__((deprecated)); // expected-note 3 {{'x' has been explicitly marked deprecated …
44 typedef struct foo foo_dep __attribute__((deprecated)); // expected-note 12 {{'foo_dep' has been ex…
47 struct __attribute__((deprecated,
55 foo_dep *test4 __attribute__((deprecated));
56 struct bar_dep *test5 __attribute__((deprecated));
60 typedef foo_dep test7(struct bar_dep*) __attribute__((deprecated));
[all …]
Dattr-availability.c5 void f0() __attribute__((availability(macosx,introduced=10.4,deprecated=10.2))); // expected-warnin…
6 void f1() __attribute__((availability(ios,obsoleted=2.1,deprecated=3.0))); // expected-warning{{fe…
7 void f2() __attribute__((availability(ios,introduced=2.1,deprecated=2.1)));
13 ATSFontGetName(const char *oName) __attribute__((availability(macosx,introduced=8.0,deprecated=9.0,…
53 void f4(int) __attribute__((availability(ios,deprecated=3.0)));
56 void f5(int) __attribute__((availability(ios,deprecated=3.0),
59 void f6(int) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{previous attribu…
60 void f6(int) __attribute__((availability(ios,deprecated=4.0))); // expected-warning {{availability …
63 void f7(int) __attribute__((availability(ios,deprecated=3.0))); // expected-note {{previous attribu…
64 void f7(int) __attribute__((availability(ios,deprecated=4.0))); // expected-warning {{availability …
[all …]
Dattr-availability-tvos.c3 void f0(int) __attribute__((availability(tvos,introduced=2.0,deprecated=2.1))); // expected-note {{…
5 void f2(int) __attribute__((availability(tvos,introduced=2.0,deprecated=3.0))); // expected-note {{…
7 …((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(tvos,introduce…
9 …((availability(tvos,introduced=2.0))) __attribute__((availability(tvos,deprecated=3.0))); // expec…
10 void f6(int) __attribute__((availability(tvos,deprecated=3.0)));
24 void f9(int) __attribute__((availability(ios,introduced=2.0,deprecated=9.0)));
30 __attribute__((availability(ios,introduced=9_0,deprecated=9_0,message="" ))) // expected-note{{prev…
37 void f0_tvos(int) __attribute__((availability(tvos,introduced=2.0,deprecated=2.1))); // expected-no…
39 void f2_tvos(int) __attribute__((availability(tvos,introduced=2.0,deprecated=3.0))); // expected-no…
41 …((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(tvos,introduce…
[all …]
Dattr-availability-watchos.c3 void f0(int) __attribute__((availability(ios,introduced=2.0,deprecated=2.1))); // expected-note {{'…
5 void f2(int) __attribute__((availability(ios,introduced=2.0,deprecated=3.0))); // expected-note {{'…
7 …_((availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(ios,introduce…
8 …__((availability(ios,introduced=2.0))) __attribute__((availability(ios,deprecated=3.0))); // expec…
9 void f6(int) __attribute__((availability(ios,deprecated=12.1))); // OK - not deprecated for watchOS
10 void f7(int) __attribute__((availability(ios,deprecated=8.3))); // expected-note {{'f7' has been ex…
26 void f0_watchos(int) __attribute__((availability(watchos,introduced=2.0,deprecated=2.1))); // expec…
28 void f2_watchos(int) __attribute__((availability(watchos,introduced=2.0,deprecated=3.0))); // expec…
30 …(availability(macosx,introduced=10.1,deprecated=10.3,obsoleted=10.5), availability(watchos,introdu…
31 …ribute__((availability(watchos,introduced=2.0))) __attribute__((availability(ios,deprecated=3.0)));
[all …]
/external/clang/test/SemaCXX/
Dattr-deprecated.cpp3 …void f() __attribute__((deprecated)); // expected-note 2 {{'f' has been explicitly marked deprecat…
5 void h(A* a) __attribute__((deprecated));
7 …int b __attribute__((deprecated)); // expected-note 2 {{'b' has been explicitly marked deprecated …
29 …virtual void f() __attribute__((deprecated)); // expected-note 6 {{'f' has been explicitly marked …
59 virtual void f() __attribute__((deprecated));
60 virtual void f(int) __attribute__((deprecated));
61 virtual void f(int, int) __attribute__((deprecated));
77 …void foo(int) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked dep…
79 …void foo(short) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly marked d…
84 …friend void foo(A*) __attribute__((deprecated)); // expected-note {{'foo' has been explicitly mark…
[all …]
Dattr-deprecated-replacement-error.cpp7 int a1 [[deprecated("warning", "fixit")]]; // expected-error{{'deprecated' attribute takes no more …
8 int a2 [[deprecated("warning", 1)]]; // expected-error{{'deprecated' attribute takes no more than 1…
10 int b1 [[gnu::deprecated("warning", "fixit")]]; // expected-error{{'deprecated' attribute takes no …
11 int b2 [[gnu::deprecated("warning", 1)]]; // expected-error{{'deprecated' attribute takes no more t…
13 __declspec(deprecated("warning", "fixit")) int c1; // expected-error{{'deprecated' attribute takes …
14 __declspec(deprecated("warning", 1)) int c2; // expected-error{{'deprecated' attribute takes no mor…
16 int d1 __attribute__((deprecated("warning", "fixit")));
17 int d2 __attribute__((deprecated("warning", 1))); // expected-error{{'deprecated' attribute require…
/external/icu/icu4c/source/data/misc/
Dmetadata.txt7 reason{"deprecated"}
11 reason{"deprecated"}
23 reason{"deprecated"}
67 reason{"deprecated"}
71 reason{"deprecated"}
79 reason{"deprecated"}
99 reason{"deprecated"}
143 reason{"deprecated"}
159 reason{"deprecated"}
199 reason{"deprecated"}
[all …]
/external/python/cpython2/Doc/library/
Dcarbon.rst27 Most of the OS X APIs that these modules use are deprecated or removed
39 :deprecated:
49 :deprecated:
59 :deprecated:
67 :deprecated:
77 :deprecated:
90 :deprecated:
100 :deprecated:
108 :deprecated:
118 :deprecated:
[all …]
/external/protobuf/objectivec/Tests/
Dunittest_deprecated.proto44 // Mix of field types marked as deprecated.
48 optional string string_field = 1 [deprecated=true];
49 required int32 int_field = 2 [deprecated=true];
50 repeated fixed32 fixed_field = 3 [deprecated=true];
51 optional Msg1 msg_field = 4 [deprecated=true];
54 // Mix of extension field types marked as deprecated.
56 optional string string_ext_field = 101 [deprecated=true];
57 optional int32 int_ext_field = 102 [deprecated=true];
58 repeated fixed32 fixed_ext_field = 103 [deprecated=true];
59 optional Msg1 msg_ext_field = 104 [deprecated=true];
[all …]
/external/rust/crates/libc/src/
Dfixed_width_ints.rs5 #[deprecated(since = "0.2.55", note = "Use i8 instead.")]
7 #[deprecated(since = "0.2.55", note = "Use i16 instead.")]
9 #[deprecated(since = "0.2.55", note = "Use i32 instead.")]
11 #[deprecated(since = "0.2.55", note = "Use i64 instead.")]
13 #[deprecated(since = "0.2.55", note = "Use u8 instead.")]
15 #[deprecated(since = "0.2.55", note = "Use u16 instead.")]
17 #[deprecated(since = "0.2.55", note = "Use u32 instead.")]
19 #[deprecated(since = "0.2.55", note = "Use u64 instead.")]
/external/clang/test/CXX/dcl.dcl/dcl.attr/dcl.attr.deprecated/
Dp1.cpp3 class [[deprecated]] C {}; // expected-note {{'C' has been explicitly marked deprecated here}}
6 typedef int t [[deprecated]]; // expected-note {{'t' has been explicitly marked deprecated here}}
9 [[deprecated]] int old = 42; // expected-note {{'old' has been explicitly marked deprecated here}}
12 struct S { [[deprecated]] int member = 42; } s; // expected-note {{'member' has been explicitly mar…
15 [[deprecated]] int f() { return 42; } // expected-note {{'f' has been explicitly marked deprecated … in f()
18 enum [[deprecated]] e { E }; // expected-note {{'e' has been explicitly marked deprecated here}}
22 template <> class [[deprecated]] X<int> {}; // expected-note {{'X<int>' has been explicitly marked …
26 template <typename T> class [[deprecated]] X2 {};

12345678910>>...66