HomeSort by relevance Sort by last modified time
    Searched full:strong (Results 701 - 725 of 3004) sorted by null

<<21222324252627282930>>

  /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/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&mdash;for example &quot;(Android 3.0+)&quot;.</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
77 // strong directionality characters in the string are of the same
79 // LTR and RTL strong directionality characters. Defaults to LEFT_TO_RIGHT if
111 // 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 32 was loaded using the <code>https://</code> protocol. <strong>Chrome
34 <code>ga.js</code></strong>. Loading <code>ga.js</code> over insecure HTTP is
52 <strong>ga.src = 'https://ssl.google-analytics.com/ga.js';</strong>
137 <strong>__utm.gif</strong> if everything is set up correctly.
  /external/chromium_org/ppapi/api/
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/third_party/jinja2/_markupsafe/
__init__.py 59 >>> strong = Markup("<strong>%(text)s</strong>")
60 >>> strong % {'text': '<blink>hacker here</blink>'}
61 Markup(u'<strong>&lt;blink&gt;hacker here&lt;/blink&gt;</strong>')
  /external/icu4c/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/java/android/print/
PrintDocumentAdapter.java 95 * After you are done laying out, you <strong>must</strong> invoke: {@link
103 * <strong>Note:</strong> If the content is large and a layout will be
137 * <strong>Note:</strong> If the printed content is large, it is a good
  /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/guide/topics/manifest/
compatible-screens-element.jd 36 <p class="caution"><strong>Caution:</strong> Normally, <strong>you should not use this manifest
37 element</strong>. Using this element can dramatically reduce the potential user base for your
98 <p class="note"><strong>Note:</strong> This attribute currently does not accept
  /frameworks/base/docs/html/training/basics/actionbar/
overlaying.jd 40 <p class="img-caption"><strong>Figure 1.</strong> Gallery's action bar in overlay mode.</p>
49 <p class="note"><strong>Tip:</strong>
93 parent="&#64;android:style/Theme.<strong>AppCompat</strong>">
  /frameworks/base/docs/html/training/basics/supporting-devices/
screens.jd 61 <p class="note"><strong>Note:</strong> Android automatically scales your layout in order to
127 <p class="note"><strong>Note:</strong> Android 3.2 and above supports an advanced method of
172 <p class="note"><strong>Note:</strong> Low-density (ldpi) resources aren?t always necessary. When
  /frameworks/base/docs/html/training/gestures/
multi.jd 69 <li><strong>Index</strong>: A {@link android.view.MotionEvent} effectively
76 <li><strong>ID</strong>: Each pointer also has an ID mapping that stays
123 <p class="note"><strong>Note:</strong> This example uses the
  /development/samples/SampleSyncAdapter/
_index.html 29 <p class="note"><strong>Update:</strong> This sample has been updated for Android 4.0 to
  /development/samples/SearchableDictionary/
_index.html 35 <p class="note"><strong>Note:</strong> For the original version of Searchable Dictionary, which
  /docs/source.android.com/src/accessories/
protocol.jd 33 <p><strong>Note:</strong> Accessory mode is ultimately dependent on the device's hardware and not all devices
  /external/chromium/chrome/common/extensions/docs/static/
omnibox.html 60 <strong>Note:</strong>
  /external/chromium_org/chrome/app/resources/
chromium_strings_da.xtb 41 <translation id="1989424089625731201">Du forsøgte at besøge &lt;strong&gt;<ph name="DOMAIN"/>&lt;/strong&gt;, men det certifikat, som serveren fremviste, indeholder fejl. Chromium kan ikke bruge et certifikat med fejl og kan ikke bekræfte identiteten for det website, som du forsøgte at oprette forbindelse til.</translation>
57 <translation id="7771626876550251690">I dette tilfælde stemmer den adresse, der er angivet i certifikatet, ikke overens med adressen for det website, som browseren forsøgte at gå til. En mulig årsag til dette er, at din kommunikation opsnappes af en ondsindet person, der fremviser et certifikat for et andet website, som forårsager en uoverensstemmelse. En anden mulig årsag er, at serveren er konfigureret til at returnere det samme certifikat for flere websites, herunder det website, som du forsøger at besøge, selvom certifikatet ikke er gyldigt for alle disse websites. Chromium kan give dig klar besked om, at du har nået &lt;strong&gt;<ph name="DOMAIN2"/>&lt;/strong&gt;, men kan ikke bekræfte, at det er samme website som &lt;strong&gt;<ph name="DOMAIN"/>&lt;/strong&gt;, som du havde til hensigt at besøge. Hvis du fortsætter, vil Chromium ikke undersøge, om der er yderligere navne, der ikke stemmer overens.</translation>
83 <translation id="118298050220780080">Du forsøgte at besøge &lt;strong&gt;<ph name="DOMAIN"/>&lt;/strong&gt;, men serveren fremviste et certifikat, der er udstedt af en enhed, som computerens operativsystem ikke har tillid til. Dette kan betyde, at serveren har genereret sine egne sikkerhedsoplysninger, som Chromium ikke kan benytte til at skaffe identitetsoplysninger, eller at en ondsindet person forsøger at opsnappe din kommunikation.</translation>
182 <translation id="3249425904492147663">Du forsøgte at gå til &lt;strong&gt;<ph name="DOMAIN"/>&lt;/strong&gt;, men serveren viste et udløbet certifikat. Der er ingen tilgængelige oplysninger til at indike (…)
    [all...]

Completed in 2328 milliseconds

<<21222324252627282930>>