OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addTask
(Results
1 - 9
of
9
) sorted by null
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
SingleThreadNamedTaskExecutorTest.java
41
MockTask a1 =
addTask
("a", 1);
42
MockTask a2 =
addTask
("a", 2);
49
private MockTask
addTask
(String name, int id) {
PerNameExecutorTest.java
44
MockTask a1 =
addTask
("a", 1);
45
MockTask a2 =
addTask
("a", 2);
46
MockTask a3 =
addTask
("a", 3);
47
MockTask b1 =
addTask
("b", 1);
63
MockTask a1 =
addTask
("a", 1);
64
MockTask a2 =
addTask
("a", 2);
65
MockTask b1 =
addTask
("b", 1);
77
MockTask a3 =
addTask
("a" , 3);
78
MockTask c1 =
addTask
("c" , 1);
100
private MockTask
addTask
(String name, int id)
[
all
...]
/external/emma/ant/ant14/com/vladium/emma/
emmaTask.java
70
return
addTask
(new instrTask (this), getNestedTaskName ("instr"));
75
return
addTask
(new mergeTask (this), getNestedTaskName ("merge"));
80
return
addTask
(new reportTask (this), getNestedTaskName ("report"));
86
protected NestedTask
addTask
(final NestedTask task, final String pseudoName)
/external/v8/benchmarks/
richards.js
137
this.
addTask
(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
147
this.
addTask
(id, priority, queue, new HandlerTask(this));
157
this.
addTask
(id, priority, queue, new DeviceTask(this))
168
this.
addTask
(id, priority, queue, task);
179
Scheduler.prototype.
addTask
= function (id, priority, queue, task) {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-richards.js
132
this.
addTask
(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
142
this.
addTask
(id, priority, queue, new HandlerTask(this));
152
this.
addTask
(id, priority, queue, new DeviceTask(this))
163
this.
addTask
(id, priority, queue, task);
174
Scheduler.prototype.
addTask
= function (id, priority, queue, task) {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-richards.js
132
this.
addTask
(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
142
this.
addTask
(id, priority, queue, new HandlerTask(this));
152
this.
addTask
(id, priority, queue, new DeviceTask(this))
163
this.
addTask
(id, priority, queue, task);
174
Scheduler.prototype.
addTask
= function (id, priority, queue, task) {
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
v8-richards.js
132
this.
addTask
(id, priority, queue, new WorkerTask(this, ID_HANDLER_A, 0));
142
this.
addTask
(id, priority, queue, new HandlerTask(this));
152
this.
addTask
(id, priority, queue, new DeviceTask(this))
163
this.
addTask
(id, priority, queue, task);
174
Scheduler.prototype.
addTask
= function (id, priority, queue, task) {
/external/emma/lib/
emma_ant.jar
/prebuilt/common/ant/
ant.jar
Completed in 266 milliseconds