Searched defs:group (Results 1 – 10 of 10) sorted by relevance
| /libcore/luni/src/main/java/java/util/regex/ |
| D | MatchResult.java | 50 int end(int group); in end() 57 String group(); in group() method 68 String group(int group); in group() argument 96 int start(int group); in start()
|
| D | MatchResultImpl.java | 49 public int end(int group) { in end() 53 public String group() { in group() method in MatchResultImpl 57 public String group(int group) { in group() method in MatchResultImpl 75 public int start(int group) { in start()
|
| D | Matcher.java | 357 public String group(int group) { in group() method in Matcher 375 public String group() { in group() method in Matcher 464 public int start(int group) throws IllegalStateException { in start() 480 public int end(int group) { in end()
|
| /libcore/luni/src/test/java/libcore/java/lang/ |
| D | OldThreadGroupTest.java | 32 public MyThread(ThreadGroup group, String name) in MyThread() 134 ThreadGroup group = new ThreadGroup(initialThreadGroup, "enumerateThreadArray"); in test_enumerateLThreadArrayLZtest_enumerateLThreadArrayLZ() local 284 ThreadGroup group = new ThreadGroup("Foo"); in test_resume() local 301 private Thread launchFiveSecondDummyThread(ThreadGroup group) { in launchFiveSecondDummyThread() 362 private List<MyThread> populateGroupsWithThreads(ThreadGroup group, int threadCount) { in populateGroupsWithThreads() 368 private void populateGroupsWithThreads(ThreadGroup group, int threadCount, List<MyThread> out) { in populateGroupsWithThreads()
|
| D | ThreadTest.java | 100 ThreadGroup group = new ThreadGroup("1"); in testGetAllStackTracesIncludesAllGroups() local
|
| /libcore/luni/src/main/java/java/lang/ |
| D | Thread.java | 135 volatile ThreadGroup group; field in Thread 277 public Thread(ThreadGroup group, Runnable runnable) { in Thread() 297 public Thread(ThreadGroup group, Runnable runnable, String threadName) { in Thread() 318 public Thread(ThreadGroup group, String threadName) { in Thread() 347 public Thread(ThreadGroup group, Runnable runnable, String threadName, long stackSize) { in Thread() 361 Thread(ThreadGroup group, String name, int priority, boolean daemon) { in Thread() 403 private void create(ThreadGroup group, Runnable runnable, String threadName, long stackSize) { in create()
|
| D | SecurityManager.java | 44 public void checkAccess(ThreadGroup group) { } in checkAccess()
|
| /libcore/luni/src/main/java/org/apache/harmony/security/utils/ |
| D | ObjectIdentifier.java | 58 private Object group; field in ObjectIdentifier
|
| /libcore/luni/src/main/java/org/apache/harmony/security/x501/ |
| D | AttributeTypeAndValue.java | 251 Object group = oid.getGroup(); in appendName() local
|
| /libcore/dalvik/src/main/java/dalvik/system/profiler/ |
| D | SamplingProfiler.java | 464 ThreadGroup group = thread.getThreadGroup(); in addStartThread() local
|