HomeSort by relevance Sort by last modified time
    Searched full:strong (Results 1426 - 1450 of 3412) sorted by null

<<51525354555657585960>>

  /external/guava/guava/src/com/google/common/collect/
MapMaker.java 142 * Constructs a new {@code MapMaker} instance with default settings, including strong keys, strong
290 return setKeyStrength(Strength.STRONG);
295 * WeakReference} (by default, strong references are used).
316 * {@link SoftReference} (by default, strong references are used). Softly-referenced objects will
327 * create a map that doesn't hold strong references to the keys.
340 if (strength != Strength.STRONG) {
341 // STRONG could be used during deserialization.
348 return firstNonNull(keyStrength, Strength.STRONG);
358 return setValueStrength(Strength.STRONG);
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
decimfmt.h 85 * <p><strong>Example Usage</strong>
133 * <strong>// Print out a number using the localized number, currency,
135 * // format for each locale</strong>
151 * <p><strong>Patterns</strong>
161 * <p><strong>Special Pattern Characters</strong>
186 * <td align=left><strong>Symbol</strong>
    [all...]
  /external/lldb/www/python_reference/
lldb.formatters.cpp-module.html 81 <li> <strong class="uidlink"><a href="lldb.formatters.cpp.gnu_libstdcpp-module.html">lldb.formatters.cpp.gnu_libstdcpp</a></strong> </li>
82 <li> <strong class="uidlink"><a href="lldb.formatters.cpp.libcxx-module.html">lldb.formatters.cpp.libcxx</a></strong> </li>
  /external/markdown/tests/misc/
benchmark.dat 50 strong-with-underscores:0.090000:0.000000
  /external/mesa3d/src/mesa/swrast_setup/
NOTES 12 There are strong advantages to decoupling the software rasterizer from
  /external/owasp/sanitizer/tools/findbugs/doc/ja/manual/
installing.html 4 <code class="prompt">$ </code><span class="command"><strong>gunzip -c findbugs-2.0.3.tar.gz | tar xvf -</strong></span>
7 <code class="prompt">C:\Software&gt;</code><span class="command"><strong>unzip findbugs-2.0.3.zip</strong></span>
  /external/qemu/qobject/
qlist.c 28 * Return strong reference.
  /external/smack/src/org/jivesoftware/smackx/ping/
ServerPingTask.java 27 // for objects and we have a new thread here that should hold a strong
  /external/zlib/src/contrib/dotzlib/DotZLib/
AssemblyInfo.cs 47 // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility.
  /frameworks/base/core/java/android/printservice/
PrintJob.java 30 * <strong>Note: </strong> All methods of this class must be invoked on
64 * <strong>Node:</strong>The returned info object is a snapshot of the
  /frameworks/base/docs/html/about/versions/
android-2.3.3.jd 29 <em>API Level:</em>&nbsp;<strong>{@sdkPlatformApiLevel}</strong></p>
179 <strong>{@sdkPlatformApiLevel}</strong> &mdash; that is
  /frameworks/base/docs/html/google/play/billing/
billing_overview.jd 132 <p class="note"><strong>Important:</strong> You must have a Google Wallet
157 <p class="caution"><strong>Recommendation</strong>: Make sure to obfuscate the
  /frameworks/base/docs/html/guide/components/
intents-common.jd 173 <p class="caution"><strong>Caution:</strong> If there are no apps on the device that can receive
220 <p class="note"><strong>Note:</strong> Only the hour, minutes, and message extras are available
277 <div class="note"><strong>Note:</strong>
317 <p class="note"><strong>Note:</strong> This intent was added
360 <div class="note"><strong>Note:</strong>
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
uses-configuration-element.jd 35 <p class="note"><strong>Note: Most apps should not use this manifest tag.</strong> You should
160 <p class="note"><strong>Note:</strong> If some type of touch input is required for your app,
  /frameworks/base/docs/html/guide/topics/media/
mediaplayer.jd 60 <p class="note"><strong>Note:</strong> You can play back the audio data only to the standard output
79 <li><strong>Internet Permission</strong> - If you are using MediaPlayer to stream network-based
85 <li><strong>Wake Lock Permission</strong> - If your player application needs to keep the screen
144 <p class="note"><strong>Note:</strong>
148 <p class="caution"><strong>Caution:</strong> You must either catch or pas
    [all...]
  /frameworks/base/docs/html/guide/topics/sensors/
sensors_environment.jd 53 <strong>Table 1.</strong> Environment sensors that are supported on the Android platform.</p>
93 <p class="note"><sup><strong>1</strong></sup> Implementations vary from device to
  /frameworks/base/docs/html/guide/webapps/
targeting.jd 75 <p class="note"><strong>Note:</strong>
114 <p class="note"><strong>Note:</strong> You should disable user scaling only when you're certain
  /frameworks/base/docs/html/tools/help/
proguard.jd 68 <p class="note"><strong>Note:</strong> When using Android Studio, you must add Proguard
120 <p class="caution"><strong>Caution:</strong> Every time you run a build in release mode, these files are
  /frameworks/base/docs/html/training/basics/fragments/
fragment-ui.jd 43 <p class="img-caption"><strong>Figure 1.</strong> Two fragments, displayed in different
158 <p class="note"><strong>Note:</strong> When you remove or replace a fragment and add the transaction
  /frameworks/base/docs/html/training/enterprise/
device-management-policy.jd 78 <strong>&lt;meta-data android:name=&quot;android.app.device_admin&quot;
79 android:resource=&quot;&#064;xml/device_admin&quot; /&gt;</strong>
124 <p class="img-caption"><strong>Figure 1.</strong> The user activation screen in which you can
  /frameworks/base/docs/html/training/secure-file-sharing/
setup-sharing.jd 35 <strong>Note:</strong> The {@link android.support.v4.content.FileProvider} class is part of the
124 <strong>Note:</strong> The XML file is the only way you can specify the directories you want to
  /frameworks/base/docs/html/training/system-ui/
status.jd 59 <p class="img-caption"><strong>Figure 1.</strong> Visible status bar.</p>
68 <p class="img-caption"><strong>Figure 2.</strong> Hidden status bar.</p>
  /frameworks/base/obex/javax/obex/
ServerRequestHandler.java 47 * <STRONG>Connection ID and Target Headers</STRONG>
57 * <STRONG>CREATE-EMPTY Requests</STRONG>
  /frameworks/native/cmds/servicemanager/
binder.h 67 /* manipulate strong references */
  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_characterdatagetdata.java 68 elementList = doc.getElementsByTagName("strong");

Completed in 419 milliseconds

<<51525354555657585960>>