HomeSort by relevance Sort by last modified time
    Searched refs:Timeout (Results 126 - 150 of 595) sorted by null

1 2 3 4 56 7 8 91011>>

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
ServReqMultiClientTestCase01.java 52 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
102 Timeout t = new Timeout(TIMEOUT);
ServReqMultiClientTestCase02.java 52 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
61 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
102 Timeout t = new Timeout(TIMEOUT);
ServReqMultiClientTestCase03.java 47 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
57 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
67 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
100 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
109 Timeout t = new Timeout(TIMEOUT);
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
MpService.c 118 * @param[in] Timeout The time limit in microseconds for
125 IN UINTN Timeout
130 if (Timeout < gPollInterval && Timeout != 0) {
131 StallTime = Timeout;
271 If the timeout specified by TimeoutInMicroseconds expires before all APs return
304 signaled. If all APs returned from Procedure prior to the timeout, then
306 the timeout, then FailedCpuList is filled in with the list of the failed
311 the specified task or a timeout occurred. The contents of FailedCpuList
313 prior to the timeout.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.h 30 #define TIMEOUT 50000
371 @param Timeout Wating time.
378 IN UINTN Timeout
384 @param Timeout given time
391 IN UINTN Timeout
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbPeim.h 91 // Host software return timeout if port status doesn't change
120 @param Timeout Indicates the maximum timeout, in millisecond. If Timeout
129 @retval EFI_TIMEOUT Transfer failed due to timeout.
140 IN UINT32 Timeout,
154 @param Timeout Indicates the maximum time, in millisecond, which the
155 transfer is allowed to complete. If Timeout is 0, then
162 @retval EFI_TIMEOUT The transfer failed due to timeout.
174 IN UINTN Timeout
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Rrq.c 325 3. The server can only use the same timeout as requested
353 // return the timeout matches that requested.
356 (((Reply->Exist & MTFTP4_TIMEOUT_EXIST) != 0) && (Reply->Timeout != Request->Timeout))) {
602 if (Reply.Timeout != 0) {
603 Instance->Timeout = Reply.Timeout;
614 if (Reply.Timeout != 0) {
615 Instance->Timeout = Reply.Timeout;
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/TcpDxe/
TcpIo.c 151 @param[in] Timeout Time in 100-ns units that this entry will remain
155 after Timeout.
168 IN UINT32 Timeout
190 return IpIoRefreshNeighbor (IpIo, Neighbor, Timeout);
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalPasswordSmm.h 172 If the security protocol fails to complete within the Timeout period, the function
181 @param Timeout The timeout, in 100ns units, to use for the execution
182 of the security protocol command. A Timeout value of 0
184 security protocol command to execute. If Timeout is greater
187 is greater than Timeout.
209 @retval EFI_TIMEOUT A timeout occurred while waiting for the security
218 IN UINT64 Timeout,
252 If the security protocol fails to complete within the Timeout period, the function
261 @param Timeout The timeout, in 100ns units, to use for the execution
    [all...]
OpalIdeMode.h 153 @param Timeout The time to complete the command.
168 IN UINT64 Timeout
  /external/syslinux/efi32/include/efi/protocol/
efidbg.h 52 UINT32 Timeout;
177 IN UINT32 Timeout,
  /external/syslinux/efi64/include/efi/protocol/
efidbg.h 52 UINT32 Timeout;
177 IN UINT32 Timeout,
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/protocol/
efidbg.h 52 UINT32 Timeout;
177 IN UINT32 Timeout,
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
SdMmcPciHci.c 37 DEBUG ((DEBUG_INFO, " Timeout Clk Freq %d%a\n", Capability->TimeoutFreq, (Capability->TimeoutUnit) ? "MHz" : "KHz"));
365 @param[in] Timeout The time out value for wait memory set, uses 1
368 @retval EFI_TIMEOUT The MMIO register hasn't expected value in timeout
383 IN UINT64 Timeout
389 if (Timeout == 0) {
395 while (InfiniteWait || (Timeout > 0)) {
413 Timeout--;
994 Initialize the Timeout Control register with most conservative value at initialization.
1001 @retval EFI_SUCCESS The timeout control register is configured successfully.
1002 @retval Others The timeout control register isn't configured successfully.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
SdMmcPciHci.c 37 DEBUG ((DEBUG_INFO, " Timeout Clk Freq %d%a\n", Capability->TimeoutFreq, (Capability->TimeoutUnit) ? "MHz" : "KHz"));
365 @param[in] Timeout The time out value for wait memory set, uses 1
368 @retval EFI_TIMEOUT The MMIO register hasn't expected value in timeout
383 IN UINT64 Timeout
389 if (Timeout == 0) {
395 while (InfiniteWait || (Timeout > 0)) {
413 Timeout--;
994 Initialize the Timeout Control register with most conservative value at initialization.
1001 @retval EFI_SUCCESS The timeout control register is configured successfully.
1002 @retval Others The timeout control register isn't configured successfully.
    [all...]
  /cts/tests/autofillservice/src/android/autofillservice/cts/
RetryRule.java 60 final Timeout timeout = e.getTimeout(); local
61 if (timeout != null) {
62 long before = timeout.ms();
63 timeout.increase();
64 Log.d(TAG, "Increased " + timeout.getName() + " from " + before + "ms"
65 + " to " + timeout.ms() + "ms");
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/Xhci/RenesasFirmwarePD720202/
RenesasFirmwarePD720202.c 102 UINTN Timeout;
104 for (Timeout = 0; (ReadCtlStatVal (PciIo, Offset) & Mask) != Val; Timeout++) {
105 if (Timeout > 1000) {
107 "%a: Timeout waiting for reg [+0x%x] & 0x%x to become 0x%x\n",
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/Hisilicon/HiKey960/HiKey960UsbDxe/
HiKey960UsbDxe.c 58 INT32 Timeout = 1000;
67 if (Timeout-- <= 0) {
68 DEBUG ((DEBUG_ERROR, "Wait PHY_CR_ACK timeout!\n"));
96 INT32 Timeout = 1000;
115 if (Timeout-- <= 0) {
116 DEBUG ((DEBUG_ERROR, "Wait PHY_CR_ACK timeout!\n"));
  /device/linaro/bootloader/edk2/EmulatorPkg/Library/DxeEmuSerialPortLib/
DxeEmuSerialPortLib.c 172 @param Timeout The requested time out for a single character in microseconds.
173 This timeout applies to both the transmit and receive side of the
174 interface. A Timeout value of 0 will use the device's default time
199 IN OUT UINT32 *Timeout,
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciReg.h 402 @param Timeout The time to wait before abort (in microsecond, us).
414 IN UINT32 Timeout
524 @param Timeout Time to wait before abort (in microsecond, us).
527 @return Others Failed to reset the XHCI before Timeout.
533 IN UINT32 Timeout
540 @param Timeout Time to wait before abort (in microsecond, us).
543 @return EFI_TIMEOUT Failed to halt the XHCI before Timeout.
549 IN UINT32 Timeout
556 @param Timeout Time to wait before abort (in microsecond, us).
559 @return EFI_TIMEOUT Failed to set the XHCI to run before Timeout.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciReg.h 290 @param Timeout The time to wait before abort (in microsecond, us).
302 IN UINT32 Timeout
427 @param Timeout Time to wait before abort (in millisecond, ms).
436 IN UINT32 Timeout
443 @param Timeout Time to wait before abort.
445 @retval EFI_TIMEOUT Failed to halt the controller before Timeout.
452 IN UINT32 Timeout
459 @param Timeout Time to wait before abort.
468 IN UINT32 Timeout
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbMassStorageDxe/
UsbMassBot.h 50 // Usb Bot transport timeout, set by experience
125 @param Timeout The time to wait command
141 IN UINT32 Timeout,
UsbMassCbi.h 33 // USB CBI transport timeout, set by experience
86 @param Timeout The time to wait
102 IN UINT32 Timeout,
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Option.h 47 UINT8 Timeout;
  /device/linaro/bootloader/edk2/Nt32Pkg/Library/PlatformBootManagerLib/
PlatformBootManager.c 378 This function is called each second during the boot manager waits the timeout.
380 @param TimeoutRemain The remaining timeout.
390 UINT16 Timeout;
392 Timeout = PcdGet16 (PcdPlatformBootTimeOut);
402 (Timeout - TimeoutRemain) * 100 / Timeout,

Completed in 1120 milliseconds

1 2 3 4 56 7 8 91011>>