HomeSort by relevance Sort by last modified time
    Searched refs:Task (Results 251 - 275 of 342) sorted by null

<<11121314

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 
ant-starteam.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/antlr3-src/org/apache/tools/ant/antlr/
ANTLR3.java 48 import org.apache.tools.ant.Task;
65 public class ANTLR3 extends Task {
273 * The depend option is always used implicitely inside the antlr3 task
410 * of the jar-archives it makes the task independent of
  /external/chromium/chrome/browser/sync/
profile_sync_service_preference_unittest.cc 11 #include "base/task.h"
73 bool StartSyncService(Task* task, bool will_fail_association) {
78 &factory_, profile_.get(), "test", false, task));
191 class AddPreferenceEntriesTask : public Task {
219 CreateRootTask task(this, syncable::PREFERENCES);
220 ASSERT_TRUE(StartSyncService(&task, false));
221 ASSERT_TRUE(task.success());
245 CreateRootTask task(this, syncable::PREFERENCES);
246 ASSERT_TRUE(StartSyncService(&task, false))
    [all...]
  /external/chromium/chrome/browser/ui/webui/
gpu_internals_ui.cc 299 class ReadTraceFileTask : public Task {
323 class WriteTraceFileTask : public Task {
print_preview_handler.cc 189 // A Task implementation that stores a PDF file on disk.
190 class PrintToPdfTask : public Task {
199 // Task implementation
236 scoped_refptr<PrintSystemTaskProxy> task = local
240 NewRunnableMethod(task.get(),
304 scoped_refptr<PrintSystemTaskProxy> task =
309 NewRunnableMethod(task.get(),
372 PrintToPdfTask* task = new PrintToPdfTask(metafile, path); local
373 BrowserThread::PostTask(BrowserThread::FILE, FROM_HERE, task);
  /external/chromium/net/disk_cache/
in_flight_backend_io.cc 122 void BackendIO::RunTask(Task* task) {
124 task_ = task;
379 void InFlightBackendIO::RunTask(Task* task, net::CompletionCallback* callback) {
381 operation->RunTask(task);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedAddEntryTask.java 33 import org.apache.tools.ant.Task;
58 * dependencyURLs - upstream dependencies, eg., UML2 depends on emf and eclipse, so specify TWO URLs in properties file or ant task
109 public class RSSFeedAddEntryTask extends Task {
200 //optional: upstream dependencies, eg., UML2 depends on emf and eclipse, so specify TWO URLs in properties file or ant task
236 // The method executing the task
  /frameworks/base/libs/hwui/
PathCache.cpp 33 #include "thread/Task.h"
323 void PathCache::PathProcessor::onProcess(const sp<Task<SkBitmap*> >& task) {
324 sp<PathTask> t = static_cast<PathTask* >(task.get());
414 const sp<Task<SkBitmap*> >& task = texture->task(); local
415 if (task != NULL) {
418 SkBitmap* bitmap = task->getResult();
463 sp<PathTask> task = new PathTask(path, paint, texture) local
    [all...]
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 155 void Task( void );
  /external/chromium/base/files/
file_path_watcher_linux.cc 29 #include "base/task.h"
151 class InotifyReaderTask : public Task {
  /external/chromium/chrome/browser/bookmarks/
bookmark_html_writer.cc 81 class Writer : public Task {
  /external/chromium/chrome/browser/
browser_main_win.cc 70 class BrowserUsageUpdater : public Task {
aeropeek_manager.cc 237 // A task that registers a thumbnail window as a child of the specified
239 class RegisterThumbnailTask : public Task {
292 // A task which creates a thumbnail image used by AeroPeek and sends it to
294 class SendThumbnailTask : public Task {
428 // An event to notify when this task finishes.
432 // A task which creates a preview image used by AeroPeek and sends it to
434 // This task becomes more complicated than SendThumbnailTask because this task
437 // This task is used if an AeroPeek window receives a
439 class SendLivePreviewTask : public Task {
    [all...]
  /external/chromium/chrome/browser/policy/
user_policy_cache.cc 12 #include "base/task.h"
31 class PersistPolicyTask : public Task {
41 // Task override.
  /external/chromium/chrome/browser/printing/
print_job_worker.cc 18 class PrintJobWorker::NotificationTask : public Task {
82 // Recursive task processing is needed for the dialog in case it needs to be
83 // destroyed by a task.
138 // message recursively, so disable recursive task processing.
278 NotificationTask* task = new NotificationTask(); local
279 task->Init(owner_,
283 owner_->message_loop()->PostTask(FROM_HERE, task);
294 NotificationTask* task = new NotificationTask(); local
295 task->Init(owner_,
299 owner_->message_loop()->PostTask(FROM_HERE, task);
335 NotificationTask* task = new NotificationTask(); local
    [all...]
  /external/chromium/chrome/browser/sync/glue/
autofill_data_type_controller_unittest.cc 70 class SignalEventTask : public Task {
138 // Run a task through the DB message loop to ensure that
  /external/webkit/Source/WebCore/inspector/
InspectorAgent.cpp 318 class PostWorkerNotificationToFrontendTask : public ScriptExecutionContext::Task {
  /external/chromium/chrome/browser/ui/
browser_init.cc 109 class SetAsDefaultBrowserTask : public Task {
236 class NotifyNotDefaultBrowserTask : public Task {
269 class CheckDefaultBrowserTask : public Task {
    [all...]
  /prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.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/PerformanceTests/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/webkit/PerformanceTests/SunSpider/tests/v8-v5/
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/webkit/PerformanceTests/SunSpider/tests/v8-v6/
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...]

Completed in 1016 milliseconds

<<11121314