HomeSort by relevance Sort by last modified time
    Searched defs:strong (Results 1 - 18 of 18) 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
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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/runtime/
intern_table.cc 58 os << "Intern table: " << StrongSize() << " strong; " << WeakSize() << " weak\n";
71 // The GC moved a root in the log. Need to search the strong interns and update the
274 // Check the strong table for a match.
275 mirror::String* strong = LookupStrongLocked(s); local
276 if (strong != nullptr) {
277 return strong;
296 // There is no match in the strong table, check the weak table.
300 // A match was found in the weak table. Promote to the strong table.
313 // No match in the strong table or the weak table. Insert into the strong / weak table
    [all...]
  /art/test/074-gc-thrash/src/
Main.java 201 private static String strong[] = new String[MAX_DEPTH]; field in class:Deep
224 * Wipe "strong", do a GC, see if "weak" got collected.
227 strong[i] = null;
244 * "weak" should be matched in "strong", and the two should be
254 if (strong[i] != weak[i].get()) {
255 System.err.println("Deep: " + i + " strong=" + strong[i] +
306 strong[depth] = funStr;
  /frameworks/native/libs/binder/tests/
binderLibTest.cpp 507 #if 0 /* Is there an unlink api that does not require a strong reference? */
530 #if 0 /* Is there an unlink api that does not require a strong reference? */
648 sp<IBinder> strong = new BBinder(); local
649 wp<IBinder> weak = strong;
651 EXPECT_TRUE(strong != NULL);
652 EXPECT_EQ(strong, strong_from_weak);
653 strong = NULL;
662 sp<IBinder> strong = new BBinder(); local
666 ASSERT_TRUE(strong != NULL);
668 ret = data.writeWeakBinder(strong);
866 sp<IBinder> strong; local
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 5602 sp<ThreadBase> strong = mOutputTracks[i]->thread().promote(); local
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 735 milliseconds