Home
last modified time | relevance | path

Searched +full:no +full:- +full:deprecated (Results 1 – 25 of 1265) sorted by relevance

12345678910>>...51

/external/clang/test/SemaObjC/
Dattr-deprecated.m1 // RUN: %clang_cc1 -fsyntax-only -triple x86_64-apple-darwin10.4 -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -triple x86_64-apple-darwin10.4 -verify -Wno-objc
5 …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.
17 - (void)g
19 X++; // expected-warning{{'X' is deprecated}}
20 self->X++; // expected-warning{{'X' is deprecated}}
[all …]
Dattr-availability.m1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9.0.0 -fsyntax-only -verify %s
2 // RUN: %clang_cc1 -D WARN_PARTIAL -Wpartial-availability -triple x86_64-apple-darwin9.0.0 -fsyntax
5 - (void)proto_method __attribute__((availability(macosx,introduced=10.1,deprecated=10.2))); // expe… argument
8 // expected-note@+2 2 {{'partial_proto_method' has been explicitly marked partial here}}
10 - (void)partial_proto_method __attribute__((availability(macosx,introduced=10.8)));
14 - (void)method __attribute__((availability(macosx,introduced=10.1,deprecated=10.2))); // expected-n… argument
16 // expected-note@+2 {{'partialMethod' has been explicitly marked partial here}}
18 - (void)partialMethod __attribute__((availability(macosx,introduced=10.8)));
20 - (void)overridden __attribute__((availability(macosx,introduced=10.3))); // expected-note{{overrid…
21 - (void)overridden2 __attribute__((availability(macosx,introduced=10.3)));
[all …]
Dproperty-deprecated-warning.m1 // RUN: %clang_cc1 -fsyntax-only -triple thumbv6-apple-ios3.0 -verify -Wno-objc-root-class %s
2 // RUN: %clang_cc1 -D WARN_PARTIAL -Wpartial-availability -fsyntax-only -triple thumbv6-apple-ios3.…
3 // RUN: %clang_cc1 -x objective-c++ -fsyntax-only -triple thumbv6-apple-ios3.0 -verify -Wno-objc-ro…
9 …,deprecated=3.0))); // expected-note {{property 'ptarget' is declared deprecated here}} expected-n…
12 // expected-note@+2 {{property 'partialPtarget' is declared partial here}} expected-note@+2 {{'part…
18 - (void)setPtarget:(id)arg;
19 - (void)setPartialPtarget:(id)arg;
24deprecated=3.0))); // expected-note {{property 'target' is declared deprecated here}} expected-not…
27 // expected-note@+2 {{property 'partialTarget' is declared partial here}} expected-note@+2 {{'setPa…
33 - (void)setTarget:(id)target;
[all …]
Dproperty-noninherited-availability-attr.m1 // RUN: %clang_cc1 -triple x86_64-apple-macosx10.8.0 -fsyntax-only -verify %s
3 // 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…
26 x.myProperty = 1; // no-warning
27 (void)[x myProperty]; // no-warning
[all …]
Dwarn-deprecated-implementations.m1 // RUN: %clang_cc1 -fsyntax-only -Wdeprecated-implementations -verify -Wno-objc-root-class %s
6 - (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))
[all …]
/external/clang/test/SemaCXX/
Dattr-deprecated-replacement-error.cpp1 // RUN: %clang_cc1 -triple x86_64-apple-darwin9 -verify -fsyntax-only -std=c++11 -fms-extensions %s
7 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/python/google-api-python-client/docs/dyn/
Dcompute_alpha.licenseCodes.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_alpha.licenses.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_v1.licenses.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_beta.licenses.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_alpha.zoneInPlaceSnapshots.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_alpha.regionInPlaceSnapshots.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_alpha.zoneInstantSnapshots.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_alpha.nodeTemplates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_beta.nodeTemplates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_v1.nodeTemplates.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_alpha.serviceAttachments.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
Dcompute_beta.serviceAttachments.html8 font-weight: inherit;
9 font-style: inherit;
10 font-size: 100%;
11 font-family: inherit;
12 vertical-align: baseline;
16 font-size: 13px;
21 font-size: 26px;
22 margin-bottom: 1em;
26 font-size: 24px;
27 margin-bottom: 1em;
[all …]
/external/google-cloud-java/java-compute/proto-google-cloud-compute-v1/src/main/java/com/google/cloud/compute/v1/
DRuleOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * This is deprecated and has no effect. Do not use.
43 * This is deprecated and has no effect. Do not use.
56 * This is deprecated and has no effect. Do not use.
70 * This is deprecated and has no effect. Do not use.
80 * This is deprecated and has no effect. Do not use.
90 * This is deprecated and has no effect. Do not use.
100 * This is deprecated and has no effect. Do not use.
111 * This is deprecated and has no effect. Do not use.
122 * This is deprecated and has no effect. Do not use.
[all …]
DRule.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * This is deprecated and has no effect. Do not use.
79 * This is deprecated and has no effect. Do not use.
99 * This is deprecated and has no effect. Do not use.
109 * This is deprecated and has no effect. Do not use.
119 * This is deprecated and has no effect. Do not use.
129 * This is deprecated and has no effect. Do not use.
139 * This is deprecated and has no effect. Do not use.
149 * This is deprecated and has no effect. Do not use.
155 UNRECOGNIZED(-1),
[all …]
DCondition.java8 * https://www.apache.org/licenses/LICENSE-2.0
25 * This is deprecated and has no effect. Do not use.
78 * This is deprecated and has no effect. Do not use.
100 * This is deprecated and has no effect. Do not use.
110 * This is deprecated and has no effect. Do not use.
120 * This is deprecated and has no effect. Do not use.
130 * This is deprecated and has no effect. Do not use.
140 * This is deprecated and has no effect. Do not use.
150 * This is deprecated and has no effect. Do not use.
160 * This is deprecated and has no effect. Do not use.
[all …]
DConditionOrBuilder.java8 * https://www.apache.org/licenses/LICENSE-2.0
30 * This is deprecated and has no effect. Do not use.
43 * This is deprecated and has no effect. Do not use.
56 * This is deprecated and has no effect. Do not use.
70 * This is deprecated and has no effect. Do not use.
83 * This is deprecated and has no effect. Do not use.
96 * This is deprecated and has no effect. Do not use.
110 * This is deprecated and has no effect. Do not use.
122 * This is deprecated and has no effect. Do not use.
134 * This is deprecated and has no effect. Do not use.
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/text/
DChineseDateFormat.java5 * Copyright (C) 2000-2014, International Business Machines Corporation and
22 * This class handles a <code>ChineseCalendar</code>-specific field,
27 * numeric, as before, but has no special 2-digit Y2K behavior.
30 * class handles parsing specially. If no string symbol is found at all,
33 * leap months, but no string for normal months.
37 * ------ ------- ------------ -------
46 * @deprecated ICU 50 Use SimpleDateFormat instead.
49 @Deprecated
52 static final long serialVersionUID = -4610300753104099899L;
60 * @deprecated ICU 50
[all …]
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DChineseDateFormat.java4 * Copyright (C) 2000-2014, International Business Machines Corporation and
21 * This class handles a <code>ChineseCalendar</code>-specific field,
26 * numeric, as before, but has no special 2-digit Y2K behavior.
29 * class handles parsing specially. If no string symbol is found at all,
32 * leap months, but no string for normal months.
36 * ------ ------- ------------ -------
45 * @deprecated ICU 50 Use SimpleDateFormat instead.
47 @Deprecated
50 static final long serialVersionUID = -4610300753104099899L;
58 * @deprecated ICU 50
[all …]
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/operators/
DLint.kt2 …* Copyright 2016-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 licen…
14 * Applying [cancellable][Flow.cancellable] to a [SharedFlow] has no effect.
18 @Deprecated(
20 …message = "Applying 'cancellable' to a SharedFlow has no effect. See the SharedFlow documentation …
26 * Applying [flowOn][Flow.flowOn] to [SharedFlow] has no effect. in cancellable()
30 @Deprecated( in cancellable()
32 …message = "Applying 'flowOn' to SharedFlow has no effect. See the SharedFlow documentation on Oper… in cancellable()
38 * Applying [conflate][Flow.conflate] to [StateFlow] has no effect. in cancellable()
42 @Deprecated( in cancellable()
44 …message = "Applying 'conflate' to StateFlow has no effect. See the StateFlow documentation on Oper… in cancellable()
[all …]

12345678910>>...51