OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sleep
(Results
676 - 700
of
1083
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
osmemapi.c
88
sleep
the caller while waiting for memory to become available.
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
public_infoele.h
[
all
...]
/dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
SystemTest.java
333
Thread.
sleep
(150);
[
all
...]
/external/bluetooth/bluez/test/
l2test.c
507
sleep
(abs(defer_setup) - 1);
818
sleep
(4);
/external/grub/netboot/
w89c840.c
284
sleep
(3);
310
/*
sleep
(1);*/
/frameworks/base/test-runner/src/android/test/
TouchUtils.java
360
Thread.
sleep
(1000);
415
Thread.
sleep
((long)(ViewConfiguration.getLongPressTimeout() * 1.5f));
/frameworks/policies/base/phone/com/android/internal/policy/impl/
KeyguardViewMediator.java
173
* we
sleep
.
179
* is called to make sure the device doesn't
sleep
before it has a chance to poke
[
all
...]
/prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/libexec/gcc/arm-eabi/4.3.1/
collect2
/prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/libexec/gcc/arm-eabi/4.4.0/
collect2
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/libexec/gcc/i686-unknown-linux-gnu/4.2.1/
collect2
/dalvik/libcore/luni/src/test/java/tests/api/java/util/
CollectionsTest.java
[
all
...]
/external/netperf/
nettest_unix.c
[
all
...]
nettest_dlpi.c
[
all
...]
/frameworks/base/core/java/android/database/sqlite/
SQLiteDatabase.java
378
// Use elapsed real-time since the CPU may
sleep
when waiting for IO
397
// Use elapsed real-time since the CPU may
sleep
when waiting for IO
434
// Use elapsed real-time since the CPU may
sleep
when waiting for IO
687
* @param sleepAfterYieldDelay if > 0,
sleep
this long before starting a new transaction if
714
//
Sleep
for up to sleepAfterYieldDelay milliseconds, waking up periodically to
720
Thread.
sleep
(remainingDelay < SLEEP_AFTER_YIELD_QUANTUM ?
[
all
...]
/hardware/broadcom/wlan/bcm4329/src/dhd/sys/
dhd_sdio.c
739
dhdsdio_bussleep(dhd_bus_t *bus, bool
sleep
)
746
(
sleep
? "
SLEEP
" : "WAKE"),
747
(bus->sleeping ? "
SLEEP
" : "WAKE")));
750
if (
sleep
== bus->sleeping)
753
/* Going to
sleep
: set the alarm and turn off the lights... */
754
if (
sleep
) {
755
/* Don't
sleep
if something is pending */
[
all
...]
/external/libpng/contrib/gregbook/
rpng2-x.c
593
* backs as decoded data become available. We optionally call
sleep
() for
621
sleep
(1);
668
sleep
(1);
684
* calls to
sleep
(1) interleaved with checks for quit
692
sleep
(1);
[
all
...]
/hardware/ril/libril/
ril.cpp
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Dec_Utils.c
86
void
sleep
(DWORD Duration)
function
88
Sleep
(Duration);
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c
410
/* Removing
sleep
() calls. Initialization.*/
[
all
...]
OMX_AmrDec_Utils.c
90
void
sleep
(DWORD Duration)
function
92
Sleep
(Duration);
543
/* Removing
sleep
() calls. */
560
/* Removing
sleep
() calls. */
[
all
...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c
363
pthread_cond_wait(&WaitForState_threshold, &WaitForState_mutex);/*Going to
sleep
till signal arrives*/
[
all
...]
/hardware/qcom/gps/loc_api/libloc_api/
loc_eng.cpp
598
sleep
(5);
[
all
...]
/hardware/ril/reference-ril/
reference-ril.c
1008
sleep
(1);
[
all
...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/tests/
VPPTest.c
59
#define
sleep
Sleep
macro
[
all
...]
/packages/apps/Phone/src/com/android/phone/
CallNotifier.java
443
//
sleep
before we finish bringing up the InCallScreen.
656
mApplication.requestWakeState(PhoneApp.WakeState.
SLEEP
);
[
all
...]
Completed in 331 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>