HomeSort by relevance Sort by last modified time
    Searched refs:aGroup (Results 1 - 2 of 2) sorted by null

  /libcore/luni/src/test/java/libcore/java/lang/
OldThreadGroupTest.java 382 private Vector<MyThread> populateGroupsWithThreads(final ThreadGroup aGroup,
385 populateGroupsWithThreads(aGroup, threadCount, result);
390 private void populateGroupsWithThreads(final ThreadGroup aGroup,
397 MyThread t = new MyThread(aGroup, name);
402 ThreadGroup[] children = groups(aGroup);
  /external/libvpx/examples/includes/HTML-Toc-0.91/
TocGenerator.pm 232 # - $aGroup: Group of current heading
237 my ($self, $aLevel, $aClass, $aGroup, $aToc) = @_;
245 $numberingStyle = $aGroup->{numberingStyle};
281 # - $aGroup: Group of current heading
286 my ($self, $aLevel, $aClass, $aGroup, $aToc) = @_;
291 $levelGroups = $aToc->{_levelGroups}{$aGroup->{'groupId'}};
    [all...]

Completed in 43 milliseconds