HomeSort by relevance Sort by last modified time
    Searched refs:strong (Results 1 - 21 of 21) sorted by null

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementretrievetagname.java 66 String strong; local
70 strong = testEmployee.getNodeName();
71 assertEqualsAutoCase("element", "nodename", "code", strong);
72 strong = ((Element) /*Node */testEmployee).getTagName();
73 assertEqualsAutoCase("element", "tagname", "code", strong);
hc_elementreplaceexistingattribute.java 71 String strong; local
78 strong = testEmployee.getAttribute("class");
79 assertEquals("replacedValue", "", strong);
hc_namednodemapchildnoderange.java 68 String strong; local
hc_namednodemapwrongdocumenterr.java 77 String strong; local
  /dalvik/tests/074-gc-thrash/src/
Main.java 197 private static String strong[] = new String[MAX_DEPTH]; field in class:Deep
219 * "weak" should be matched in "strong", and the two should be
223 if (strong[i] != weak[i].get()) {
224 System.err.println("Deep: " + i + " strong=" + strong[i] +
230 * Wipe "strong", do a GC, see if "weak" got collected.
233 strong[i] = null;
293 strong[depth] = funStr;
  /external/libvpx/examples/includes/geshi/contrib/
example.php 161 <p>To use this script, make sure that <strong>geshi.php</strong> is in the parent directory or in your
162 include_path, and that the language files are in a subdirectory of GeSHi's directory called <strong>geshi/</strong>.</p>
langcheck.php 120 <p>To use this script, make sure that <strong>geshi.php</strong> is in the
122 subdirectory of GeSHi's directory called <strong>geshi/</strong>.</p>
    [all...]
  /frameworks/base/libs/utils/
Threads.cpp 705 // hold a strong reference on ourself
738 sp<Thread> strong(self->mHoldSelf);
739 wp<Thread> weak(strong);
763 // The caller therefore does not retain a strong reference to
786 // Release our strong reference, to let a chance to the thread
788 strong.clear();
789 // And immediately, re-acquire a strong reference for the next loop
790 strong = weak.promote();
791 } while(strong != 0);
  /external/webkit/WebCore/css/
wml.css 210 strong, b {
html.css 538 strong, b {
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 52 <p><strong>This is NOT the current Android SDK release.</strong></p>
  /build/tools/droiddoc/templates/assets/
android-developer-reference.js 70 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>"
android-developer-docs.css 119 #side-nav strong {
403 div#naMessage strong {
  /build/tools/droiddoc/templates/
macros.cs 111 <strong><?cs call:deprecated_text(obj.kind) ?></strong><br/> <?cs
  /frameworks/base/core/java/android/app/
LoadedApk.java 622 InnerReceiver(LoadedApk.ReceiverDispatcher rd, boolean strong) {
624 mStrongRef = strong ? rd : null;
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp 367 // remove local strong reference to Client before deleting the Track so that the Client
678 // hold a strong ref on thread in case closeOutput() or closeInput() is called
853 // keep a strong ref on ourself so that we wont get
2715 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
    [all...]
  /external/grub/docs/
texinfo.tex 185 stand-alone strong-est time-stamp time-stamps which-ever white-space
    [all...]
  /external/e2fsprogs/lib/et/
texinfo.tex 485 \let\strong=\b
    [all...]
  /external/v8/test/mjsunit/
unicode-test.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 658 milliseconds