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

  /dalvik/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;
  /frameworks/base/libs/utils/
Threads.cpp 675 // hold a strong reference on ourself
708 sp<Thread> strong(self->mHoldSelf);
709 wp<Thread> weak(strong);
733 // The caller therefore does not retain a strong reference to
752 // Release our strong reference, to let a chance to the thread
754 strong.clear();
755 // And immediately, re-acquire a strong reference for the next loop
756 strong = weak.promote();
757 } while(strong != 0);
  /external/webkit/WebCore/css/
wml.css 210 strong, b {
html.css 538 strong, b {
  /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 123 #side-nav strong {
407 div#naMessage strong {
757 p.warning b, p.warning strong {
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 50 <p><strong>This is NOT the current Android SDK release.</strong></p>
  /build/tools/droiddoc/templates/
macros.cs 111 <strong><?cs call:deprecated_text(obj.kind) ?></strong><br/> <?cs
  /frameworks/base/libs/audioflinger/
AudioFlinger.cpp 321 // remove local strong reference to Client before deleting the Track so that the Client
620 // hold a strong ref on thread in case closeOutput() or closeInput() is called
788 // keep a strong ref on ourself so that we wont get
2262 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
    [all...]
  /frameworks/base/core/java/android/app/
ActivityThread.java 805 InnerReceiver(ReceiverDispatcher rd, boolean strong)
    [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 445 milliseconds