OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:busy
(Results
101 - 125
of
1604
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/libchrome/base/synchronization/
atomic_flag_unittest.cc
26
//
Busy
waits (to explicitly avoid using synchronization constructs that would
87
// Sleep again to give the
busy
loop time to observe the flag and verify
/external/mmc-utils/
mmc.h
154
#define MMC_RSP_BUSY (1 << 3) /* card may send
busy
*/
161
#define MMC_RSP_SPI_BUSY (1 << 10) /* card may send
busy
*/
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
Tone.java
37
* Called subscriber
busy
.
39
BUSY
(0x02),
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/ims/
ImsCallProfileTest.java
87
srcParcel.mCallExtras.putParcelable("NOTJUNK", new DisconnectCause(DisconnectCause.
BUSY
));
112
assertEquals(DisconnectCause.
BUSY
, parceledCause.getCode());
/packages/apps/Nfc/nci/jni/
Pn544Interop.cpp
52
static bool gIsBusy = false; // is timer
busy
?
123
** Returns: True if the code is
busy
.
/packages/services/Telephony/res/values/
attrs.xml
44
<!--
busy
-->
45
<enum name="
busy
" value="1" />
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
joystick.h
119
__s32
BUSY
;
128
__s32
BUSY
;
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/libcxx/android/
executors.py
61
assert 'Text file
busy
' not in out and 'text
busy
' not in out
/art/test/933-misc-events/
misc_events.cc
61
//
Busy
-wait for request.
/device/linaro/bootloader/OpenPlatformPkg/Drivers/Net/MvMdioDxe/
MvMdioDxe.h
50
#define MVEBU_SMI_BUSY (1 << 28) /*
Busy
*/
/external/adhd/cras/src/server/
cras_device_monitor.c
67
* it might break how audio thread works and cause
busy
wake up loop.
/external/brotli/java/org/brotli/wrapper/enc/
BrotliOutputStream.java
62
//
Busy
-wait loop.
/external/kernel-headers/original/uapi/linux/mmc/
ioctl.h
26
* a "
busy
" indicator for read operations).
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/clock/
1-1.c
33
// keep
busy
so CPU time increases
/external/mesa3d/src/gallium/drivers/ilo/core/
intel_winsys.h
184
* \p bo and all bos referenced by \p bo will be considered
busy
until all
230
* if the bo is
busy
. This variant allows fastest random reads and writes,
236
* will block if the bo is
busy
. This variant promises a reasonable speed for
321
* Return true if \p bo is
busy
.
/external/perfetto/src/ftrace_reader/test/data/android_seed_N2F62_3.10.49/events/sched/sched_load_balance/
format
19
print fmt: "cpu=%d state=%s balance=%d group=%#lx busy_nr=%d imbalance=%ld flags=%#x ld_moved=%d bal_int=%d", REC->cpu, REC->idle == CPU_IDLE ? "idle" : (REC->idle == CPU_NEWLY_IDLE ? "newly_idle" : "
busy
"), REC->balance, REC->group_mask, REC->busiest_nr_running, REC->imbalance, REC->env_flags, REC->ld_moved, REC->balance_interval
/external/python/cpython2/Demo/turtle/
tdemo_nim.py
190
self.
BUSY
= False
199
if self.
BUSY
:
201
self.
BUSY
= True
203
self.
BUSY
= False
/external/python/cpython3/Lib/turtledemo/
nim.py
189
self.
BUSY
= False
198
if self.
BUSY
:
200
self.
BUSY
= True
202
self.
BUSY
= False
/external/syslinux/gpxe/src/arch/i386/core/
rdtsc_timer.c
53
/* Already calibrated;
busy
-wait until done */
/external/valgrind/drd/tests/
annotate_sem.c
6
* implemented via
busy
-waiting. Annotations are used to tell DRD
/frameworks/av/media/libnbaio/
LibsndfileSource.cpp
63
// further looping to prevent the caller from
busy
waiting at read().
/frameworks/base/packages/MtpDocumentsProvider/res/values-en-rAU/
strings.xml
23
<string name="error_busy_device" msgid="3997316850357386589">"The other device is
busy
. You can\'t transfer files until it\'s available."</string>
/frameworks/base/packages/MtpDocumentsProvider/res/values-en-rCA/
strings.xml
23
<string name="error_busy_device" msgid="3997316850357386589">"The other device is
busy
. You can\'t transfer files until it\'s available."</string>
/frameworks/base/packages/MtpDocumentsProvider/res/values-en-rGB/
strings.xml
23
<string name="error_busy_device" msgid="3997316850357386589">"The other device is
busy
. You can\'t transfer files until it\'s available."</string>
/frameworks/base/packages/MtpDocumentsProvider/res/values-en-rIN/
strings.xml
23
<string name="error_busy_device" msgid="3997316850357386589">"The other device is
busy
. You can\'t transfer files until it\'s available."</string>
Completed in 1505 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>