HomeSort by relevance Sort by last modified time
    Searched full:busy (Results 1 - 25 of 1203) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /art/test/063-process-manager/
info.txt 2 doesn't cause the system to busy-wait.
  /external/javasqlite/src/main/java/SQLite/
BusyHandler.java 4 * Callback interface for SQLite's user defined busy handler.
19 public boolean busy(String table, int count); method in interface:BusyHandler
  /external/wpa_supplicant_8/src/ap/
acs.c 70 * observed busy time over the time we spent on the channel,
77 * (busy time - tx time) / (active time - tx time) * 2^(chan_nf + band_min_nf)
82 * What this does is it decreases the observed busy time ratio if the
87 * If channel busy time is not available the fallback is to use channel RX time.
93 * (busy time - tx time) / (active time - tx time) *
97 * However to account for cases where busy/rx time is 0 (channel load is then
101 * 10^(chan_nf/5) + (busy time - tx time) / (active time - tx time) *
134 * ACS: 1: min_nf=-113 interference_factor=0.0802469 nf=-113 time=162 busy=0 rx=13
135 * ACS: 2: min_nf=-113 interference_factor=0.0745342 nf=-113 time=161 busy=0 rx=12
136 * ACS: 3: min_nf=-113 interference_factor=0.0679012 nf=-113 time=162 busy=0 rx=1
295 long double factor, busy, total; local
    [all...]
  /frameworks/base/packages/MtpDocumentsProvider/src/com/android/mtp/
BusyDeviceException.java 22 * Exception thrown when the device is busy and the requested operation cannon be completed.
26 super("The MTP device is busy.");
  /art/test/123-compiler-regressions-mt/src/
Main.java 63 while (state != 1) { } // Busy loop.
71 while (state != 2) { } // Busy loop.
90 } while (s != 1); // Busy loop.
110 } while (s != 2); // Busy loop.
  /external/valgrind/gdbserver_tests/
nlsigvgdb.stdinB.gdb 9 # an invocation while the gdbserver is already busy.
  /external/compiler-rt/test/tsan/
signal_reset.cc 21 static void* busy(void *p) { function
62 pthread_create(&th[0], 0, busy, 0);
  /external/kernel-headers/original/uapi/asm-generic/
errno-base.h 19 #define EBUSY 16 /* Device or resource busy */
29 #define ETXTBSY 26 /* Text file busy */
  /external/webrtc/webrtc/base/
platform_thread_unittest.cc 21 SleepMs(0); // Hand over timeslice, prevents busy looping.
35 SleepMs(0); // Hand over timeslice, prevents busy looping.
  /hardware/qcom/msm8994/original-kernel-headers/linux/mmc/
core.h 7 #define MMC_RSP_BUSY (1 << 3) /* card may send busy */
19 #define MMC_RSP_SPI_BUSY (1 << 10) /* card may send busy */
  /hardware/qcom/msm8996/original-kernel-headers/linux/mmc/
core.h 7 #define MMC_RSP_BUSY (1 << 3) /* card may send busy */
19 #define MMC_RSP_SPI_BUSY (1 << 10) /* card may send busy */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm-generic/
errno-base.h 19 #define EBUSY 16 /* Device or resource busy */
29 #define ETXTBSY 26 /* Text file busy */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
errno-base.h 19 #define EBUSY 16 /* Device or resource busy */
29 #define ETXTBSY 26 /* Text file busy */
  /system/bt/btif/src/
btif_profile_queue.c 52 bool busy; member in struct:__anon72262
134 ** Description Clear the queue's busy status and advance to the next
153 // If the queue is currently busy, we return success anyway,
155 if (p_head->busy)
158 p_head->busy = true;
  /frameworks/opt/net/voip/src/java/android/net/rtp/
RtpStream.java 108 * Returns {@code true} if the stream is busy. In this case most of the
129 * @throws IllegalStateException if the stream is busy.
134 throw new IllegalStateException("Busy");
150 * @throws IllegalStateException if the stream is busy.
155 throw new IllegalStateException("Busy");
176 * @throws IllegalStateException if the stream is busy.
182 throw new IllegalStateException("Busy");
  /external/libmicrohttpd/src/examples/
refuse_post_example.c 34 #define BUSYPAGE "<html><head><title>Webserver busy</title></head><body>We are too busy to process POSTs right now.</body></html>"
56 /* always to busy for POST requests */
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 12 time.sleep(0.01) # Avoid being a CPU busy loop.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 12 time.sleep(0.01) # Avoid being a CPU busy loop.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 12 time.sleep(0.01) # Avoid being a CPU busy loop.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/subprocessdata/
sigchild_ignore.py 12 time.sleep(0.01) # Avoid being a CPU busy loop.
  /external/guava/guava/src/com/google/common/cache/
Striped64.java 49 * A single spinlock ("busy") is used for initializing and
141 transient volatile int busy; field in class:Striped64
157 * CASes the busy field from 0 to 1 to acquire lock.
199 if (busy == 0) { // Try to attach new Cell
201 if (busy == 0 && casBusy()) {
212 busy = 0;
229 else if (busy == 0 && casBusy()) {
237 busy = 0;
247 else if (busy == 0 && cells == as && casBusy()) {
257 busy = 0
    [all...]
  /packages/services/Telephony/res/values/
attrs.xml 44 <!-- busy -->
45 <enum name="busy" value="1" />
  /system/extras/tests/cpueater/
cpueater.c 16 * Simple cpu eater busy loop. Runs as a daemon. prints the child PID to
63 /* busy looper */
  /system/bt/bta/dm/
bta_dm_cfg.c 174 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
193 {{BTA_DM_PM_NO_ACTION, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
212 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
231 {{BTA_DM_PM_SNIFF_HD_ACTIVE_IDX, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
250 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
269 {{BTA_DM_PM_SNIFF_HH_ACTIVE_IDX, BTA_DM_PM_HH_ACTIVE_DELAY}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
288 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
307 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
326 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
345 {{BTA_DM_PM_ACTIVE, 0}, {BTA_DM_PM_NO_ACTION, 0}}, /* busy */
    [all...]
  /developers/build/prebuilts/gradle/MidiScope/Application/src/main/java/com/example/android/common/midi/
MidiPortSelector.java 133 // If an input port becomes busy then remove it from the menu.
141 // Look for transitions from free to busy.
146 if (status.isInputPortOpen(i)) { // busy?
148 // was free, now busy
155 // was busy, now free

Completed in 2165 milliseconds

1 2 3 4 5 6 7 8 91011>>