|   /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/ | 
| testit_android  | 319   # Retry up to 10 times if fail is due to "Text file busy" 325     if ! $(echo $ERR | grep -iq "Text file busy"); then 332     echo "Text file busy.  Re-try $i"
  | 
|   /ndk/sources/cxx-stl/llvm-libc++abi/libcxxabi/test/ | 
| testit_android  | 332   # Retry up to 10 times if fail is due to "Text file busy" 338     if ! $(echo $ERR | grep -iq "Text file busy"); then 345     echo "Text file busy.  Re-try $i"
  | 
|   /packages/services/Telephony/src/com/android/phone/ | 
| CallNotifier.java  | 290      * disconnects, like "busy" or "congestion" or "call ended", you 444             // Using the ToneGenerator (with the CALL_WAITING / BUSY / 525             // *after* a call disconnects, like "busy" or "congestion" or     [all...] | 
|   /external/autotest/client/tests/aiostress/ | 
| aio-stress.c  | 204     int busy;  member in struct:io_unit  376 /* worker func to check the busy bits and get an io unit ready for use */ 378     if (io->busy == IO_PENDING) 381     io->busy = IO_PENDING; 457     io->busy = IO_FREE;     [all...] | 
|   /external/jetty/src/java/org/eclipse/jetty/io/nio/ | 
| SelectorManager.java  | 548                             Thread.sleep(__BUSY_PAUSE); // pause to reduce impact of  busy loop 573                         // If we are monitoring for busy selector 577                             // count this as a busy select and if there have been too many this monitor cycle 588                                     LOG.warn("Selector {} is too busy, pausing!",this); 723                 // Reset busy select monitor counts     [all...] | 
|   /external/libdrm/intel/ | 
| intel_bufmgr_gem.c  | 654 	struct drm_i915_gem_busy busy;  local  660 	memclear(busy); 661 	busy.handle = bo_gem->gem_handle; 663 	ret = drmIoctl(bufmgr_gem->fd, DRM_IOCTL_I915_GEM_BUSY, &busy); 665 		bo_gem->idle = !busy.busy; 666 		return busy.busy; 670 	return (ret == 0 && busy.busy);     [all...] | 
|   /external/svox/pico/lib/ | 
| picosa.c  |     [all...] | 
|   /external/sqlite/dist/orig/ | 
| sqlite3.c  | 11714  u8 busy; \/* TRUE if currently initializing *\/  member in struct:sqlite3::sqlite3InitInfo      [all...] | 
| sqlite3.h  |     [all...] | 
|   /external/sqlite/dist/ | 
| sqlite3.c  | 11714  u8 busy; \/* TRUE if currently initializing *\/  member in struct:sqlite3::sqlite3InitInfo      [all...] | 
| sqlite3.h  |     [all...] | 
|   /frameworks/base/core/jni/ | 
| android_media_AudioTrack.cpp  | 69     bool        busy;  member in struct:audiotrack_callback_cookie  126         callbackInfo->busy = true; 161         callbackInfo->busy = false; 320         lpJniStorage->mCallbackData.busy = false; 403         lpJniStorage->mCallbackData.busy = false; 556         while (lpCookie->busy) {     [all...] | 
|   /external/dbus/ | 
| NEWS  | 97   · dbus-daemon no longer busy-loops if it has far too many file descriptors 340 ? The dbus-daemon no longer busy-loops if it has a very large number of file 536     which could result in a busy-loop (fd.o #32992, NB#200248; possibly
  | 
|   /hardware/broadcom/wlan/bcmdhd/dhdutil/include/ | 
| bcmutils.h  | 126 	uint32 busy;         /* packets droped because of hardware/transmission error */  member in struct:__anon29608  505 #define BCME_BUSY			-16	/* Busy */ 556 	"Busy",				\
  | 
|   /packages/apps/Bluetooth/src/com/android/bluetooth/opp/ | 
| BluetoothOppService.java  | 286                             Log.w(TAG, "OPP busy! Reject connection"); 296                             Log.i(TAG, "OPP busy! Retry after 1 second"); 322                             Log.i(TAG, "OPP busy! Retry after 1 second");     [all...] | 
|   /art/test/ | 
| run-all-tests  | 184         echo "    --seq                Run tests one-by-one, avoiding failures caused by busy CPU"
  | 
|   /bionic/libc/kernel/common/scsi/ | 
| scsi.h  | 149 #define BUSY 0x04
  | 
|   /build/kati/ | 
| worker.go  | 325 		glog.V(1).Infof("job=%d ready=%d free=%d busy=%d", len(wm.jobs)-wm.finishCnt, wm.readyQueue.Len(), len(wm.freeWorkers), len(wm.busyWorkers))
  | 
|   /cts/tests/tests/content/src/android/content/cts/ | 
| AsyncQueryHandlerTest.java  | 328          * Injects a mock query operation which does nothing except make queue busy so that
  | 
|   /development/samples/ToyVpn/server/linux/ | 
| ToyVpnServer.cpp  | 256             // fraction of time to avoid busy looping.
  | 
|   /development/samples/ToyVpn/src/com/example/android/toyvpn/ | 
| ToyVpnService.java  | 214                 // fraction of time to avoid busy looping.
  | 
|   /device/moto/shamu/camera/QCamera/HAL2/core/src/ | 
| QCameraStream.cpp  | 462     for the  queue monitor thread to call the busy queue is not empty*/
  | 
|   /external/autotest/client/site_tests/video_YouTubePage/ | 
| video_YouTubePage.py  | 158         """Simple wrapper to busy wait and test the current state of the player.
  | 
|   /external/autotest/server/cros/ap_configurators/ | 
| linksyse_dual_band_configurator.py  | 47         elif 'The wifi interface is current busy.' in text:
  | 
|   /external/autotest/server/cros/network/ | 
| wifi_client.py  | 534         DUT claims to be busy and rejects our requests. It will raise error 543                 if the interface is busy.  This does not retry if certain 578         claims to be busy and rejects our requests. 588                 if the interface is busy.  This does not retry if certain     [all...] |