OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wait
(Results
76 - 100
of
2481
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tests/tests/permission2/src/android/permission2/cts/
NoProcessOutgoingCallPermissionTest.java
34
// Time to
wait
for call to be placed.
67
rcvr.
wait
(WAIT_TIME);
69
Log.w(LOG_TAG, "
wait
for phone call interrupted");
/external/kernel-headers/original/linux/
ncp_mount.h
33
unsigned int time_out; /* How long should I
wait
after
56
unsigned int time_out; /* How long should I
wait
after
80
unsigned int time_out; /* How long should I
wait
after
/frameworks/base/media/jni/soundpool/
SoundPoolThread.cpp
28
mCondition.
wait
(mLock);
41
mCondition.
wait
(mLock);
56
mCondition.
wait
(mLock);
/bionic/libc/kernel/common/linux/
net.h
15
#include <linux/
wait
.h>
/bionic/libc/private/
syscommon.h
27
#include <sys/
wait
.h>
/dalvik/dx/src/junit/extensions/
ActiveTestSuite.java
53
wait
();
method
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
BrokenBarrierException.java
10
* Exception thrown when a thread tries to
wait
upon a barrier that is
/dalvik/libcore/junit/src/main/java/junit/extensions/
ActiveTestSuite.java
53
wait
();
method
/dalvik/libcore/luni/src/main/java/java/lang/ref/
ReferenceQueue.java
44
* process. Does not
wait
for a reference to become available.
95
* if the
wait
period is negative.
107
wait
(0L);
113
wait
(wakeupTime - now);
/dalvik/tools/dmtracedump/
filters
40
+java.lang.Object.
wait
()
/development/tools/hosttestlib/src/com/android/hosttest/
DeviceTestRunner.java
120
public TestResult doRun(Test test, boolean
wait
) {
129
return super.doRun(test,
wait
);
137
protected TestResult runSingleMethod(String testCase, String method, boolean
wait
)
141
return doRun(test,
wait
);
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_systhread.c
36
struct Task *
wait
;
member in struct:__anon4325
58
Father=data->
wait
;
77
Father=data->
wait
;
145
Wait
(SIGBREAKF_CTRL_F|SIGBREAKF_CTRL_C);
/external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_syscond.c
102
/*
Wait
on the condition variable for at most 'ms' milliseconds.
104
The mutex is unlocked during the
wait
, and locked again after the
wait
.
148
/*
Wait
on the condition variable forever */
/external/webkit/LayoutTests/http/tests/appcache/
manifest-redirect-2.html
24
//
Wait
for cache update to finish.
manifest-redirect.html
24
//
Wait
for cache update to finish.
resource-redirect-2.html
24
//
Wait
for cache update to finish.
resource-redirect.html
24
//
Wait
for cache update to finish.
wrong-content-type.html
24
//
Wait
for cache update to finish.
wrong-signature-2.html
24
//
Wait
for cache update to finish.
wrong-signature.html
24
//
Wait
for cache update to finish.
/external/webkit/WebCore/manual-tests/
remove-form-node-with-radio-buttons-crash.html
29
<div>This is a test for http://bugs.webkit.org/show_bug.cgi?id=12938 - to test this, press the "Run Test" button and
wait
for a couple of minutes - the browser should not crash.</div>
/frameworks/base/services/java/com/android/server/am/
AppErrorResult.java
33
wait
();
method
AppNotRespondingDialog.java
36
static final int
WAIT
= 2;
84
res.getText(com.android.internal.R.string.
wait
),
85
mHandler.obtainMessage(
WAIT
));
110
case
WAIT
:
/ndk/build/platforms/android-3/arch-arm/usr/include/linux/
net.h
15
#include <linux/
wait
.h>
/ndk/build/platforms/android-4/arch-arm/usr/include/linux/
net.h
15
#include <linux/
wait
.h>
Completed in 293 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>