/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
|
/art/runtime/ |
intern_table.cc | 42 os << "Intern table: " << strong_interns_.size() << " strong; " 141 // Check the strong table for a match. 142 mirror::String* strong = Lookup(strong_interns_, s, hash_code); local 143 if (strong != NULL) { 144 return strong; 156 // There is no match in the strong table, check the weak table. 159 // A match was found in the weak table. Promote to the strong table. 164 // No match in the strong table or the weak table. Insert into the strong 169 // Check the strong table for a match 170 mirror::String* strong = Lookup(strong_interns_, s, hash_code); local [all...] |
/external/chromium_org/third_party/skia/src/core/ |
SkTypefaceCache.cpp | 33 bool strong) { 41 rec->fStrong = strong; 42 if (strong) { 86 bool strong = fArray[i].fStrong; local 87 if ((strong && face->unique()) || (!strong && face->weak_expired())) { 88 if (strong) { 124 bool strong) { 126 Get().add(face, requestedStyle, strong);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
insn.h | 66 unsigned int strong:1; member in struct:yasm_effaddr
|
/external/skia/src/core/ |
SkTypefaceCache.cpp | 33 bool strong) { 41 rec->fStrong = strong; 42 if (strong) { 86 bool strong = fArray[i].fStrong; local 87 if ((strong && face->unique()) || (!strong && face->weak_expired())) { 88 if (strong) { 124 bool strong) { 126 Get().add(face, requestedStyle, strong);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
cgitb.py | 53 def strong(text): function 55 return '<strong>' + text + '</strong>' 111 strong(pydoc.html.escape(str(etype))), 128 call = 'in ' + strong(func) + \ 159 name = ('<em>%s</em> ' % where) + strong(name) 161 name = strong(name) 163 name = where + strong(name.split('.')[-1]) 173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
cgitb.py | 53 def strong(text): function 55 return '<strong>' + text + '</strong>' 111 strong(pydoc.html.escape(str(etype))), 128 call = 'in ' + strong(func) + \ 159 name = ('<em>%s</em> ' % where) + strong(name) 161 name = strong(name) 163 name = where + strong(name.split('.')[-1]) 173 exception = ['<p>%s: %s' % (strong(pydoc.html.escape(str(etype))),
|
/art/test/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;
|
/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/chromium_org/third_party/yasm/source/patched-yasm/modules/parsers/gas/ |
gas-parse.c | 1120 int strong = 0; local [all...] |
/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 | 4320 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local [all...] |