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

1 2 3 4 56 7 8 91011>>

  /external/emma/ant/ant14/com/vladium/emma/instr/
FilterCfg.java 18 import org.apache.tools.ant.Task;
38 public filterElement (final Task task)
40 super (task);
118 public FilterCfg (final Task task)
120 if (task == null) throw new IllegalArgumentException ("null input: task");
122 m_task = task;
189 private final Task m_task; // never nul
    [all...]
  /external/chromium/chrome/browser/
background_mode_manager_win.cc 10 #include "base/task.h"
22 class DisableLaunchOnStartupTask : public Task {
27 class EnableLaunchOnStartupTask : public Task {
transport_security_persister.cc 32 Task* task = NewRunnableMethod(this, local
34 BrowserThread::PostDelayedTask(BrowserThread::FILE, FROM_HERE, task, 1000);
73 Task* task = save_coalescer_.NewRunnableMethod(
75 MessageLoop::current()->PostDelayedTask(FROM_HERE, task, 1000);
  /external/chromium/net/base/
cookie_monster_store_test.h 65 virtual void Flush(Task* completion_task);
132 virtual void Flush(Task* completion_task);
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_idle.cc 106 shared_state_->tasks.push_back(AsyncPixelTransferManagerIdle::Task(
129 shared_state_->tasks.push_back(AsyncPixelTransferManagerIdle::Task(
148 for (std::list<AsyncPixelTransferManagerIdle::Task>::iterator iter =
155 (*iter).task.Run();
252 AsyncPixelTransferManagerIdle::Task::Task(
253 uint64 transfer_id, const base::Closure& task)
255 task(task) {
258 AsyncPixelTransferManagerIdle::Task::~Task() {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppclient.h 34 #include "talk/base/task.h"
54 // See Task first. XmppClient is a parent task for XmppTasks.
56 // XmppClient is a task which is designed to be the parent task for
59 // listener should be a task that is a child of the XmppClient that owns
66 // should just be the same kind of Task instead of an XmppEngine specific
139 default: return Task::Process(state);
147 default: return Task::GetStateName(state);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CvsDiffParser.java 17 import org.apache.tools.ant.Task;
33 public class CvsDiffParser extends Task {
GenerateExcludeListTask.java 22 import org.apache.tools.ant.Task;
24 public class GenerateExcludeListTask extends Task {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
FileCounter.java 20 import org.apache.tools.ant.Task;
23 * This task will count the number of fils in a given directory
31 public class FileCounter extends Task {
  /external/emma/ant/ant14/com/vladium/emma/ant/
SuppressableTask.java 18 import org.apache.tools.ant.Task;
25 abstract class SuppressableTask extends Task
  /frameworks/base/services/java/com/android/server/wm/
TaskStack.java 50 private final ArrayList<Task> mTasks = new ArrayList<Task>();
83 ArrayList<Task> getTasks() {
96 * Put a Task in this stack. Used for adding and moving.
97 * @param task The task to add.
100 boolean addTask(Task task, boolean toTop) {
109 if (task.mUserId != currentUserId) {
110 // Place the task below all current user tasks
287 Task task = mTasks.get(taskNdx); local
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/76/1/.cp/ant_tasks/
resources-ant.jar 
  /external/chromium/base/
message_loop.cc 174 // Clean up any unprocessed tasks, but take care: deleting a task could
176 // limit on the number of times we will allow a deleted task to generate more
178 // we end up hitting the loop limit, then it is probably due to one task that
225 const tracked_objects::Location& from_here, Task* task) {
226 PostTask_Helper(from_here, task, 0, true);
230 const tracked_objects::Location& from_here, Task* task, int64 delay_ms) {
231 PostTask_Helper(from_here, task, delay_ms, true);
235 const tracked_objects::Location& from_here, Task* task)
451 Task* task = NULL; local
464 Task* task = delayed_work_queue_.top().task; local
    [all...]
message_pump_glib_unittest.cc 57 if (event.task) {
58 event.task->Run();
59 delete event.task;
63 // Adds an event to the queue. When "handled", executes |task|.
65 void AddEvent(int delay_ms, Task* task) {
73 EventInjector::Event event = { future, task };
87 Task* task; member in struct:__anon4131::EventInjector::Event
124 // Does nothing. This function can be called from a task
    [all...]
  /external/chromium_org/chrome/browser/sync_file_system/local/
syncable_file_system_operation.cc 37 : public SyncableFileOperationRunner::Task {
40 const base::Closure& task)
42 task_(task),
88 scoped_ptr<SyncableFileOperationRunner::Task> task(new QueueableTask(
94 operation_runner_->PostOperationTask(task.Pass());
114 scoped_ptr<SyncableFileOperationRunner::Task> task(new QueueableTask(
120 operation_runner_->PostOperationTask(task.Pass());
135 scoped_ptr<SyncableFileOperationRunner::Task> task(new QueueableTask
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerMessagingProxy.cpp 56 class MessageWorkerGlobalScopeTask : public ScriptExecutionContext::Task {
84 class MessageWorkerTask : public ScriptExecutionContext::Task {
115 class WorkerExceptionTask : public ScriptExecutionContext::Task {
154 class WorkerGlobalScopeDestroyedTask : public ScriptExecutionContext::Task {
175 class WorkerTerminateTask : public ScriptExecutionContext::Task {
196 class WorkerThreadActivityReportTask : public ScriptExecutionContext::Task {
221 class PostMessageToPageInspectorTask : public ScriptExecutionContext::Task {
299 bool WorkerMessagingProxy::postTaskForModeToWorkerGlobalScope(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode)
305 m_workerThread->runLoop().postTaskForMode(task, mode)
    [all...]
WorkerThread.cpp 153 class WorkerThreadShutdownFinishTask : public ScriptExecutionContext::Task {
171 class WorkerThreadShutdownStartTask : public ScriptExecutionContext::Task {
227 class ReleaseFastMallocFreeMemoryTask : public ScriptExecutionContext::Task {
  /external/chromium/base/threading/
worker_pool_posix_unittest.cc 11 #include "base/task.h"
28 const std::queue<Task*>& tasks() const { return pool_->tasks_; }
51 class IncrementingTask : public Task {
84 class BlockingIncrementingTask : public Task {
154 Task* CreateNewIncrementingTask() {
159 Task* CreateNewBlockingIncrementingTask() {
185 // Add one task and wait for it to be completed.
191 "There should be only one thread allocated for one task.";
197 // Add one task and wait for it to be completed.
259 // Add another non blocking task. There are no threads to reuse
    [all...]
thread_unittest.cc 20 class ToggleValue : public Task {
33 class SleepSome : public Task {
119 // Task that adds a destruction observer to the current message loop.
120 class RegisterDestructionObserver : public Task {
173 // wait for the task to run (we could use a kernel event here
  /external/chromium/chrome/browser/metrics/
histogram_synchronizer.cc 79 Task* callback_task,
98 // Post a task that would be called after waiting for wait_time. This acts
175 Task* callback_task) {
176 Task* old_task = NULL;
193 // Just in case there was a task pending....
200 Task* task = NULL; local
208 task = callback_task_;
215 InternalPostTask(thread, task, unresponsive_renderers, started);
218 void HistogramSynchronizer::InternalPostTask(MessageLoop* thread, Task* task
    [all...]
  /frameworks/base/libs/hwui/
PathCache.h 81 sp<Task<SkBitmap*> > task() const { function in struct:android::uirenderer::PathTexture
85 void setTask(const sp<Task<SkBitmap*> >& task) {
86 mTask = task;
96 sp<Task<SkBitmap*> > mTask;
293 class PathTask: public Task<SkBitmap*> {
313 virtual void onProcess(const sp<Task<SkBitmap*> >& task);
  /external/chromium/base/synchronization/
waitable_event_watcher_posix.cc 17 // That AsyncWaiter has a pointer to MessageLoop, and a Task to be posted to it.
18 // The MessageLoop ends up running the task, which calls the delegate.
23 // the MessageLoop which runs the Task, we are assured that the delegate cannot
49 // This is an asynchronous waiter which posts a task to a MessageLoop when
54 AsyncWaiter(MessageLoop* message_loop, Task* task, Flag* flag)
56 cb_task_(task),
61 // If the callback has been canceled, we don't enqueue the task, we just
84 Task *const cb_task_;
90 // this by posting this task, which calls the delegate and keeps track of whe
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/v8/
ScriptDebugServer.h 84 class Task {
86 virtual ~Task() { }
89 static void interruptAndRun(PassOwnPtr<Task>, v8::Isolate*);
  /art/runtime/
barrier_test.cc 28 class CheckWaitTask : public Task {
97 class CheckPassTask : public Task {
thread_pool_test.cc 26 class CountTask : public Task {
93 // Ensure that the task added after the workers were stopped doesn't get run.
103 class TreeTask : public Task {
129 // Test that adding new tasks from within a task works.

Completed in 873 milliseconds

1 2 3 4 56 7 8 91011>>