/libcore/dom/src/test/java/org/w3c/domts/level1/core/ |
hc_nodegetprevioussibling.java | 68 elementList = doc.getElementsByTagName("strong");
|
/libcore/luni/src/main/java/java/io/ |
BufferedInputStream.java | 76 * <p><strong>Warning:</strong> passing a null source creates a closed 90 * <p><strong>Warning:</strong> passing a null source creates a closed
|
PushbackInputStream.java | 47 * <p><strong>Warning:</strong> passing a null source creates an invalid 64 * <p><strong>Warning:</strong> passing a null source creates an invalid
|
/libcore/luni/src/main/java/org/xml/sax/ext/ |
EntityResolver2.java | 27 * Public Domain, and comes with <strong>NO WARRANTY</strong>.</em> 111 * <p><strong>Warning:</strong> Returning an external subset modifies
|
/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/ |
LruCache.java | 27 * inserted which still has a strong reference elsewhere.
|
/system/core/libutils/ |
Threads.cpp | 708 // hold a strong reference on ourself 744 sp<Thread> strong(self->mHoldSelf); 745 wp<Thread> weak(strong); 769 // The caller therefore does not retain a strong reference to 795 // Release our strong reference, to let a chance to the thread 797 strong.clear(); 798 // And immediately, re-acquire a strong reference for the next loop 799 strong = weak.promote(); 800 } while(strong != 0);
|
/frameworks/base/docs/html/guide/components/ |
activities.jd | 336 <p class="note"><strong>Note:</strong> In most cases, you should not explicitly finish an activity 347 crucial to developing a strong 423 <p class="note"><strong>Note:</strong> Your implementation of these lifecycle methods must 466 <p class="img-caption"><strong>Figure 1.</strong> The activity lifecycle.</p> 473 <p class="table-caption"><strong>Table 1.</strong> A summary of the activity lifecycle's 541 <td align="center"><strong style="color:#800000">Yes</strong></td [all...] |
/external/chromium_org/native_client_sdk/doc_generated/ |
faq.html | 87 <li><strong>Performance:</strong> Native Client modules run nearly as fast as native 89 <li><strong>Security:</strong> Native Client lets users run native compiled code in the 92 <li><p class="first"><strong>Convenience:</strong></p> 102 <li><p class="first"><strong>Portability:</strong> Native Client and Portable Native Client applications 113 <li><strong>Performance:</strong> Each PNaCl release brings with it more performanc [all...] |
/frameworks/base/core/java/android/content/ |
IntentFilter.java | 84 * the <strong>action</strong> and <strong>category</strong> must match, and 85 * the data (both the <strong>data type</strong> and 86 * <strong>data scheme+authority+path</strong> if specified) must match 90 * <p><strong>Action</strong> matches if any of the given values match th [all...] |
/frameworks/base/docs/html/google/play/licensing/ |
adding-licensing.jd | 108 <p class="note"><strong>Note:</strong> Currently, you cannot declare the 297 from the Google Play server, <strong>using ServerManagedPolicy as your 298 licensing {@code Policy} is strongly recommended</strong>. </p> 537 <div style="margin:.5em 0 1.5em 2em;padding:0"><strong>Figure 6.</strong> Overview of a 559 <p class="note"><strong>Note:</strong> The licensing server always returns [all...] |
/frameworks/base/docs/html/guide/topics/manifest/ |
uses-feature-element.jd | 119 <p class="note"><strong>Note:</strong> When declaring a feature, remember 301 <p class="note"><strong>Note:</strong> By declaring a feature explicitly and 387 <p class="caption"><strong>Table 1.</strong> How Google Play determines the 490 <strong>Android Tools</strong> > <strong>Export Unsigned Application 491 Package</strong>. Select a destination filename and path and clic [all...] |
/frameworks/base/docs/html/guide/topics/ui/notifiers/ |
notifications.jd | 71 <strong>notification area</strong>. To see the details of the notification, the user opens the 72 <strong>notification drawer</strong>. Both the notification area and the notification drawer 80 <strong>Figure 1.</strong> Notifications in the notification area. 85 <strong>Figure 2.</strong> Notifications in the notification drawer. 88 <p class="note"><strong>Note:</strong> Except where noted, this guide refers to th [all...] |
/frameworks/base/docs/html/guide/topics/search/ |
adding-custom-suggestions.jd | 68 <p class="img-caption"><strong>Figure 1.</strong> Screenshot of a search dialog with custom 208 <p class="note"><strong>Note:</strong> {@link 300 <p class="note"><strong>Tip:</strong> If you don't want to define a selection clause in 459 <p class="note"><strong>Note</strong>: If you do not include the 488 <p class="note"><strong>Tip</strong>: It's usually easiest to use the table's row ID as th [all...] |
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/ |
replace.hpp | 50 \note The second variant of this function provides the strong exception-safety guarantee 128 \note The second variant of this function provides the strong exception-safety guarantee 203 \note The second variant of this function provides the strong exception-safety guarantee 281 \note The second variant of this function provides the strong exception-safety guarantee 356 \note The second variant of this function provides the strong exception-safety guarantee 437 \note The second variant of this function provides the strong exception-safety guarantee 519 \note The second variant of this function provides the strong exception-safety guarantee 602 \note The second variant of this function provides the strong exception-safety guarantee 678 \note The second variant of this function provides the strong exception-safety guarantee 760 \note The second variant of this function provides the strong exception-safety guarante [all...] |
/development/samples/OpenGL/HelloOpenGLES20/src/com/example/android/opengl/ |
MyGLRenderer.java | 110 * <p><strong>Note:</strong> When developing shaders, use the checkGlError()
|
/docs/source.android.com/src/accessories/ |
custom.jd | 77 <p><strong>Note:</strong> The ADK 2012 source code includes an open source Bluetooth stack which
|
/docs/source.android.com/src/devices/ |
index.jd | 52 <p class="img-caption"><strong>Figure 1.</strong> Android System Architecture</p>
|
media.jd | 113 <p class="note"><strong>Note:</strong> The <code><Quirk></code> element for media codecs is no longer supported
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/ |
AssemblyInfo.cs | 84 // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. 106 // This should never happen as the assembly should always be strong named.
|
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Utility/ |
AssemblyInfo.cs | 81 // (*) In order to create a KeyFile, you can use the sn.exe (Strong Name) utility. 103 // This should never happen as the assembly should always be strong named.
|
/external/apache-http/src/org/apache/commons/codec/language/ |
SoundexUtils.java | 62 * little or no similarity, and 4 indicates strong similarity or identical 92 * little or no similarity, and 4 indicates strong similarity or identical
|
/external/apache-http/src/org/apache/http/cookie/ |
Cookie.java | 78 * <p><strong>Note:</strong> the object returned by this method is
|
/external/chromium_org/chrome/browser/resources/memory_internals/ |
memory_internals.js | 141 url = '<strong>' + url + '</strong>';
|
/external/chromium_org/chrome/browser/ui/cocoa/tabs/ |
tab_view.h | 60 CGFloat hoverAlpha_; // How strong the hover glow is. 63 CGFloat alertAlpha_; // How strong the alert glow is.
|
/external/chromium_org/chrome/common/extensions/api/ |
privacy.json | 82 "description": "<strong>Available on Windows and ChromeOS only</strong>: If enabled, Chrome provides a unique ID to plugins in order to run protected content. The value of this preference is of type boolean, and the default value is <code>true</code>.",
|