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

1 2 3 4 5 6 78 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libnsl.so.1 
  /external/chromium-trace/catapult/third_party/Paste/paste/
httpserver.py 537 busy: worker thread doing its job
551 hung threads are threads that have been busy more than
559 threads in the busy state, another thread will be spawned. So if
560 the limit is 5, and there are 4 hung threads and 6 busy threads,
652 busy = 0
663 busy += 1
664 if busy < self.spawn_if_under:
666 'No idle tasks, and only %s busy tasks; adding %s more '
667 'workers', busy, self.spawn_if_under-busy)
    [all...]
  /developers/build/prebuilts/gradle/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 56 * bitmaps or busy images don't render well on smaller screens and can end up
  /developers/build/prebuilts/gradle/LNotifications/
README.md 17 when they're busy.
  /developers/samples/android/notification/BasicNotifications/Application/src/main/java/com/example/android/basicnotifications/
MainActivity.java 56 * bitmaps or busy images don't render well on smaller screens and can end up
  /developers/samples/android/notification/LNotifications/
README.md 17 when they're busy.
  /development/ndk/platforms/android-3/arch-arm/include/asm/arch/
mux.h 42 unsigned char busy; member in struct:pin_config
  /development/samples/browseable/BasicNotifications/src/com.example.android.basicnotifications/
MainActivity.java 56 * bitmaps or busy images don't render well on smaller screens and can end up
  /device/huawei/angler/location/loc_api/ds_api/
ds_client.h 53 /**< Failed because the engine is busy. */
  /device/lge/bullhead/location/loc_api/ds_api/
ds_client.h 53 /**< Failed because the engine is busy. */
  /device/moto/shamu/location/loc_api/ds_api/
ds_client.h 53 /**< Failed because the engine is busy. */
  /external/autotest/client/profilers/powertop/src/
bluetooth.c 146 "Bluetooth is a radio and consumes quite some power, and keeps USB busy as well.\n"), 40, 'B' , _(" B - Turn Bluetooth off "), turn_bluetooth_off);
  /external/kernel-headers/original/uapi/linux/
lp.h 42 * is the count in a busy loop. THIS IS THE VALUE TO CHANGE if you
  /external/libnl/lib/
error.c 41 [NLE_BUSY] = "Object busy",
  /external/libpcap/msdos/
pktdrvr.h 145 extern void PktQueueBusy (BOOL busy);
  /external/mockftpserver/branches/1.x_Branch/src/main/resources/
ReplyText.properties 44 # File unavailable (e.g., file busy).
  /external/opencv3/3rdparty/libwebp/utils/
thread.h 49 WORK // busy finishing the current task
  /external/proguard/docs/manual/
limitations.html 43 processed code never creates <b>busy-waiting loops</b> without at least
  /external/skia/include/private/
SkOncePtr.h 82 // State '1' is our busy-but-not-done state.
  /external/v8/tools/testrunner/network/
distro.py 77 # Pick the least-busy peer. Sorting the list for each test
  /external/valgrind/drd/tests/
annotate_rwlock.c 6 * implemented via busy-waiting. Annotations are used to tell DRD
  /external/valgrind/helgrind/tests/
annotate_rwlock.c 16 * implemented via busy-waiting. Annotations are used to tell DRD
  /external/webrtc/webrtc/system_wrappers/source/
critical_section_unittest.cc 23 // busy-wait in tests.
  /frameworks/av/services/audioflinger/
FastThread.h 56 long mSleepNs; // -1: busy wait, 0: sched_yield, > 0: nanosleep
  /frameworks/base/cmds/uiautomator/cmds/uiautomator/src/com/android/commands/uiautomator/
DumpCommand.java 84 // do a wait for idle in case the app is busy.

Completed in 1743 milliseconds

1 2 3 4 5 6 78 91011>>