OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:task
(Results
226 - 250
of
696
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jdiff/
README.txt
16
To use the Ant
task
on your own project, see example.xml. More examples
build.xml
37
<target name="compile" depends="create.dirs" description="Compile everything except the Ant
task
">
/external/kernel-headers/original/asm-arm/
smp.h
64
* Boot a secondary CPU, and assign it the specified idle
task
.
/external/kernel-headers/original/linux/
rwsem.h
65
* (which occurs if the same
task
tries to acquire the same
sem.h
118
/* Each
task
has a list of undo requests. They are executed automatically
129
* that may be shared among all a CLONE_SYSVSEM
task
group.
/external/proguard/build/
build.sh
84
echo "if you want to compile the optional ProGuard Ant
task
."
/external/proguard/examples/ant/
applets.xml
7
<taskdef resource="proguard/ant/
task
.properties"
applications2.xml
8
<taskdef resource="proguard/ant/
task
.properties"
applications3.xml
8
<taskdef resource="proguard/ant/
task
.properties"
servlets.xml
7
<taskdef resource="proguard/ant/
task
.properties"
/external/proguard/src/proguard/ant/
FilterElement.java
73
// Ant
task
attributes.
ClassSpecificationElement.java
114
// Ant
task
attributes.
158
// Ant
task
nested elements.
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_syssem.c
64
// Condizioni per liberare i
task
in attesa?
/external/srec/portable/src/
pLastError.c
54
err = errnoGet(); /* get the error status value of the calling
task
*/
/external/webkit/WebCore/storage/
DatabaseThread.h
61
void scheduleImmediateTask(PassOwnPtr<DatabaseTask>); // This just adds the
task
to the front of the queue - the caller needs to be extremely careful not to create deadlocks when waiting for completion.
/external/webkit/WebCore/storage/chromium/
SQLTransactionClientChromium.cpp
43
class NotifyDatabaseChangedTask : public ScriptExecutionContext::
Task
{
/external/webkit/WebCore/wml/
WMLDocument.cpp
106
// Handle deck-level
task
overrides
/external/webkit/WebKit/chromium/public/
WebScreenInfo.h
61
// rcMonitor contains system windows such as the
task
bar and side
/frameworks/base/docs/html/guide/practices/ui_guidelines/
index.jd
32
<dt><a href="{@docRoot}guide/practices/ui_guidelines/activity_task_design.html">Activity and
Task
Design Guidelines</a> </dt>
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
esta_drv.h
241
struct work_struct tirq; /* Work
Task
for interrupt */
242
struct work_struct tw; /* Work
Task
for other stuff */
245
struct work_struct txmit; /* Work
Task
for transmit */
250
struct delayed_work trxw; /* Work
Task
for rx watchdog */
/dalvik/vm/native/
SystemThread.c
33
* /proc/PID/
task
/TID/stat. -1 if not opened yet. -2 indicates an error
147
sprintf(fileName, "/proc/self/
task
/%d/stat", thread->systemTid);
/external/bluetooth/glib/docs/reference/gobject/
tut_tools.xml
10
For example, writing GObjects is often seen as a tedious
task
. It
72
which can be used to automate the
task
of tracking down the location
/external/emma/ant/ant14/com/vladium/emma/ant/
SuppressableTask.java
18
import org.apache.tools.ant.
Task
;
25
abstract class SuppressableTask extends
Task
/external/kernel-headers/original/asm-x86/
processor_32.h
331
* Cache the current maximum and the last
task
that used the bitmap:
426
void show_trace(struct task_struct *
task
, struct pt_regs *regs, unsigned long *stack);
447
#define task_pt_regs(
task
) \
450
__regs__ = (struct pt_regs *)(KSTK_TOP(task_stack_page(
task
))-8); \
454
#define KSTK_EIP(
task
) (task_pt_regs(
task
)->eip)
455
#define KSTK_ESP(
task
) (task_pt_regs(
task
)->esp)
/external/srec/srec/crec/
comp_stats.c
125
/* WxWorks: clock() always returns -1. VxWorks does not track per-
task
time or system idle time.
126
There is no method of determining how long a
task
or the entire system has been doing work.
Completed in 48 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>