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

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/ant/
package.html 2 This package contains the Ant task for ProGuard.
  /dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
FutureTaskTest.java 39 FutureTask task = new FutureTask(null); local
51 FutureTask task = new FutureTask(null, Boolean.TRUE); local
59 * isDone is true when a task completes
62 FutureTask task = new FutureTask( new NoOpCallable()); local
63 task.run();
64 assertTrue(task.isDone());
65 assertFalse(task.isCancelled());
69 * runAndReset of a non-cancelled task succeeds
72 PublicFutureTask task = new PublicFutureTask(new NoOpCallable()); local
73 assertTrue(task.runAndReset())
81 PublicFutureTask task = new PublicFutureTask(new NoOpCallable()); local
94 PublicFutureTask task = new PublicFutureTask(new NoOpCallable()); local
109 PublicFutureTask task = new PublicFutureTask(new NoOpCallable()); local
128 FutureTask task = new FutureTask( new NoOpCallable()); local
139 FutureTask task = new FutureTask( new NoOpCallable()); local
150 FutureTask task = new FutureTask( new NoOpCallable()); local
161 FutureTask task = new FutureTask( new Callable() { local
189 FutureTask task = new FutureTask( new Callable() { local
    [all...]
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CompletionService.java 27 * submitting a task to a {@code CompletionService}
29 * actions taken by that task, which in turn <i>happen-before</i>
35 * Submits a value-returning task for execution and returns a Future
36 * representing the pending results of the task. Upon completion,
37 * this task may be taken or polled.
39 * @param task the task to submit
40 * @return a Future representing pending completion of the task
41 * @throws RejectedExecutionException if the task cannot be
43 * @throws NullPointerException if the task is nul
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Timer.java 28 * the delays from other tasks run methods. If a specific task takes an
45 * successive run of the task is scheduled in absolute terms without regard for when the previous
46 * task run actually took place. This can result in a series of bunched-up runs
50 * task is scheduled relative to the start time of the previous run of the
51 * task, so two runs of the task are never fired closer together in time than
78 public void insert(TimerTask task) {
84 timers[size++] = task;
160 private int getTask(TimerTask task) {
162 if (timers[i] == task) {
207 TimerTask task; local
    [all...]
  /external/kernel-headers/original/linux/
stacktrace.h 11 struct task_struct *task, int all_contexts,
16 # define save_stack_trace(trace, task, all, skip) do { } while (0)
  /external/webkit/WebCore/workers/
WorkerRunLoop.h 55 // Waits for a single task and returns.
61 void postTask(PassOwnPtr<ScriptExecutionContext::Task>);
62 void postTaskForMode(PassOwnPtr<ScriptExecutionContext::Task>, const String& mode);
68 class Task : public Noncopyable {
70 static PassOwnPtr<Task> create(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode);
71 ~Task() { }
76 Task(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode)
    [all...]
WorkerRunLoop.cpp 80 bool operator()(WorkerRunLoop::Task* task) const
82 return m_defaultMode || m_mode == task->mode();
151 double absoluteTime = (predicate.isDefaultMode() && m_sharedTimer->isActive()) ? m_sharedTimer->fireTime() : MessageQueue<Task>::infiniteTime();
153 OwnPtr<WorkerRunLoop::Task> task = m_messageQueue.waitForMessageFilteredWithTimeout(result, predicate, absoluteTime); local
162 task->performTask(context);
179 void WorkerRunLoop::postTask(PassOwnPtr<ScriptExecutionContext::Task> task)
181 postTaskForMode(task, defaultMode())
    [all...]
  /external/webkit/WebCore/manual-tests/wml/
anchor-element.wml 5 <p>This is an anchor bound to go task<br/>
12 <p>This an anchor bound to prev task<br/>
18 <p>This an anchor bound to refresh task<br/>
26 <p>This is an anchor contains img element, bound to prev task<br/>
task-refresh-in-anchor.wml 5 <p>Test for refresh task within WML anchor element.<br/>click "Refresh" will refresh this page, as a result the page title will be updated.</p>
10 <setvar name="T" value="Test refresh task"/>
  /dalvik/libcore/xml/src/main/java/org/apache/xml/utils/
ThreadControllerWrapper.java 38 public static void waitThread(Thread worker, Runnable task)
41 m_tpool.waitThread(worker, task);
54 * Will get a thread from the pool, execute the task
60 * NEEDSDOC @param task
61 * @param priority if >0 the task will run with the given priority
63 * @return The thread that is running the task, can be used
66 public Thread run(Runnable task, int priority)
69 Thread t = new Thread(task);
79 * Wait until the task is completed on the worker
83 * NEEDSDOC @param task
    [all...]
  /bionic/libc/kernel/common/linux/
smp_lock.h 17 #define release_kernel_lock(task) do { } while(0)
18 #define reacquire_kernel_lock(task) 0
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/
smp_lock.h 17 #define release_kernel_lock(task) do { } while(0)
18 #define reacquire_kernel_lock(task) 0
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/
smp_lock.h 17 #define release_kernel_lock(task) do { } while(0)
18 #define reacquire_kernel_lock(task) 0
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/
smp_lock.h 17 #define release_kernel_lock(task) do { } while(0)
18 #define reacquire_kernel_lock(task) 0
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/
smp_lock.h 17 #define release_kernel_lock(task) do { } while(0)
18 #define reacquire_kernel_lock(task) 0
  /ndk/build/platforms/android-8/arch-arm/usr/include/linux/
smp_lock.h 17 #define release_kernel_lock(task) do { } while(0)
18 #define reacquire_kernel_lock(task) 0
  /ndk/build/platforms/android-8/arch-x86/usr/include/linux/
smp_lock.h 17 #define release_kernel_lock(task) do { } while(0)
18 #define reacquire_kernel_lock(task) 0
  /external/kernel-headers/original/linux/sunrpc/
sched.h 39 * This is the RPC task struct
80 unsigned char tk_priority : 2;/* Task priority */
81 unsigned long tk_runstate; /* Task run status */
86 struct work_struct tk_work; /* Async task work queue */
92 unsigned long tk_start; /* RPC task init timestamp */
103 #define task_for_each(task, pos, head) \
105 if ((task=list_entry(pos, struct rpc_task, u.tk_wait.list)),1)
107 #define task_for_first(task, head) \
109 ((task=list_entry((head)->next, struct rpc_task, u.tk_wait.list)),1))
112 #define alltask_for_each(task, pos, head)
    [all...]
xprt.h 72 struct rpc_task * rq_task; /* RPC task data */
106 int (*reserve_xprt)(struct rpc_task *task);
107 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
109 void (*connect)(struct rpc_task *task);
110 void * (*buf_alloc)(struct rpc_task *task, size_t size);
111 void (*buf_free)(struct rpc_task *task);
112 int (*send_request)(struct rpc_task *task);
113 void (*set_retrans_timeout)(struct rpc_task *task);
114 void (*timer)(struct rpc_task *task);
115 void (*release_request)(struct rpc_task *task);
    [all...]
  /bionic/libc/kernel/common/linux/sunrpc/
xprt.h 79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task);
88 void (*release_request)(struct rpc_task *task);
  /dalvik/libcore/sql/src/test/java/tests/support/
ThreadPool.java 44 public synchronized void runTask(Runnable task) {
48 if (task != null) {
49 taskQueue.add(task);
61 Logger.global.info("1 Task is removed");
99 Runnable task = null; local
101 task = getTask();
106 if (task == null) {
111 Logger.global.info("Task is run");
112 task.run();
  /ndk/build/platforms/android-3/arch-arm/usr/include/linux/sunrpc/
xprt.h 79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task);
88 void (*release_request)(struct rpc_task *task);
  /ndk/build/platforms/android-4/arch-arm/usr/include/linux/sunrpc/
xprt.h 79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task);
88 void (*release_request)(struct rpc_task *task);
  /ndk/build/platforms/android-5/arch-arm/usr/include/linux/sunrpc/
xprt.h 79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task);
88 void (*release_request)(struct rpc_task *task);
  /ndk/build/platforms/android-5/arch-x86/usr/include/linux/sunrpc/
xprt.h 79 int (*reserve_xprt)(struct rpc_task *task);
80 void (*release_xprt)(struct rpc_xprt *xprt, struct rpc_task *task);
82 void (*connect)(struct rpc_task *task);
83 void * (*buf_alloc)(struct rpc_task *task, size_t size);
84 void (*buf_free)(struct rpc_task *task);
85 int (*send_request)(struct rpc_task *task);
86 void (*set_retrans_timeout)(struct rpc_task *task);
87 void (*timer)(struct rpc_task *task);
88 void (*release_request)(struct rpc_task *task);

Completed in 232 milliseconds

1 2 3 4 5 6 7 8 91011>>