/external/chromium_org/third_party/launchpad_translations/ |
chromium_strings_sl.xtb | 9 <translation id="205900032229966545">Posku?ali ste dose?i <strong><ph name="DOMAIN"/></strong>, vendar je potrdilo stre?nika poteklo. Na voljo ni nobenih podrobnosti, ali je bil stre?nik po poteku potrdila ogro?en. To pomeni, da Chromium ne more zagotoviti, da komunicirate z <strong><ph name="DOMAIN2"/></strong> in ne z napadalcem. Za va?o varnost je bolje, da ne nadaljujete.</translation> 17 <translation id="2682584270762546522">Posku?ali ste dose?i <strong><ph name="DOMAIN"/></strong>, vendar potrdilo stre?nika ?e ni veljavno. Na voljo ni nobenih podrobnosti, kdaj boste potrdilu lahko zaupali. Chromium ne zagotavlja, da komunicirate z <strong><ph name="DOMAIN2"/></strong> in ne z napadalcem. Preverite ali sta ura in ?asovni pas na va?em ra?unalniku pravilno nastavljena. ?e nista, ju spremenite in osve?ite stran. ?e sta pravilna, ne nadaljujte.</translation> 42 <translation id="4890456338028740446">Posku?ali ste dose?i <strong><ph name="DOMAIN"/></strong>, vendar je stre?nik predlo?il potrdilo, ki mu va? operacijski sistem ne zaupa. To lahko pomeni (…) [all...] |
chromium_strings_sv.xtb | 10 <translation id="205900032229966545">Du försökte att nå <strong><ph name="DOMAIN"/></strong>, men servern presenterade ett utgånget certifikat. Ingen information finns tillgänglig som indikerar huruvida detta certifikat har förlorat sin säkerhet sedan det gick ut. Detta betyder att Chromium inte kan garantera att du kommunicerar med <strong><ph name="DOMAIN2"/></strong> och inte någon med farliga avsikter. Du bör inte fortsätta.</translation> 18 <translation id="2682584270762546522">Du försökte att nå <strong><ph name="DOMAIN"/></strong>, men servern presenterade ett certifikat som inte är giltigt ännu. Ingen information finns tillgänglig som indikerar huruvida detta certifikat är pålitligt eller inte. Chromium kan inte med säkerhet garantera att du kommunicerar med <strong><ph name="DOMAIN2"/></strong> och inte någon med farliga avsikter. Du bör försäkra dig om att din klocka och tidszon är korrekt inställda på din dator. Om de inte är det bör du korrigera detta och uppdatera denna sida. Om de är korrekta bör du absolut inte fortsätta.</translation> 47 <translation id="4890456338028740446">Du försökte att komma åt <strong><ph name="DOMAIN"/></strong>, men servern presenterade ett certifikat som utfärdats av en certifikatutfärdare som inte är p (…) [all...] |
/frameworks/base/docs/html/training/system-ui/ |
immersive.jd | 79 <p class="img-caption"><strong>Figure 1.</strong> Immersive mode states.</p> 83 <li><strong>Non-immersive mode</strong>—This is how the app 100 <li><strong>Reminder bubble</strong>—The system displays a reminder bubble 104 <p class="note"><strong>Note:</strong> If you want to force the reminder bubble to appear 109 <li><strong>Immersive mode</strong>—This is the app in immersive mode, with th [all...] |
/external/guava/guava-tests/test/com/google/common/cache/ |
CacheReferencesTest.java | 17 import static com.google.common.cache.LocalCache.Strength.STRONG; 49 .withKeyStrengths(ImmutableSet.of(STRONG, Strength.WEAK)) 50 .withValueStrengths(ImmutableSet.of(STRONG, Strength.WEAK, Strength.SOFT)); 65 // maintain strong refs so these won't be collected, regardless of cache's key/value strength 125 if (builder.keyStrength == STRONG && builder.valueStrength == STRONG) { 184 // a strong reference to that value.
|
/external/chromium_org/native_client_sdk/doc_generated/devguide/devcycle/ |
dynamic-loading.html | 107 <strong>if your Native Client application must dynamically link and load code (e.g., 109 library.</strong></p> 111 <p><strong>Notes:</strong></p> 113 <li><strong>None of the above constitutes legal advice, or a description of the legal 117 between the two libraries.</strong></li> 162 <strong>Note:</strong> The ARM and PNaCl toolchains are currently restricted to newlib. 164 <p>To use the glibc library and dynamic linking in your application, you <strong>must</strong> [all...] |
running.html | 51 Client applications must currently be distributed through the <strong>Chrome Web 52 Store (CWS)</strong>. Applications in the CWS are one of three types:</p> 54 <li>A <strong>hosted application</strong> is an application that you host on a server of your 57 <li>A <strong>packaged application</strong> is an application that is hosted in the CWS and 61 <li>An <strong>extension</strong> is a packaged application that has a tiny UI component 172 <li>Click the “Relaunch Now” button in the bottom of the screen. <strong>Native 173 Client will not be enabled until you relaunch your browser</strong>. All browse [all...] |
/frameworks/base/docs/html/google/play/billing/v2/ |
api.jd | 7 The <strong>In-app Billing Version 2 API</strong> has been deprecated in 9 <strong>make sure that it is using the Version 3 API</strong>. If your app is 10 still using the Version 2 API, you must <strong>migrate to the Version 3 API 11 as soon as possible</strong>.<br> 13 We plan to turn off the In-app Billing Version 2 service on <strong>January 14 27, 2015</strong>, after which time users will <strong>no longer be able to 15 purchase in-app items and subscriptions through the Version 2 API</strong> [all...] |
/external/qemu/include/qapi/qmp/ |
qobject.h | 18 * return it as either a weak or a strong reference. If the reference 19 * is strong, you are responsible for calling QDECREF() on the reference 24 * should call QINCREF() to make the reference strong.
|
/frameworks/base/docs/html/design/wear/ |
structure.jd | 23 <li><strong>Contextual card in the stream</strong>: 25 <li><a href="#Bridged"><strong>Bridged notifications</strong></a>, such as new message notifications, are pushed to the wearable from the connected handheld using standard Android notifications. They require very little or no Wear-specific code. 26 <li><a href="#Contextual"><strong>Contextual notifications</strong></a>, such as an exercise card that appears when you begin running, are generated locally on the wearable and appear at contextually relevant moments. You can do more with this kind of card than with a notification bridged from the handheld. 29 <li><strong>Full screen UI app</strong>: 31 <li><a href="#2DPicker"><strong>2D Picker</strong></a> is design pattern that allows the user to select from a set of items, such as to select an ar (…) [all...] |
/frameworks/base/docs/html/distribute/tools/ |
localization-checklist.jd | 111 <strong>Design a single set of flexible layouts</strong> 135 <strong>Use alternative layouts where needed</strong> 151 <strong>Support RTL layouts and text</strong> 175 <strong>Use system-provided formats for dates, times, numbers, and 176 currencies</strong> 207 <strong>Include a full set of default resources</strong> [all...] |
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
recreating.jd | 49 <p class="caution"><strong>Caution:</strong> Your activity will be destroyed and recreated each time 62 <p class="note"><strong>Note:</strong> In order for the Android system to restore the state of 63 the views in your activity, <strong>each view must have a unique ID</strong>, supplied by the 78 <p class="img-caption"><strong>Figure 2.</strong> As the system begins to stop your activity, it 117 <p class="caution"><strong>Caution:</strong> Always call the superclass implementation of {@lin [all...] |
/frameworks/base/docs/html-intl/intl/ja/training/multiscreen/ |
screensizes.jd | 65 <p class="img-caption"><strong>? 1.</strong> News Reader ???? ?????????????????</p> 109 <p class="img-caption"><strong>? 2.</strong> QVGA ????????????????????</p> 114 <p class="img-caption"><strong>? 3.</strong> WSVGA ???????????????????</p> 263 <p class="img-caption"><strong>? 4.</strong> <code>button.png</code></p> 269 <p class="img-caption"><strong>? 5.</strong> <code>button.9.png</code></p [all...] |
/frameworks/base/docs/html-intl/intl/ko/training/multiscreen/ |
screensizes.jd | 65 <p class="img-caption"><strong>?? 1.</strong> ?? ??(??) ? ?? ??(???)??? ?? ?? ?? ?</p> 109 <p class="img-caption"><strong>?? 2.</strong> QVGA ??(?? ??)? ????</p> 114 <p class="img-caption"><strong>?? 3.</strong> WSVGA ??(? ??)? ????</p> 263 <p class="img-caption"><strong>?? 4.</strong> <code>button.png</code></p> 269 <p class="img-caption"><strong>?? 5.</strong> <code>button.9.png</code></p [all...] |
/frameworks/base/docs/html-intl/intl/ru/training/multiscreen/ |
screensizes.jd | 65 <p class="img-caption"><strong>??????? 1</strong>. ?????????? News Reader ??? ???????????? (?????) ? ?????????????? (??????) ??????????.</p> 109 <p class="img-caption"><strong>??????? 2</strong>. ???????? ?????? QVGA (?????????? ???????).</p> 114 <p class="img-caption"><strong>??????? 3</strong>. ???????? ?????? WSVGA (???????? ???????).</p> 263 <p class="img-caption"><strong>??????? 4</strong>. <code>button.png</code></p> 269 <p class="img-caption"><strong>??????? 5</strong>. <code>button.9.png</code></p [all...] |
/frameworks/base/docs/html-intl/intl/zh-cn/training/multiscreen/ |
screensizes.jd | 65 <p class="img-caption"><strong>? 1</strong>????????????????????????????</p> 109 <p class="img-caption"><strong>? 2</strong>?QVGA ????????????</p> 114 <p class="img-caption"><strong>? 3</strong>?WSVGA ????????????</p> 263 <p class="img-caption"><strong>? 4</strong>?<code>button.png</code></p> 269 <p class="img-caption"><strong>? 5</strong>?<code>button.9.png</code></p [all...] |
/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_elementreplaceexistingattribute.java | 71 String strong; local 78 strong = testEmployee.getAttribute("class"); 79 assertEquals("replacedValue", "", strong);
|
/docs/source.android.com/src/devices/sensors/ |
hal-interface.jd | 253 <p><strong>name:</strong> A user-visible string that represents the sensor. This string often 258 <p><strong>handle:</strong> The integer used to refer to the sensor when registering to it or 260 <p><strong>type:</strong> The type of the sensor. See the explanation of sensor 264 <p><strong>stringType:</strong> The type of the sensor as a string. When the sensor has an official 273 <p><strong>requiredPermission:</strong> A string representing the permission that applications mus [all...] |
/frameworks/base/docs/html/training/notepad/ |
notepad-ex1.jd | 42 Start a new Android Project by clicking <strong>File</strong> > 43 <strong>New</strong> > <strong>Android Project</strong>.</li> 45 In the New Android Project dialog, select <strong>Create project from existing source</strong>.</li> 47 Click <strong>Browse</strong> and navigate to where you copied the <code>NotepadCodeLab</code> [all...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
cloudMessagingV2.html | 24 <p class="note"><strong>API Samples</strong>: Want to play with the code? Check out the 94 <li>If you haven't created an API project yet, click <strong>Create Project</strong>.</li> 95 <li>Supply a project name and click <strong>Create</strong>.</li> 97 number. For example, <strong>Project Number: 670330094152</strong>.</li> 104 <li>In the sidebar on the left, select <strong>APIs & auth</strong>.</li [all...] |
/frameworks/base/docs/html/guide/topics/renderscript/ |
compute.jd | 161 <li><strong>{@link android.renderscript}</strong> - The APIs in this class package are 163 <li><strong>{@link android.support.v8.renderscript}</strong> - The APIs in this package are 189 <strong>Note:</strong> Use of Support Library RenderScript APIs is not currently supported with 241 <li><strong>Initialize a RenderScript context.</strong> The {@link 249 <li><strong>Create at least one {@link android.renderscript.Allocation} to be passed to a 250 script.</strong> An {@link android.renderscript.Allocation} is a RenderScript object that provide [all...] |
/frameworks/base/docs/html/training/basics/actionbar/ |
styling.jd | 41 <p class="note" style="clear:left"><strong>Note:</strong> If you are using the Support Library APIs 130 <p class="caution"><strong>Caution:</strong> It's important that you declare an appropriate 176 parent="@style/Theme.<strong>AppCompat</strong>.Light.DarkActionBar"> 185 parent="@style/Widget.<strong>AppCompat</strong>.Light.ActionBar.Solid.Inverse"> 213 <p class="note"><strong>Note:</strong> [all...] |
/libcore/luni/src/main/java/javax/xml/namespace/ |
QName.java | 28 * <p><code>QName</code> represents a <strong>qualified name</strong> 37 * <p>The value of a <code>QName</code> contains a <strong>Namespace 38 * URI</strong>, <strong>local part</strong> and 39 * <strong>prefix</strong>.</p> 42 * information <strong><em>when present</em></strong> in an {@lin [all...] |
/external/owasp/sanitizer/empiricism/ |
canned-data.js | 111 "strong": true, 232 "strong", 347 "strong", 462 "strong", 577 "strong", 692 "strong", 808 "strong", 923 "strong", 1038 "strong", 1153 "strong", [all...] |
/external/chromium_org/chrome/app/resources/terms/ |
terms_et.html | 32 <p><strong>1. Teie suhe Google'iga</strong></p> 40 <p><strong>2. Tingimustega nõustumine</strong></p> 45 <p><strong>3. Tingimuste keel</strong></p> 48 <p><strong>4. Google'i teenuste tingimused</strong></p> 53 <p><strong>5. Teenuste kasutamine</strong></p [all...] |
terms_id.html | 32 <p><strong>1. Hubungan Anda dengan Google</strong></p> 38 <p><strong>2. Menyetujui Persyaratan</strong></p> 43 <p><strong>3. Bahasa Persyaratan</strong></p> 46 <p><strong>4. Penyediaan Layanan oleh Google</strong></p> 51 <p><strong>5. Penggunaan Layanan oleh Anda</strong></p [all...] |