/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | NumberFormat.java.patch | 6 * <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 …]
|
D | DecimalFormatSymbols.java.patch | 7 - * @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/ |
D | ARDAppClient+Internal.h | 24 @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 …]
|
D | ARDJoinResponse+Internal.h | 17 @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/ |
D | objcmt-property.m.result | 26 @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 …]
|
D | objcmt-atomic-property.m.result | 26 @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 …]
|
D | objcmt-ns-nonatomic-iosonly.m.result | 33 @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/ |
D | objcmt-property.m.result | 26 @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 …]
|
D | objcmt-atomic-property.m.result | 26 @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 …]
|
D | objcmt-ns-nonatomic-iosonly.m.result | 33 @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/ |
D | arc-property-decl-attrs.m | 10 @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 …]
|
D | property-10.m | 8 @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… 19 …strong) 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… 25 …strong) 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…
|
D | arc-property-lifetime.m | 6 …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/ |
D | property-10.m | 8 @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… 19 …strong) 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… 25 …strong) 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…
|
D | arc-property-decl-attrs.m | 10 @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 …]
|
D | arc-property-lifetime.m | 6 …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/ |
D | ConstantAffixModifier.java | 20 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()
|
D | ConstantMultiFieldModifier.java | 24 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()
|
D | SimpleModifier.java | 19 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/ |
D | ConstantAffixModifier.java | 22 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()
|
D | ConstantMultiFieldModifier.java | 26 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()
|
D | SimpleModifier.java | 21 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/ |
D | p2.cpp | 66 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/ |
D | objc-property-declaration.m | 15 @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/ |
D | main.m | 15 @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;
|