/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | special-dep-unavail-warning.m | 6 …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 D | attr-availability.m | 24 - (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 D | method-attributes.m | 20 - (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 D | attr-deprecated.m | 248 - (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 D | objc-container-subscripting-attr.m | 6 …le)); // expected-note 2 {{'objectForKeyedSubscript:' has been explicitly marked unavailable here}} 7 …)); // expected-note {{'setObject:forKeyedSubscript:' has been explicitly marked unavailable here}}
|
H A D | no-warning-unavail-unimp.m | 9 - Method __attribute__((unavailable)); 10 + CMethod __attribute__((unavailable));
|
H A D | incomplete-implementation.m | 5 - unavailableMeth __attribute__((availability(macosx,unavailable))); 6 - unavailableMeth2 __attribute__((unavailable));
|
H A D | attr-availability-1.m | 21 - (void)overridden5 __attribute__((availability(macosx,unavailable))); 33 …warning{{overriding method cannot be unavailable on macOS when its overridden method is available}}
|
H A D | attr-deprecated-pch.m | 15 - (void)partiallyUnavailableMethod __attribute__((unavailable));
|
H A D | multiple-method-names.m | 9 - (void)foo:(int)i __attribute__((unavailable));
|
/aosp_15_r20/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/ |
H A D | CdsLoadBalancer2Test.java | 202 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 D | objcmt-ns-nonatomic-iosonly.m | 37 - (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 D | objcmt-atomic-property.m | 30 - (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 D | objcmt-property.m | 30 - (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 D | checking.m | 47 …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 D | objcmt-ns-returns-inner-pointer.m | 98 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable))); 102 - (void *)mutableBytes __attribute__((deprecated)) __attribute__((unavailable));
|
H A D | objcmt-migrate-all.m | 99 - (void **) ptr_bytes __attribute__((availability(macosx,unavailable))); 103 - (void *)mutableBytes __attribute__((deprecated)) __attribute__((unavailable));
|
H A D | objcmt-subscripting-literals.m | 201 - (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 D | PackageData.java | 90 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 D | game_server_deployments.proto | 195 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 D | game_server_deployments.proto | 176 repeated string unavailable = 2; field 279 repeated string unavailable = 2; field
|
/aosp_15_r20/device/linaro/dragonboard/audio/ |
D | audio_hw.h | 90 bool unavailable; member 106 bool unavailable; member
|
/aosp_15_r20/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.h | 92 bool unavailable; member 108 bool unavailable; member
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/panels/ui/viewmodel/ |
H A D | EditModeViewModel.kt | 110 val unavailable = in <lambda>() constant
|
/aosp_15_r20/external/clang/include/clang/Sema/ |
H A D | AttributeList.h | 257 SourceLocation unavailable, in AttributeList() 649 SourceLocation unavailable, in create() 785 SourceLocation unavailable, in addNew()
|