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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
poclass.h 161 ULONG Timeout;
194 ULONG Timeout;
319 ULONG Timeout;
winevt.h 453 DWORD Timeout,
515 DWORD Timeout,
545 DWORD Timeout,
  /cts/tests/autofillservice/src/android/autofillservice/cts/
MyAutofillCallback.java 40 public static final Timeout MY_TIMEOUT = CONNECTION_TIMEOUT;
SessionLifecycleTest.java 68 private static final Timeout SESSION_LIFECYCLE_TIMEOUT = new Timeout(
72 * Runs an {@code assertion}, retrying until {@code timeout} is reached.
  /device/google/contexthub/util/nanotool/
contexthub.h 197 Timeout,
252 * read, no event traffic is generated for the timeout period, or an error
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Library/Dw8250SerialPortRuntimeLib/
Dw8250SerialPortRuntimeLib.c 277 @param Timeout The requested time out for a single character in microseconds.
278 This timeout applies to both the transmit and receive side of the
279 interface. A Timeout value of 0 will use the device's default time
304 IN OUT UINT32 *Timeout,
  /device/linaro/bootloader/edk2/EmulatorPkg/CpuRuntimeDxe/
CpuDriver.h 109 UINTN Timeout;
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/EmmcBlockIoPei/
EmmcBlockIoPei.h 86 UINT64 Timeout;
EmmcHci.h 108 UINT64 Timeout;
232 Initial EMMC host controller with lowest clock frequency, max power and max timeout value
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Sd/SdBlockIoPei/
SdBlockIoPei.h 82 UINT64 Timeout;
SdHci.h 108 UINT64 Timeout;
232 Initial SD host controller with lowest clock frequency, max power and max timeout value
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
AtaPassThru.h 125 /// The timeout, in 100 ns units, to use for the execution of this ATA command.
126 /// A Timeout value of 0 means that this function will wait indefinitely for the
127 /// ATA command to execute. If Timeout is greater than zero, then this function
129 /// greater than Timeout.
131 UINT64 Timeout;
399 If a timeout occurs during the execution of the port reset operation, then EFI_TIMEOUT is returned.
409 @retval EFI_TIMEOUT A timeout occurred while attempting to reset the ATA port.
432 If a timeout occurs during the execution of the device reset operation, then EFI_TIMEOUT is
446 @retval EFI_TIMEOUT A timeout occurred while attempting to reset the ATA device
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Impl.h 93 UINT32 Timeout;
203 server before the timeout expires.
  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PcatRealTimeClockRuntimeDxe/
PcRtc.h 326 @param Timeout Tell how long it should take to wait.
333 UINTN Timeout
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/share/
JDWPUnitDebuggeeProcessWrapper.java 293 // ProcessWaiter thread is still running (after we wait until a timeout) but is
309 throw new TestErrorException("Debuggee process did not finish during timeout", e);
381 throw new TestErrorException("Process is of unexpected type. Timeout happened.");
387 throw new TestErrorException("Unable to get pid from process to debug timeout!", e);
427 * Separate thread for waiting for process exit for specified timeout.
  /external/autotest/server/cros/dynamic_suite/
frontend_wrappers.py 54 Timeout for retries and delay between retries are configurable.
59 @param timeout_min: timeout in minutes until giving up.
68 """Set timeout minutes for the AFE server.
70 @param timeout_min: The timeout minutes for AFE server.
109 # call. In that case, use a basic retry which does not enforce timeout
122 # timeout_util.Timeout fundamentally relies on sigalrm, and doesn't
129 with timeout_util.Timeout(self.timeout_min * 60):
148 Timeout for retries and delay between retries are configurable.
153 @param timeout_min: timeout in minutes until giving up.
  /external/chromium-trace/catapult/common/py_utils/py_utils/
__init__.py 81 # Decorator that adds timeout functionality to a function.
82 def Timeout(default_timeout):
85 # Note: Even though the "timeout" keyword argument is the only
96 if 'timeout' in kwargs:
97 timeout = kwargs['timeout']
99 timeout = default_timeout
101 return timeout_retry.Run(func, timeout, 0, args=args)
112 def WaitFor(condition, timeout):
113 """Waits for up to |timeout| secs for the function |condition| to return True
    [all...]
  /external/llvm/tools/bugpoint/
BugDriver.cpp 71 unsigned timeout, unsigned memlimit, bool use_valgrind,
75 cc(nullptr), run_find_bugs(find_bugs), Timeout(timeout),
  /external/okhttp/okio/okio/src/main/java/okio/
GzipSource.java 177 @Override public Timeout timeout() { method in class:GzipSource
178 return source.timeout();
  /external/swiftshader/third_party/LLVM/tools/bugpoint/
BugDriver.cpp 70 unsigned timeout, unsigned memlimit, bool use_valgrind,
74 run_find_bugs(find_bugs), Timeout(timeout),
  /frameworks/rs/tests/lldb/
config.py 106 def timeout(self): member in class:Config
107 '''Timeout period for a single command, expressed in seconds'''
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsPassThruDxe/
UfsPassThruHci.c 86 @param[in] Timeout The time out value for wait memory set, uses 100ns as a unit.
99 IN UINT64 Timeout
107 if (Timeout == 0) {
113 Delay = DivU64x32 (Timeout, 10) + 1;
883 @retval EFI_TIMEOUT A timeout occurred while waiting for the completion of r/w the device descriptor.
924 Packet.Timeout = UFS_TIMEOUT;
959 Status = UfsWaitMemSet (Private, UFS_HC_UTRLDBR_OFFSET, BIT0 << Slot, 0, Packet.Timeout);
    [all...]
  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Bus/Isa/IsaFloppyDxe/
IsaFloppy.h 921 @param Timeout The time period for waiting
925 set by Timeout
931 IN UINTN Timeout
939 @param Timeout The time period for waiting
949 IN UINTN Timeout
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/UefiPxeBcDxe/
PxeBcDhcp.c 869 timeout expires.
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Ip6Dxe/
Ip6Nd.h 469 @param[in] Timeout Time in 100-ns units that this entry will remain in the neighbor
470 cache. It will be deleted after Timeout. A value of zero means that
492 IN UINT32 Timeout,
502 @param[in] Timeout Time in 100-ns units that this entry will remain in the neighbor
503 cache. It will be deleted after Timeout. A value of zero means that
520 IN UINT32 Timeout,

Completed in 914 milliseconds

<<11121314151617181920>>