HomeSort by relevance Sort by last modified time
    Searched full:busy (Results 576 - 600 of 1604) sorted by null

<<21222324252627282930>>

  /frameworks/base/core/jni/
android_media_AudioTrack.cpp 75 bool busy; member in struct:audiotrack_callback_cookie
134 callbackInfo->busy = true;
176 callbackInfo->busy = false;
318 lpJniStorage->mCallbackData.busy = false;
411 lpJniStorage->mCallbackData.busy = false;
564 while (lpCookie->busy) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
ceval.c 519 section is protected with the "busy" variable. On Windows, which
522 The two threads could theoretically wiggle around the "busy" variable.
537 static volatile int busy = 0; local
540 if (busy)
542 busy = 1;
546 busy = 0;
555 busy = 0;
563 static int busy = 0; local
564 if (busy)
566 busy = 1;
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
ceval.c 517 section is protected with the "busy" variable. On Windows, which
520 The two threads could theoretically wiggle around the "busy" variable.
535 static volatile int busy = 0; local
538 if (busy)
540 busy = 1;
544 busy = 0;
553 busy = 0;
561 static int busy = 0; local
562 if (busy)
564 busy = 1;
    [all...]
  /external/mesa3d/src/loader/
loader_dri3_helper.c 260 buf->busy = 0;
375 if (!buffer || !buffer->busy) {
704 back->busy = 1;
    [all...]
  /external/python/cpython2/Python/
ceval.c 519 section is protected with the "busy" variable. On Windows, which
522 The two threads could theoretically wiggle around the "busy" variable.
537 static volatile int busy = 0; local
540 if (busy)
542 busy = 1;
546 busy = 0;
555 busy = 0;
563 static int busy = 0; local
564 if (busy)
566 busy = 1
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
bcmutils.h 126 uint32 busy; /* packets droped because of hardware/transmission error */ member in struct:__anon46940
505 #define BCME_BUSY -16 /* Busy */
556 "Busy", \
  /packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java 393 Log.w(TAG, "OPP busy! Reject connection");
400 Log.i(TAG, "OPP busy! Retry after 1 second");
429 Log.i(TAG, "OPP busy! Retry after 1 second");
    [all...]
  /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
  /cts/tests/tests/database/src/android/database/sqlite/cts/
SQLiteOpenHelperTest.java 187 // message processing when system is busy
  /cts/tests/tests/syncmanager/src/android/content/syncmanager/cts/
CtsSyncManagerTest.java 105 Thread.sleep(1000); // Don't make the system too busy...
  /development/samples/ToyVpn/server/linux/
ToyVpnServer.cpp 256 // fraction of time to avoid busy looping.
  /development/samples/ToyVpn/src/com/example/android/toyvpn/
ToyVpnConnection.java 211 // fraction of time to avoid busy looping.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiPassThru/
ScsiPassThru.h 61 #define EFI_SCSI_STATUS_TARGET_BUSY 0x08 // busy
  /device/linaro/bootloader/edk2/EmbeddedPkg/Universal/MmcDxe/
MmcBlockIo.c 304 DEBUG ((EFI_D_ERROR, "The Card is busy\n"));
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 258 by Procedure. If any enabled AP is busy, then EFI_NOT_READY is returned
380 @retval EFI_NOT_READY Any enabled APs are busy.
679 @retval EFI_NOT_READY The specified AP is busy.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AhciMode.h 198 UINT32 AhciCmdC:1; //Clear Busy upon R_OK
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
ScsiIo.h 86 #define EFI_SCSI_IO_STATUS_TARGET_BUSY 0x08 ///< busy
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
CEATA.c 433 //Hitachi CE-ATA will always make the busy high after
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.h 191 UINT32 AhciCmdC:1; //Clear Busy upon R_OK
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/Ia32/
SmiEntry.S 137 movb $0x89, (TSS_SEGMENT + 5)(%ebp) # clear busy flag
  /device/linaro/bootloader/edk2/UefiCpuPkg/Library/SmmCpuFeaturesLib/X64/
SmiEntry.S 137 movb %dl, (TSS_SEGMENT + 5)(%rax) # clear busy flag
  /external/autotest/client/site_tests/video_YouTubePage/
video_YouTubePage.py 159 """Simple wrapper to busy wait and test the current state of the player.
  /external/autotest/docs/
coding-style.md 193 you are amazingly clever, and can cope with it, the rest of us are busy and
  /external/autotest/server/cros/ap_configurators/
linksyse_dual_band_configurator.py 47 elif 'The wifi interface is current busy.' in text:

Completed in 1576 milliseconds

<<21222324252627282930>>