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

1 2 34 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
BluetoothIo.h 117 @param Timeout Indicating the transfer should be completed within this time frame. The units are in
118 milliseconds. If Timeout is 0, then the caller must wait for the function to be completed
126 @retval EFI_TIMEOUT Sending L2CAP message fail due to timeout.
136 IN UINTN Timeout
146 @param Timeout Indicating the transfer should be completed within this time frame. The units are in
147 milliseconds. If Timeout is 0, then the caller must wait for the function to be completed
155 @retval EFI_TIMEOUT Receiving L2CAP message fail due to timeout.
165 IN UINTN Timeout
224 @param Timeout Indicating the transfer should be completed within this time frame. The units are in
225 milliseconds. If Timeout is 0, then the caller must wait for the function to be completed
    [all...]
SerialIo.h 116 @param Timeout The requested time out for a single character in microseconds.
117 This timeout applies to both the transmit and receive side of the
118 interface. A Timeout value of 0 will use the device's default time
138 IN UINT32 Timeout,
189 @retval EFI_TIMEOUT The data write was stopped due to a timeout.
210 @retval EFI_TIMEOUT The data write was stopped due to a timeout.
230 @param TimeOut
262 UINT32 Timeout;
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseSerialPortLibNull/
BaseSerialPortLibNull.c 162 @param Timeout The requested time out for a single character in microseconds.
163 This timeout applies to both the transmit and receive side of the
164 interface. A Timeout value of 0 will use the device's default time
189 IN OUT UINT32 *Timeout,
  /device/linaro/bootloader/edk2/Nt32Pkg/MiscSubClassPlatformDxe/
MiscResetCapabilitiesFunction.c 62 SmbiosRecord->Timeout = (UINT16)ForType23InputData->ResetTimeout;
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Include/Protocol/
I2cMasterMcg.h 368 /// Timeout for the I2C operation in 100 ns units
370 UINT32 Timeout;
474 specified timeout period.
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/SmBiosMiscDxe/
MiscResetCapabilitiesFunction.c 84 SmbiosRecord->Timeout = (UINT16)ForType23InputData->ResetTimeout;
  /external/pdfium/xfa/fxfa/parser/
cxfa_command.cpp 23 {XFA_Attribute::Timeout, XFA_AttributeType::Integer, (void*)30},
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/p2p/testcase/
P2pClientPbcTestCase.java 62 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
87 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
95 Timeout t = new Timeout(TIMEOUT);
P2pClientPinTestCase.java 59 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
84 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
92 Timeout t = new Timeout(TIMEOUT);
ServReqTestCase.java 69 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
85 if (!actionListener.check(ActionListenerTest.SUCCESS, TIMEOUT)) {
94 Timeout t = new Timeout(TIMEOUT);
  /cts/tests/autofillservice/src/android/autofillservice/cts/
RetryRuleTest.java 71 final Timeout timeout = new Timeout("YOUR TIME IS GONE", 1, 2, 10); local
72 final RetryableException exception = new RetryableException(timeout, "Y U NO?");
76 // Assert timeout was increased
77 assertThat(timeout.ms()).isEqualTo(2);
Timeout.java 26 * A "smart" timeout that supports exponential backoff.
29 public final class Timeout {
31 private static final String TAG = "Timeout";
43 * @param initialValue initial timeout value, in ms.
45 * @param maxValue max timeout value (in ms) set by {@link #increase()}.
51 public Timeout(String name, long initialValue, float multiplier, long maxValue) {
70 * Gets the current timeout, in ms.
77 * Gets the max timeout, in ms.
91 * Gets the user-friendly name of this timeout.
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/SerialIo/
SerialIo.h 109 IN UINT32 Timeout,
127 Timeout - The requested time out for a single character in microseconds.
128 This timeout applies to both the transmit and receive side of the
129 interface. A Timeout value of 0 will use the device's default time
213 EFI_TIMEOUT - The data write was stopped due to a timeout.
239 EFI_TIMEOUT - The data write was stopped due to a timeout.
251 TimeOut - If applicable, the number of microseconds to wait before timing out
272 UINT32 Timeout;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressBlockIo.h 290 If the security protocol fails to complete within the Timeout period, the function
299 @param Timeout The timeout, in 100ns units, to use for the execution
300 of the security protocol command. A Timeout value of 0
302 security protocol command to execute. If Timeout is greater
305 is greater than Timeout.
327 @retval EFI_TIMEOUT A timeout occurred while waiting for the security
336 IN UINT64 Timeout,
370 If the security protocol fails to complete within the Timeout period, the function
379 @param Timeout The timeout, in 100ns units, to use for the execution
    [all...]
  /external/syslinux/efi32/include/efi/
efiser.h 69 IN UINT32 Timeout,
109 UINT32 Timeout;
  /external/syslinux/efi64/include/efi/
efiser.h 69 IN UINT32 Timeout,
109 UINT32 Timeout;
  /external/syslinux/gnu-efi/gnu-efi-3.0/inc/
efiser.h 69 IN UINT32 Timeout,
109 UINT32 Timeout;
  /platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
HelperTest.java 32 import org.junit.rules.Timeout;
50 // Global 5-minute test timeout
52 public final TestRule timeout = new Timeout((int)TimeUnit.MINUTES.toMillis(5)); field in class:HelperTest
  /prebuilts/go/darwin-x86/doc/progs/
timeout1.go 5 package timeout package
11 func Timeout() {
13 timeout := make(chan bool, 1)
16 timeout <- true
24 case <-timeout:
  /prebuilts/go/linux-x86/doc/progs/
timeout1.go 5 package timeout package
11 func Timeout() {
13 timeout := make(chan bool, 1)
16 timeout <- true
24 case <-timeout:
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Usb/UsbBusPei/
UsbIoPeim.c 27 @param Timeout Indicates the maximum timeout, in millisecond. If Timeout
36 @retval EFI_TIMEOUT Transfer failed due to timeout.
47 IN UINT32 Timeout,
98 Timeout,
113 Timeout,
142 @param Timeout Indicates the maximum time, in millisecond, which the
143 transfer is allowed to complete. If Timeout is 0, then
150 @retval EFI_TIMEOUT The transfer failed due to timeout.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/SerialDxe/
SerialIo.c 57 @param Timeout The requested time out for a single character in microseconds.
58 This timeout applies to both the transmit and receive side of the
59 interface. A Timeout value of 0 will use the device's default time
79 IN UINT32 Timeout,
130 @retval EFI_TIMEOUT The data write was stopped due to a timeout.
151 @retval EFI_TIMEOUT The data write was stopped due to a timeout.
188 1000 * 1000, // Timeout
240 This->Mode->Timeout = 1000 * 1000;
288 @param Timeout The requested time out for a single character in microseconds.
289 This timeout applies to both the transmit and receive side of the
    [all...]
  /external/okhttp/okio/okio/src/main/java/okio/
Okio.java 62 return sink(out, new Timeout());
65 private static Sink sink(final OutputStream out, final Timeout timeout) {
67 if (timeout == null) throw new IllegalArgumentException("timeout == null");
73 timeout.throwIfReached();
97 @Override public Timeout timeout() { method in class:Okio
98 return timeout;
114 AsyncTimeout timeout = timeout(socket)
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/EhciPei/
EhcPeim.c 138 @param Timeout The time to wait before abort (in millisecond).
150 IN UINT32 Timeout
155 for (Index = 0; Index < Timeout / EHC_SYNC_POLL_INTERVAL + 1; Index++) {
193 @param Timeout The time to wait before abort (in millisecond, ms).
202 IN UINT32 Timeout
210 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_IAA, TRUE, Timeout);
245 @param Timeout The time to wait before abort (in millisecond, ms).
254 IN UINT32 Timeout
261 Status = EhcWaitOpRegBit (Ehc, EHC_USBSTS_OFFSET, USBSTS_PERIOD_ENABLED, TRUE, Timeout);
269 @param Timeout Time to wait before abort.
    [all...]
  /device/linaro/bootloader/edk2/SecurityPkg/Tcg/Opal/OpalPasswordSmm/
OpalAhciMode.c 23 @param Timeout The timeout Value of start.
35 IN UINT64 Timeout
42 @param Timeout The timeout Value of stop.
53 IN UINT64 Timeout
150 @param Timeout The time out Value for wait memory set.
163 IN UINT64 Timeout
169 Delay = (UINT32) (DivU64x32(Timeout, 1000) + 1);
195 @param Timeout The time out Value for wait memory set, uses 100ns as a unit.
    [all...]

Completed in 1247 milliseconds

1 2 34 5 6 7 8 91011>>