HomeSort by relevance Sort by last modified time
    Searched full:task (Results 51 - 75 of 696) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/WebCore/storage/wince/
DatabaseThreadWince.cpp 54 RefPtr<DatabaseTask> task = m_queue.first(); local
55 task->performTask();
62 void DatabaseThread::scheduleTask(PassRefPtr<DatabaseTask> task)
64 m_queue.append(task);
69 void DatabaseThread::scheduleImmediateTask(PassRefPtr<DatabaseTask> task)
71 task->performTask();
  /external/emma/ant/ant14/com/vladium/emma/
emmaTask.java 50 final NestedTask task = (NestedTask) m_tasks.remove (0); local
55 setTaskName (task.getTaskName ());
57 task.execute ();
86 protected NestedTask addTask (final NestedTask task, final String pseudoName)
88 initTask (task, pseudoName);
90 m_tasks.add (task);
91 return task;
94 protected void initTask (final NestedTask task, final String pseudoName)
96 task.setTaskName (pseudoName);
97 task.setProject (getProject ())
    [all...]
  /frameworks/base/services/java/com/android/server/am/
EventLogTags.logtags 17 30001 am_finish_activity (Token|1|5),(Task ID|1|5),(Component Name|3),(Reason|3)
18 # A task is being brought to the front of the screen:
19 30002 am_task_to_front (Task|1|5)
21 30003 am_new_intent (Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
22 # A new task is being created:
23 30004 am_create_task (Task ID|1|5)
24 # A new activity is being created in an existing task:
25 30005 am_create_activity (Token|1|5),(Task ID|1|5),(Component Name|3),(Action|3),(MIME Type|3),(URI|3),(Flags|1|5)
27 30006 am_restart_activity (Token|1|5),(Task ID|1|5),(Component Name|3)
29 30007 am_resume_activity (Token|1|5),(Task ID|1|5),(Component Name|3
    [all...]
  /external/emma/ant/ant14/com/vladium/emma/report/
ReportCfg.java 26 import org.apache.tools.ant.Task;
113 Element (final Task task, final IProperties settings)
115 if (task == null)
116 throw new IllegalArgumentException ("null input: task");
120 m_task = task;
151 protected final Task m_task; // never null
167 Element_HTML (final Task task, final IProperties settings)
169 super (task, settings)
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CancellationException.java 10 * Exception indicating that the result of a value-producing task,
11 * such as a {@link FutureTask}, cannot be retrieved because the task
RejectedExecutionHandler.java 20 * task. This may occur when no more threads or queue slots are
28 * @param r the runnable task requested to be executed
29 * @param executor the executor attempting to execute this task
  /external/webkit/WebCore/manual-tests/wml/
StartTests.wml 26 <a href="task-go-in-anchor.wml">task-go-in-anchor.wml</a><br/>
27 <a href="task-noop-in-do.wml">task-noop-in-do.wml</a><br/>
28 <a href="task-prev-in-anchor.wml">task-prev-in-anchor.wml</a><br/>
29 <a href="task-refresh-in-anchor.wml">task-refresh-in-anchor.wml</a><br/>
onevent-go.wml 8 <p>Test for onevent element which binds go task with onenterforward event</p>
13 <p>Test for onevent element which binds go task with onenterforward event</p>
onevent-noop.wml 8 <p>Test for onevent element which binds noop task with onenterforward event</p>
task-go-in-anchor.wml 5 <p>Test for WML go task enclosed with anchor element</p>
task-prev-in-anchor.wml 5 <p>Test for WML prev task enclosed with anchor element </p>
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITask.java 21 * A task that executes and can update a monitor to display its status.
22 * The task will generally be run in a separate thread.
ITaskMonitor.java 23 * Depending on the task factory that created the task, there might not be any UI
27 * If the task runs in a non-UI worker thread, the task factory implementation
28 * will take care of the update the UI in the correct thread. The task itself
34 * Sets the description in the current task dialog.
40 * Sets the result text in the current task dialog.
74 * It is up to the task thread to pool this and exit as soon
  /bionic/libc/kernel/common/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
  /external/proguard/examples/ant/
applications1.xml 8 <taskdef resource="proguard/ant/task.properties"
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
stacktrace.h 15 #define save_stack_trace(trace, task, all, skip) do { } while (0)
  /external/e2fsprogs/lib/blkid/
devname.c 170 struct dm_task *task; local
176 task = dm_task_create(DM_DEVICE_DEPS);
177 if (!task)
180 if (!dm_task_set_name(task, name))
183 if (!dm_task_run(task))
186 if (!dm_task_get_info(task, &info))
192 deps = dm_task_get_deps(task);
206 if (task)
207 dm_task_destroy(task);
214 struct dm_task *task; local
252 struct dm_task *task; local
283 struct dm_task *task; local
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTaskExecutor.java 25 * Schedules a task for execution. Implementations should not throw
26 * {@link java.util.concurrent.RejectedExecutionException} if the task
29 void execute(NamedTask task);
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
MockExecutor.java 23 * A simple executor that maintains a queue and executes one task synchronously every
33 public void execute(Runnable task) {
35 mQueue.addLast(task);
MockNamedTaskExecutor.java 21 * A simple executor that maintains a queue and executes one task synchronously every
29 public void execute(NamedTask task) {
30 mExecutor.execute(task);

Completed in 208 milliseconds

1 23 4 5 6 7 8 91011>>