/external/webkit/WebKit/chromium/src/ |
WebWorkerBase.h | 76 virtual void postTaskToLoader(PassOwnPtr<WebCore::ScriptExecutionContext::Task>); 78 PassOwnPtr<WebCore::ScriptExecutionContext::Task>, const WebCore::String& mode); 80 // Executes the given task on the main thread. 81 static void dispatchTaskToMainThread(PassOwnPtr<WebCore::ScriptExecutionContext::Task>);
|
/packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/ |
MockNamedTaskExecutorFactory.java | 30 * Runs one task in each executor.
|
/frameworks/base/core/java/android/content/pm/ |
ActivityInfo.java | 73 * The affinity this activity has for another task in the system. The 74 * string here is the name of the task, often the package name of the 96 * Bit in {@link #flags} indicating that, when the activity's task is 104 * of a task, that task's stack should be cleared each time the user 106 * return to the original activity at the top of the task. 108 * are used to start the root of a new task. Set from the 114 * of a task, that task's stack should never be cleared when it is 134 * between tasks based on its task affinity. Set from th [all...] |
/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/emma/lib/ |
emma_ant.jar | |
/external/webkit/WebCore/workers/ |
DefaultSharedWorkerRepository.cpp | 76 virtual void postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task>); 77 virtual void postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task>, const String&); 131 void SharedWorkerProxy::postTaskToLoader(PassOwnPtr<ScriptExecutionContext::Task> task) 144 document->postTask(task); 147 void SharedWorkerProxy::postTaskForModeToWorkerContext(PassOwnPtr<ScriptExecutionContext::Task> task, const String& mode) 152 m_thread->runLoop().postTaskForMode(task, mode); 222 class SharedWorkerConnectTask : public ScriptExecutionContext::Task {
|
/dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/ |
HandshakeProtocol.java | 60 * Handshake status NEED_TASK - HandshakeProtocol needs the results of delegated task 130 * Exception occured in delegated task 273 // process error occured in delegated task 277 "Error occured in delegated task:" + e.getMessage(), e); 474 * Returns a delegated task. 475 * @return Delegated task or null
|
/external/guava/src/com/google/common/util/concurrent/ |
Executors.java | 197 * Creates an executor service that runs each task in the thread 206 * submitted the task, this {@code ExecutorService} imposes a small 207 * locking overhead on each task submission in order to implement shutdown 215 * as any submitted task is considered to have started execution. 321 * task count. 339 * Decrements the running task count.
|
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/ |
ProgressDialog.java | 43 * This separates the dialog UI from the task logic.
88 * @param taskThread The thread to run the task.
141 mLabel.setText("Task");
273 * Sets the description in the current task dialog.
287 * Sets the description in the current task dialog.
367 * Starts the thread that runs the task.
|
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ThreadPoolExecutorTest.java | 366 * remove(task) removes queued task, and fails to remove active task 768 * executor using CallerRunsPolicy runs task if saturated. 796 * executor using DiscardPolicy drops task if saturated. 823 * executor using DiscardOldestPolicy drops oldest task if saturated. 861 * execute using CallerRunsPolicy drops task on shutdown 880 * execute using DiscardPolicy drops task on shutdown 900 * execute using DiscardOldestPolicy drops task on shutdown [all...] |
/external/proguard/docs/manual/ |
ant.html | 7 <title>Ant Task</title> 11 <h2>Ant Task</h2> 13 <b>ProGuard</b> can be run as a task in the Java-based build tool Ant (version 17 Before you can use the <code>proguard</code> task, you have to tell Ant about 18 this new task. The easiest way is to add the following line to your 23 <taskdef resource="proguard/ant/task.properties" 31 There are three ways to configure the ProGuard task: using an external 39 The simplest way to use the ProGuard task in an Ant build file is to keep your 44 <code>proguard</code> task. Your ant build file will then look like this: 48 <taskdef resource="proguard/ant/task.properties [all...] |
/bionic/libc/kernel/common/linux/ |
ncp.h | 28 __u8 task; member in struct:ncp_request_header 42 __u8 task; member in struct:ncp_reply_header
|
/bionic/libthread_db/ |
libthread_db.c | 114 info->ti_state = TD_THR_SLEEP; /* XXX this needs to be read from /proc/<pid>/task/<tid>. 161 snprintf(path, sizeof(path), "/proc/%d/task/", agent->pid);
|
/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/emma/ant/ant14/com/vladium/emma/ant/ |
NestedTask.java | 35 * task settings as the base settings. 45 // task settings are always more specific than parent settings, but attention
|
/external/kernel-headers/original/linux/ |
ncp.h | 26 __u8 task; member in struct:ncp_request_header 40 __u8 task; member in struct:ncp_reply_header
|
/external/kernel-headers/original/linux/sunrpc/ |
auth.h | 139 int rpcauth_wrap_req(struct rpc_task *task, kxdrproc_t encode, void *rqstp, u32 *data, void *obj); 140 int rpcauth_unwrap_resp(struct rpc_task *task, kxdrproc_t decode, void *rqstp, u32 *data, void *obj);
|
/external/webkit/WebCore/bindings/v8/ |
DOMData.cpp | 72 // Post a task to the owning thread in order to process the delayed queue. 73 // FIXME: For now, we can only post to main thread due to WTF task posting limitation. We will fix this when we work on nested worker.
|
/external/webkit/WebCore/storage/ |
DatabaseTask.cpp | 95 ASSERT(synchronizer); // A task with output parameters is supposed to be synchronous. 166 ASSERT(synchronizer); // A task with output parameters is supposed to be synchronous.
|
/frameworks/base/tools/aidl/ |
options.cpp | 46 options->task = PREPROCESS_AIDL; 50 options->task = COMPILE_AIDL;
|
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/ |
ncp.h | 28 __u8 task; member in struct:ncp_request_header 42 __u8 task; member in struct:ncp_reply_header
|
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/ |
ncp.h | 28 __u8 task; member in struct:ncp_request_header 42 __u8 task; member in struct:ncp_reply_header
|
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/ |
ncp.h | 28 __u8 task; member in struct:ncp_request_header 42 __u8 task; member in struct:ncp_reply_header
|
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/ |
ncp.h | 28 __u8 task; member in struct:ncp_request_header 42 __u8 task; member in struct:ncp_reply_header
|
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/ |
ncp.h | 28 __u8 task; member in struct:ncp_request_header 42 __u8 task; member in struct:ncp_reply_header
|