/frameworks/support/v4/java/android/support/v4/text/ |
TextDirectionHeuristicsCompat.java | 43 * Determines the direction based on the first strong directional character, including bidi 51 * Determines the direction based on the first strong directional character, including bidi 59 * If the text contains any strong right to left non-format character, determines that the 177 * Algorithm that uses the first strong directional character to determine the paragraph 197 * Algorithm that uses the presence of any strong directional non-format
|
/external/chromium_org/native_client_sdk/doc_generated/devguide/coding/ |
3D-graphics.html | 11 <strong>Note</strong>: 3D drawing and OpenGL are complex topics. This document deals only 382 <li><p class="first"><strong>Make sure to enable attrib 0.</strong> OpenGL requires that you enable attrib 0, 393 <li><strong>Check how shaders compile.</strong> Shaders can compile differently on different 397 <li><strong>Update indices sparingly.</strong> For security reasons, all indices must be 400 <li><strong>Use a smaller plugin and let CSS scale it.</strong> If you’re running into fillrat [all...] |
/frameworks/base/core/java/android/accessibilityservice/ |
AccessibilityServiceInfo.java | 189 * <strong>Note:</strong> For accessibility services targeting API version 310 * <strong>Can be dynamically set at runtime.</strong> 342 * <strong>Can be dynamically set at runtime.</strong> 350 * <strong>Can be dynamically set at runtime.</strong> 365 * <strong>Can be dynamically set at runtime.</strong> [all...] |
/frameworks/base/docs/html/guide/topics/graphics/ |
hardware-accel.jd | 117 <p class="note"><strong>Note</strong>: You currently cannot disable hardware acceleration at 129 <p class="note"><strong>Note</strong>: You currently cannot enable hardware acceleration at 195 <p class="note"><strong>Note</strong>: Android views automatically call {@link 467 <p class="note"><strong>Note</strong>: 'Simple' shapes are <code>drawRect()</code>, 513 <li><strong>Performance</strong>: Use a hardware layer type to render a view into a hardwar [all...] |
/frameworks/base/docs/html/training/cloudsave/ |
conflict-res.jd | 99 <li> <strong>New is better than old</strong>. In some cases, new data should 107 <li> <strong>One set of data is clearly better than the other</strong>. In other 112 <li> <strong>Merge by union</strong>. It may be possible to resolve the conflict 147 <p class="table-caption"><strong>Table 1.</strong> Storing only the total number 223 <li><strong>Local data:</strong> (T, d)</li [all...] |
/frameworks/base/docs/html/guide/topics/providers/ |
contacts-provider.jd | 130 <strong>Figure 1.</strong> Contacts Provider table structure. 183 <strong>Table 1.</strong> Important raw contact columns. 249 <strong>Caution:</strong> To use your own account data in a raw contact row, it must 353 the user long-presses a phone number for a contact and selects <strong>Set default</strong>, 396 <strong>Caution:</strong> Don't add your own custom data to th [all...] |
/frameworks/base/docs/html/training/articles/ |
perf-jni.jd | 57 <p>The JNIEnv is used for thread-local storage. For this reason, <strong>you cannot share a JNIEnv between threads</strong>. 77 attached, it has no JNIEnv, and <strong>cannot make JNI calls</strong>.</p> 88 <p>Threads attached through JNI <strong>must call 89 <code>DetachCurrentThread</code> before they exit</strong>. 124 is a class reference and <strong>must be protected</strong> with a call 152 <strong>Even if the object itself continues to live on after the native method 153 returns, the reference is not valid.</strong> [all...] |
/external/chromium_org/ppapi/api/ |
ppb_graphics_2d.idl | 163 * <strong>Note:</strong> The new image will not be painted until you call 204 * <strong>Unbound contexts</strong> 212 * <strong>Off-screen instances</strong> 217 * <strong>Detaching a context</strong> 221 * <strong>Released contexts</strong> [all...] |
ppb_url_loader.idl | 7 * This file defines the <strong>PPB_URLLoader</strong> interface for loading 18 * The <strong>PPB_URLLoader</strong> interface contains pointers to functions 215 * <strong>Note:</strong> If the <code>URLLoader</code> object is destroyed
|
/external/chromium_org/ppapi/c/ |
ppb_graphics_2d.h | 169 * <strong>Note:</strong> The new image will not be painted until you call 207 * <strong>Unbound contexts</strong> 215 * <strong>Off-screen instances</strong> 220 * <strong>Detaching a context</strong> 224 * <strong>Released contexts</strong> [all...] |
/external/chromium_org/ppapi/cpp/ |
graphics_2d.h | 177 /// <strong>Note:</strong> The new image will not be painted until you call 213 /// <strong>Unbound contexts</strong> 221 /// <strong>Off-screen instances</strong> 226 /// <strong>Detaching a context</strong> 231 /// <strong>Released contexts</strong> [all...] |
/external/clang/test/ARCMT/ |
objcmt-protocol-conformance.m | 95 @property (strong, nonatomic) id OptionalProperty; 101 @property (strong, nonatomic) id OptionalProperty; 109 @property (strong, nonatomic) UIWindow *window;
|
objcmt-protocol-conformance.m.result | 95 @property (strong, nonatomic) id OptionalProperty; 101 @property (strong, nonatomic) id OptionalProperty; 109 @property (strong, nonatomic) UIWindow *window;
|
/frameworks/base/docs/html/distribute/essentials/quality/ |
tv.jd | 45 <strong>Important:</strong> To ensure a great user experience, apps for TV devices must meet some 51 <strong>Note:</strong> You will be able to submit TV apps to Google Play with the public release 476 <strong>After I submit my app, how will find out if my app does not meet all the requirements for 477 TV devices?</strong> 486 <strong>Caution:</strong> Make sure your app includes the <a href= 494 <strong>My app targets more than just TV devices. If my app does not meet the TV device 496 tablets?</strong> [all...] |
/frameworks/base/docs/html/guide/appendix/ |
media-formats.jd | 32 <p>As an application developer, you are free to make use of any media codec that is available on any Android-powered device, including those provided by the Android platform and those that are device-specific. <strong>However, it is a best practice to use media encoding profiles that are device-agnostic</strong>.</p> 50 <p class="note"><strong>Note:</strong> HTTPS is not supported before Android 3.1.</p> 57 <p class="note"><strong>Note:</strong> Media codecs that are not guaranteed to be available on all Android platform versions are accordingly noted in parentheses—for example "(Android 3.0+)".</p> 59 <p class="table-caption" id="formats-table"><strong>Table 1.</strong> Core media format and codec support.</p> 292 <p class="table-caption" id="encoding-recommendations-table"><strong>Table 2.</strong> [all...] |
/frameworks/base/docs/html/training/basics/intents/ |
sending.jd | 129 <p class="note"><strong>Note:</strong> This intent for a calendar event is supported only with API 134 <p class="note"><strong>Note:</strong> It's important that you define your {@link 148 <p class="caution"><strong>Caution:</strong> If you invoke an intent and there is no app 165 <p class="note"><strong>Note:</strong> You should perform this check when your activity first 177 <p class="img-caption"><strong>Figure 1.</strong> Example of the selection dialog that appear [all...] |
/frameworks/support/v4/java/android/support/v4/accessibilityservice/ |
AccessibilityServiceInfoCompat.java | 186 * <strong>Note:</strong> For accessibility services targeting API version 287 * <strong>Generated by the system.</strong> 299 * <strong>Generated by the system.</strong> 311 * <strong>Statically set from {@link AccessibilityService#SERVICE_META_DATA 312 * meta-data}.</strong> 324 * <strong>Statically set from {@link AccessibilityService#SERVICE_META_DATA 325 * meta-data}.</strong> [all...] |
/frameworks/wilhelm/src/itf/ |
I3DGrouping.c | 30 // check that new group has the correct object ID and is realized, and acquire a strong 50 // note that we already have a strong reference to the old group 59 // we already have a strong reference to the new group, but we need to re-lock it
|
/external/chromium_org/base/i18n/ |
rtl.h | 68 // character with strong directionality in the string. If no character in the 69 // text has strong directionality, LEFT_TO_RIGHT is returned. The Bidi 70 // character types L, LRE, LRO, R, AL, RLE, and RLO are considered as strong 79 // strong directionality characters in the string are of the same 81 // LTR and RTL strong directionality characters. Defaults to LEFT_TO_RIGHT if 113 // Returns true if the string contains at least one character with strong right
|
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
tut_analytics.html | 36 was loaded using the <code>https://</code> protocol. <strong>Chrome 38 <code>ga.js</code></strong>. Loading <code>ga.js</code> over insecure HTTP is 56 <strong>ga.src = 'https://ssl.google-analytics.com/ga.js';</strong> 141 <strong>__utm.gif</strong> if everything is set up correctly.
|
/external/chromium_org/third_party/markupsafe/ |
__init__.py | 60 >>> strong = Markup("<strong>%(text)s</strong>") 61 >>> strong % {'text': '<blink>hacker here</blink>'} 62 Markup(u'<strong><blink>hacker here</blink></strong>')
|
/external/icu/icu4c/source/common/unicode/ |
docmain.h | 64 * <td><strong>Module Name</strong></td> 65 * <td><strong>C</strong></td> 66 * <td><strong>C++</strong></td>
|
/external/qemu/distrib/sdl-1.2.15/ |
VisualC.html | 22 directory that is created, and double-click on the VC++ file "<CODE>SDL.dsw</CODE>"<STRONG><FONT color="#009900"> 23 ("<CODE>SDL.sln</CODE>").</FONT></STRONG> This should open up the IDE. 81 <STRONG><FONT color="#009900">VC7 Specific: Instead of doing this I find it easier to 87 dropbox selection to "Library Files" and add [SDLROOT]\lib.</FONT></STRONG> 115 <P><STRONG><FONT color="#009900">Instead of adding the files to your project it is more 119 configuration (eg. Release,Debug).</FONT></STRONG></P>
|
/frameworks/base/core/tests/coretests/src/android/text/ |
StaticLayoutDirectionsTest.java | 143 // 0: |a2B1A, strong is sol, after -> 0 144 // 1: a|2B1A, strong is a, after ->, 1 145 // 2: a2|B1A, strong is B, after -> 4 146 // 3: a2B|1A, strong is B, before -> 3 147 // 4: a2B1|A, strong is A, after -> 2 148 // 5: a2B1A|, strong is eol, before -> 5
|
/frameworks/base/docs/html/design/style/ |
branding.jd | 74 Android app as well. <strong>If you take this approach, make sure your brand styling is 75 applied to every single icon in your app</strong>.</p> 94 <p><strong>Example</strong>:<br /> 103 <span style="margin-left: 64px;" class="do-dont-label good"><strong>Do</strong></span>
|