Home
last modified time | relevance | path

Searched refs:setName (Results 1 – 10 of 10) sorted by relevance

/libcore/ojluni/src/main/java/java/security/acl/
DAcl.java106 public void setName(Principal caller, String name) in setName() method
/libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DAttrImpl.java55 setName(this, name); in AttrImpl()
DNodeImpl.java277 static void setName(NodeImpl node, String name) { in setName() method in NodeImpl
/libcore/ojluni/src/main/java/java/util/
DTimer.java166 thread.setName(name); in Timer()
181 thread.setName(name); in Timer()
DResourceBundle.java580 CacheKey setName(String baseName) { in setName() method in ResourceBundle.CacheKey
/libcore/ojluni/annotations/mmodule/java/lang/
DThread.annotated.java97 public final synchronized void setName(java.lang.String name) { throw new RuntimeException("Stub!")… in setName() method in Thread
/libcore/ojluni/annotations/sdk/nullability/java/lang/
DThread.annotated.java92 public final synchronized void setName(@libcore.util.NonNull java.lang.String name) { throw new Run… in setName() method in Thread
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThread.java190 public final synchronized void setName(java.lang.String name) { in setName() method in Thread
/libcore/support/src/test/java/tests/resources/
Djunit4-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/ ...
/libcore/dom/src/test/java/org/w3c/domts/
DJunitTestCases.java29 adapter.setName(name); in runDomTest()