Home
last modified time | relevance | path

Searched refs:strong (Results 1 – 25 of 695) sorted by relevance

12345678910>>...28

/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DNumberFormat.java.patch6 * <strong>IMPORTANT:</strong> New users are strongly encouraged to see if
16 - * <strong>NOTE:</strong> New users are strongly encouraged to use
26 - * <strong>NOTE:</strong> New users are strongly encouraged to use
36 - * <strong>NOTE:</strong> New users are strongly encouraged to use
39 * <strong>[icu]</strong> Returns the default number format for the specified locale.
46 - * <strong>NOTE:</strong> New users are strongly encouraged to use
49 …* <strong>[icu]</strong> Returns a specific style number format for default <code>FORMAT</code> lo…
56 - * <strong>NOTE:</strong> New users are strongly encouraged to use
59 * <strong>[icu]</strong> Returns a specific style number format for a specific locale.
66 - * <strong>NOTE:</strong> New users are strongly encouraged to use
[all …]
DDecimalFormatSymbols.java.patch7 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getDigitStrings()} instead.
16 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getDigitStrings()} instead.
24 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #setDigitStrings(String[])} instea…
32 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getGroupingSeparatorString()} ins…
48 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getDecimalSeparatorString()} inst…
56 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getPerMillString()} instead.
64 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getPercentString()} instead.
72 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getMinusSignString()} instead.
80 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getPlusSignString()} instead.
88 - * @apiNote <strong>Discouraged:</strong> ICU 58 use {@link #getMonetaryDecimalSeparatorString…
[all …]
/external/webrtc/examples/objc/AppRTCMobile/
DARDAppClient+Internal.h24 @property(nonatomic, strong) id<ARDRoomServerClient> roomServerClient;
25 @property(nonatomic, strong) id<ARDSignalingChannel> channel;
26 @property(nonatomic, strong) id<ARDSignalingChannel> loopbackChannel;
27 @property(nonatomic, strong) id<ARDTURNClient> turnClient;
29 @property(nonatomic, strong) RTC_OBJC_TYPE(RTCPeerConnection) * peerConnection;
30 @property(nonatomic, strong) RTC_OBJC_TYPE(RTCPeerConnectionFactory) * factory;
31 @property(nonatomic, strong) NSMutableArray *messageQueue;
37 @property(nonatomic, strong) NSString *roomId;
38 @property(nonatomic, strong) NSString *clientId;
40 @property(nonatomic, strong) NSMutableArray *iceServers;
[all …]
DARDJoinResponse+Internal.h17 @property(nonatomic, strong) NSString* roomId;
18 @property(nonatomic, strong) NSString* clientId;
19 @property(nonatomic, strong) NSArray* messages;
20 @property(nonatomic, strong) NSURL* webSocketURL;
21 @property(nonatomic, strong) NSURL* webSocketRestURL;
/external/llvm-project/clang/test/ARCMT/
Dobjcmt-property.m.result26 @property (nonatomic, strong) NSString *StrongProp;
28 @property (nonatomic, strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (nonatomic, strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (nonatomic, strong) NSString *UnavailProp2;
51 @property (nonatomic, strong) NSArray *names2;
52 @property (nonatomic, strong) NSArray *names3;
53 @property (nonatomic, strong) NSArray *names4;
54 @property (nonatomic, strong) NSArray *names1;
70 @property (nonatomic, strong) id MYtarget;
72 @property (nonatomic, strong) id targetX;
[all …]
Dobjcmt-atomic-property.m.result26 @property (strong) NSString *StrongProp;
28 @property (strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (strong) NSString *UnavailProp2;
51 @property (strong) NSArray *names2;
52 @property (strong) NSArray *names3;
53 @property (strong) NSArray *names4;
54 @property (strong) NSArray *names1;
67 @property (strong) id MYtarget;
69 @property (strong) id targetX;
[all …]
Dobjcmt-ns-nonatomic-iosonly.m.result33 @property (NS_NONATOMIC_IOSONLY, strong) NSString *StrongProp;
35 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp __attribute__((unavailable));
38 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp1 __attribute__((unavailable));
40 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp2;
58 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names2;
59 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names3;
60 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names4;
61 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names1;
74 @property (NS_NONATOMIC_IOSONLY, strong) id MYtarget;
76 @property (NS_NONATOMIC_IOSONLY, strong) id targetX;
[all …]
/external/clang/test/ARCMT/
Dobjcmt-property.m.result26 @property (nonatomic, strong) NSString *StrongProp;
28 @property (nonatomic, strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (nonatomic, strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (nonatomic, strong) NSString *UnavailProp2;
51 @property (nonatomic, strong) NSArray *names2;
52 @property (nonatomic, strong) NSArray *names3;
53 @property (nonatomic, strong) NSArray *names4;
54 @property (nonatomic, strong) NSArray *names1;
70 @property (nonatomic, strong) id MYtarget;
72 @property (nonatomic, strong) id targetX;
[all …]
Dobjcmt-atomic-property.m.result26 @property (strong) NSString *StrongProp;
28 @property (strong) NSString *UnavailProp __attribute__((unavailable));
31 @property (strong) NSString *UnavailProp1 __attribute__((unavailable));
33 @property (strong) NSString *UnavailProp2;
51 @property (strong) NSArray *names2;
52 @property (strong) NSArray *names3;
53 @property (strong) NSArray *names4;
54 @property (strong) NSArray *names1;
67 @property (strong) id MYtarget;
69 @property (strong) id targetX;
[all …]
Dobjcmt-ns-nonatomic-iosonly.m.result33 @property (NS_NONATOMIC_IOSONLY, strong) NSString *StrongProp;
35 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp __attribute__((unavailable));
38 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp1 __attribute__((unavailable));
40 @property (NS_NONATOMIC_IOSONLY, strong) NSString *UnavailProp2;
58 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names2;
59 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names3;
60 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names4;
61 @property (NS_NONATOMIC_IOSONLY, strong) NSArray *names1;
74 @property (NS_NONATOMIC_IOSONLY, strong) id MYtarget;
76 @property (NS_NONATOMIC_IOSONLY, strong) id targetX;
[all …]
/external/clang/test/SemaObjC/
Darc-property-decl-attrs.m10 @property(strong) id x;
11 @property(strong) id y;
12 @property(strong) id z;
40 @property(strong) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be…
41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
42 @property(strong) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec…
46 @property(retain) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be…
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
48 @property(retain) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec…
52 @property(copy) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be d…
[all …]
Dproperty-10.m8 @property(retain) int p1; // expected-error {{property with 'retain (or strong)' attribute must be …
9 @property(strong) int s1; // expected-error {{property with 'retain (or strong)' attribute must be …
15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar…
17 @property(copy, strong) id s3_2; // expected-error {{property attributes 'copy' and 'strong' are mu…
19strong) id s3_3; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusiv…
23 @property(unsafe_unretained, strong) id s4_1; // expected-error {{property attributes 'unsafe_unret…
25strong) id s4_3; // expected-error {{property attributes 'unsafe_unretained' and 'copy' are mutual…
35 @property (retain) int PROP; // expected-error {{property with 'retain (or strong)' attribute must …
36 @property (strong) int SPROP; // expected-error {{property with 'retain (or strong)' attribute must…
Darc-property-lifetime.m6 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
7 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
10 @property(strong) id x; // expected-note {{property declared here}}
11 @property(strong) id y; // expected-note {{property declared here}}
12 @property(strong) id z;
23 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
24 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
40 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
41 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
56 @property(strong) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be…
[all …]
/external/llvm-project/clang/test/SemaObjC/
Dproperty-10.m8 @property(retain) int p1; // expected-error {{property with 'retain (or strong)' attribute must be …
9 @property(strong) int s1; // expected-error {{property with 'retain (or strong)' attribute must be …
15 @property(assign, strong) id s3_1; // expected-error {{property attributes 'assign' and 'strong' ar…
17 @property(copy, strong) id s3_2; // expected-error {{property attributes 'copy' and 'strong' are mu…
19strong) id s3_3; // expected-error {{property attributes 'assign' and 'copy' are mutually exclusiv…
23 @property(unsafe_unretained, strong) id s4_1; // expected-error {{property attributes 'unsafe_unret…
25strong) id s4_3; // expected-error {{property attributes 'unsafe_unretained' and 'copy' are mutual…
35 @property (retain) int PROP; // expected-error {{property with 'retain (or strong)' attribute must …
36 @property (strong) int SPROP; // expected-error {{property with 'retain (or strong)' attribute must…
Darc-property-decl-attrs.m10 @property(strong) id x;
11 @property(strong) id y;
12 @property(strong) id z;
40 @property(strong) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be…
41 @property(strong) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
42 @property(strong) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec…
46 @property(retain) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be…
47 @property(retain) __weak id y; // expected-error {{strong property 'y' may not also be declared __w…
48 @property(retain) __autoreleasing id z; // expected-error {{strong property 'z' may not also be dec…
52 @property(copy) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be d…
[all …]
Darc-property-lifetime.m6 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
7 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
10 @property(strong) id x; // expected-note {{property declared here}}
11 @property(strong) id y; // expected-note {{property declared here}}
12 @property(strong) id z;
23 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
24 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
40 …id __unsafe_unretained x; // expected-error {{existing instance variable 'x' for strong property '…
41 …id __weak y; // expected-error {{existing instance variable 'y' for strong property 'y' may not be…
56 @property(strong) __unsafe_unretained id x; // expected-error {{strong property 'x' may not also be…
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/
DConstantAffixModifier.java20 private final boolean strong; field in ConstantAffixModifier
39 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument
45 this.strong = strong; in ConstantAffixModifier()
53 strong = false; in ConstantAffixModifier()
76 return strong; in isStrong()
98 && strong == _other.strong; in semanticallyEquivalent()
DConstantMultiFieldModifier.java24 private final boolean strong; field in ConstantMultiFieldModifier
33 boolean strong) { in ConstantMultiFieldModifier() argument
34 this(prefix, suffix, overwrite, strong, null); in ConstantMultiFieldModifier()
41 boolean strong, in ConstantMultiFieldModifier() argument
48 this.strong = strong; in ConstantMultiFieldModifier()
75 return strong; in isStrong()
109 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent()
DSimpleModifier.java19 private final boolean strong; field in SimpleModifier
28 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument
29 this(compiledPattern, field, strong, null); in SimpleModifier()
33 …public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument
37 this.strong = strong; in SimpleModifier()
58 return strong; in isStrong()
82 …compiledPattern.equals(_other.compiledPattern) && field == _other.field && strong == _other.strong; in semanticallyEquivalent()
/external/icu/android_icu4j/src/main/java/android/icu/impl/number/
DConstantAffixModifier.java22 private final boolean strong; field in ConstantAffixModifier
41 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument
47 this.strong = strong; in ConstantAffixModifier()
55 strong = false; in ConstantAffixModifier()
78 return strong; in isStrong()
100 && strong == _other.strong; in semanticallyEquivalent()
DConstantMultiFieldModifier.java26 private final boolean strong; field in ConstantMultiFieldModifier
35 boolean strong) { in ConstantMultiFieldModifier() argument
36 this(prefix, suffix, overwrite, strong, null); in ConstantMultiFieldModifier()
43 boolean strong, in ConstantMultiFieldModifier() argument
50 this.strong = strong; in ConstantMultiFieldModifier()
77 return strong; in isStrong()
111 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent()
DSimpleModifier.java21 private final boolean strong; field in SimpleModifier
30 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument
31 this(compiledPattern, field, strong, null); in SimpleModifier()
35 …public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument
39 this.strong = strong; in SimpleModifier()
60 return strong; in isStrong()
84 …compiledPattern.equals(_other.compiledPattern) && field == _other.field && strong == _other.strong; in semanticallyEquivalent()
/external/llvm-project/clang/test/CXX/class/class.compare/class.spaceship/
Dp2.cpp66 using strong = wrap<int>; typedef
84 template void f<std::strong_ordering, strong>();
85 template void f<std::strong_ordering, strong, strong2>();
88 template void f<std::weak_ordering, weak, strong>();
89 template void f<std::weak_ordering, strong, weak>();
93 template void f<std::partial_ordering, strong, partial>();
95 template void f<std::partial_ordering, partial, strong>();
96 template void f<std::partial_ordering, weak, partial, strong>();
101 std::strong_ordering x = A<strong>() <=> A<strong>();
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dobjc-property-declaration.m15 @property(strong, nonatomic) NSString *URLString;
16 @property(strong, nonatomic) NSString *bundleID;
17 @property(strong, nonatomic) NSData *RGBABytes;
18 @property(strong, nonatomic) UIViewController *notificationsVC;
19 @property(strong, nonatomic) NSString *URL_string;
21 @property(strong, nonatomic) NSString *supportURLsCamelCase;
22 @property(strong, nonatomic) NSString *supportURLCamelCase;
23 @property(strong, nonatomic) NSString *VCsPluralToAdd;
46 @property(strong, nonatomic) NSString *URLStr;
48 @property(strong, nonatomic) NSString *abc_URL;
[all …]
/external/llvm-project/lldb/test/API/commands/expression/persist_objc_pointeetype/
Dmain.m15 @property (nonatomic, strong) NSString *_sc_name;
16 @property (nonatomic, strong) NSString *_sc_name2;
17 @property (nonatomic, strong) NSString *_sc_name3;
18 @property (nonatomic, strong) NSString *_sc_name4;
19 @property (nonatomic, strong) NSString *_sc_name5;
20 @property (nonatomic, strong) NSString *_sc_name6;
21 @property (nonatomic, strong) NSString *_sc_name7;
22 @property (nonatomic, strong) NSString *_sc_name8;

12345678910>>...28