Searched defs:task (Results 276 - 300 of 399) sorted by relevance

<<111213141516

/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DImageLoader.cpp223 OwnPtr<Task> task = Task::create(this, updateBehavior); local
224 m_pendingTask = task->createWeakPtr();
225 Microtask::enqueueMicrotask(task.release());
237 // task, or our caller updateFromElement cleared the task's loader (and set
329 // If we have a pending task, we have to clear it -- either we're
330 // now loading immediately, or we need to reset the task's state.
/external/chromium_org/third_party/WebKit/Source/core/workers/
H A DWorkerThread.cpp146 static PassOwnPtr<WorkerThreadTask> create(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented) argument
148 return adoptPtr(new WorkerThreadTask(workerThread, task, isInstrumented));
156 // Tasks could be put on the message loop after the cleanup task,
170 WorkerThreadTask(const WorkerThread& workerThread, PassOwnPtr<ExecutionContextTask> task, bool isInstrumented) argument
172 , m_task(task)
434 void WorkerThread::postTask(PassOwnPtr<ExecutionContextTask> task) argument
436 m_thread->postTask(WorkerThreadTask::create(*this, task, true).leakPtr());
439 void WorkerThread::postDelayedTask(PassOwnPtr<ExecutionContextTask> task, long long delayMs) argument
441 m_thread->postDelayedTask(WorkerThreadTask::create(*this, task, true).leakPtr(), delayMs);
444 void WorkerThread::postDebuggerTask(PassOwnPtr<ExecutionContextTask> task) argument
455 OwnPtr<blink::WebThread::Task> task; local
[all...]
/external/chromium_org/third_party/WebKit/Source/modules/websockets/
H A DWorkerThreadableWebSocketChannel.cpp465 bool Bridge::waitForMethodCompletion(PassOwnPtr<ExecutionContextTask> task) argument
470 m_loaderProxy.postTaskToLoader(task);
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dxmppclient.cc424 void XmppClient::AddXmppTask(XmppTask* task, XmppEngine::HandlerLevel level) { argument
425 d_->engine_->AddStanzaHandler(task, level);
428 void XmppClient::RemoveXmppTask(XmppTask* task) { argument
429 d_->engine_->RemoveStanzaHandler(task);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c94 lp_rast_tile_begin(struct lp_rasterizer_task *task, argument
97 const struct lp_scene *scene = task->scene;
102 task->bin = bin;
103 task->x = bin->x * TILE_SIZE;
104 task->y = bin->y * TILE_SIZE;
107 memset(task->color_tiles, 0, sizeof(task->color_tiles));
111 struct pipe_surface *zsbuf = task->scene->fb.zsbuf;
127 task->x,
128 task
150 lp_rast_clear_color(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
212 lp_rast_clear_zstencil(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
333 lp_rast_shade_tile(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
396 lp_rast_shade_tile_opaque(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
425 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, unsigned mask) argument
483 lp_rast_begin_query(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
500 lp_rast_end_query(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
512 lp_rast_set_state(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
577 lp_rast_tile_end(struct lp_rasterizer_task *task) argument
636 do_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) argument
661 rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin ) argument
701 rasterize_scene(struct lp_rasterizer_task *task, struct lp_scene *scene) argument
802 struct lp_rasterizer_task *task = (struct lp_rasterizer_task *) init_data; local
897 struct lp_rasterizer_task *task = &rast->tasks[i]; local
[all...]
H A Dlp_rast_tri.c46 block_full_4(struct lp_rasterizer_task *task, argument
50 lp_rast_shade_quads_all(task, &tri->inputs, x, y);
58 block_full_16(struct lp_rasterizer_task *task, argument
67 block_full_4(task, tri, x + ix, y + iy);
116 lp_rast_triangle_3_16(struct lp_rasterizer_task *task, argument
122 lp_rast_triangle_3(task, arg2);
126 lp_rast_triangle_4_16(struct lp_rasterizer_task *task, argument
132 lp_rast_triangle_4(task, arg2);
136 lp_rast_triangle_3_4(struct lp_rasterizer_task *task, argument
139 lp_rast_triangle_3_16(task, ar
252 lp_rast_triangle_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
366 lp_rast_triangle_3_4(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
[all...]
/external/libcxxabi/src/Unwind/
H A DAddressSpace.hpp379 OtherAddressSpace(task_t task) : fTask(task) {} argument
463 unw_addr_space_i386(task_t task) : oas(task) {} argument
471 unw_addr_space_x86_64(task_t task) : oas(task) {} argument
479 unw_addr_space_ppc(task_t task) : oas(task) {} argument
/external/lldb/tools/darwin-threads/
H A Dexamine-threads.c162 inferior_namespace_mach_port_num (task_t task, thread_t examine_threads_port, thread_t *inferior_port) argument
173 retval = mach_port_names (task, &names, &nameslen, &types, &typeslen);
184 retval = mach_port_extract_right (task, names[i], MACH_MSG_TYPE_COPY_SEND, &local_name, &local_type);
270 task_t task; local
356 kr = task_for_pid (mach_task_self (), pid, &task);
366 kr = task_info (task, TASK_BASIC_INFO, (task_info_t) &info, &info_count);
387 kr = task_threads (task, &thread_list, &thread_count);
426 if (inferior_namespace_mach_port_num (task, thread_list[i], &mach_port_inferior_namespace))
475 kern_return_t err = task_resume (task);
477 printf ("Error resuming task
[all...]
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThreadList.cpp278 task_t task = process->Task().TaskPort(); local
279 DNBError err(::task_threads (task, &thread_list, &thread_list_count), DNBError::MachKernel);
282 err.LogThreaded("::task_threads ( task = 0x%4.4x, thread_list => %p, thread_list_count => %u )", task, thread_list, thread_list_count);
375 // will spawn threads while a task is suspended.
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_rast.c94 lp_rast_tile_begin(struct lp_rasterizer_task *task, argument
97 const struct lp_scene *scene = task->scene;
102 task->bin = bin;
103 task->x = bin->x * TILE_SIZE;
104 task->y = bin->y * TILE_SIZE;
107 memset(task->color_tiles, 0, sizeof(task->color_tiles));
111 struct pipe_surface *zsbuf = task->scene->fb.zsbuf;
127 task->x,
128 task
150 lp_rast_clear_color(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
212 lp_rast_clear_zstencil(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
333 lp_rast_shade_tile(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
396 lp_rast_shade_tile_opaque(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
425 lp_rast_shade_quads_mask(struct lp_rasterizer_task *task, const struct lp_rast_shader_inputs *inputs, unsigned x, unsigned y, unsigned mask) argument
483 lp_rast_begin_query(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
500 lp_rast_end_query(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
512 lp_rast_set_state(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
577 lp_rast_tile_end(struct lp_rasterizer_task *task) argument
636 do_rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin) argument
661 rasterize_bin(struct lp_rasterizer_task *task, const struct cmd_bin *bin ) argument
701 rasterize_scene(struct lp_rasterizer_task *task, struct lp_scene *scene) argument
802 struct lp_rasterizer_task *task = (struct lp_rasterizer_task *) init_data; local
897 struct lp_rasterizer_task *task = &rast->tasks[i]; local
[all...]
H A Dlp_rast_tri.c46 block_full_4(struct lp_rasterizer_task *task, argument
50 lp_rast_shade_quads_all(task, &tri->inputs, x, y);
58 block_full_16(struct lp_rasterizer_task *task, argument
67 block_full_4(task, tri, x + ix, y + iy);
116 lp_rast_triangle_3_16(struct lp_rasterizer_task *task, argument
122 lp_rast_triangle_3(task, arg2);
126 lp_rast_triangle_4_16(struct lp_rasterizer_task *task, argument
132 lp_rast_triangle_4(task, arg2);
136 lp_rast_triangle_3_4(struct lp_rasterizer_task *task, argument
139 lp_rast_triangle_3_16(task, ar
252 lp_rast_triangle_3_16(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
366 lp_rast_triangle_3_4(struct lp_rasterizer_task *task, const union lp_rast_cmd_arg arg) argument
[all...]
/external/oprofile/module/ia64/
H A Dop_syscalls.c108 static int oprof_output_maps(struct task_struct * task) argument
119 if (!(mm = task->mm))
/external/emma/lib/
H A Demma_ant.jar ... defs= " (org.apache.tools.ant.Task) org.apache.tools.ant.Task task ...
/external/chromium_org/android_webview/native/
H A Dcookie_manager.cc174 void ExecCookieTaskSync(const base::Callback<void(BoolCallback)>& task);
175 void ExecCookieTaskSync(const base::Callback<void(IntCallback)>& task);
176 void ExecCookieTaskSync(const base::Callback<void(base::Closure)>& task);
177 void ExecCookieTask(const base::Closure& task);
278 // Executes the |task| on the |cookie_monster_proxy_| message loop and
290 const base::Callback<void(BoolCallback)>& task) {
293 base::Bind(task, BoolCallbackAdapter(SignalEventClosure(&completion))));
300 const base::Callback<void(IntCallback)>& task) {
303 base::Bind(task, IntCallbackAdapter(SignalEventClosure(&completion))));
311 const base::Callback<void(base::Closure)>& task) {
289 ExecCookieTaskSync( const base::Callback<void(BoolCallback)>& task) argument
299 ExecCookieTaskSync( const base::Callback<void(IntCallback)>& task) argument
310 ExecCookieTaskSync( const base::Callback<void(base::Closure)>& task) argument
319 ExecCookieTask(const base::Closure& task) argument
[all...]
/external/chromium_org/base/message_loop/
H A Dmessage_loop.cc90 // time for every task that is added to the MessageLoop incoming queue.
93 // The Android UI message loop needs to get notified each time a task is added
166 // Clean up any unprocessed tasks, but take care: deleting a task could
168 // limit on the number of times we will allow a deleted task to generate more
170 // we end up hitting the loop limit, then it is probably due to one task that
278 const Closure& task) {
279 DCHECK(!task.is_null()) << from_here.ToString();
280 incoming_task_queue_->AddToIncomingQueue(from_here, task, TimeDelta(), true);
285 const Closure& task,
287 DCHECK(!task
276 PostTask( const tracked_objects::Location& from_here, const Closure& task) argument
283 PostDelayedTask( const tracked_objects::Location& from_here, const Closure& task, TimeDelta delay) argument
291 PostNonNestableTask( const tracked_objects::Location& from_here, const Closure& task) argument
298 PostNonNestableDelayedTask( const tracked_objects::Location& from_here, const Closure& task, TimeDelta delay) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/system/
H A Dautomatic_reboot_manager_unittest.cc65 const base::Closure& task,
69 const base::Closure& task,
227 const base::Closure& task,
229 tasks_.push(std::pair<base::TimeTicks, base::Closure>(now_ + delay, task));
235 const base::Closure& task,
270 base::Closure task = tasks_.top().second; local
272 task.Run();
288 base::Closure task = tasks_.top().second; local
290 task.Run();
300 base::Closure task local
225 PostDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
233 PostNonNestableDelayedTask( const tracked_objects::Location& from_here, const base::Closure& task, base::TimeDelta delay) argument
[all...]
/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index_unittest.cc62 explicit CacheFileSaverObserver(const base::Closure& task);
76 CacheFileSaverObserver::CacheFileSaverObserver(const base::Closure& task) argument
77 : task_(task),
/external/chromium_org/chrome/browser/sync/
H A Dprofile_sync_service_typed_url_unittest.cc117 virtual void ScheduleDBTask(scoped_ptr<history::HistoryDBTask> task,
119 history::HistoryDBTask* task_raw = task.get();
125 task.release()));
147 void RunTaskOnDBThread(history::HistoryDBTask* task) { argument
148 EXPECT_TRUE(task->RunOnDBThread(backend_.get(), NULL));
/external/chromium_org/chrome/service/cloud_print/
H A Dcloud_print_connector.cc471 PendingTask task; local
472 task.type = PENDING_PRINTERS_AVAILABLE;
473 AddPendingTask(task);
477 PendingTask task; local
478 task.type = PENDING_PRINTER_DELETE;
479 task.printer_id = id;
480 AddPendingTask(task);
485 PendingTask task; local
486 task.type = PENDING_PRINTER_REGISTER;
487 task
491 AddPendingTask(const PendingTask& task) argument
[all...]
/external/chromium_org/content/browser/appcache/
H A Dappcache_request_handler_unittest.cc236 void PushNextTask(const base::Closure& task) { argument
237 task_stack_.push(task);
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_version.cc61 // A callback adapter to start a |task| after StartWorker.
65 const base::Closure& task,
80 task.Run();
62 RunTaskAfterStartWorker( base::WeakPtr<ServiceWorkerVersion> version, const StatusCallback& error_callback, const base::Closure& task, ServiceWorkerStatusCode status) argument
/external/chromium_org/content/child/webcrypto/
H A Dwebcrypto_impl.cc85 const base::Closure& task);
96 const base::Closure& task) {
97 return crypto_thread_pool.Get().task_runner_->PostTask(from_here, task);
138 // Gets a task runner for the current thread. The current thread is either:
95 PostTask(const tracked_objects::Location& from_here, const base::Closure& task) argument
/external/chromium_org/dbus/
H A Dobject_proxy.cc135 base::Closure task = base::Bind(&ObjectProxy::RunResponseCallback, local
141 bus_->GetOriginTaskRunner()->PostTask(FROM_HERE, task);
151 base::Closure task = base::Bind(&ObjectProxy::StartAsyncMethodCall, local
163 bus_->GetDBusTaskRunner()->PostTask(FROM_HERE, task);
252 base::Closure task = base::Bind(&ObjectProxy::RunResponseCallback, local
258 bus_->GetOriginTaskRunner()->PostTask(FROM_HERE, task);
294 base::Closure task = base::Bind(&ObjectProxy::RunResponseCallback, local
300 bus_->GetOriginTaskRunner()->PostTask(FROM_HERE, task);
505 // Post a task to run the method in the origin thread.
/external/chromium_org/net/disk_cache/simple/
H A Dsimple_index_file.cc256 base::Closure task = base::Bind(&SimpleIndexFile::SyncLoadIndexEntries, local
260 worker_pool_->PostTaskAndReply(FROM_HERE, task, callback);
/external/chromium_org/ppapi/proxy/
H A Dppapi_proxy_test.cc96 void RunTaskOnRemoteHarness(const base::Closure& task, argument
98 task.Run();
579 void TwoWayTest::PostTaskOnRemoteHarness(const base::Closure& task) { argument
583 task,

Completed in 7413 milliseconds

<<111213141516