Home
last modified time | relevance | path

Searched refs:activeGroupCount (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DOldThreadGroupTest.java77 0, tg.activeGroupCount()); in test_activeGroupCount()
84 0, tg.activeGroupCount()); in test_activeGroupCount()
87 0, tg.activeGroupCount()); in test_activeGroupCount()
90 1, tg.activeGroupCount()); in test_activeGroupCount()
93 2, tg.activeGroupCount()); in test_activeGroupCount()
155 int numChildGroupsBefore = initialThreadGroup.activeGroupCount(); in test_enumerateLThreadGroupArray()
158 int numChildGroupsAfter = initialThreadGroup.activeGroupCount(); in test_enumerateLThreadGroupArray()
180 assertEquals(numChildGroupsBefore + 1, initialThreadGroup.activeGroupCount()); in test_enumerateLThreadGroupArray()
186 int numGroupThreads = thrGroup.activeGroupCount(); in test_enumerateLThreadGroupArrayLZ()
196 numGroupThreads = thrGroup.activeGroupCount(); in test_enumerateLThreadGroupArrayLZ()
[all …]
/libcore/ojluni/annotations/hiddenapi/java/lang/
DThreadGroup.java107 public int activeGroupCount() { in activeGroupCount() method in ThreadGroup
/libcore/ojluni/src/main/java/java/lang/
DThreadGroup.java489 public int activeGroupCount() { in activeGroupCount() method in ThreadGroup
505 n += groupsSnapshot[i].activeGroupCount(); in activeGroupCount()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/lang/
DThreadGroupTest.java662 int count = parent.activeGroupCount(); in allGroups()
704 int count = parent.activeGroupCount(); in groups()
/libcore/api/
Dcurrent.txt4056 method public int activeGroupCount();