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

1 2 3 4 56 7 8 91011>>

  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
mutex.h 31 struct task_struct *task; member in struct:mutex_waiter
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
mutex.h 31 struct task_struct *task; member in struct:mutex_waiter
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
mutex.h 31 struct task_struct *task; member in struct:mutex_waiter
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/util/
NamedTask.java 20 * A task that has a name.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskFactory.java 24 public abstract void start(String title, ITask task);
  /sdk/templates/
build.template 37 <!-- Custom Android task to deal with the project target, and import the proper rules.
51 <!-- Execute the Android Setup task that will setup some properties specific to the target,
59 - paste it in this build.xml below the <setup /> task.
60 - disable the import by changing the setup task below to <setup import="false" />
  /external/guava/src/com/google/common/util/concurrent/
AbstractFuture.java 56 * Blocks until either the task completes or the timeout expires. Uses the
65 * Blocks until the task completes or we get interrupted. Uses the
100 * @param value the value that was the result of the task.
117 * @param throwable the exception that the task failed with.
155 * the task has completed.
212 * Blocks until the task is complete or the timeout expires. Throws a
221 throw new TimeoutException("Timeout waiting for task.");
229 * successfully called. Throws a {@link CancellationException} if the task
230 * was cancelled, or a {@link ExecutionException} if the task completed with
257 throw new CancellationException("Task was cancelled.")
    [all...]
AbstractListenableFuture.java 28 * added after the task is complete will be executed immediately, even if some
45 * Adds a listener/executor pair to execution list to execute when this task
  /external/proguard/examples/
proguard.pro 40 # If you want to preserve the Ant task as well, you'll have to specify the
44 #-adaptresourcefilecontents proguard/ant/task.properties
  /external/webkit/JavaScriptCore/wtf/
MallocZoneSupport.h 41 RemoteMemoryReader(task_t task, memory_reader_t* reader)
42 : m_task(task)
  /external/webkit/WebCore/storage/wince/
LocalStorageThreadWince.cpp 49 RefPtr<LocalStorageTask> task = m_queue.first(); local
50 task->performTask();
  /external/webkit/WebCore/wml/
WMLRefreshElement.cpp 57 // Before perform refresh task, we store the current timeout
73 // After refreshing task, resume the timer if it exsits
  /bionic/libc/kernel/common/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /external/kernel-headers/original/linux/
rtc.h 194 struct rtc_task *task);
196 struct rtc_task *task);
198 struct rtc_task *task, int enabled);
200 struct rtc_task *task, int freq);
207 int rtc_register(rtc_task_t *task);
208 int rtc_unregister(rtc_task_t *task);
sched.h 132 * Task state bitmask. NOTE! These bits are also
135 * We have two separate sets of flags: task->state
136 * is about runnability, while task->exit_state are
137 * about the task exiting. Confusing, but this way
173 /* Task command name length */
199 * TASK is a pointer to the task whose backtrace we want to see (or NULL for current
200 * task), SP is the stack pointer of the first frame that should be shown in the back
201 * trace (or NULL if the entire call-chain of the task should be shown).
203 extern void show_stack(struct task_struct *task, unsigned long *sp)
    [all...]
  /frameworks/base/core/java/android/app/
package.html 31 <p>A set of related activities can be grouped together as a "task". Until
32 a new task is explicitly specified, all activites you start are considered
33 to be part of the current task. While the only way to navigate between
35 of activities in a task can be moved in relation to other tasks: for example
62 applications the developer writes. A task can be composed of activities from
67 decided by the system; for example, typically a new task is started when the
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/sunrpc/
sched.h 83 #define task_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
85 #define task_for_first(task, head) if (!list_empty(head) && ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
87 #define alltask_for_each(task, pos, head) list_for_each(pos, head) if ((task=list_entry(pos, struct rpc_task, tk_task)),1)
  /frameworks/base/docs/html/guide/practices/ui_guidelines/
activity_task_design.jd 1 page.title=Activity and Task Design Guidelines
7 <h2>Activity and task design quickview</h2>
40 <li><a href=#activities_added_to_task_tip>Allow activities to add to current task</a></li>
143 seamless, activity after activity, <a href="#tasks">task</a> after
144 task.
152 activities in its application or task &mdash; each activity is
245 <a href=#tasks title=task>task</a> (as long as that task was started
268 A <em>task</em> is the sequence of activities the user follows t
    [all...]
  /hardware/ti/wlan/wl1271/utils/
context.c 38 * This includes also the driver task itself (workqueue in Linux), which invokes the
40 * The OS specific implementation under this module (e.g. task-switching or
263 * It sets the client's Pending flag and requests the driver's task scheduling.
288 * If configured to switch context, request driver task scheduling.
289 * Else (context switch not required) call the driver task directly.
306 * \brief The driver task
308 * This function is the driver's main task that always runs in the driver's
310 * Only one instantiation of this task may run at a time!
348 CL_TRACE_END_L1("tiwlan_drv.ko", "CONTEXT", "TASK", "");
357 * The Enable function also schedules the driver-task if the specified client is pending
    [all...]
  /system/wlan/ti/wilink_6_1/utils/
context.c 38 * This includes also the driver task itself (workqueue in Linux), which invokes the
40 * The OS specific implementation under this module (e.g. task-switching or
263 * It sets the client's Pending flag and requests the driver's task scheduling.
288 * If configured to switch context, request driver task scheduling.
289 * Else (context switch not required) call the driver task directly.
306 * \brief The driver task
308 * This function is the driver's main task that always runs in the driver's
310 * Only one instantiation of this task may run at a time!
348 CL_TRACE_END_L1("tiwlan_drv.ko", "CONTEXT", "TASK", "");
357 * The Enable function also schedules the driver-task if the specified client is pending
    [all...]

Completed in 99 milliseconds

1 2 3 4 56 7 8 91011>>