/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/67/1/.cp/ant_tasks/ |
director-ant.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/ |
ant-antlr.jar | |
ant-jmf.jar | |
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/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/chromium_org/chrome/browser/sync_file_system/drive_backend/ |
sync_engine_initializer.h | 73 typedef base::Callback<void(const SyncStatusCallback& callback)> Task;
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
WorkerDebuggerAgent.cpp | 58 class RunInspectorCommandsTask : public ScriptDebugServer::Task { 68 // just be ignored. WorkerThread is certainly alive if this task is being executed.
|
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/ |
OfflineAudioDestinationNode.cpp | 35 #include "platform/Task.h" 88 m_renderThread->postTask(new Task(WTF::bind(&OfflineAudioDestinationNode::offlineRender, this)));
|
/external/chromium_org/third_party/WebKit/Source/web/tests/ |
FrameTestHelpers.cpp | 52 class QuitTask : public WebThread::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_org/chrome/browser/sync_file_system/ |
sync_task_manager.cc | 29 // All task on Client must hold TaskToken instance to ensure 30 // no other tasks are running. Also, as soon as a task finishes to work, 33 // dropped by a task without returning. 55 const base::Closure& task, Priority pri, int seq) 56 : task(task), priority(pri), seq(seq) {} 87 const Task& task, 89 ScheduleTaskAtPriority(task, PRIORITY_MED, callback); 93 scoped_ptr<SyncTask> task, 158 scoped_ptr<SyncTask> task = running_task_.Pass(); local [all...] |
/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...] |
/prebuilts/devtools/tools/lib/ |
ant-tasks.jar | |