OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:task
(Results
301 - 325
of
696
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
nfs_xdr.h
466
struct rpc_task
task
;
member in struct:nfs_read_data
481
struct rpc_task
task
;
member in struct:nfs_write_data
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
nfs_xdr.h
466
struct rpc_task
task
;
member in struct:nfs_read_data
481
struct rpc_task
task
;
member in struct:nfs_write_data
/ndk/build/platforms/android-5/arch-arm/usr/include/linux/
nfs_xdr.h
466
struct rpc_task
task
;
member in struct:nfs_read_data
481
struct rpc_task
task
;
member in struct:nfs_write_data
/ndk/build/platforms/android-5/arch-x86/usr/include/linux/
nfs_xdr.h
466
struct rpc_task
task
;
member in struct:nfs_read_data
481
struct rpc_task
task
;
member in struct:nfs_write_data
/ndk/build/platforms/android-8/arch-arm/usr/include/linux/
nfs_xdr.h
466
struct rpc_task
task
;
member in struct:nfs_read_data
481
struct rpc_task
task
;
member in struct:nfs_write_data
/ndk/build/platforms/android-8/arch-x86/usr/include/linux/
nfs_xdr.h
466
struct rpc_task
task
;
member in struct:nfs_read_data
481
struct rpc_task
task
;
member in struct:nfs_write_data
/hardware/ti/omap3/dspbridge/inc/
DSPNode.h
124
* Change a
task
node's runtime priority within the DSP RTOS.
218
* DSP_ETASK: Unable to create the
task
or process on the DSP.
298
* Retrieve an event message from a
task
node.
322
* Temporarily suspend execution of a
task
node that is
341
* Send an event message to a
task
node.
406
* Signal a
task
or xDAIS socket node running on a DSP processor that
/hardware/ti/omap3/dspbridge/libbridge/inc/
DSPNode.h
124
* Change a
task
node's runtime priority within the DSP RTOS.
218
* DSP_ETASK: Unable to create the
task
or process on the DSP.
298
* Retrieve an event message from a
task
node.
322
* Temporarily suspend execution of a
task
node that is
341
* Send an event message to a
task
node.
406
* Signal a
task
or xDAIS socket node running on a DSP processor that
/prebuilt/common/netbeans-visual/
org-openide-util.jar
/frameworks/base/services/java/com/android/server/am/
HistoryRecord.java
67
TaskRecord
task
; // the
task
this is in.
field in class:HistoryRecord
85
boolean frontOfTask; // is this the root activity of its
task
?
114
pw.print("
task
="); pw.println(
task
);
/hardware/ti/omap3/dspbridge/libbridge/
DSPNode.c
323
* Change a
task
node's runtime priority within the DSP RTOS.
642
* Retrieve an event message from a
task
node.
750
* Send an event message to a
task
node.
857
* Start a
task
node running.
884
* Signal a
task
node running on a DSP processor that it should
/sdk/hierarchyviewer/src/com/android/hierarchyviewer/ui/
ScreenViewer.java
57
private GetScreenshotTask
task
;
field in class:ScreenViewer
658
if (
task
!= null && !
task
.isDone()) {
661
task
= new GetScreenshotTask();
662
task
.execute();
/packages/apps/Camera/src/com/android/camera/ui/
GLRootView.java
461
FutureTask<Boolean>
task
= new FutureTask<Boolean>(
463
queueEventOrThrowException(
task
);
465
return
task
.get();
/external/kernel-headers/original/linux/
mm.h
54
* per VM-area/
task
. A VM area is any part of the process virtual memory
64
/* linked list of VM areas per
task
, sorted by address */
287
* - page mapped in a
task
's page tables, each mapping
[
all
...]
/development/apps/Development/src/com/android/development/
PackageSummary.java
81
mTask = (TextView)findViewById(R.id.
task
);
135
mTask.setText("(No
Task
Affinity)");
/external/webkit/WebCore/html/
HTMLMediaElement.cpp
445
// 3 - If there are any tasks from the media element's media element event
task
source in
446
// one of the
task
queues, then remove those tasks.
460
// a
task
to fire a simple event named abort at the media element.
657
// 7 - Queue a
task
to fire a progress event called error at the media element, in
683
// 3 - Queue a
task
to fire a progress event called error at the media element, in
688
//
task
to fire a simple event called emptied at the element.
[
all
...]
/frameworks/base/docs/html/resources/articles/
painless-threading.jd
130
<li>You can specify the type, using generics, of the parameters, the progress values and the final value of the
task
</li>
134
<li>You can call <a href="http://developer.android.com/reference/android/os/AsyncTask.html#publishProgress%28Progress...%29">publishProgress()</a> at anytime in <a href="http://developer.android.com/reference/android/os/AsyncTask.html#doInBackground%28Params...%29">doInBackground()</a> to execute <a href="http://developer.android.com/reference/android/os/AsyncTask.html#onProgressUpdate%28Progress...%29">onProgressUpdate()</a> on the UI thread</li><li>You can cancel the
task
at any time, from any thread</li>
/packages/apps/Phone/src/com/android/phone/
NetworkSetting.java
140
/** Handle the
task
of binding the local object to the service */
148
/** Handle the
task
of cleaning up the local binding */
/sdk/anttasks/src/com/android/ant/
ApkBuilderTask.java
28
import org.apache.tools.ant.
Task
;
39
public class ApkBuilderTask extends
Task
{
/development/apps/Development/res/layout/
package_summary.xml
100
<TextView android:id="@+id/
task
"
/development/ide/xcode/ports/
SkOSWindow_Mac.cpp
305
// SkDebugf("timer
task
fired\n");
/development/tools/mkstubs/
README.txt
63
because the tool was designed to solve one
task
and not just to be super generic. That means
/external/bison/src/
uniqstr.c
125
| Perform a
task
on all the uniqstrs. |
/external/jpeg/
transupp.h
11
* from jpegtran.c to ease the
task
of maintaining jpegtran-like programs
/external/kernel-headers/original/asm-arm/
elf.h
117
* on coprocessor 1 space though. We therefore must decide if given
task
Completed in 191 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>