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

1 2 3 4 5 6 7 891011>>

  /ndk/build/platforms/android-8/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
  /packages/apps/Camera/
AndroidManifest.xml 33 android:taskAffinity="android.task.camera">
55 android:taskAffinity="android.task.camcorder">
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
MultiSourceCorpus.java 89 QueryTask<SourceResult> task = new QueryTask<SourceResult>(query, queryLimit, local
91 mExecutor.execute(task);
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/Export_Inc/
FwEvent_api.h 76 * \brief Requests the context engine to schedule the driver task
83 * Requests the context engine to schedule the driver task
  /bionic/libc/bionic/
fork.c 50 * the current task id and add it to the uid group passed
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ExecutionException.java 10 * Exception thrown when attempting to retrieve the result of a task
RejectedExecutionException.java 10 * Exception thrown by an {@link Executor} when a task cannot be
package-info.java 22 * thread pools, asynchronous IO, and lightweight task frameworks.
24 * execute in a newly created thread, an existing task-execution thread,
29 * complete asynchronous task execution framework. An
35 * delayed and periodic task execution. ExecutorServices
  /dalvik/libcore/x-net/src/main/java/org/apache/harmony/xnet/provider/jsse/
DelegatedTask.java 28 * Delegated Runnable task for SSLEngine
  /external/kernel-headers/original/asm-generic/
resource.h 70 * boot-time rlimit defaults for the init task:
  /external/kernel-headers/original/linux/
taskstats_kern.h 1 /* taskstats_kern.h - kernel header for per-task statistics interface
  /external/proguard/src/proguard/ant/
ConfigurationElement.java 35 * Adds the contents of this configuration task to the given configuration.
KeepSpecificationElement.java 69 // Ant task attributes.
ProGuardTask.java 31 * This Task allows to configure and run ProGuard from Ant.
37 // Ant task attributes.
272 // Implementations for Task.
  /ndk/build/platforms/android-5/arch-x86/usr/lib/
libthread_db.so 
  /ndk/build/platforms/android-8/arch-x86/usr/lib/
libthread_db.so 
  /sdk/files/
ant_lib_rules_r2.xml 5 This rules file is meant to be imported by the custom Ant task:
8 The following properties are put in place by the importing task:
11 Additionnaly, the task sets up the following classpath reference:
13 This is used by the compiler task as the boot classpath.
  /prebuilt/common/ant/
ant.jar 
  /external/proguard/docs/
downloads.html 153 <li>The Ant task now allows empty <code>&lt;injars&gt;</code> and
329 <li>Implemented '<code>assumenosideeffects</code>' nested element in Ant task.
345 <li>Fixed relative paths in Ant task.
358 <li>Modified Ant task to accept paths instead of filesets.
359 <li>Fixed two Ant task bugs.
374 <li>Rewrote Ant task. Input and output modification dates are not checked at
383 <li><code>&lt;proguardconfiguration&gt;</code> task no longer accepts
401 <li>Fixed various Ant task bugs.
416 <li>Fixed various Ant task bugs.
422 <li>Fixed various Ant task bugs
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/java/sql/
MultiThreadAccessTest.java 288 System.err.println("Task 1 "+e.getMessage());
367 System.err.println("Task 3 "+e.getMessage());
387 System.err.println("Task 4 "+e.getMessage());
412 System.err.println("Task 5 "+e.getMessage());
436 System.err.println("Task 6 "+e.getMessage());
458 System.err.println("Task 7 "+e.getMessage());
  /external/kernel-headers/original/asm-arm/
memory.h 34 * TASK_SIZE - the maximum size of a user space task.
42 * The maximum size of a 26-bit user space task.
79 * The limitation of user task size can grow up to the end of free ram region.
  /external/webkit/WebCore/dom/
ScriptExecutionContext.cpp 47 class ProcessMessagesSoonTask : public ScriptExecutionContext::Task {
264 ScriptExecutionContext::Task::~Task()
  /external/webkit/WebCore/workers/
WorkerContext.cpp 166 void WorkerContext::postTask(PassOwnPtr<Task> task)
168 thread()->runLoop().postTask(task);
  /packages/apps/Email/src/com/android/email/service/
EmailServiceProxy.java 86 // Run our task on a new thread
123 Log.v(TAG, "Service task completed; disconnecting");
146 Log.v(TAG, "Waiting for task to complete...");
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java 76 // since the notification display activity is run as a separate task.

Completed in 74 milliseconds

1 2 3 4 5 6 7 891011>>