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

1 2 3 4 5 67 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-swing.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/
bugTools.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FetchBaseTask.java 23 import org.apache.tools.ant.Task;
25 public class FetchBaseTask extends Task {
35 FetchBaseTask task=new FetchBaseTask(); local
36 task.mapFile="d:/workspace/org.eclipse.releng/maps/base.map";
37 task.outputFile="d:/workspace/org.eclipse.releng/fetch.xml";
38 task.execute();
VersionTrackerTask.java 14 * The file produced from this task can be loaded by an Ant script to find files in the
29 import org.apache.tools.ant.Task;
32 public class VersionTrackerTask 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/
RSSFeedCreateFeedTask.java 21 import org.apache.tools.ant.Task;
39 public class RSSFeedCreateFeedTask extends Task {
76 // The method executing the task
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar 
  /external/webkit/Source/WebCore/workers/
WorkerThread.cpp 166 class WorkerThreadShutdownFinishTask : public ScriptExecutionContext::Task {
185 class WorkerThreadShutdownStartTask : public ScriptExecutionContext::Task {
DefaultSharedWorkerRepository.cpp 78 virtual void postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task>);
79 virtual void postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task>, const String&);
133 void SharedWorkerProxy::postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task> task)
146 document->postTask(task);
149 void SharedWorkerProxy::postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode)
154 m_thread->runLoop().postTaskForMode(task, mode);
224 class SharedWorkerConnectTask : public ScriptExecutionContext::Task {
  /external/chromium/base/
message_loop_unittest.cc 11 #include "base/task.h"
160 class SlowTask : public Task {
196 // Test that PostDelayedTask results in a delayed task.
266 // Test that a delayed task still runs after a normal tasks even if the
292 // Test that a delayed task still runs after a pile of normal tasks. The key
295 // to maybe run the delayed task. It should know not to do so until the
296 // delayed task's delay has passed.
317 // Test that the interval of the timer, used to run the next delayed task, is
318 // set to a value corresponding to when the next delayed task should run.
320 // By setting num_tasks to 1, we ensure that the first task to run causes th
1093 Task* task = new OrderedTasks(&order, 1); local
1118 Task* task = new OrderedTasks(&order, 2); local
1184 Task* task = new MyTask(); local
1210 Task* task = new MyTask(); local
1303 IOHandlerTask* task = new IOHandlerTask(&handler); local
    [all...]
  /external/chromium/base/threading/
thread.cc 25 // This task is used to trigger the message loop to exit.
26 class ThreadQuitTask : public Task {
  /external/chromium/base/win/
object_watcher.cc 14 struct ObjectWatcher::Watch : public Task {
100 // task, and will therefore be deleted by the MessageLoop. Otherwise, we
  /external/chromium/chrome/browser/net/
cookie_policy_browsertest.cc 5 #include "base/task.h"
20 class GetCookiesTask : public Task {
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor.cc 7 #include "base/task.h"
16 // A helper task to register an ExtensionsActivityMonitor as an observer of
19 class RegistrationTask : public Task {
  /external/chromium/net/base/
keygen_handler_unittest.cc 12 #include "base/task.h"
83 class ConcurrencyTestTask : public Task {
  /external/chromium/net/disk_cache/
disk_cache_test_base.h 100 void RunTaskForTest(Task* task);
in_flight_backend_io.h 63 void RunTask(Task* task);
134 Task* task_;
167 void RunTask(Task* task, net::CompletionCallback* callback);
  /external/webkit/Source/WebCore/bindings/generic/
ActiveDOMCallback.cpp 43 class DestroyOnContextThreadTask : public ScriptExecutionContext::Task {
  /external/webkit/Source/WebCore/fileapi/
DOMFileSystem.h 79 // A helper template to schedule a callback task.
81 class DispatchCallbackTask : public ScriptExecutionContext::Task {
  /external/chromium/chrome/browser/sync/notifier/
cache_invalidation_packet_handler.cc 34 // TODO(akalin): Move these task classes out so that they can be
38 // A task that listens for ClientInvalidation messages and calls the
43 CacheInvalidationListenTask(Task* parent,
109 // A task that sends a single outbound ClientInvalidation message.
112 CacheInvalidationSendMessageTask(Task* parent,
191 base::WeakPtr<talk_base::Task> base_task,
  /external/chromium/chrome/browser/automation/
automation_provider_win.cc 30 // This task just adds another task to the event queue. This is useful if
32 // have already been processed by the time |task| is run.
33 class InvokeTaskLaterTask : public Task {
35 explicit InvokeTaskLaterTask(Task* task) : task_(task) {}
43 Task* task_;
75 // This task enqueues a mouse event on the event loop, so that the view
77 class MouseEventTask : public Task {
    [all...]
automation_util.cc 202 Task* task = NewRunnableFunction( local
205 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) {
206 reply.SendError("Couldn't post task to get the cookies");
250 Task* task = NewRunnableFunction( local
253 if (!BrowserThread::PostTask(BrowserThread::IO, FROM_HERE, task)) {
254 reply.SendError("Couldn't post task to delete the cookie");
335 Task* task = NewRunnableFunction local
    [all...]
  /prebuilts/devtools/tools/lib/
ant-tasks.jar 
  /external/chromium/chrome/browser/extensions/
extension_tts_api.cc 56 Task* completion_task)
102 DCHECK_EQ(completion_task_, static_cast<Task *>(NULL));
349 Task* completion_task = NewRunnableMethod(
  /external/chromium/chrome/browser/service/
service_process_control.cc 37 // If the channel has already been established then we run the task
95 void ServiceProcessControl::Launch(Task* success_task, Task* failure_task) {
100 // If the tasks are the same, then the same task needs to be invoked
176 // to it. The launch task is transfered to a connect task.
320 // After the command is executed, |task| is called with the process handle on
322 void ServiceProcessControl::Launcher::Run(Task* task) {
324 notify_task_.reset(task);
    [all...]
  /external/chromium/chrome/browser/ui/webui/
plugins_ui.cc 173 // if the PluginsDOMHandler object goes away before the task on the UI thread
179 static void LoadPluginsOnFileThread(ListWrapper* wrapper, Task* task);
308 Task* task) {
310 BrowserThread::PostTask(BrowserThread::UI, FROM_HERE, task);
328 Task* task = get_plugins_factory_.NewRunnableMethod( local
335 &PluginsDOMHandler::LoadPluginsOnFileThread, wrapper, task));

Completed in 1492 milliseconds

1 2 3 4 5 67 8 91011>>