OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:task
(Results
251 - 275
of
696
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/webkit/WebCore/workers/
WorkerContext.h
80
virtual void postTask(PassOwnPtr<
Task
>); // Executes the
task
on context's thread asynchronously.
WorkerThread.cpp
157
class WorkerThreadShutdownFinishTask : public ScriptExecutionContext::
Task
{
174
class WorkerThreadShutdownStartTask : public ScriptExecutionContext::
Task
{
/external/zlib/contrib/ada/
mtest.adb
33
task
type Test_Task;
35
task
body Test_Task is
/hardware/ti/wlan/wl1271/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
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
CalendarDebug.java
59
*
Task
to fetch info from the database and display as a ListActivity.
63
* Starts spinner while
task
is running.
/system/core/toolbox/
ps.c
51
sprintf(statline, "/proc/%d/
task
/%d/stat", pid, tid);
176
sprintf(tmp,"/proc/%d/
task
",pid);
schedtop.c
106
sprintf(line, "/proc/%d/
task
/%d/schedstat", pid, tid);
129
sprintf(line, "/proc/%d/
task
/%d/stat", pid, tid);
158
sprintf(path, "/proc/%d/
task
", pid);
/external/kernel-headers/original/linux/
wait.h
105
* queue entry bound to a
task
(current
task
) to wake up.
107
* callback routine, not associated with any
task
.
411
* @mode: the
task
state to sleep in
433
* @mode: the
task
state to sleep in
/packages/apps/Music/
AndroidManifest.xml
31
android:taskAffinity="android.
task
.music"
54
launch behavior. We clear its
task
affinity, so it will not
55
be associated with the main media
task
and if launched
58
launch it (such as media) we will launch in to our own
task
.
170
android:taskAffinity="android.
task
.video"
/frameworks/base/core/res/res/values/
attrs_manifest.xml
244
<!-- Specify a
task
name that activities have an "affinity" to.
253
for another
task
, if the activities are intended to be part of that
254
task
from the user's perspective, or using an empty string for
255
activities that have no affinity to a
task
. -->
258
<!-- Specify that an activity can be moved out of a
task
it is in to
259
the
task
it has an affinity for when appropriate. Use with the
265
the
task
of the activity that started it and stays there for its
267
activity to be re-parented to a different
task
when the
task
it is
269
activities of an application to move back to the main
task
associate
[
all
...]
/frameworks/base/cmds/am/src/com/android/commands/am/
Am.java
167
} else if (opt.equals("--activity-clear-when-
task
-reset")) {
173
} else if (opt.equals("--activity-multiple-
task
")) {
185
} else if (opt.equals("--activity-reset-
task
-if-needed")) {
282
+ "
task
has been brought to the front");
608
" [--activity-clear-when-
task
-reset] [--activity-exclude-from-recents]\n" +
609
" [--activity-launched-from-history] [--activity-multiple-
task
]\n" +
612
" [--activity-reorder-to-front] [--activity-reset-
task
-if-needed]\n" +
/packages/apps/Email/src/com/android/email/
Utility.java
518
public static void cancelTaskInterrupt(AsyncTask<?, ?, ?>
task
) {
519
cancelTask(
task
, true);
526
*
task
should be interrupted; otherwise, in-progress tasks are allowed
529
public static void cancelTask(AsyncTask<?, ?, ?>
task
, boolean mayInterruptIfRunning) {
530
if (
task
!= null &&
task
.getStatus() != AsyncTask.Status.FINISHED) {
531
task
.cancel(mayInterruptIfRunning);
/sdk/anttasks/src/com/android/ant/
SetupTask.java
51
* Setup/Import Ant
task
. This
task
accomplishes:
56
* <li>Sets up the boot classpath ref so that the <code>javac</code>
task
knows where to find
182
// check that this version of the custom Ant
task
can build this target
274
// Now the import section. This is only executed if the
task
actually has to import a file.
492
// (the
task
themselves can handle a ref to an empty Path)
512
// tools folder must exist, or this custom
task
wouldn't run!
/development/apps/Development/res/values/
strings.xml
72
<string name="package_summary_task_label">
Task
Affinity</string>
89
<string name="launch_singleTask">Single
Task
</string>
115
<string name="show_activity_task_affinity_label">
Task
Affinity</string>
/hardware/ti/wlan/wl1271/stad/src/Data_link/
GeneralUtil.c
156
* Note in multi
Task
environment we need to add semaphore to protect the
221
* Note this function can't be used in multi
Task
environment.
252
* Note this function can't be used in multi
Task
environment.
/packages/apps/Camera/src/com/android/camera/ui/
HeadUpDisplay.java
388
FutureTask<Boolean>
task
= new FutureTask<Boolean>(mCollapse);
local
389
getGLRootView().runInGLThread(
task
);
391
return
task
.get().booleanValue();
/system/extras/latencytop/
latencytop.c
31
const char *THREAD_STATS_FILE_FORMAT = "/proc/%d/
task
/%d/latency";
208
sprintf(dirname, "/proc/%d/
task
", pid);
211
fprintf(stderr, "Could not open
task
dir for process %d.\n", pid);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Ctrl/TrafficMonitor/
GeneralUtil.c
156
* Note in multi
Task
environment we need to add semaphore to protect the
221
* Note this function can't be used in multi
Task
environment.
252
* Note this function can't be used in multi
Task
environment.
/system/wlan/ti/wilink_6_1/stad/src/Data_link/
GeneralUtil.c
156
* Note in multi
Task
environment we need to add semaphore to protect the
221
* Note this function can't be used in multi
Task
environment.
252
* Note this function can't be used in multi
Task
environment.
/cts/tests/tests/permission/src/android/permission/cts/
NoActivityRelatedPermissionTest.java
110
* Verify that get
task
requires permissions.
/dalvik/libcore/x-net/src/main/java/javax/net/ssl/
SSLEngine.java
108
* Returns a delegate
task
for this engine instance. Some engine operations
111
* that a delegated
task
result is needed. In this case the
113
* delegated
task
must be called.
115
* @return a delegate
task
, or {@code null} if none are available.
/dalvik/libcore/xml/src/main/java/org/w3c/dom/
CDATASection.java
49
* exception when a character is missing from the encoding, making the
task
/external/bluetooth/glib/docs/reference/glib/tmpl/
thread_pools.sgml
29
If you want to execute a certain
task
within a thread pool, you call
/external/bluetooth/glib/glib/
gthreadpool.h
63
/* Push new data into the thread pool. This
task
is assigned to a thread later
/external/emma/ant/ant14/com/vladium/emma/
ANTMain.java
25
System.out.println ("this jar contains ANT
task
definitions for " + IAppConstants.APP_NAME
Completed in 459 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>