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

<<71727374757677787980>>

  /frameworks/base/docs/html/tools/sdk/ndk/
index.jd 362 <p>Before downloading the NDK, you should understand that <strong>the NDK
363 will not benefit most apps</strong>. As a developer, you need to balance its benefits
    [all...]
  /frameworks/base/core/java/android/app/
AlarmManager.java 57 * <p class="caution"><strong>Note:</strong> Beginning with API 19
173 * strong as they were previously. If the application sets multiple alarms,
176 * strong ordering requirements there are other APIs that you can use to get
331 * <b>Note:</b> only alarms for which there is a strong demand for exact-time
  /external/chromium_org/third_party/icu/source/common/unicode/
ubidi.h 334 * Constant indicating that the base direction depends on the first strong
336 * Algorithm. If no strong directional character is present,
345 * the righmost or leftmost strong character of the source text is RTL
360 * Constant indicating that the base direction depends on the first strong
362 * Algorithm. If no strong directional character is present,
371 * the righmost or leftmost strong character of the source text is RTL
372 * or Arabic Letter, or if the text contains no strong character;
424 * means that the first strong character of the source string has
436 * means that the first strong character of the source string has
535 * <strong>Important: </strong
    [all...]
ures.h 221 *@return: for <STRONG>Arrays</STRONG>: returns the number of resources in the array
222 * <STRONG>Tables</STRONG>: returns the number of resources in the table
223 * <STRONG>single string</STRONG>: returns 1
    [all...]
  /external/chromium_org/base/android/jni_generator/java/src/org/chromium/example/jni_generator/
SampleForTests.java 49 // - If there's a strong 1:1 to relationship between native and java, the best way is to
51 // java object can be GC'd once the native object is destroyed but note that this global strong
56 // java-side object to be holding a strong reference to this java object while it is in use, to
  /external/chromium_org/base/message_loop/
message_pump_glib_unittest.cc 203 // MessageLoop doesn't make strong guarantees that it is the case, but the
515 // Note that in this case we don't make strong guarantees about niceness
526 // Note that in this case we don't make strong guarantees about niceness
  /external/chromium_org/third_party/icu/source/i18n/unicode/
rbnf.h 152 * <td><strong>&lt;&lt; thousand &gt;&gt;</strong></td>
156 * <td><strong>twenty-&gt;&gt;</strong> thousand &gt;&gt;</td>
160 * <td>twenty-<strong>five</strong> thousand &gt;&gt;</td>
164 * <td>twenty-five thousand <strong>&lt;&lt; hundred &gt;&gt;</strong></td>
168 * <td>twenty-five thousand <strong>three</strong> hundred &gt;&gt;</td
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
ConcurrentHashMultisetTest.java 20 import static com.google.common.collect.MapMakerInternalMap.Strength.STRONG;
344 testIdentityKeyEquality(STRONG);
387 testLogicalKeyEquality(STRONG);
  /external/icu/icu4c/source/common/
ubidiimp.h 155 int32_t contextPos; /* position of last strong char found before opening */
157 UBiDiDirection contextDir; /* L or R according to last strong char before opening */
166 DirProp lastStrong; /* bidi class of last strong char found in this run */
  /external/icu/icu4c/source/i18n/unicode/
rbnf.h 149 * <td><strong>&lt;&lt; thousand &gt;&gt;</strong></td>
153 * <td><strong>twenty-&gt;&gt;</strong> thousand &gt;&gt;</td>
157 * <td>twenty-<strong>five</strong> thousand &gt;&gt;</td>
161 * <td>twenty-five thousand <strong>&lt;&lt; hundred &gt;&gt;</strong></td>
165 * <td>twenty-five thousand <strong>three</strong> hundred &gt;&gt;</td
    [all...]
  /external/llvm/lib/CodeGen/
SpillPlacement.cpp 272 void SpillPlacement::addPrefSpill(ArrayRef<unsigned> Blocks, bool Strong) {
276 if (Strong)
339 // basic block numbering, so there is a strong tendency towards chains of
  /external/wpa_supplicant_8/hostapd/
defconfig 213 # hostapd depends on strong random number generation being available from the
224 # fetched from the OS. This by itself is not considered to be very strong, but
236 # If the os_get_random() is known to provide strong random data (e.g., on
  /external/chromium_org/third_party/WebKit/PerformanceTests/Dromaeo/resources/dromaeo/web/tests/
jslib-modify-jquery.html 14 elem2 = document.createElement("strong"),
15 elemStr = "<strong>some text</strong>";
742 <p><strong>Warning</strong>: the equivalence is true in this example
    [all...]
jslib-modify-prototype.html 14 elem2 = document.createElement("strong"),
15 elemStr = "<strong>some text</strong>";
742 <p><strong>Warning</strong>: the equivalence is true in this example
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/reference/
pnacl-c-cpp-language-support.html 421 <li><p class="first"><strong>Hardware exception handling</strong> (synchronous signals): The ability
428 <li><p class="first"><strong>Asynchronous interruption of threads</strong> (asynchronous signals): The
431 <p>A similar feature is <strong>thread suspension</strong>: The ability to
  /external/icu/icu4c/source/common/unicode/
ures.h 222 *@return: for <STRONG>Arrays</STRONG>: returns the number of resources in the array
223 * <STRONG>Tables</STRONG>: returns the number of resources in the table
224 * <STRONG>single string</STRONG>: returns 1
    [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/
DiskLruCache.java 45 * the regex <strong>[a-z0-9_-]{1,64}</strong>. Values are byte sequences,
65 * <li>When an entry is being <strong>created</strong> it is necessary to
68 * <li>When an entry is being <strong>edited</strong>, it is not necessary
  /external/owasp/sanitizer/tools/findbugs/doc/manual/
filter.html 22 <code class="prompt">$ </code><span class="command"><strong>findbugs -textui -exclude <em class="replaceable"><code>myExcludeFilter.xml</code></em> <em class="replaceable"><code>myApp.jar</code></em></strong></span>
29 <code class="prompt">$ </code><span class="command"><strong>findbugs -textui -include <em class="replaceable"><code>myIncludeFilter.xml</code></em> <em class="replaceable"><code>myApp.jar</code></em></strong></span>
38 warnings by looking at the output produced by the <span class="command"><strong>-xml</strong></span>
  /frameworks/base/docs/html/about/versions/
android-4.2.jd 435 <p><strong>Note:</strong> If you are using SQlite and have tables or column names that are
485 <p><strong>Note:</strong> You cannot inflate a layout into a fragment when that layout
551 <p class="note"><strong>Note:</strong> Although Filterscript support is in the platform, developer
  /frameworks/base/docs/html/guide/topics/connectivity/
wifip2p.jd 76 <p class="table-caption"><strong>Table 1.</strong>Wi-Fi P2P Methods</p>
137 <p class="table-caption"><strong>Table 2.</strong> Wi-Fi P2P Listeners</p>
179 <p class="table-caption"><strong>Table 3.</strong> Wi-Fi P2P Intents</p>
  /frameworks/base/docs/html/reference/com/google/android/gms/plus/
PlusClient.OrderBy.html 765 <p class="caution"><strong>
766 This interface is deprecated.</strong><br/>
903 <p class="caution"><strong>
904 This constant is deprecated.</strong><br/>
946 <p class="caution"><strong>
947 This constant is deprecated.</strong><br/>
  /frameworks/base/docs/html/training/sync-adapters/
creating-sync-adapter.jd 108 <strong>Note:</strong> The sync adapter framework is designed to work with sync adapter
279 <strong>Note:</strong> The sync adapter framework runs
362 <strong>Note:</strong> To see a more detailed example of a bound service for a sync adapter,
  /frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java 39 * <p class="note"><strong>Note:</strong> Using this class require the
876 * <p class="note"><strong>Note:</strong> Requires the
    [all...]
  /libcore/luni/src/main/java/java/net/
HttpURLConnection.java 117 * The input and output streams returned by this class are <strong>not
118 * buffered</strong>. Most callers should wrap the returned streams with {@link
150 * unexpectedly redirected. This check is not valid until <strong>after</strong>
178 * Unless paired with HTTPS, this is <strong>not</strong> a secure mechanism for
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 53 <p><strong>This is NOT the current Android SDK release.</strong></p>

Completed in 1822 milliseconds

<<71727374757677787980>>