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

1 2 3 4 5 6 78 91011>>

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/NvmExpressDxe/
NvmExpressHci.c 434 UINT8 Timeout;
460 Timeout = 1;
462 Timeout = Private->Cap.To;
465 for(Index = (Timeout * 500); Index != 0; --Index) {
509 UINT8 Timeout;
530 Timeout = 1;
532 Timeout = Private->Cap.To;
535 for(Index = (Timeout * 500); Index != 0; --Index) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/UhciDxe/
UhciReg.c 163 @param Timeout Max time allowed.
172 IN UINTN Timeout
182 // Timeout is in us unit.
184 for (Index = 0; Index < (Timeout / 50) + 1; Index++) {
UhciReg.h 190 @param Timeout Max time allowed.
199 IN UINTN Timeout
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Scsi/ScsiDiskDxe/
ScsiDisk.c     [all...]
  /external/ppp/pppd/plugins/radius/etc/
dictionary 69 ATTRIBUTE Session-Timeout 27 integer
70 ATTRIBUTE Idle-Timeout 28 integer
198 VALUE Acct-Terminate-Cause Idle-Timeout 4
199 VALUE Acct-Terminate-Cause Session-Timeout 5
  /frameworks/base/libs/common_time/
utils.cpp 24 void Timeout::setTimeout(int msec) {
33 int Timeout::msecTillTimeout(nsecs_t nowTime) {
  /prebuilts/go/darwin-x86/src/net/
cgo_stub.go 17 func (eai addrinfoErrno) Timeout() bool { return false }
  /prebuilts/go/linux-x86/src/net/
cgo_stub.go 17 func (eai addrinfoErrno) Timeout() bool { return false }
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/PL011SerialPortLib/
PL011SerialPortLib.c 128 @param Timeout If applicable, the number of microseconds the
152 IN OUT UINT32 *Timeout,
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/ScsiIo/
ScsiIo.h 46 #define EFI_SCSI_IO_STATUS_HOST_ADAPTER_TIMEOUT_COMMAND 0x09 // timeout when processing the command
47 #define EFI_SCSI_IO_STATUS_HOST_ADAPTER_TIMEOUT 0x0b // timeout when waiting for the command processing
52 #define EFI_SCSI_IO_STATUS_HOST_ADAPTER_SELECTION_TIMEOUT 0x11 // selection timeout
73 UINT64 Timeout;
154 EFI_TIMEOUT - A timeout occurred while attempting to reset
179 EFI_TIMEOUT - A timeout occurred while attempting to
238 EFI_TIMEOUT - A timeout occurred while waiting for the SCSI
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ata/AtaAtapiPassThru/
AtaAtapiPassThru.c 214 Packet->Timeout,
227 Packet->Timeout,
240 Packet->Timeout,
253 Packet->Timeout,
266 Packet->Timeout,
294 Packet->Timeout,
311 Packet->Timeout,
328 Packet->Timeout,
345 Packet->Timeout,
362 Packet->Timeout,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Isa/Ps2MouseDxe/
CommPs2.c 488 Status = WaitOutputFull (TIMEOUT);
526 Status = WaitInputEmpty (TIMEOUT);
535 Status = WaitInputEmpty (TIMEOUT);
560 Status = WaitInputEmpty (TIMEOUT);
566 return WaitInputEmpty (TIMEOUT);
584 Delay = TIMEOUT / 50;
628 Status = WaitInputEmpty (TIMEOUT);
637 Status = WaitInputEmpty (TIMEOUT);
703 Status = WaitInputEmpty (TIMEOUT);
712 Status = WaitInputEmpty (TIMEOUT);
    [all...]
  /device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
SdMmcPassThru.h 60 UINT64 Timeout;
  /device/linaro/bootloader/edk2/Omap35xxPkg/Library/SerialPortLib/
SerialPortLib.c 179 @param Timeout The requested time out for a single character in microseconds.
180 This timeout applies to both the transmit and receive side of the
181 interface. A Timeout value of 0 will use the device's default time
206 IN OUT UINT32 *Timeout,
  /external/okhttp/okio/okio/src/main/java/okio/
InflaterSource.java 118 @Override public Timeout timeout() { method in class:InflaterSource
119 return source.timeout();
  /external/chromium-trace/catapult/systrace/profile_chrome/
chrome_startup_tracing_agent.py 80 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
81 def StartAgentTracing(self, config, timeout=None):
85 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
86 def StopAgentTracing(self, timeout=None):
94 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
95 def GetResults(self, timeout=None):
chrome_tracing_agent.py 47 re.compile(r'{"traceCategoriesList(.*)'), timeout=5).group(0)
64 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
65 def StartAgentTracing(self, config, timeout=None):
87 self._logcat_monitor.WaitFor(self._trace_start_re, timeout=5)
95 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
96 def StopAgentTracing(self, timeout=None):
101 self._trace_finish_re, timeout=120).group(1)
107 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
108 def GetResults(self, timeout=None):
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
ftrace_agent.py 157 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
158 def StartAgentTracing(self, config, timeout=None):
183 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
184 def StopAgentTracing(self, timeout=None):
196 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
197 def GetResults(self, timeout=None):
  /external/chromium-trace/catapult/systrace/systrace/
tracing_controller.py 42 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
43 def StartAgentTracing(self, config, timeout=None):
61 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
62 def StopAgentTracing(self, timeout=None):
71 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
72 def GetResults(self, timeout=None):
145 timeout=self._controller_config.timeout):
155 timeout=self._controller_config.timeout)
    [all...]
  /external/libchrome/dbus/
bus.cc 102 // The class is used for monitoring the timeout used for D-Bus method
105 // Unlike Watch, Timeout is a ref counted object, to ensure that |this| of
110 class Timeout : public base::RefCountedThreadSafe<Timeout> {
112 explicit Timeout(DBusTimeout* timeout)
113 : raw_timeout_(timeout),
120 // Returns true if the timeout is ready to be monitored.
125 // Starts monitoring the timeout.
129 base::Bind(&Timeout::HandleTimeout, this)
1065 Timeout* timeout = new Timeout(raw_timeout); local
1076 Timeout* timeout = static_cast<Timeout*>(dbus_timeout_get_data(raw_timeout)); local
1084 Timeout* timeout = static_cast<Timeout*>(dbus_timeout_get_data(raw_timeout)); local
    [all...]
  /external/okhttp/okio/benchmarks/src/main/java/com/squareup/okio/benchmarks/
BufferPerformanceBench.java 47 import okio.Timeout;
317 @Override public Timeout timeout() {
318 return Timeout.NONE;
  /external/okhttp/okio/okio/src/test/java/okio/
AsyncTimeoutTest.java 37 private final List<Timeout> timedOut = new CopyOnWriteArrayList<Timeout>();
44 a.timeout( 250, TimeUnit.MILLISECONDS);
45 b.timeout( 500, TimeUnit.MILLISECONDS);
46 c.timeout( 750, TimeUnit.MILLISECONDS);
47 d.timeout(1000, TimeUnit.MILLISECONDS);
51 AsyncTimeout timeout = new RecordingAsyncTimeout(); local
52 timeout.timeout(0, TimeUnit.MILLISECONDS);
53 timeout.enter()
135 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); local
144 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); local
154 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); local
164 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); local
174 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); local
192 AsyncTimeout timeout = new AsyncTimeout(); local
213 AsyncTimeout timeout = new AsyncTimeout(); local
234 AsyncTimeout timeout = new AsyncTimeout(); local
252 AsyncTimeout timeout = new AsyncTimeout(); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ktmw32.h 21 HANDLE WINAPI CreateTransaction (LPSECURITY_ATTRIBUTES lpTransactionAttributes, LPGUID UOW, DWORD CreateOptions, DWORD IsolationLevel, DWORD IsolationFlags, DWORD Timeout, LPWSTR Description);
32 WINBOOL WINAPI GetTransactionInformation(HANDLE TransactionHandle,PDWORD Outcome,PDWORD IsolationLevel,PDWORD IsolationFlags,PDWORD Timeout,DWORD BufferLength,LPWSTR Description);
55 WINBOOL WINAPI SetTransactionInformation(HANDLE TransactionHandle,DWORD IsolationLevel,DWORD IsolationFlags,DWORD Timeout,LPWSTR Description);
  /device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DwMmcHci.c 345 @param[in] Timeout The time out value for wait memory set, uses 1
348 @retval EFI_TIMEOUT The MMIO register hasn't expected value in timeout
363 IN UINT64 Timeout
369 if (Timeout == 0) {
375 while (InfiniteWait || (Timeout > 0)) {
393 Timeout--;
894 Initialize the Timeout Control register with most conservative value at initialization.
901 @retval EFI_SUCCESS The timeout control register is configured successfully.
902 @retval Others The timeout control register isn't configured successfully.
917 DEBUG ((DEBUG_ERROR, "DwMmcHcInitTimeoutCtrl: set timeout fails: %r\n", Status));
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Transfer.c 348 @param Timeout The time to wait before abort, in microsecond.
355 IN UINTN Timeout
363 Loop = Timeout / XHC_DEBUG_PORT_1_MILLISECOND;
364 if (Timeout == 0) {
522 @param Timeout Indicates the maximum time, in microsecond, which
528 @retval EFI_TIMEOUT The transfer failed due to timeout.
539 IN UINTN Timeout
559 XhcExecTransfer (Handle, Urb, Timeout);

Completed in 786 milliseconds

1 2 3 4 5 6 78 91011>>