Searched refs:task (Results 251 - 275 of 688) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
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/mesa3d/src/gallium/drivers/llvmpipe/
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/chromium_org/third_party/WebKit/Source/devtools/scripts/compiler-runner/src/org/chromium/devtools/compiler/
H A DRunner.java109 CompilerRunner task = new CompilerRunner(descriptor, new ByteArrayOutputStream(512));
110 futures.add(executor.submit(task));
115 CompilerRunner task = future.get();
116 int result = task.result;
120 task.errStream.flush();
121 System.err.println("@@ START_MODULE:" + task.descriptor.moduleName + " @@");
122 System.err.println(task.errStream.toString("UTF-8"));
/external/chromium_org/third_party/closure_compiler/runner/src/org/chromium/closure/compiler/
H A DRunner.java114 CompilerRunner task = new CompilerRunner(descriptor, new ByteArrayOutputStream(512));
115 futures.add(executor.submit(task));
120 CompilerRunner task = future.get();
122 task.errStream.flush();
124 //System.err.println("@@ START_MODULE:" + task.descriptor.moduleName + " @@");
125 System.err.println(task.errStream.toString("UTF-8"));
128 if (task.result != 0) {
129 System.exit(task.result);
/external/chromium_org/ui/file_manager/image_loader/
H A Dimage_loader_client.js104 // This task has been canceled, but was already fetched, so it's result
109 var task = this.tasks_[message.taskId];
111 // Check if the task is still valid.
112 if (task.isValid())
113 task.accept(message);
128 * @return {?number} Remote task id or null if loaded from cache.
142 var task = this.tasks_[taskKey];
143 if (!task.isValid()) {
144 // Cancel this task since it is not valid anymore.
179 var task
[all...]
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_transaction.cc33 Operation task(queue_.front());
35 return task;
48 Operation task(stack_.top());
50 return task;
90 Operation task) {
98 task_queue_.push(task);
101 preemptive_task_queue_.push(task);
119 // A task is already posted.
357 Operation task(task_queue->pop());
358 task
89 ScheduleTask(blink::WebIDBTaskType type, Operation task) argument
[all...]
/external/chromium_org/cc/test/
H A Dordered_simple_task_runner.h21 // Subclass of TestPendingTask which has a unique ID for every task, supports
27 const base::Closure& task,
46 // This runs pending tasks based on task's post_time + delay.
47 // We should not execute a delayed task sooner than some of the queued tasks
57 const base::Closure& task,
61 const base::Closure& task,
67 // prevent infinite task loops.
72 // Allow task runner to advance now when running tasks.
87 // including modifying the task queue.
116 // when code is changed adding a new task
[all...]
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Diapps_finder_impl.cc31 const IAppsFinderTask& task,
34 DCHECK(!task.is_null());
40 base::Bind(task, base::Bind(PostResultToUIThread, type, callback)));
30 FindIAppsOnFileThread(storage_monitor::StorageInfo::Type type, const IAppsFinderTask& task, const IAppsFinderCallback& callback) argument
/external/chromium_org/gpu/command_buffer/service/
H A Dgpu_scheduler.h94 void DeferToFence(base::Closure task);
142 UnscheduleFence(gfx::GLFence* fence, base::Closure task);
147 base::Closure task; member in struct:gpu::GpuScheduler::UnscheduleFence
/external/chromium_org/sandbox/mac/
H A Dlaunchd_interception_server.cc32 mach_port_t task = mach_task_self(); local
37 if ((kr = mach_port_allocate(task, MACH_PORT_RIGHT_RECEIVE, &port)) !=
43 if ((kr = mach_port_insert_right(task, sandbox_port_, sandbox_port_,
/external/chromium_org/tools/git/
H A Dmffr.py155 for task in search_replace_tasks:
156 if len(task) == 2:
157 task.append(global_file_globs)
/external/emma/ant/ant14/com/vladium/emma/ant/
H A DGenericCfg.java41 public GenericCfg (final Task task) argument
43 if (task == null) throw new IllegalArgumentException ("null input: task");
45 m_task = task;
/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_storage_impl.cc147 // Schedules a task to be Run() on the DB thread. Tasks
157 // Once scheduled a task cannot be cancelled, but the
162 // additional data associated with the task that is not DB thread
1367 scoped_refptr<InitTask> task(new InitTask(this));
1368 task->Schedule();
1380 scoped_refptr<DisableDatabaseTask> task(new DisableDatabaseTask(this));
1381 task->Schedule();
1386 scoped_refptr<GetAllInfoTask> task(new GetAllInfoTask(this));
1387 task->AddDelegate(GetOrCreateDelegateReference(delegate));
1388 task
1779 ScheduleSimpleTask(const base::Closure& task) argument
1789 base::Closure task = pending_simple_tasks_.front(); local
[all...]
/external/chromium_org/base/
H A Dlinux_util.cc135 snprintf(buf, sizeof(buf), "/proc/%d/task", pid);
140 DIR* task = opendir(buf); local
141 if (!task) {
148 while ((dent = readdir(task))) {
155 closedir(task);
161 snprintf(buf, sizeof(buf), "/proc/%d/task/%d/syscall", pid, current_tid);
/external/chromium_org/base/message_loop/
H A Dincoming_task_queue.h29 // Appends a task to the incoming queue. Posting of all tasks is routed though
31 // task is properly synchronized between different threads.
33 // Returns true if the task was successfully added to the queue, otherwise
34 // returns false. In all cases, the ownership of |task| is transferred to the
37 const Closure& task,
63 // Adds a task to |incoming_queue_|. The caller retains ownership of
65 // |pending_task->task|. This is needed to ensure that the posting call stack
66 // does not retain |pending_task->task| beyond this function call.
/external/chromium_org/base/process/
H A Dprocess_metrics_ios.cc7 #include <mach/task.h>
/external/chromium_org/base/threading/
H A Dworker_pool_posix.h13 // task queue, it does not own the worker threads. The worker threads ask the
59 // Adds |task| to the thread pool.
61 const Closure& task);
74 // |pending_task->task|.
/external/chromium_org/cc/trees/
H A Dblocking_task_runner.h27 // To use this class, post tasks to the task runner returned by
33 // Then, on the thread that the given task runner belongs to, you may
35 // exists, the task runner will collect any PostTasks called on it, posting
57 // is destroyed, shortcutting past the task runner.
73 // Posts a task using the contained SingleThreadTaskRunner unless |capture_|
78 const base::Closure& task);
/external/chromium_org/chrome/browser/policy/cloud/
H A Dtest_request_interceptor.h73 // Helper to execute a |task| on IO, and return only after it has completed.
74 void PostToIOAndWait(const base::Closure& task);
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker_owner.h45 // Returns true if the current thread is a thread on which a task
46 // may be run, and false if no task will be run on the current
50 // Posts the given task to be run.
52 const base::Closure& task);
/external/chromium_org/chrome/browser/sync/glue/
H A Dautofill_data_type_controller.h46 const base::Closure& task) OVERRIDE;
H A Dautofill_profile_data_type_controller.h44 const base::Closure& task) OVERRIDE;
H A Dextension_setting_data_type_controller.h45 const base::Closure& task) OVERRIDE;
H A Dpassword_data_type_controller.h39 const base::Closure& task) OVERRIDE;

Completed in 401 milliseconds

<<11121314151617181920>>