/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 …]
|
D | DecimalFormat.java.patch | 5 …strong>[icu enhancement]</strong> ICU's replacement for {@link java.text.DecimalFormat}. Meth… 8 - * <strong>IMPORTANT:</strong> New users are strongly encouraged to see if
|
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ |
D | ARDAppClient+Internal.h | 26 @property(nonatomic, strong) id<ARDRoomServerClient> roomServerClient; 27 @property(nonatomic, strong) id<ARDSignalingChannel> channel; 28 @property(nonatomic, strong) id<ARDSignalingChannel> loopbackChannel; 29 @property(nonatomic, strong) id<ARDTURNClient> turnClient; 31 @property(nonatomic, strong) RTCPeerConnection *peerConnection; 32 @property(nonatomic, strong) RTCPeerConnectionFactory *factory; 33 @property(nonatomic, strong) NSMutableArray *messageQueue; 39 @property(nonatomic, strong) NSString *roomId; 40 @property(nonatomic, strong) NSString *clientId; 42 @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/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 …]
|
D | remove-dealloc-zerouts.m.result | 6 @property (strong) id x; 7 @property (strong) id y; 8 @property (strong) id w; 9 @property (strong) id z; 10 @property (strong) id q; 26 @property (strong) Foo *a;
|
/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/icu/android_icu4j/src/main/java/android/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 | 25 private final boolean strong; field in ConstantMultiFieldModifier 34 boolean strong) { in ConstantMultiFieldModifier() argument 35 this(prefix, suffix, overwrite, strong, null); in ConstantMultiFieldModifier() 42 boolean strong, in ConstantMultiFieldModifier() argument 49 this.strong = strong; in ConstantMultiFieldModifier() 76 return strong; in isStrong() 110 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent()
|
D | SimpleModifier.java | 19 private final boolean strong; field in SimpleModifier 31 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument 32 this(compiledPattern, field, strong, null); in SimpleModifier() 36 …public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument 40 this.strong = strong; in SimpleModifier() 93 return strong; in isStrong() 117 …compiledPattern.equals(_other.compiledPattern) && field == _other.field && strong == _other.strong; in semanticallyEquivalent()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/number/ |
D | ConstantAffixModifier.java | 18 private final boolean strong; field in ConstantAffixModifier 37 public ConstantAffixModifier(String prefix, String suffix, Field field, boolean strong) { in ConstantAffixModifier() argument 43 this.strong = strong; in ConstantAffixModifier() 51 strong = false; in ConstantAffixModifier() 74 return strong; in isStrong() 96 && strong == _other.strong; in semanticallyEquivalent()
|
D | ConstantMultiFieldModifier.java | 23 private final boolean strong; field in ConstantMultiFieldModifier 32 boolean strong) { in ConstantMultiFieldModifier() argument 33 this(prefix, suffix, overwrite, strong, null); in ConstantMultiFieldModifier() 40 boolean strong, in ConstantMultiFieldModifier() argument 47 this.strong = strong; in ConstantMultiFieldModifier() 74 return strong; in isStrong() 108 && overwrite == _other.overwrite && strong == _other.strong; in semanticallyEquivalent()
|
D | SimpleModifier.java | 17 private final boolean strong; field in SimpleModifier 29 public SimpleModifier(String compiledPattern, Field field, boolean strong) { in SimpleModifier() argument 30 this(compiledPattern, field, strong, null); in SimpleModifier() 34 …public SimpleModifier(String compiledPattern, Field field, boolean strong, Parameters parameters) { in SimpleModifier() argument 38 this.strong = strong; in SimpleModifier() 91 return strong; in isStrong() 115 …compiledPattern.equals(_other.compiledPattern) && field == _other.field && strong == _other.strong; in semanticallyEquivalent()
|
/external/skqp/site/user/api/ |
D | SkImage_Reference.md | 228 <table> <tr> <td><a name='SkImage_MakeRasterCopy_pixmap'><code><strong>pixmap</strong></code></… 267 <table> <tr> <td><a name='SkImage_MakeRasterData_info'><code><strong>info</strong></code></a></… 270 <tr> <td><a name='SkImage_MakeRasterData_pixels'><code><strong>pixels</strong></code></a></td> 273 …<tr> <td><a name='SkImage_MakeRasterData_rowBytes'><code><strong>rowBytes</strong></code></a></… 345 <table> <tr> <td><a name='SkImage_MakeFromRaster_pixmap'><code><strong>pixmap</strong></code></… 348 …d><a name='SkImage_MakeFromRaster_rasterReleaseProc'><code><strong>rasterReleaseProc</strong></cod… 351 …<tr> <td><a name='SkImage_MakeFromRaster_releaseContext'><code><strong>releaseContext</strong><… 398 <table> <tr> <td><a name='SkImage_MakeFromBitmap_bitmap'><code><strong>bitmap</strong></code></… 441 …<td><a name='SkImage_MakeFromGenerator_imageGenerator'><code><strong>imageGenerator</strong></code… 444 …<tr> <td><a name='SkImage_MakeFromGenerator_subset'><code><strong>subset</strong></code></a></t… [all …]
|
D | SkSurface_Reference.md | 133 <table> <tr> <td><a name='SkSurface_MakeRasterDirect_imageInfo'><code><strong>imageInfo</strong… 142 <table> <tr> <td><a name='SkSurface_MakeRasterDirect_pixels'><code><strong>pixels</strong></cod… 145 …<tr> <td><a name='SkSurface_MakeRasterDirect_rowBytes'><code><strong>rowBytes</strong></code></… 148 …<tr> <td><a name='SkSurface_MakeRasterDirect_surfaceProps'><code><strong>surfaceProps</strong><… 204 …a name='SkSurface_MakeRasterDirectReleaseProc_imageInfo'><code><strong>imageInfo</strong></code></… 213 …<td><a name='SkSurface_MakeRasterDirectReleaseProc_pixels'><code><strong>pixels</strong></code></a… 216 …><a name='SkSurface_MakeRasterDirectReleaseProc_rowBytes'><code><strong>rowBytes</strong></code></… 219 …ame='SkSurface_MakeRasterDirectReleaseProc_releaseProc'><code><strong>releaseProc</strong></code><… 222 …<tr> <td><a name='SkSurface_MakeRasterDirectReleaseProc_context'><code><strong>context</strong>… 225 …me='SkSurface_MakeRasterDirectReleaseProc_surfaceProps'><code><strong>surfaceProps</strong></code>… [all …]
|
D | SkIRect_Reference.md | 166 <table> <tr> <td><a name='SkIRect_MakeWH_w'><code><strong>w</strong></code></a></td> 169 <tr> <td><a name='SkIRect_MakeWH_h'><code><strong>h</strong></code></a></td> 207 <table> <tr> <td><a name='SkIRect_MakeSize_size'><code><strong>size</strong></code></a></td> 246 <table> <tr> <td><a name='SkIRect_MakeLTRB_l'><code><strong>l</strong></code></a></td> 249 <tr> <td><a name='SkIRect_MakeLTRB_t'><code><strong>t</strong></code></a></td> 252 <tr> <td><a name='SkIRect_MakeLTRB_r'><code><strong>r</strong></code></a></td> 255 <tr> <td><a name='SkIRect_MakeLTRB_b'><code><strong>b</strong></code></a></td> 294 <table> <tr> <td><a name='SkIRect_MakeXYWH_x'><code><strong>x</strong></code></a></td> 297 <tr> <td><a name='SkIRect_MakeXYWH_y'><code><strong>y</strong></code></a></td> 300 <tr> <td><a name='SkIRect_MakeXYWH_w'><code><strong>w</strong></code></a></td> [all …]
|
/external/skia/site/user/api/ |
D | SkImage_Reference.md | 228 <table> <tr> <td><a name='SkImage_MakeRasterCopy_pixmap'><code><strong>pixmap</strong></code></… 267 <table> <tr> <td><a name='SkImage_MakeRasterData_info'><code><strong>info</strong></code></a></… 270 <tr> <td><a name='SkImage_MakeRasterData_pixels'><code><strong>pixels</strong></code></a></td> 273 …<tr> <td><a name='SkImage_MakeRasterData_rowBytes'><code><strong>rowBytes</strong></code></a></… 345 <table> <tr> <td><a name='SkImage_MakeFromRaster_pixmap'><code><strong>pixmap</strong></code></… 348 …d><a name='SkImage_MakeFromRaster_rasterReleaseProc'><code><strong>rasterReleaseProc</strong></cod… 351 …<tr> <td><a name='SkImage_MakeFromRaster_releaseContext'><code><strong>releaseContext</strong><… 398 <table> <tr> <td><a name='SkImage_MakeFromBitmap_bitmap'><code><strong>bitmap</strong></code></… 441 …<td><a name='SkImage_MakeFromGenerator_imageGenerator'><code><strong>imageGenerator</strong></code… 444 …<tr> <td><a name='SkImage_MakeFromGenerator_subset'><code><strong>subset</strong></code></a></t… [all …]
|
D | SkSurface_Reference.md | 133 <table> <tr> <td><a name='SkSurface_MakeRasterDirect_imageInfo'><code><strong>imageInfo</strong… 142 <table> <tr> <td><a name='SkSurface_MakeRasterDirect_pixels'><code><strong>pixels</strong></cod… 145 …<tr> <td><a name='SkSurface_MakeRasterDirect_rowBytes'><code><strong>rowBytes</strong></code></… 148 …<tr> <td><a name='SkSurface_MakeRasterDirect_surfaceProps'><code><strong>surfaceProps</strong><… 204 …a name='SkSurface_MakeRasterDirectReleaseProc_imageInfo'><code><strong>imageInfo</strong></code></… 213 …<td><a name='SkSurface_MakeRasterDirectReleaseProc_pixels'><code><strong>pixels</strong></code></a… 216 …><a name='SkSurface_MakeRasterDirectReleaseProc_rowBytes'><code><strong>rowBytes</strong></code></… 219 …ame='SkSurface_MakeRasterDirectReleaseProc_releaseProc'><code><strong>releaseProc</strong></code><… 222 …<tr> <td><a name='SkSurface_MakeRasterDirectReleaseProc_context'><code><strong>context</strong>… 225 …me='SkSurface_MakeRasterDirectReleaseProc_surfaceProps'><code><strong>surfaceProps</strong></code>… [all …]
|
D | SkIRect_Reference.md | 166 <table> <tr> <td><a name='SkIRect_MakeWH_w'><code><strong>w</strong></code></a></td> 169 <tr> <td><a name='SkIRect_MakeWH_h'><code><strong>h</strong></code></a></td> 207 <table> <tr> <td><a name='SkIRect_MakeSize_size'><code><strong>size</strong></code></a></td> 246 <table> <tr> <td><a name='SkIRect_MakeLTRB_l'><code><strong>l</strong></code></a></td> 249 <tr> <td><a name='SkIRect_MakeLTRB_t'><code><strong>t</strong></code></a></td> 252 <tr> <td><a name='SkIRect_MakeLTRB_r'><code><strong>r</strong></code></a></td> 255 <tr> <td><a name='SkIRect_MakeLTRB_b'><code><strong>b</strong></code></a></td> 294 <table> <tr> <td><a name='SkIRect_MakeXYWH_x'><code><strong>x</strong></code></a></td> 297 <tr> <td><a name='SkIRect_MakeXYWH_y'><code><strong>y</strong></code></a></td> 300 <tr> <td><a name='SkIRect_MakeXYWH_w'><code><strong>w</strong></code></a></td> [all …]
|
/external/markdown/tests/misc/ |
D | br.txt | 6 <p>Use two asterisks for <strong>strong emphasis</strong>. 7 Or, if you prefer, <strong>use two underscores instead</strong>.</p>
|