Home
last modified time | relevance | path

Searched defs:group (Results 1 – 25 of 39) sorted by relevance

12

/libcore/ojluni/src/main/java/java/util/regex/
DMatchResult.java77 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
DMatcher.java278 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/
DLinuxAsynchronousChannelProvider.java67 private Port toPort(AsynchronousChannelGroup group) throws IOException { in toPort()
78 …AsynchronousServerSocketChannel openAsynchronousServerSocketChannel(AsynchronousChannelGroup group) in openAsynchronousServerSocketChannel()
85 public AsynchronousSocketChannel openAsynchronousSocketChannel(AsynchronousChannelGroup group) in openAsynchronousSocketChannel()
DMembershipRegistry.java51 MembershipKey checkMembership(InetAddress group, NetworkInterface interf, in checkMembership()
84 InetAddress group = key.group(); in add() local
103 InetAddress group = key.group(); in remove() local
DMembershipKeyImpl.java42 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
DGroupable.java34 AsynchronousChannelGroupImpl group(); in group() method
DInvoker.java50 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/
DMulticastChannel.java180 MembershipKey join(InetAddress group, NetworkInterface interf) in join()
228 MembershipKey join(InetAddress group, NetworkInterface interf, InetAddress source) in join()
DMembershipKey.java158 public abstract InetAddress group(); in group() method in MembershipKey
DAsynchronousServerSocketChannel.java140 public static AsynchronousServerSocketChannel open(AsynchronousChannelGroup group) in open()
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java32 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/
DPosixFileAttributes.java61 GroupPrincipal group(); in group() method
DUserPrincipalLookupService.java102 public abstract GroupPrincipal lookupPrincipalByGroupName(String group) in lookupPrincipalByGroupName()
DPosixFileAttributeView.java192 void setGroup(GroupPrincipal group) throws IOException; in setGroup()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
DMulticastSocketTest.java241 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/
DPosixFileAttributeViewTest.java262 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/
DMockDatagramChannel.java120 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/
DThread.java174 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
DUNIXProcess.java93 private final static ThreadGroup group = getRootThreadGroup(); field in UNIXProcess.ProcessReaperThreadFactory
/libcore/ojluni/src/main/java/sun/net/ftp/
DFtpDirEntry.java58 private String group = null; field in FtpDirEntry
131 public FtpDirEntry setGroup(String group) { in setGroup()
/libcore/luni/src/test/java/libcore/java/nio/channels/
DAsynchronousServerSocketChannelTest.java232 AsynchronousChannelGroup group = in test_group() local
365 AsynchronousChannelGroup group = in test_closeGuardSupport_group() local
DDatagramChannelMulticastTest.java228 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/
DUnixFileAttributes.java58 private volatile GroupPrincipal group; field in UnixFileAttributes
204 public GroupPrincipal group() { in group() method in UnixFileAttributes
/libcore/ojluni/src/main/java/java/util/concurrent/
DForkJoinWorkerThread.java256 ThreadGroup group = (ThreadGroup) in createThreadGroup() local
/libcore/ojluni/src/main/native/
DNet.c152 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()

12