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

<<81828384858687888990>>

  /libcore/luni/src/main/java/java/awt/font/
NumericShaper.java 286 * Strong characters flags array is to determine if the
287 * unicode bidirectional category of the character is strong,
289 * character's unicode value is 1 - the character is strong.
773 * is strong.
777 * @return true, if the character is strong, false otherwise
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
MapMakerInternalMapTest.java 79 assertSame(Strength.STRONG, map.keyStrength);
80 assertSame(Strength.STRONG, map.valueStrength);
88 assertSame(EntryFactory.STRONG, map.entryFactory);
245 checkStrength(map, Strength.WEAK, Strength.STRONG);
252 checkStrength(map, Strength.SOFT, Strength.STRONG);
258 checkStrength(map, Strength.STRONG, Strength.WEAK);
259 assertSame(EntryFactory.STRONG, map.entryFactory);
264 checkStrength(map, Strength.STRONG, Strength.SOFT);
265 assertSame(EntryFactory.STRONG, map.entryFactory);
    [all...]
  /frameworks/opt/telephony/src/java/android/provider/
Telephony.java 48 * <p class="note"><strong>Note:</strong> These APIs are not available on all Android-powered
832 * <p class="note"><strong>Note:</strong>
    [all...]
  /external/dexmaker/src/main/java/com/google/dexmaker/
Code.java 162 * Use {@link #cast cast()} to perform either a <strong>numeric cast</strong> or
163 * a <strong>type cast</strong>. Interrogate the type of a value in a local
172 * <strong>Warning:</strong> Even if a method has the {@code synchronized} flag,
    [all...]
  /frameworks/base/core/java/android/app/
PendingIntent.java     [all...]
  /frameworks/base/docs/html/reference/com/google/android/gcm/server/
Message.html 744 <strong>Simplest message:</strong>
749 <strong>Message with optional attributes:</strong>
760 <strong>Message with optional attributes and payload data:</strong>
    [all...]
  /frameworks/base/docs/html/sdk/
OLD_RELEASENOTES.jd 6 <p><strong>Note:</strong> These are the release notes for the "early-look" SDK versions, released
22 <p><strong>Behavior and System Changes</strong></p>
447 <strong>&lt;category android:value=&quot;android.intent.category.LAUNCHER&quot; /&gt;</strong>
  /frameworks/base/docs/html/training/contacts-provider/
retrieve-names.jd 74 <strong>Note:</strong> All the examples in this lesson use a
136 <strong>Note:</strong> This lesson doesn't describe the UI for getting a search string from the
229 <strong>Note:</strong> Since
    [all...]
  /libcore/luni/src/main/java/java/text/
MessageFormat.java 40 * <strong>Note:</strong> {@code MessageFormat} differs from the other
99 * single quotes are <strong>not</strong> removed, so they may be interpreted
291 * <strong>Note:</strong> As we see above, the string produced by a
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 124 assertSame(Strength.STRONG, map.keyStrength);
125 assertSame(Strength.STRONG, map.valueStrength);
134 assertSame(EntryFactory.STRONG, map.entryFactory);
315 checkStrength(map, Strength.WEAK, Strength.STRONG);
321 checkStrength(map, Strength.STRONG, Strength.WEAK);
322 assertSame(EntryFactory.STRONG, map.entryFactory);
327 checkStrength(map, Strength.STRONG, Strength.SOFT);
328 assertSame(EntryFactory.STRONG, map.entryFactory);
382 assertSame(EntryFactory.STRONG,
383 EntryFactory.getFactory(Strength.STRONG, false, false))
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 77 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
  /dalvik/docs/
embedded-vm-control.html 34 <p><strong>The Android runtime must be restarted before the changes will take
35 effect</strong> (<code>adb shell stop; adb shell start</code>). This is because the
  /docs/source.android.com/src/devices/
audio_implement.jd 220 <p class="warning"><strong>Warning:</strong> For the <code>VOICE_RECOGNITION</code> use case, do not enable
  /docs/source.android.com/src/devices/sensors/
sensor-stack.jd 33 <p class="img-caption"><strong>Figure 1.</strong> Layers of the Android sensor stack and their respective owners</p>
  /external/chromium_org/chrome/browser/safe_browsing/
prefix_set.cc 56 // |kEstimateThreshold| is when estimates start converging. Results are strong
382 // Preempt organic capacity decisions for |delta_| once strong estimates can
  /external/chromium_org/chrome/common/extensions/docs/templates/articles/
permission_warnings.html 278 <strong>Note that you may be able to avoid declaring all host permissions using the <code><a href="activeTab">activeTab</a></code> permission.</strong>
  /external/chromium_org/content/public/android/java/src/org/chromium/content/browser/input/
ImeAdapter.java 43 * Note that the native peer object does not take any strong reference onto the
45 * the ViewEmbedder implementor) to hold a strong reference to it for the required
  /external/chromium_org/ppapi/c/
ppb_file_io.h 264 * <strong>Note:</strong> If the FileIO object is destroyed, and it is still
  /external/chromium_org/ppapi/cpp/
var.h 257 /// <strong>Warning:</strong> this will only work for things with exception
  /external/chromium_org/third_party/icu/source/i18n/unicode/
coleitr.h 113 * type of the collation order is <strong>t_int32</strong>.
  /external/chromium_org/third_party/mesa/src/docs/
relnotes-9.0.2.html 20 3.1 is <strong>only</strong> available if requested at context creation
relnotes-9.0.3.html 20 3.1 is <strong>only</strong> available if requested at context creation
  /external/chromium_org/third_party/tcmalloc/chromium/src/base/
elf_mem_image.cc 341 // Strong symbol; just return it.
345 // Weak or local. Record it, but keep looking for a strong one.
  /external/chromium_org/third_party/tcmalloc/vendor/src/base/
elf_mem_image.cc 341 // Strong symbol; just return it.
345 // Weak or local. Record it, but keep looking for a strong one.
  /external/chromium_org/v8/src/
serialize.h 606 // strong roots have been serialized we can create a partial snapshot
613 // 1) Strong references.

Completed in 1737 milliseconds

<<81828384858687888990>>