HomeSort by relevance Sort by last modified time
    Searched defs:strong (Results 1 - 8 of 8) 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
  /external/skia/src/core/
SkTypefaceCache.cpp 18 bool strong) {
26 rec->fStrong = strong;
27 if (strong) {
71 bool strong = fArray[i].fStrong; local
72 if ((strong && face->getRefCnt() == 1) ||
73 (!strong && face->weak_expired()))
75 if (strong) {
111 bool strong) {
113 Get().add(face, requestedStyle, strong);
  /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/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/av/services/audioflinger/
Threads.cpp 3524 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
    [all...]

Completed in 116 milliseconds