/libcore/luni/src/main/java/java/util/regex/ |
D | MatchResult.java | 38 int end(int group); in end() 43 String group(); in group() method 64 String group(int group); in group() method 82 int start(int group); in start()
|
D | MatchResultImpl.java | 49 public int end(int group) { in end() 53 public String group() { in group() method in MatchResultImpl 57 public String group(int group) { in group() method in MatchResultImpl 75 public int start(int group) { in start()
|
D | Matcher.java | 558 public int end(int group) { in end() 568 public String group() { in group() method in Matcher 577 public String group(int group) { in group() argument 611 public int start(int group) throws IllegalStateException { in start()
|
/libcore/luni/src/test/java/libcore/java/lang/ |
D | OldThreadGroupTest.java | 32 public MyThread(ThreadGroup group, String name) in MyThread() 134 ThreadGroup group = new ThreadGroup(initialThreadGroup, "enumerateThreadArray"); in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ() local 284 ThreadGroup group = new ThreadGroup("Foo"); in test_resume() local 301 private Thread launchFiveSecondDummyThread(ThreadGroup group) { in launchFiveSecondDummyThread() 362 private List<MyThread> populateGroupsWithThreads(ThreadGroup group, int threadCount) { in populateGroupsWithThreads() 368 private void populateGroupsWithThreads(ThreadGroup group, int threadCount, List<MyThread> out) { in populateGroupsWithThreads()
|
D | ThreadTest.java | 157 ThreadGroup group = new ThreadGroup("1"); in testGetAllStackTracesIncludesAllGroups() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
D | MulticastSocketTest.java | 235 private void test_joinGroupLjava_net_InetAddress(InetAddress group) throws Exception { in test_joinGroupLjava_net_InetAddress() 313 NetworkInterface networkInterface, InetAddress group, InetAddress group2) in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface() 384 InetAddress group = null; in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface() local 449 NetworkInterface networkInterface, InetAddress group) throws Exception { in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface_multiple_joins() 478 private void test_leaveGroupLjava_net_InetAddress(InetAddress group) throws Exception { in test_leaveGroupLjava_net_InetAddress() 551 NetworkInterface networkInterface, InetAddress group, InetAddress group2) in test_leaveGroupLjava_net_SocketAddressLjava_net_NetworkInterface() 599 private void test_sendLjava_net_DatagramPacketB(InetAddress group) throws Exception { in test_sendLjava_net_DatagramPacketB() 703 private void test_setNetworkInterfaceLjava_net_NetworkInterface(InetAddress group) in test_setNetworkInterfaceLjava_net_NetworkInterface() 832 private void test_setLoopbackModeSendReceive(InetAddress group) throws IOException { in test_setLoopbackModeSendReceive()
|
/libcore/libart/src/main/java/java/lang/ |
D | Thread.java | 129 volatile ThreadGroup group; field in Thread 276 public Thread(ThreadGroup group, Runnable runnable) { in Thread() 296 public Thread(ThreadGroup group, Runnable runnable, String threadName) { in Thread() 317 public Thread(ThreadGroup group, String threadName) { in Thread() 346 public Thread(ThreadGroup group, Runnable runnable, String threadName, long stackSize) { in Thread() 360 Thread(ThreadGroup group, String name, int priority, boolean daemon) { in Thread() 402 private void create(ThreadGroup group, Runnable runnable, String threadName, long stackSize) { in create()
|
/libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
D | ObjectIdentifier.java | 58 private Object group; field in ObjectIdentifier
|
/libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
D | AttributeTypeAndValue.java | 261 Object group = oid.getGroup(); in appendName() local
|
/libcore/luni/src/main/java/java/lang/ |
D | SecurityManager.java | 44 public void checkAccess(ThreadGroup group) { } in checkAccess()
|
/libcore/dalvik/src/main/java/dalvik/system/profiler/ |
D | SamplingProfiler.java | 464 ThreadGroup group = thread.getThreadGroup(); in addStartThread() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/ |
D | ThreadTest.java | 444 ThreadGroup group = t.getThreadGroup(); in test_getThreadGroup() local
|