Searched refs:task (Results 51 - 75 of 688) sorted by relevance

1234567891011>>

/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast_priv.h53 #define BEGIN_JIT_CALL(state, task) \
57 jit_task = task; \
122 /** A task object for each rasterization thread */
134 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task,
149 lp_rast_get_depth_block_pointer(struct lp_rasterizer_task *task, argument
152 const struct lp_scene *scene = task->scene;
182 lp_rast_get_color_tile_pointer(struct lp_rasterizer_task *task, argument
185 const struct lp_scene *scene = task->scene;
187 assert(task->x < scene->tiles_x * TILE_SIZE);
188 assert(task
221 lp_rast_get_color_block_pointer(struct lp_rasterizer_task *task, unsigned buf, unsigned x, unsigned y) argument
253 lp_rast_shade_quads_all( struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y ) argument
[all...]
/external/chromium_org/sync/internal_api/public/attachments/
H A Dtask_queue.h27 // |T| is the task type.
29 // For each task added to the queue, the HandleTaskCallback will eventually be
33 // To retry a failed task, call MarkAsFailed(task) then AddToQueue(task).
72 // This callback is invoked by the queue with a task to be handled. The
74 // or |Cancel| to signify completion of the task.
82 // before dispatching tasks after a failed task (see |MarkAsFailed|). May be
93 // Add |task| to the end of the queue.
95 // If |task| i
190 AddToQueue(const T& task) argument
201 MarkAsSucceeded(const T& task) argument
212 MarkAsFailed(const T& task) argument
220 Cancel(const T& task) argument
241 FinishTask(const T& task) argument
268 const T& task = queue_.front(); local
[all...]
/external/chromium_org/content/common/gpu/
H A Ddevtools_gpu_agent.cc55 GpuTaskInfo task;
56 task.timestamp = (timestamp - TimeTicks()).InSecondsF();
57 task.phase = phase;
58 task.foreign = channel != gpu_channel_;
59 task.gpu_memory_used_bytes = channel->GetMemoryUsage();
60 task.gpu_memory_limit_bytes = gpu_channel_->gpu_channel_manager()->
72 tasks_->push_back(task);
/external/chromium_org/content/browser/dom_storage/
H A Ddom_storage_task_runner.cc38 const base::Closure& task,
45 primary_sequence_token_, from_here, task,
48 // Post a task to call this->PostTask() after the delay.
52 this, from_here, task),
59 const base::Closure& task) {
61 IDtoToken(sequence_id), from_here, task,
91 const base::Closure& task,
93 return message_loop_->PostTask(from_here, task);
99 const base::Closure& task) {
100 return message_loop_->PostTask(from_here, task);
36 PostDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
56 PostShutdownBlockingTask( const tracked_objects::Location& from_here, SequenceID sequence_id, const base::Closure& task) argument
89 PostDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
96 PostShutdownBlockingTask( const tracked_objects::Location& from_here, SequenceID sequence_id, const base::Closure& task) argument
[all...]
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dpingtask_unittest.cc68 void ConnectTimeoutSignal(buzz::PingTask* task) { argument
69 task->SignalTimeout.connect(this, &PingTaskTest::OnPingTimeout);
95 buzz::PingTask* task = new buzz::PingTask(xmpp_client, local
98 ConnectTimeoutSignal(task);
99 task->Start();
103 EXPECT_FALSE(task->IsDone());
110 buzz::PingTask* task = new buzz::PingTask(xmpp_client, local
113 ConnectTimeoutSignal(task);
114 task->Start();
H A Dpubsubtasks_unittest.cc26 void OnReceiveUpdate(buzz::PubSubReceiveTask* task, argument
31 void OnRequestResult(buzz::PubSubRequestTask* task, argument
48 void OnPublishResult(buzz::PubSubPublishTask* task) { argument
52 void OnRetractResult(buzz::PubSubRetractTask* task) { argument
56 void OnError(buzz::IqTask* task, const buzz::XmlElement* stanza) { argument
86 buzz::PubSubRequestTask* task = local
88 task->SignalResult.connect(
90 task->Start();
136 buzz::PubSubRequestTask* task = local
138 task
164 buzz::PubSubReceiveTask* task = local
199 buzz::PubSubPublishTask* task = local
223 buzz::PubSubPublishTask* task = local
245 buzz::PubSubRetractTask* task = local
[all...]
H A Dmucroomconfigtask_unittest.cc47 void OnError(buzz::IqTask* task, argument
88 buzz::MucRoomConfigTask* task = new buzz::MucRoomConfigTask( local
90 EXPECT_EQ(room_jid, task->room_jid());
92 task->SignalResult.connect(listener, &MucRoomConfigListener::OnResult);
93 task->Start();
130 buzz::MucRoomConfigTask* task = new buzz::MucRoomConfigTask( local
132 task->SignalError.connect(listener, &MucRoomConfigListener::OnError);
133 task->Start();
/external/chromium_org/base/
H A Dpending_task.h18 // Contains data about a pending task. Stored in TaskQueue and DelayedTaskQueue
22 const Closure& task);
24 const Closure& task,
32 // The task to run.
33 Closure task; member in struct:base::PendingTask
H A Ddeferred_sequenced_task_runner.h31 const Closure& task,
38 const Closure& task,
42 // deferred tasks are posted with their initial delay, meaning that the task
53 Closure task; member in struct:base::DeferredSequencedTaskRunner::DeferredTask
54 // The delay this task was initially posted with.
63 const Closure& task,
H A Dsequenced_task_runner.cc13 const Closure& task) {
14 return PostNonNestableDelayedTask(from_here, task, base::TimeDelta());
11 PostNonNestableTask( const tracked_objects::Location& from_here, const Closure& task) argument
/external/chromium_org/base/test/android/javatests/src/org/chromium/base/test/util/
H A DInstrumentationUtils.java23 FutureTask<R> task = new FutureTask<R>(callable);
24 instrumentation.runOnMainSync(task);
26 return task.get();
/external/chromium_org/chrome/browser/metrics/variations/
H A Dvariations_request_scheduler.h22 // Starts the task. This can be a repeated event or a one-off.
37 static VariationsRequestScheduler* Create(const base::Closure& task,
41 // |task| is the closure to call when the scheduler deems ready.
42 explicit VariationsRequestScheduler(const base::Closure& task);
45 base::Closure task() const;
51 // The task scheduled by this class.
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
H A Dsync_task.cc17 void CallRunExclusive(const base::WeakPtr<ExclusiveTask>& task, argument
19 if (task)
20 task->RunExclusive(SyncTaskToken::WrapToCallback(token.Pass()));
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DStringValue.java47 protected StringValue (final Task task) argument
49 if (task == null) throw new IllegalArgumentException ("null input: task");
51 m_task = task;
/external/chromium_org/base/test/
H A Dtest_pending_task.h25 const Closure& task,
34 // Returns true if this task is nestable and |other| isn't, or if
35 // this task's time to run is strictly earlier than |other|'s time
53 Closure task; member in struct:base::TestPendingTask
58 // Functions for using test pending task with tracing, useful in unit
67 std::ostream& operator<<(std::ostream& os, const TestPendingTask& task);
68 void PrintTo(const TestPendingTask& task, std::ostream* os);
H A Dnull_task_runner.h19 const base::Closure& task,
23 const base::Closure& task,
/external/chromium_org/base/threading/
H A Dpost_task_and_reply_impl.cc17 // ensures that both the |task| and |reply| Closures are deleted on this same
18 // thread. Also, |task| is guaranteed to be deleted before |reply| is run or
22 // available, the the |task| and |reply| Closures are leaked. Leaking is
28 const Closure& task, const Closure& reply)
31 task_ = task;
76 const Closure& task,
79 new PostTaskAndReplyRelay(from_here, task, reply);
27 PostTaskAndReplyRelay(const tracked_objects::Location& from_here, const Closure& task, const Closure& reply) argument
74 PostTaskAndReply( const tracked_objects::Location& from_here, const Closure& task, const Closure& reply) argument
H A Dworker_pool.h32 // This function posts |task| to run on a worker thread. |task_is_slow|
34 // false if |task| could not be posted to a worker thread. Regardless of
35 // return value, ownership of |task| is transferred to the worker pool.
37 const base::Closure& task, bool task_is_slow);
40 // for |task| is a worker thread and you can specify |task_is_slow| just
43 const Closure& task,
/external/chromium_org/gin/
H A Dv8_platform.cc29 v8::Task* task,
33 base::Bind(&v8::Task::Run, base::Owned(task)),
37 void V8Platform::CallOnForegroundThread(v8::Isolate* isolate, v8::Task* task) { argument
39 FROM_HERE, base::Bind(&v8::Task::Run, base::Owned(task)));
28 CallOnBackgroundThread( v8::Task* task, v8::Platform::ExpectedRuntime expected_runtime) argument
/external/chromium_org/media/cast/test/
H A Dskewed_single_thread_task_runner.cc29 const base::Closure& task,
33 task,
43 const base::Closure& task,
47 task,
27 PostDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
41 PostNonNestableDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
/external/chromium_org/remoting/base/
H A Dauto_thread_task_runner.cc21 const base::Closure& task,
23 CHECK(task_runner_->PostDelayedTask(from_here, task, delay));
29 const base::Closure& task,
31 CHECK(task_runner_->PostNonNestableDelayedTask(from_here, task, delay));
19 PostDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
27 PostNonNestableDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThreadSupportingGC.h30 void postTask(WebThread::Task* task) argument
32 m_thread->postTask(task);
35 void postDelayedTask(WebThread::Task* task, long long delayMs) argument
37 m_thread->postDelayedTask(task, delayMs);
/external/chromium_org/third_party/webrtc/base/
H A Dtaskrunner.h41 void StartTask(Task *task);
45 void UpdateTaskTimeout(Task *task, int64 previous_task_timeout_time);
48 bool is_ok_to_delete(Task* task) { argument
49 return task == deleting_task_;
61 // Returns the next absolute time when a task times out
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
H A DDelegatedTaskTest.java35 DelegatedTask task = new DelegatedTask(null, protocol, null);
36 task.run();
/external/chromium_org/components/gcm_driver/
H A Dgcm_delayed_task_controller.cc17 void GCMDelayedTaskController::AddTask(const base::Closure& task) { argument
18 delayed_tasks_.push_back(task);

Completed in 6080 milliseconds

1234567891011>>