| /libcore/ojluni/src/main/java/java/util/regex/ |
| D | MatchResult.java | 77 public int start(int group); in start() 114 public int end(int group); in end() 135 public String group(); in group() method 172 public String group(int group); in group() argument
|
| D | Matcher.java | 278 public int end(int group) { in end() 329 public String group() { in group() method in Matcher 368 public String group(int group) { in group() method in Matcher 406 public String group(String name) { in group() method in Matcher 408 int group = getMatchedGroupIndex(pattern.address, name); in group() local 1142 public int start(int group) throws IllegalStateException { in start() 1219 public int start(int group) { in start() 1229 public int end(int group) { in end() 1234 public String group() { in group() method in Matcher.OffsetBasedMatchResult 1239 public String group(int group) { in group() argument
|
| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | LinuxAsynchronousChannelProvider.java | 67 private Port toPort(AsynchronousChannelGroup group) throws IOException { in toPort() 78 …AsynchronousServerSocketChannel openAsynchronousServerSocketChannel(AsynchronousChannelGroup group) in openAsynchronousServerSocketChannel() 85 public AsynchronousSocketChannel openAsynchronousSocketChannel(AsynchronousChannelGroup group) in openAsynchronousSocketChannel()
|
| D | MembershipRegistry.java | 51 MembershipKey checkMembership(InetAddress group, NetworkInterface interf, in checkMembership() 84 InetAddress group = key.group(); in add() local 103 InetAddress group = key.group(); in remove() local
|
| D | MembershipKeyImpl.java | 42 private final InetAddress group; field in MembershipKeyImpl 56 InetAddress group, in MembershipKeyImpl() 75 InetAddress group, in Type4() 110 InetAddress group, in Type6() 156 public InetAddress group() { in group() method in MembershipKeyImpl
|
| D | Groupable.java | 34 AsynchronousChannelGroupImpl group(); in group() method
|
| D | Invoker.java | 50 private final AsynchronousChannelGroupImpl group; field in Invoker.GroupAndInvokeCount 52 GroupAndInvokeCount(AsynchronousChannelGroupImpl group) { in GroupAndInvokeCount() 55 AsynchronousChannelGroupImpl group() { in group() method in Invoker.GroupAndInvokeCount 81 static void bindToGroup(AsynchronousChannelGroupImpl group) { in bindToGroup() 105 AsynchronousChannelGroupImpl group) in mayInvokeDirect()
|
| /libcore/ojluni/src/main/java/java/nio/channels/ |
| D | MulticastChannel.java | 180 MembershipKey join(InetAddress group, NetworkInterface interf) in join() 228 MembershipKey join(InetAddress group, NetworkInterface interf, InetAddress source) in join()
|
| D | MembershipKey.java | 158 public abstract InetAddress group(); in group() method in MembershipKey
|
| D | AsynchronousServerSocketChannel.java | 140 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group) in open()
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| D | OldThreadGroupTest.java | 32 public MyThread(ThreadGroup group, String name) in MyThread() 135 ThreadGroup group = new ThreadGroup(initialThreadGroup, "enumerateThreadArray"); in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ() local 285 ThreadGroup group = new ThreadGroup("Foo"); in test_resume() local 302 private Thread launchFiveSecondDummyThread(ThreadGroup group) { in launchFiveSecondDummyThread() 370 private List<MyThread> populateGroupsWithThreads(ThreadGroup group, int threadCount) { in populateGroupsWithThreads() 376 private void populateGroupsWithThreads(ThreadGroup group, int threadCount, List<MyThread> out) { in populateGroupsWithThreads()
|
| /libcore/ojluni/src/main/java/java/nio/file/attribute/ |
| D | PosixFileAttributes.java | 61 GroupPrincipal group(); in group() method
|
| D | UserPrincipalLookupService.java | 102 public abstract GroupPrincipal lookupPrincipalByGroupName(String group) in lookupPrincipalByGroupName()
|
| D | PosixFileAttributeView.java | 192 void setGroup(GroupPrincipal group) throws IOException; in setGroup()
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/ |
| D | MulticastSocketTest.java | 241 private void test_joinGroupLjava_net_InetAddress(InetAddress group) throws Exception { in test_joinGroupLjava_net_InetAddress() 329 NetworkInterface networkInterface, InetAddress group, InetAddress group2) in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface() 410 InetAddress group = null; in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface() local 475 NetworkInterface networkInterface, InetAddress group) throws Exception { in test_joinGroupLjava_net_SocketAddressLjava_net_NetworkInterface_multiple_joins() 504 private void test_leaveGroupLjava_net_InetAddress(InetAddress group) throws Exception { in test_leaveGroupLjava_net_InetAddress() 577 NetworkInterface networkInterface, InetAddress group, InetAddress group2) in test_leaveGroupLjava_net_SocketAddressLjava_net_NetworkInterface() 626 private void test_sendLjava_net_DatagramPacketB(InetAddress group) throws Exception { in test_sendLjava_net_DatagramPacketB() 730 private void test_setNetworkInterfaceLjava_net_NetworkInterface(InetAddress group) in test_setNetworkInterfaceLjava_net_NetworkInterface() 859 private void test_setLoopbackModeSendReceive(InetAddress group) throws IOException { in test_setLoopbackModeSendReceive()
|
| /libcore/ojluni/src/test/java/nio/file/attribute/ |
| D | PosixFileAttributeViewTest.java | 262 UserPrincipal group = (UserPrincipal)Files.getAttribute(file, "posix:group"); in ownerTests() local 301 … GroupPrincipal group = lookupService.lookupPrincipalByGroupName(attrs.group().getName()); in lookupPrincipalTests() local
|
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/ |
| D | MockDatagramChannel.java | 120 public MembershipKey join(InetAddress group, NetworkInterface interf) { in join() 125 public MembershipKey join(InetAddress group, NetworkInterface interf, InetAddress source) in join()
|
| /libcore/ojluni/src/main/java/java/lang/ |
| D | Thread.java | 174 private ThreadGroup group; field in Thread 482 public Thread(ThreadGroup group, Runnable target) { in Thread() 518 public Thread(ThreadGroup group, String name) { in Thread() 525 Thread(ThreadGroup group, String name, int priority, boolean daemon) { in Thread() 613 public Thread(ThreadGroup group, Runnable target, String name) { in Thread() 691 public Thread(ThreadGroup group, Runnable target, String name, in Thread() 1407 ThreadGroup group = getThreadGroup(); in toString() local
|
| D | UNIXProcess.java | 93 private final static ThreadGroup group = getRootThreadGroup(); field in UNIXProcess.ProcessReaperThreadFactory
|
| /libcore/ojluni/src/main/java/sun/net/ftp/ |
| D | FtpDirEntry.java | 58 private String group = null; field in FtpDirEntry 131 public FtpDirEntry setGroup(String group) { in setGroup()
|
| /libcore/luni/src/test/java/libcore/java/nio/channels/ |
| D | AsynchronousServerSocketChannelTest.java | 232 AsynchronousChannelGroup group = in test_group() local 365 AsynchronousChannelGroup group = in test_closeGuardSupport_group() local
|
| D | DatagramChannelMulticastTest.java | 228 private void test_joinAnySource(InetAddress group, InetAddress group2, in test_joinAnySource() 344 InetAddress group = null; in test_joinAnySource_networkInterfaces() local 409 private void test_joinAnySource_multiple_joins(InetAddress group, in test_joinAnySource_multiple_joins() 435 private void test_joinAnySource_multicastLoopOption(InetAddress group, in test_joinAnySource_multicastLoopOption() 484 private void testMembershipKeyAccessors(InetAddress group, in testMembershipKeyAccessors() 508 private void test_dropAnySource_twice(InetAddress group, in test_dropAnySource_twice() 1227 InetAddress group, int port, String msg, NetworkInterface sendingInterface) in sendMulticastMessage()
|
| /libcore/ojluni/src/main/java/sun/nio/fs/ |
| D | UnixFileAttributes.java | 58 private volatile GroupPrincipal group; field in UnixFileAttributes 204 public GroupPrincipal group() { in group() method in UnixFileAttributes
|
| /libcore/ojluni/src/main/java/java/util/concurrent/ |
| D | ForkJoinWorkerThread.java | 256 ThreadGroup group = (ThreadGroup) in createThreadGroup() local
|
| /libcore/ojluni/src/main/native/ |
| D | Net.c | 152 static void initGroupSourceReq(JNIEnv* env, jbyteArray group, jint index, in initGroupSourceReq() 538 jint group, jint interf, jint source) in Java_sun_nio_ch_Net_joinOrDrop4() 592 jint group, jint interf, jint source) in Java_sun_nio_ch_Net_blockOrUnblock4() 632 jbyteArray group, jint index, jbyteArray source) in Java_sun_nio_ch_Net_joinOrDrop6() 673 jbyteArray group, jint index, jbyteArray source) in Java_sun_nio_ch_Net_blockOrUnblock6()
|