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

  /libcore/dom/src/test/java/org/w3c/domts/level1/core/
hc_elementreplaceexistingattribute.java 71 String strong; local
78 strong = testEmployee.getAttribute("class");
79 assertEquals("replacedValue", "", strong);
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_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/PHP-Markdown-Extra-1.2.3/
markdown.php 1172 $strong = ''; variable
1212 $strong = ''; variable
1242 $strong = "$em$em"; variable
1260 $strong = ''; variable
1264 $strong = $token; variable
    [all...]
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp 463 // remove local strong reference to Client before deleting the Track so that the Client
785 // hold a strong ref on thread in case closeOutput() or closeInput() is called
1002 // keep a strong ref on ourself so that we wont get
3161 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
    [all...]

Completed in 463 milliseconds