Home
last modified time | relevance | path

Searched defs:unavailable (Results 1 – 25 of 72) sorted by relevance

123

/aosp_15_r20/external/clang/test/SemaObjC/
H A Dspecial-dep-unavail-warning.m6 …Meth __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
10 …eth2 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
12 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
14 - (void)FuzzyMeth1 __attribute__((unavailable));
18 …eth1 __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
22 - (void) unavailMeth2 __attribute__((unavailable));
23 …ed)) __attribute__((unavailable)); // expected-note {{has been explicitly marked unavailable here}}
25 - (void)FuzzyMeth __attribute__((unavailable));
H A Dattr-availability.m24 - (void)overridden5 __attribute__((availability(macosx,unavailable)));
26 - (void)unavailableMethod __attribute__((unavailable));
38 …warning{{overriding method cannot be unavailable on macOS when its overridden method is available}}
218 …ibute__((unavailable)); // expected-note 4{{'methodB' has been explicitly marked unavailable here}}
267 -(void)methodB __attribute__((unavailable));
278 -(void)methodB __attribute__((unavailable)) {
284 …ttribute__((unavailable)); // expected-note{{'method' has been explicitly marked unavailable here}}
H A Dmethod-attributes.m20 - (int) foo2: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable));
68 …: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable));
69 … (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable));
82 - (id) method3: (int)arg1 __attribute__((deprecated)) __attribute__((unavailable)) {
85 …: (int)arg1 __attribute__((aligned(16))) __attribute__((deprecated)) __attribute__((unavailable)) {
H A Dattr-deprecated.m248 - (instancetype)init __attribute__((unavailable));
266 - (void)partiallyUnavailableMethod __attribute__((unavailable));
281 - (void)anotherPartiallyUnavailableMethod __attribute__((unavailable));
288 typedef struct {} S1 __attribute__((unavailable)); // expected-note2{{marked unavailable here}} typedef
H A Dobjc-container-subscripting-attr.m6 …le)); // expected-note 2 {{'objectForKeyedSubscript:' has been explicitly marked unavailable here}}
7 …)); // expected-note {{'setObject:forKeyedSubscript:' has been explicitly marked unavailable here}}
H A Dno-warning-unavail-unimp.m9 - Method __attribute__((unavailable));
10 + CMethod __attribute__((unavailable));
H A Dincomplete-implementation.m5 - unavailableMeth __attribute__((availability(macosx,unavailable)));
6 - unavailableMeth2 __attribute__((unavailable));
H A Dattr-availability-1.m21 - (void)overridden5 __attribute__((availability(macosx,unavailable)));
33 …warning{{overriding method cannot be unavailable on macOS when its overridden method is available}}
H A Dattr-deprecated-pch.m15 - (void)partiallyUnavailableMethod __attribute__((unavailable));
H A Dmultiple-method-names.m9 - (void)foo:(int)i __attribute__((unavailable));
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/
H A DCdsLoadBalancer2Test.java202 Status unavailable = Status.UNAVAILABLE.withDescription( in nonAggregateCluster_resourceNotExist_returnErrorPicker() local
204 assertPicker(pickerCaptor.getValue(), unavailable, null); in nonAggregateCluster_resourceNotExist_returnErrorPicker() local
245 Status unavailable = Status.UNAVAILABLE.withDescription( in nonAggregateCluster_resourceRevoked() local
249 assertPicker(pickerCaptor.getValue(), unavailable, null); in nonAggregateCluster_resourceRevoked() local
319 Status unavailable = Status.UNAVAILABLE.withDescription( in aggregateCluster_noNonAggregateClusterExits_returnErrorPicker() local
321 assertPicker(pickerCaptor.getValue(), unavailable, null); in aggregateCluster_noNonAggregateClusterExits_returnErrorPicker() local
367 Status unavailable = Status.UNAVAILABLE.withDescription( in aggregateCluster_descendantClustersRevoked() local
369 assertPicker(pickerCaptor.getValue(), unavailable, null); in aggregateCluster_descendantClustersRevoked() local
406 Status unavailable = Status.UNAVAILABLE.withDescription( in aggregateCluster_rootClusterRevoked() local
408 assertPicker(pickerCaptor.getValue(), unavailable, null); in aggregateCluster_rootClusterRevoked() local
[all …]
/aosp_15_r20/external/clang/test/ARCMT/
H A Dobjcmt-ns-nonatomic-iosonly.m37 - (NSString *) UnavailProp __attribute__((unavailable));
40 - (NSString *) UnavailProp1 __attribute__((unavailable));
41 - (void) setUnavailProp1 : (NSString *)Val __attribute__((unavailable));
44 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
H A Dobjcmt-atomic-property.m30 - (NSString *) UnavailProp __attribute__((unavailable));
33 - (NSString *) UnavailProp1 __attribute__((unavailable));
34 - (void) setUnavailProp1 : (NSString *)Val __attribute__((unavailable));
37 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
H A Dobjcmt-property.m30 - (NSString *) UnavailProp __attribute__((unavailable));
33 - (NSString *) UnavailProp1 __attribute__((unavailable));
34 - (void) setUnavailProp1 : (NSString *)Val __attribute__((unavailable));
37 - (void) setUnavailProp2 : (NSString *)Val __attribute__((unavailable));
H A Dchecking.m47 …tribute__((unavailable)); // expected-note {{'retain' has been explicitly marked unavailable here}}
48 …te__((unavailable)); // expected-note {{'retainCount' has been explicitly marked unavailable here}}
49 …__((unavailable)); // expected-note 2 {{'autorelease' has been explicitly marked unavailable here}}
H A Dobjcmt-ns-returns-inner-pointer.m98 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable)));
102 - (void *)mutableBytes __attribute__((deprecated)) __attribute__((unavailable));
H A Dobjcmt-migrate-all.m99 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable)));
103 - (void *)mutableBytes __attribute__((deprecated)) __attribute__((unavailable));
H A Dobjcmt-subscripting-literals.m201 - (id)objectAtIndexedSubscript:(unsigned)idx __attribute__((unavailable));
209 - (void)setObject:(id)obj atIndexedSubscript:(unsigned)idx __attribute__((unavailable));
/aosp_15_r20/frameworks/base/services/robotests/backup/src/com/android/server/backup/testing/
H A DPackageData.java90 public PackageData unavailable() { in unavailable() method in PackageData
138 public PackageData unavailable() { in unavailable() method in PackageData.PmPackageData
/aosp_15_r20/external/google-cloud-java/java-game-servers/proto-google-cloud-game-servers-v1beta/src/main/proto/google/cloud/gaming/v1beta/
H A Dgame_server_deployments.proto195 repeated string unavailable = 2; field
312 repeated string unavailable = 2; field
/aosp_15_r20/external/google-cloud-java/java-game-servers/proto-google-cloud-game-servers-v1/src/main/proto/google/cloud/gaming/v1/
H A Dgame_server_deployments.proto176 repeated string unavailable = 2; field
279 repeated string unavailable = 2; field
/aosp_15_r20/device/linaro/dragonboard/audio/
Daudio_hw.h90 bool unavailable; member
106 bool unavailable; member
/aosp_15_r20/device/amlogic/yukawa/hal/audio/
Daudio_hw.h92 bool unavailable; member
108 bool unavailable; member
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/
H A DEditModeViewModel.kt110 val unavailable = in <lambda>() constant
/aosp_15_r20/external/clang/include/clang/Sema/
H A DAttributeList.h257 SourceLocation unavailable, in AttributeList()
649 SourceLocation unavailable, in create()
785 SourceLocation unavailable, in addNew()

123