Home
last modified time | relevance | path

Searched refs:UNAVAILABLE (Results 1 – 12 of 12) sorted by relevance

/external/clang/test/ARCMT/
Dobjcmt-property-availability.m19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"… macro
35 - (void)setComp:(MKMapItem *)source UNAVAILABLE;
37 - (MKMapItem *)tally UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
38 - (void)setTally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
41 - (void)setItally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
43 - (MKMapItem *)normal UNAVAILABLE; method
44 - (void)setNormal:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
Dobjcmt-property-availability.m.result19 #define UNAVAILABLE __attribute__((unavailable("not available in automatic reference counting mode"…
33 - (void)setComp:(MKMapItem *)source UNAVAILABLE;
35 @property (nonatomic, strong) MKMapItem *tally UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
38 - (void)setItally:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
40 - (MKMapItem *)normal UNAVAILABLE;
41 - (void)setNormal:(MKMapItem *)source UNAVAILABLE NS_AVAILABLE(10_9, 6_0);
/external/apache-http/src/org/apache/http/util/
DVersionInfo.java65 public final static String UNAVAILABLE = "UNAVAILABLE"; field in VersionInfo
109 infoModule = (module != null) ? module : UNAVAILABLE; in VersionInfo()
110 infoRelease = (release != null) ? release : UNAVAILABLE; in VersionInfo()
111 infoTimestamp = (time != null) ? time : UNAVAILABLE; in VersionInfo()
112 infoClassloader = (clsldr != null) ? clsldr : UNAVAILABLE; in VersionInfo()
185 if (!UNAVAILABLE.equals(infoRelease)) in toString()
187 if (!UNAVAILABLE.equals(infoTimestamp)) in toString()
192 if (!UNAVAILABLE.equals(infoClassloader)) in toString()
/external/clang/test/SemaObjC/
Dclass-unavail-warning.m71 #define UNAVAILABLE __attribute__((unavailable("not available"))) macro
73 UNAVAILABLE
77 UNAVAILABLE
90 UNAVAILABLE
93 UNAVAILABLE
96 UNAVAILABLE
Dattr-availability.m199 #define UNAVAILABLE __attribute__((unavailable("not available"))) macro
203 …MyEnum_Blah UNAVAILABLE, // expected-note {{'MyEnum_Blah' has been explicitly marked unavailable h…
204 } UNAVAILABLE;
/external/libmojo/mojo/public/java/system/src/org/chromium/mojo/system/
DMojoResult.java25 public static final int UNAVAILABLE = 14; field in MojoResult
69 case UNAVAILABLE: in describe()
/external/protobuf/src/google/protobuf/stubs/
Dstatus.h60 UNAVAILABLE = 14, enumerator
Dstatus.cc73 case UNAVAILABLE: in CodeEnumToString()
/external/autotest/client/cros/cellular/
Dcellular.py150 UeLteDataStatus.UNAVAILABLE: UeGenericDataStatus.NONE
Dbase_station_pxt.py381 'UNAV': cellular.UeLteDataStatus.UNAVAILABLE,
/external/apache-http/src/org/apache/http/impl/client/
DDefaultHttpClient.java163 vi.getRelease() : VersionInfo.UNAVAILABLE; in createHttpParams()
/external/apache-http/api/
Dapache-http-legacy-current.txt4300 field public static final java.lang.String UNAVAILABLE = "UNAVAILABLE";