Home
last modified time | relevance | path

Searched defs:groups (Results 1 – 9 of 9) sorted by relevance

/libcore/metrictests/memory/apps/src/libcore/heapdumper/
DActions.java79 int groups = m.groupCount(); in run() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DMembershipRegistry.java46 private Map<InetAddress, List<MembershipKeyImpl>> groups; field in MembershipRegistry
/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java131 int[] groups; field in Matcher
249 private final int[] groups; field in Matcher.ImmutableMatchResult
254 int groups[], String text) in ImmutableMatchResult()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java284 Vector<ThreadGroup> groups = new Vector<ThreadGroup>(); in test_getParent() local
702 private static ThreadGroup[] groups(ThreadGroup parent) { in groups() method in ThreadGroupTest
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThreadGroup.java206 java.lang.ThreadGroup[] groups; field in ThreadGroup
/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java353 private ThreadGroup[] groups(ThreadGroup parent) { in groups() method in OldThreadGroupTest
/libcore/ojluni/src/main/java/java/lang/
DThreadGroup.java75 ThreadGroup groups[]; field in ThreadGroup
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java240 int[] groups; field in Matcher
/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java3043 String[] groups = new String[5]; in substitutionBasher() local
3125 String[] groups = new String[5]; in substitutionBasher2() local