HomeSort by relevance Sort by last modified time
    Searched refs:Task (Results 51 - 75 of 80) sorted by null

1 23 4

  /external/chromium/net/disk_cache/
stress_cache.cc 135 class CrashTask : public Task {
162 CrashTask* task = new CrashTask(); local
163 target_loop->PostDelayedTask(FROM_HERE, task, task_delay);
backend_impl.cc 75 // This is a simple Task to cleanup old caches.
76 class CleanupTask : public Task {
108 // Moves the cache files to a new folder and creates a task to delete them.
    [all...]
  /external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c 159 struct Task *wait;
  /external/webkit/WebCore/storage/chromium/
DatabaseTrackerChromium.cpp 102 class TrackerRemoveOpenDatabaseTask : public ScriptExecutionContext::Task {
  /external/chromium/net/base/
file_stream_posix.cc 72 // BackgroundReadTask is a simple task that reads a file and then runs
73 // |callback|. AsyncContext will post this task to the WorkerPool.
74 class BackgroundReadTask : public Task {
103 // BackgroundWriteTask is a simple task that writes to a file and then runs
104 // |callback|. AsyncContext will post this task to the WorkerPool.
105 class BackgroundWriteTask : public Task {
136 // CancelableCallbackTask takes ownership of the Callback. This task gets
179 // |result| is the result of the Read/Write task.
183 // Always called on the IO thread, either directly by a task on the
222 // still running the IO task, or the completion callback is queued up on th
    [all...]
host_resolver_impl.cc 307 Task* reply = NewRunnableMethod(this, &Job::OnLookupComplete);
  /external/webkit/WebCore/
wscript 71 import Task, ccroot
  /external/webkit/WebCore/storage/
Database.cpp 208 class DerefContextTask : public ScriptExecutionContext::Task {
240 OwnPtr<DatabaseOpenTask> task = DatabaseOpenTask::create(this, &synchronizer, e, success); local
242 m_scriptExecutionContext->databaseThread()->scheduleImmediateTask(task.release());
351 OwnPtr<DatabaseCloseTask> task = DatabaseCloseTask::create(this, &synchronizer); local
353 m_scriptExecutionContext->databaseThread()->scheduleImmediateTask(task.release());
357 class ContextRemoveOpenDatabaseTask : public ScriptExecutionContext::Task {
612 OwnPtr<DatabaseTransactionTask> task = DatabaseTransactionTask::create(transaction); local
613 LOG(StorageAPI, "Scheduling DatabaseTransactionTask %p for transaction %p\n", task.get(), task->transaction());
615 m_scriptExecutionContext->databaseThread()->scheduleTask(task.release())
715 OwnPtr<DatabaseTableNamesTask> task = DatabaseTableNamesTask::create(this, &synchronizer, result); local
    [all...]
  /sdk/anttasks/src/com/android/ant/
MultiApkExportTask.java 28 import org.apache.tools.ant.Task;
49 * Multiple APK export task.
50 * This task is meant to replace {@link SetupTask} as the main setup/export task, importing
53 public class MultiApkExportTask extends Task {
142 // and now read the property so that they can be set into the sub ant task.
178 * Creates and execute a clean sub ant task.
205 // end of the output by this task. Everything that follows will be output
214 * Creates and executes a release sub ant task.
342 // end of the output by this task. Everything that follows will be outpu
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 289 /* MAX3421 state change task and interrupt handler */
290 byte MAX3421E::Task( void )
Usb.h 155 void Task( void );
Usb.cpp 334 /* USB main task. Performs enumeration/cleanup */
335 void USB::Task( void ) //USB state machine
344 /* modify USB task state if Vbus changed */
363 //Serial.print("USB task state: ");
  /external/chromium/base/
tracked_objects.h 13 #include "base/task.h"
61 // instance we're tracking (usually a Task). This fact alone is very useful in
539 // it Posts a Task to all registered threads to be sure they are aware that no
561 // used to make sure RunOnAllThreads() actually runs a task on the expected
578 // A Task class that runs a static method supplied, and checks to see if this
581 class RunTheStatic : public Task {
  /external/proguard/src/proguard/ant/
ConfigurationTask.java 30 * This Task allows to define a ProGuard configuration from Ant.
34 public class ConfigurationTask extends Task
40 * Adds the contents of this configuration task to the given configuration.
90 // Ant task nested elements.
288 // Implementations for Task.
  /external/webkit/WebCore/workers/
WorkerContext.cpp 166 void WorkerContext::postTask(PassOwnPtr<Task> task)
168 thread()->runLoop().postTask(task);
  /prebuilt/common/ant/
ant.jar 
  /external/v8/benchmarks/
richards.js 44 * The Richards benchmark simulates the task dispatcher of an
84 * how many times a task is put on hold in a correct run of richards.
95 * priorities. Scheduling is done by maintaining a list of task control blocks
120 * Add an idle task to this scheduler.
121 * @param {int} id the identity of the task
122 * @param {int} priority the task's priority
123 * @param {Packet} queue the queue of work to be processed by the task
124 * @param {int} count the number of times to schedule the task
131 * Add a work task to this scheduler.
132 * @param {int} id the identity of the task
    [all...]
  /external/webkit/SunSpider/tests/v8-v4/
v8-richards.js 39 * The Richards benchmark simulates the task dispatcher of an
79 * how many times a task is put on hold in a correct run of richards.
90 * priorities. Scheduling is done by maintaining a list of task control blocks
115 * Add an idle task to this scheduler.
116 * @param {int} id the identity of the task
117 * @param {int} priority the task's priority
118 * @param {Packet} queue the queue of work to be processed by the task
119 * @param {int} count the number of times to schedule the task
126 * Add a work task to this scheduler.
127 * @param {int} id the identity of the task
    [all...]
  /external/chromium/net/ocsp/
nss_ocsp.cc 78 const tracked_objects::Location& from_here, Task* task) {
81 io_loop_->PostTask(from_here, task);
  /external/emma/lib/
emma_ant.jar 
  /external/webkit/WebCore/dom/
Document.cpp     [all...]
Document.h     [all...]
  /prebuilt/common/netbeans-visual/
org-openide-util.jar 
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.cpp     [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 564 <span class="en">Activity and Task Design</span>
    [all...]

Completed in 810 milliseconds

1 23 4