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

1 2 3 4 5 6 78 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/46/1/.cp/lib/
repository-tools-ant.jar 
  /external/chromium/base/
message_loop_proxy_impl_unittest.cc 50 class DummyTask : public Task {
timer.h 52 #include "base/task.h"
87 // We have access to the timer_ member so we can orphan this task.
88 class TimerTask : public Task {
100 // Used to initiated a new delayed task. This has the side-effect of
148 // This task may be getting cleared because the MessageLoop has been
150 // to this now-defunct task.
174 // Task is old. So, if the Timer points to a different task, assume
175 // that the Timer has already taken care of properly setting the task.
  /external/chromium/chrome/browser/download/
save_file_manager.h 77 class Task;
  /external/chromium/chrome/browser/extensions/
extension_idle_api.cc 15 #include "base/task.h"
52 class ExtensionIdlePollingTask : public Task {
57 // Overridden from Task.
130 // Create a secondary polling task until an active state is reached.
  /external/chromium/chrome/browser/policy/
asynchronous_policy_loader.cc 8 #include "base/task.h"
27 // will cause the task to be forgotten. Instead, post a task to the ui thread
55 class UpdatePolicyTask : public Task {
91 // Only check the thread if there's still a reload task. During
115 // change in policy, schedule a reload task that'll make us recheck after a
123 // Drop the reference to the reload task, since the task might be the only
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.cc 91 base::WeakPtr<talk_base::Task> base_task) {
chrome_invalidation_client.cc 43 StateWriter* state_writer, base::WeakPtr<talk_base::Task> base_task) {
82 base::WeakPtr<talk_base::Task> base_task) {
  /external/chromium/chrome/common/
important_file_writer.cc 16 #include "base/task.h"
26 class WriteToDiskTask : public Task {
111 // Posting the task to background message loop is not expected
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-weblogic.jar 
ant-jdepend.jar 
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebUrlLoaderClient.cpp 195 OwnPtr<Task> task(m_queue.front());
197 task->Run();
220 // before the task starts running on the IO thread.
340 // Trampoline to wrap a Chromium Task* in a WebKit-style static function + void*.
342 OwnPtr<Task> task(static_cast<Task*>(v));
343 task->Run();
348 void WebUrlLoaderClient::maybeCallOnMainThread(Task* task
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
WorkerFileSystemCallbacksBridge.cpp 342 void WorkerFileSystemCallbacksBridge::runTaskOnMainThread(WebCore::ScriptExecutionContext* scriptExecutionContext, PassRefPtr<WorkerFileSystemCallbacksBridge> bridge, PassOwnPtr<WebCore::ScriptExecutionContext::Task> taskToRun)
346 // Every task run will result in one call to mayPostTaskToWorker, which is where this ref is released.
352 void WorkerFileSystemCallbacksBridge::runTaskOnWorkerThread(WebCore::ScriptExecutionContext* scriptExecutionContext, PassRefPtr<WorkerFileSystemCallbacksBridge> bridge, PassOwnPtr<WebCore::ScriptExecutionContext::Task> taskToRun)
362 void WorkerFileSystemCallbacksBridge::dispatchTaskToMainThread(PassOwnPtr<WebCore::ScriptExecutionContext::Task> task)
366 m_worker->dispatchTaskToMainThread(createCallbackTask(&runTaskOnMainThread, RefPtr<WorkerFileSystemCallbacksBridge>(this).release(), task));
369 void WorkerFileSystemCallbacksBridge::mayPostTaskToWorker(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode)
379 m_worker->postTaskForModeToWorkerContext(createCallbackTask(&runTaskOnWorkerThread, bridge, task), mode);
  /external/antlr/antlr-3.4/antlr-ant/main/antlr3-task/
antlr3.jar 
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 31 class BackupTask : public Task {
49 class BookmarkStorage::LoadTask : public Task {
  /external/chromium/chrome/browser/rlz/
rlz.cc 21 #include "base/task.h"
119 // This task is run in the file thread, so to not block it for a long time
121 class DailyPingTask : public Task {
159 // This task needs to run on the UI thread.
160 class DelayedInitTask : public Task {
235 // Flag that remembers if the delayed task already ran or not. This is
323 // In such case we repost the task on the right thread and return error.
  /external/chromium/chrome/browser/sync/util/
extensions_activity_monitor_unittest.cc 41 class BookmarkAPIEventTask : public Task {
91 class DoUIThreadSetupTask : public Task {
  /external/chromium/net/base/
cookie_monster_store_test.cc 54 void MockPersistentCookieStore::Flush(Task* completion_task) {
140 void MockSimplePersistentCookieStore::Flush(Task* completion_task) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/118/1/.cp/lib/
jarprocessor-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/59/1/.cp/
jdtCompilerAdapter.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
CompileErrorCheck.java 14 * A custom Ant task that finds compile logs containing compile
32 import org.apache.tools.ant.Task;
38 public class CompileErrorCheck extends Task {
UnpackUpdateJars.java 26 import org.apache.tools.ant.Task;
34 public class UnpackUpdateJars extends Task {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src_rss/org/eclipse/releng/services/rss/
RSSFeedPublisherTask.java 13 //TODO: enable support for running task on Windows (problems with ssh, scp, cvs)
23 import org.apache.tools.ant.Task;
48 public class RSSFeedPublisherTask extends Task {
124 // The method executing the task
226 private void runCVSExecTask(String task, String dir)
228 util.runExecTask(CVSExec, "-d " + CVSRoot + " -q " + task, dir); //$NON-NLS-1$ //$NON-NLS-2$
RSSFeedWatcherTask.java 22 import org.apache.tools.ant.Task;
48 public class RSSFeedWatcherTask extends Task {
106 // The method executing the task
179 // collect property from newNode and pass it to THIS task so that the local ant script can see it
187 // collect properties from exec task and pass them to THIS task so that the local ant script can see them

Completed in 371 milliseconds

1 2 3 4 5 6 78 91011>>