HomeSort by relevance Sort by last modified time
    Searched refs:task (Results 276 - 300 of 940) sorted by null

<<11121314151617181920>>

  /cts/suite/audio_quality/lib/include/task/
ModelBuilder.h 51 virtual bool parseAttributes(const TiXmlElement& elem, TaskGeneric& task);
  /cts/suite/audio_quality/test/
AudioHardwareTest.cpp 19 #include <task/TaskAll.h>
  /development/ndk/platforms/android-3/include/linux/
mutex.h 31 struct task_struct *task; member in struct:mutex_waiter
  /external/chromium_org/base/
linux_util.cc 135 snprintf(buf, sizeof(buf), "/proc/%d/task", pid);
140 DIR* task = opendir(buf); local
141 if (!task) {
148 while ((dent = readdir(task))) {
155 closedir(task);
161 snprintf(buf, sizeof(buf), "/proc/%d/task/%d/syscall", pid, current_tid);
  /external/chromium_org/base/process/
process_metrics_ios.cc 7 #include <mach/task.h>
  /external/chromium_org/cc/trees/
blocking_task_runner.h 27 // To use this class, post tasks to the task runner returned by
33 // Then, on the thread that the given task runner belongs to, you may
35 // exists, the task runner will collect any PostTasks called on it, posting
57 // is destroyed, shortcutting past the task runner.
73 // Posts a task using the contained SingleThreadTaskRunner unless |capture_|
78 const base::Closure& task);
  /external/chromium_org/chrome/browser/chromeos/login/signin/
oauth2_token_fetcher.h 47 // retries |task| until max retry count is reached.
51 const base::Closure& task,
  /external/chromium_org/chrome/browser/policy/cloud/
test_request_interceptor.h 73 // Helper to execute a |task| on IO, and return only after it has completed.
74 void PostToIOAndWait(const base::Closure& task);
  /external/chromium_org/chrome/browser/sync/glue/
typed_url_data_type_controller.h 13 #include "base/task/cancelable_task_tracker.h"
47 const base::Closure& task) OVERRIDE;
autofill_profile_data_type_controller.cc 75 const base::Closure& task) {
77 return BrowserThread::PostTask(BrowserThread::DB, from_here, task);
  /external/chromium_org/chrome/common/extensions/docs/server2/
data_source.py 24 (relative to _refresh/<data_source_name>/) with the task queue in order
26 routed to the DataSource Refresh method in a taskqueue task request.
  /external/chromium_org/components/webdata/common/
web_database_service.cc 96 const WriteTask& task) {
102 wds_backend_, task, base::Passed(&request)));
107 const ReadTask& task,
116 wds_backend_, task, base::Passed(&request)));
  /external/chromium_org/content/browser/
browser_thread_impl.h 54 const base::Closure& task,
  /external/chromium_org/content/browser/geolocation/
geolocation_provider_impl.cc 99 base::Closure task; local
107 task = base::Bind(&GeolocationProviderImpl::StopProviders,
119 task = base::Bind(&GeolocationProviderImpl::StartProviders,
124 message_loop()->PostTask(FROM_HERE, task);
  /external/chromium_org/extensions/browser/
lazy_background_task_queue.cc 67 const PendingTask& task) {
69 task.Run(NULL);
83 // If this is the first enqueued task, and we're not waiting for the
92 task.Run(NULL);
100 tasks_list->push_back(task);
119 // Swap the pending tasks to a temporary, to avoid problems if the task
181 // task queue as well.
state_store.cc 36 // Queues up a task for invoking once we're ready. Invokes immediately if
38 void InvokeWhenReady(base::Closure task);
51 void StateStore::DelayedTaskQueue::InvokeWhenReady(base::Closure task) {
53 task.Run();
55 pending_tasks_.push_back(task);
  /external/chromium_org/jingle/notifier/listener/
xmpp_push_client.cc 150 PushNotificationsSendUpdateTask* task = local
152 task->Start();
162 SendPingTask* task = new SendPingTask(base_task_.get(), this); local
163 task->Start();
  /external/chromium_org/sandbox/mac/
mach_message_server.cc 35 mach_port_t task = mach_task_self(); local
42 if ((kr = mach_port_allocate(task, MACH_PORT_RIGHT_RECEIVE, &port)) !=
55 kr = vm_allocate(task, &buffer, buffer_size_, kMachMsgMemoryFlags);
62 kr = vm_allocate(task, &buffer, buffer_size_, kMachMsgMemoryFlags);
80 // Get the PID of the task that sent this request. This requires getting at
  /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();
  /external/linux-tools-perf/perf-3.12.0/tools/perf/python/
twatch.py 21 evsel = perf.evsel(task = 1, comm = 1, mmap = 0,
  /external/chromium_org/cc/resources/
tile_manager_perftest.cc 47 RasterTask* task = it->task; variable
49 task->WillSchedule();
50 task->ScheduleOnOriginThread(this);
51 task->DidSchedule();
53 completed_tasks_.push_back(task);
60 RasterTask* task = it->get(); variable
62 task->WillComplete();
63 task->CompleteOnOriginThread(this);
64 task->DidComplete()
    [all...]
  /development/samples/BusinessCard/src/com/example/android/businesscard/
BusinessCardActivity.java 99 AsyncTask<Uri, Void, ContactInfo> task = new AsyncTask<Uri, Void, ContactInfo>() { local
112 task.execute(contactUri);
  /external/chromium_org/remoting/protocol/
protocol_mock_objects.cc 106 const base::Closure& task) {
108 task.Run();
  /external/chromium_org/storage/browser/fileapi/
timed_task_helper.cc 79 base::Closure task = user_task_; local
81 task.Run();
  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerObjectProxy.cpp 55 void WorkerObjectProxy::postTaskToMainExecutionContext(PassOwnPtr<ExecutionContextTask> task)
57 m_executionContext->postTask(task);

Completed in 1277 milliseconds

<<11121314151617181920>>