HomeSort by relevance Sort by last modified time
    Searched defs:Retry (Results 1 - 24 of 24) sorted by null

  /device/linaro/bootloader/OpenPlatformPkg/Chips/TexasInstruments/Omap35xx/SmbusDxe/
Smbus.c 35 UINTN Retry = 0;
37 while (++Retry < MAX_RETRY && (MmioRead16(I2C_STAT) & BB) == 0x1);
39 if (Retry == MAX_RETRY) {
52 UINTN Retry = 0;
54 while(Retry < MAX_RETRY) {
60 Retry++;
63 if (Retry == MAX_RETRY) {
  /device/linaro/bootloader/edk2/Omap35xxPkg/SmbusDxe/
Smbus.c 35 UINTN Retry = 0;
37 while (++Retry < MAX_RETRY && (MmioRead16(I2C_STAT) & BB) == 0x1);
39 if (Retry == MAX_RETRY) {
52 UINTN Retry = 0;
54 while(Retry < MAX_RETRY) {
60 Retry++;
63 if (Retry == MAX_RETRY) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassCbi.c 185 INTN Retry;
200 for (Retry = 0; Retry < USB_CBI_MAX_RETRY; Retry++) {
219 // is a "class-specific exemption to the USB specification". Retry
266 UINTN Retry;
286 Retry = 0;
316 // If all data have been transferred and status is NAK, then we retry for several times.
317 // If retry exceeds the USB_CBI_MAX_RETRY, then return error status.
320 if (++Retry > USB_CBI_MAX_RETRY) {
    [all...]
UsbMassBoot.c 212 and error occurs, retry the command again until it exceeds the
240 UINTN Retry;
243 Retry = 0;
262 // Execute the cmd and retry if it fails.
285 // If the status is other error, then just retry 5 times.
287 if (Retry++ >= USB_BOOT_COMMAND_RETRY) {
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/BlockIoDxe/
BiosInt13.c     [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBotPei/
UsbBotPeim.c 758 UINTN Retry;
824 // Retry at most 4 times to detect media info
826 for (Retry = 0; Retry < 4; Retry++) {
843 // retry the ReadCapacity command
857 // retry the ReadFormatCapacity command
882 // If Request Sense data failed,retry.
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbPeim.c 675 UINT8 Retry;
684 for (Retry = 0; Retry < 3; Retry ++) {
695 DEBUG ((EFI_D_INFO, "PeiUsbGet Device Descriptor the %d time Success\n", Retry));
700 if (Retry == 3) {
701 DEBUG ((EFI_D_ERROR, "PeiUsbGet Device Descriptor fail: %x %r\n", Retry, Status));
1006 @param RetryIndex The retry times.
    [all...]
  /device/linaro/bootloader/edk2/QuarkSocPkg/QuarkSouthCluster/Sdio/Dxe/SDMediaDeviceDxe/
MMCSDTransfer.c 853 UINT8 Retry;
862 for (Retry = 0; Retry < 3; Retry++) {
886 gBS->Stall ((Retry + 1) * 50 * 1000);
907 if (Retry == 3) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaBusDxe/
AtaPassThruExecute.c 409 UINTN Retry;
428 Retry = MAX_RETRY_TIMES;
438 } while (Retry-- > 0);
    [all...]
  /external/v8/src/crankshaft/
lithium-codegen.cc 190 void LCodeGenBase::Retry(BailoutReason reason) {
197 if (map->is_deprecated()) return Retry(kMapBecameDeprecated);
203 if (!map->is_stable()) return Retry(kMapBecameUnstable);
lithium.cc 502 void LChunkBuilderBase::Retry(BailoutReason reason) {
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c     [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Pci/IdeBusDxe/
Ata.c 283 UINTN Retry;
301 Retry = 3;
302 while (Retry > 0) {
356 Retry--;
357 if (Retry == 1) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.c     [all...]
  /external/v8/tools/release/
common_includes.py 453 def Retry(self, cb, retry_on=None, wait_plan=None):
454 """ Retry a function.
456 cb: The function to retry.
496 return self.Retry(cmd, None, [5])
501 result = self.Retry(cmd, retry_on, [5, 30])
517 return self.Retry(cmd, retry_on, wait_plan)
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.c     [all...]
  /packages/apps/Settings/src/com/android/settings/password/
ChooseLockPattern.java 294 Retry(R.string.lockpattern_retry_button_text, true),
349 LeftButtonMode.Retry, RightButtonMode.ContinueDisabled,
353 LeftButtonMode.Retry, RightButtonMode.Continue, ID_EMPTY_MESSAGE, false),
542 if (mUiStage.leftMode == LeftButtonMode.Retry) {
  /external/v8/src/heap/
heap.h 447 static inline AllocationResult Retry(AllocationSpace space = NEW_SPACE) {
455 // failure and the space to retry in.
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp     [all...]
  /prebuilts/misc/common/robolectric/lib/
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.2/
ant-1.8.2.jar 

Completed in 1707 milliseconds