HomeSort by relevance Sort by last modified time
    Searched refs:Task (Results 101 - 125 of 415) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/24/1/.cp/ant_tasks/
helpbase-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
FindMachineTask.java 19 import org.apache.tools.ant.Task;
27 public class FindMachineTask extends Task {
VersionNumberStripper.java 13 import org.apache.tools.ant.Task;
23 public class VersionNumberStripper extends Task {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/generators/rss/
RSSFeedGetPropertyTask.java 16 import org.apache.tools.ant.Task;
31 public class RSSFeedGetPropertyTask extends Task {
57 // The method executing the task
  /frameworks/base/libs/hwui/thread/
TaskManager.h 31 class Task;
44 * Returns true if this task manager can run tasks,
61 bool addTask(const sp<Task<T> >& task, const sp<TaskProcessor<T> >& processor) {
62 return addTaskBase(sp<TaskBase>(task), sp<TaskProcessorBase>(processor));
65 bool addTaskBase(const sp<TaskBase>& task, const sp<TaskProcessorBase>& processor);
70 TaskWrapper(const sp<TaskBase>& task, const sp<TaskProcessorBase>& processor):
71 mTask(task), mProcessor(processor) {
82 bool addTask(TaskWrapper task);
94 // task is available in the lis
    [all...]
  /external/chromium/chrome/browser/
upgrade_detector.cc 14 #include "base/task.h"
65 // This task checks the currently running version of Chrome against the
67 // callback task. Otherwise it just deletes the task.
68 class DetectUpgradeTask : public Task {
70 explicit DetectUpgradeTask(Task* upgrade_detected_task,
80 new DeleteTask<Task>(upgrade_detected_task_));
146 Task* upgrade_detected_task_;
190 Task* callback_task =
  /external/chromium/chrome/browser/automation/
ui_controls_win.cc 10 #include "base/task.h"
22 // appropriate event is received the task is notified.
25 InputDispatcher(Task* task, WPARAM message_waiting_for);
32 // an event that notifies the task.
40 // Notifies the task and release this (which should delete it).
43 // The task we notify.
44 scoped_ptr<Task> task_;
110 InputDispatcher::InputDispatcher(Task* task, UINT message_waiting_for
    [all...]
ui_controls_linux.cc 27 EventWaiter(Task* task, GdkEventType type, int count)
28 : task_(task),
59 Task* task_;
147 Task* task) {
156 // This object will delete itself after running |task|.
157 new EventWaiter(task, GDK_KEY_RELEASE, release_count);
172 bool SendMouseMoveNotifyWhenDone(long x, long y, Task* task) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
task_unittest.cc 43 #include "talk/base/task.h"
58 // this is a generic timeout task which, when it signals timeout, will
59 // include the unique ID of the task in the signal (we don't use this
61 // an array of the same types of task)
63 class IdTimeoutTask : public Task, public sigslot::has_slots<> {
65 explicit IdTimeoutTask(TaskParent *parent) : Task(parent) {
83 Task::Stop();
111 // simple implementation of a task runner which uses Windows'
150 // no need to delete any tasks; the task runner owns them
162 LOG(LS_INFO) << "Task " << stuck_[i].xlat_ << " created with timeout
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 26 import org.apache.tools.ant.Task;
113 Element (final Task task, final IProperties settings)
115 if (task == null)
116 throw new IllegalArgumentException ("null input: task");
120 m_task = task;
151 protected final Task m_task; // never null
167 Element_HTML (final Task task, final IProperties settings)
169 super (task, settings)
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store.h 19 class Task;
132 // Schedule the given |task| to be run in the PasswordStore's own thread.
133 virtual void ScheduleTask(Task* task);
182 // the method specified in |task| and then calls back into the source thread
185 // method will actually modify the password store data. |task| may not be
186 // NULL. This method owns and will delete |task|.
187 void WrapModificationTask(Task* task);
  /external/chromium/chrome/common/
service_process_util_posix.cc 17 Task* shutdown_task)
139 base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task) {
142 scoped_ptr<Task> scoped_shutdown_task(shutdown_task);
service_process_util_win.cc 13 #include "base/task.h"
52 explicit ServiceProcessShutdownMonitor(Task* shutdown_task)
71 scoped_ptr<Task> shutdown_task_;
127 base::MessageLoopProxy* message_loop_proxy, Task* shutdown_task) {
130 scoped_ptr<Task> scoped_shutdown_task(shutdown_task);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
feedTools.jar 
  /external/emma/ant/ant14/com/vladium/emma/ant/
GenericCfg.java 19 import org.apache.tools.ant.Task;
41 public GenericCfg (final Task task)
43 if (task == null) throw new IllegalArgumentException ("null input: task");
45 m_task = task;
141 private final Task m_task;
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.h 55 byte Task();
  /external/chromium/base/synchronization/
cancellation_flag_unittest.cc 25 class CancelTask : public Task {
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_proxy_service.h 60 // Invoke a task that gets run after the service process successfully
61 // launches. The task typically involves sending an IPC to the service
63 bool InvokeServiceTask(Task* task);
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.h 13 #include "base/task.h"
55 class CreateRootTask : public Task {
  /external/chromium/chrome/browser/sync/notifier/
chrome_system_resources.cc 56 invalidation::Closure* task) {
59 Task* task_to_post = MakeTaskToPost(task);
68 invalidation::Closure* task) {
71 Task* task_to_post = MakeTaskToPost(task);
81 invalidation::Closure* task) {
84 ScheduleImmediately(task);
146 Task* ChromeSystemResources::MakeTaskToPost(
147 invalidation::Closure* task) {
    [all...]
chrome_system_resources.h 18 #include "base/task.h"
40 invalidation::Closure* task);
42 virtual void ScheduleImmediately(invalidation::Closure* task);
44 virtual void ScheduleOnListenerThread(invalidation::Closure* task);
65 // If the scheduler has been started, inserts |task| into
66 // |posted_tasks_| and returns a Task* to post. Otherwise,
67 // immediately deletes |task| and returns NULL.
68 Task* MakeTaskToPost(invalidation::Closure* task);
70 // Runs the task, deletes it, and removes it from |posted_tasks_|
    [all...]
  /external/chromium/third_party/libjingle/source/talk/examples/call/
presencepushtask.h 43 PresencePushTask(Task * parent, CallClient* client)
  /external/chromium_org/chrome_frame/
task_marshaller.h 18 class Task;
27 // the task queue is not empty.
39 const base::Closure& task);
41 const base::Closure& task,
  /external/chromium_org/content/browser/net/
sqlite_persistent_cookie_store.h 19 class Task;
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLTransactionClient.cpp 41 class NotifyDatabaseChangedTask : public ScriptExecutionContext::Task {

Completed in 640 milliseconds

1 2 3 45 6 7 8 91011>>