OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Robin
(Results
1 - 2
of
2
) sorted by null
/art/test/074-gc-thrash/src/
Main.java
110
Robin
robin
= new
Robin
();
local
115
robin
.start();
126
robin
.join();
157
* Uses a single large array of references, replaced repeatedly in round-
robin
160
class
Robin
extends Thread {
182
System.out.println("
Robin
: sleepCount=" + sleepCount);
186
return new String("
Robin
" + val);
/dalvik/tests/074-gc-thrash/src/
Main.java
110
Robin
robin
= new
Robin
();
local
115
robin
.start();
126
robin
.join();
157
* Uses a single large array of references, replaced repeatedly in round-
robin
160
class
Robin
extends Thread {
182
System.out.println("
Robin
: sleepCount=" + sleepCount);
186
return new String("
Robin
" + val);
Completed in 179 milliseconds