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

1 2 3 4 5 6 7 8 91011>>

  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
task.rb 14 A rake task-generating utility concerning ANTLR grammar file
19 require 'antlr3/task'
77 Rake::Task[ full_name ]
86 Rake::Task[ full_name ]
96 task( 'clobber' ) do
107 task( 'compile' => target_files )
  /external/chromium/chrome/browser/history/
history.h 19 #include "base/task.h"
67 // When HistoryBackend processes the task it invokes RunOnDBThread. Once the
68 // task completes and has not been canceled, DoneRunOnMainThread is invoked back
73 // task is done. A return value of true signals the task is done and
75 // indicates the task is not done, and should be run again after other
527 virtual Handle ScheduleDBTask(HistoryDBTask* task,
536 // Designed for unit tests, this passes the given task on to the history
542 // There can be only one closing task, so this will override any previously
543 // set task. We will take ownership of the pointer and delete it when done
    [all...]
  /external/chromium/chrome/browser/sync/
profile_sync_service_session_unittest.cc 12 #include "base/task.h"
105 bool StartSyncService(Task* task, bool will_fail_association) {
109 &factory_, profile(), "test user", false, task));
148 class CreateRootTask : public Task {
171 CreateRootTask task(this);
172 ASSERT_TRUE(StartSyncService(&task, false));
173 ASSERT_TRUE(task.success());
199 CreateRootTask task(this);
200 ASSERT_TRUE(StartSyncService(&task, false))
    [all...]
test_profile_sync_service.cc 90 // The SyncBackend posts a task to the current loop when
163 Task* initial_condition_setup_task)
  /external/chromium/chrome/browser/web_applications/
web_app.cc 149 // Represents a task that creates web application shortcut. This runs on
152 class CreateShortcutTask : public Task {
159 class CreateShortcutCallbackTask : public Task {
167 // Overridden from Task:
177 // Overridden from Task:
192 // Callback when task is finished.
  /external/chromium/net/base/
cookie_monster.h 21 #include "base/task.h"
212 // Flush the backing store (if any) to disk and post the given task when done.
215 // actually does the flushing. Your Task should generally post a notification
217 void FlushStore(Task* completion_task);
    [all...]
directory_lister.cc 21 // A task which is used to signal the delegate asynchronously.
22 class DirectoryDataEvent : public Task {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/110/1/.cp/ant_tasks/
publisher-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/generators/
TestVersionTracker.java 15 * The file produced from this task can be loaded by an Ant script to find files in the
39 import org.apache.tools.ant.Task;
54 public class TestVersionTracker extends Task{
  /external/webkit/Source/WebCore/workers/
WorkerContext.cpp 87 class CloseWorkerContextTask : public ScriptExecutionContext::Task {
207 void WorkerContext::postTask(PassOwnPtr<Task> task)
209 thread()->runLoop().postTask(task);
  /device/google/accessory/arduino/USB_Host_Shield/
Max3421e.cpp 289 /* MAX3421 state change task and interrupt handler */
290 byte MAX3421E::Task( void )
  /external/chromium/chrome/browser/automation/
automation_provider.cc 22 #include "base/task.h"
398 // This task just adds another task to the event queue. This is useful if
400 // have already been processed by the time |task| is run.
401 class InvokeTaskLaterTask : public Task {
403 explicit InvokeTaskLaterTask(Task* task) : task_(task) {}
411 Task* task_;
508 class SetProxyConfigTask : public Task {
    [all...]
  /external/chromium/chrome/browser/chromeos/cros/
libcros_service_library.cc 67 Task* notify_task_; // Task to notify of resolution result.
199 // Called on IO thread as task posted from ResolveProxyHandler on UI thread.
241 // Called on UI thread as task posted from Request::OnCompletion on IO thread.
  /external/chromium/chrome/browser/debugger/
devtools_sanity_unittest.cc 139 class CancelableQuitTask : public Task {
  /external/chromium/chrome/browser/
gpu_process_host_ui_shim.cc 42 class SendOnIOThreadTask : public Task {
mach_broker_mac.cc 28 class RegisterNotificationTask : public Task {
102 LOG(ERROR) << "Error getting pid for task " << child_task
116 // The MachBroker to use when new child task rights are received. Can be
183 << "Failed to mach_port_deallocate mach task " << it->second.mach_task_
192 // Returns the mach task belonging to |pid|.
  /external/chromium/chrome/browser/search_engines/
search_provider_install_data.cc 12 #include "base/task.h"
186 void SearchProviderInstallData::CallWhenLoaded(Task* task) {
190 task->Run();
191 delete task;
195 task_queue_.Push(task);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 261 // Task that invokes ShowDropFolderForNode when run. ShowFolderDropMenuTask
263 class ShowFolderDropMenuTask : public Task {
491 // Task used to delay showing of the drop menu.
  /external/chromium/net/disk_cache/
backend_impl.h 233 // Runs the provided task on the cache thread. The task will be automatically
235 int RunTaskForTest(Task* task, CompletionCallback* callback);
  /external/proguard/src/proguard/ant/
ConfigurationTask.java 30 * This Task allows to define a ProGuard configuration from Ant.
34 public class ConfigurationTask extends Task
40 * Adds the contents of this configuration task to the given configuration.
90 // Ant task nested elements.
288 // Implementations for Task.
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebCookieJar.cpp 211 Task* callback = NewRunnableMethod(this, &FlushSemaphore::Callback);
  /external/webkit/Source/WebKit/chromium/src/
WebDevToolsAgentImpl.cpp 322 class DebuggerTask : public PageScriptDebugServer::Task {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
apitooling-ant.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
ant-commons-net.jar 

Completed in 1592 milliseconds

1 2 3 4 5 6 7 8 91011>>