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

<<11121314151617181920>>

  /external/okhttp/okhttp-ws/src/main/java/com/squareup/okhttp/internal/ws/
WebSocketWriter.java 24 import okio.Timeout;
255 @Override public Timeout timeout() { method in class:WebSocketWriter.FrameSink
256 return sink.timeout();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
usbuser.h 108 ULONG Timeout;
255 ULONG Timeout;
emostore.h 334 virtual HRESULT WINAPI Mount(__LONG32 Timeout) = 0;
335 virtual HRESULT WINAPI Dismount(__LONG32 Timeout) = 0;
372 HRESULT (WINAPI *Mount)(IPublicStoreDB *This,__LONG32 Timeout);
373 HRESULT (WINAPI *Dismount)(IPublicStoreDB *This,__LONG32 Timeout);
412 #define IPublicStoreDB_Mount(This,Timeout) (This)->lpVtbl->Mount(This,Timeout)
413 #define IPublicStoreDB_Dismount(This,Timeout) (This)->lpVtbl->Dismount(This,Timeout)
    [all...]
  /prebuilts/go/darwin-x86/src/net/
net.go 114 // Read can be made to time out and return an Error with Timeout() == true
119 // Write can be made to time out and return an Error with Timeout() == true
138 // fail with a timeout (see type Error) instead of
144 // An idle timeout can be implemented by repeatedly extending
310 // an Error with Timeout() == true after a fixed time limit;
316 // an Error with Timeout() == true after a fixed time limit;
333 // fail with a timeout (see type Error) instead of
339 // An idle timeout can be implemented by repeatedly extending
378 Timeout() bool // Is the error a timeout
474 type timeout interface { type
    [all...]
protoconn_test.go 43 if !err.(Error).Timeout() {
50 if !err.(Error).Timeout() {
228 if !err.(Error).Timeout() {
235 if !err.(Error).Timeout() {
timeout_test.go 21 timeout time.Duration
30 {-5 * time.Second, 5 * time.Second, -5 * time.Second, 100 * time.Millisecond}, // timeout over deadline
36 {50 * time.Millisecond, 5 * time.Second, 100 * time.Millisecond, time.Second}, // timeout over deadline
61 d := Dialer{Timeout: tt.timeout}
86 if nerr, ok := err.(Error); !ok || !nerr.Timeout() {
94 timeout time.Duration
118 d := Dialer{Timeout: tt.timeout}
144 timeout time.Duratio
    [all...]
dial.go 20 // Timeout is the maximum amount of time a dial will wait for
24 // The default is no timeout.
27 // addresses, the timeout may be divided between them.
29 // With or without a timeout, the operating system may impose
30 // its own earlier timeout. For instance, TCP timeouts are
32 Timeout time.Duration
35 // will fail. If Timeout is set, it may fail earlier.
37 // as with the Timeout option.
86 // - now+Timeout
89 // Or zero, if none of Timeout, Deadline, or context's deadline is set
    [all...]
  /prebuilts/go/darwin-x86/src/os/signal/
signal_windows_test.go 56 log.Fatalf("Timeout waiting for Ctrl+Break\n")
  /prebuilts/go/linux-x86/src/net/
net.go 114 // Read can be made to time out and return an Error with Timeout() == true
119 // Write can be made to time out and return an Error with Timeout() == true
138 // fail with a timeout (see type Error) instead of
144 // An idle timeout can be implemented by repeatedly extending
310 // an Error with Timeout() == true after a fixed time limit;
316 // an Error with Timeout() == true after a fixed time limit;
333 // fail with a timeout (see type Error) instead of
339 // An idle timeout can be implemented by repeatedly extending
378 Timeout() bool // Is the error a timeout
474 type timeout interface { type
    [all...]
protoconn_test.go 43 if !err.(Error).Timeout() {
50 if !err.(Error).Timeout() {
228 if !err.(Error).Timeout() {
235 if !err.(Error).Timeout() {
timeout_test.go 21 timeout time.Duration
30 {-5 * time.Second, 5 * time.Second, -5 * time.Second, 100 * time.Millisecond}, // timeout over deadline
36 {50 * time.Millisecond, 5 * time.Second, 100 * time.Millisecond, time.Second}, // timeout over deadline
61 d := Dialer{Timeout: tt.timeout}
86 if nerr, ok := err.(Error); !ok || !nerr.Timeout() {
94 timeout time.Duration
118 d := Dialer{Timeout: tt.timeout}
144 timeout time.Duratio
    [all...]
dial.go 20 // Timeout is the maximum amount of time a dial will wait for
24 // The default is no timeout.
27 // addresses, the timeout may be divided between them.
29 // With or without a timeout, the operating system may impose
30 // its own earlier timeout. For instance, TCP timeouts are
32 Timeout time.Duration
35 // will fail. If Timeout is set, it may fail earlier.
37 // as with the Timeout option.
86 // - now+Timeout
89 // Or zero, if none of Timeout, Deadline, or context's deadline is set
    [all...]
  /prebuilts/go/linux-x86/src/os/signal/
signal_windows_test.go 56 log.Fatalf("Timeout waiting for Ctrl+Break\n")
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Network/Mtftp4Dxe/
Mtftp4Impl.c 91 Instance->Timeout = 0;
454 Instance->Timeout = Config->TimeoutValue;
466 Instance->Timeout = Override->TimeoutValue;
477 if (Instance->Timeout == 0) {
478 Instance->Timeout = MTFTP4_DEFAULT_TIMEOUT;
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Ufs/UfsBlockIoPei/
UfsHci.c 22 @param Timeout The time out value for wait memory set, uses 100ns as a unit.
34 IN UINT64 Timeout
41 if (Timeout == 0) {
47 Delay = DivU64x32 (Timeout, 10) + 1;
772 @retval EFI_TIMEOUT A timeout occurred while waiting for the completion of r/w the device descriptor.
812 Packet.Timeout = UFS_TIMEOUT;
847 Status = UfsWaitMemSet (Address, BIT0 << Slot, 0, Packet.Timeout);
891 @retval EFI_TIMEOUT A timeout occurred while waiting for the completion of r/w the Attribute.
926 Packet.Timeout = UFS_TIMEOUT;
961 Status = UfsWaitMemSet (Address, BIT0 << Slot, 0, Packet.Timeout);
    [all...]
  /device/linaro/bootloader/edk2/OptionRomPkg/Bus/Usb/FtdiUsbSerialDxe/
FtdiUsbSerialDriver.c 107 @param Timeout[in] The time to wait the command to complete
121 IN UINT32 Timeout
150 Timeout,
225 @retval EFI_TIMEOUT The data write was stopped due to a timeout.
329 timeout
821 @param Timeout[in] The requested time out for a single character in
822 microseconds.This timeout applies to both the
824 Timeout value of 0 will use the device's default
846 IN UINT32 Timeout,
904 UsbSerialDevice->LastSettings.Timeout = FTDI_TIMEOUT;
    [all...]
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugAgent/DebugAgentCommon/
DebugAgent.c 404 @param Timeout Timeout value for reading from debug device. It unit is Microsecond.
415 IN UINTN Timeout
431 if (Timeout != 0) {
436 Timeout
449 if (Timeout != 0) {
658 @retval EFI_TIMEOUT Timeout occurs when reading debug packet.
676 // Timeout occur, exit
678 DebugAgentMsgPrint (DEBUG_AGENT_WARNING, "Timeout in Debug Timer interrupt\n");
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
BdsPlatform.c 293 UINT32 TimeOut;
354 TimeOut = 40;
355 while (TimeOut--) {
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeTcpIoLib/
DxeTcpIoLib.c 533 @param[in] Timeout The time to wait for connection done.
549 IN EFI_EVENT Timeout
579 while (!TcpIo->IsConnDone && EFI_ERROR (gBS->CheckEvent (Timeout))) {
600 @param[in] Timeout The time to wait for connection done.
618 IN EFI_EVENT Timeout
649 while (!TcpIo->IsListenDone && EFI_ERROR (gBS->CheckEvent (Timeout))) {
862 @param[in] Timeout The time to wait for receiving the amount of data the Packet
880 IN EFI_EVENT Timeout
959 while (!TcpIo->IsRxDone && ((Timeout == NULL) || EFI_ERROR (gBS->CheckEvent (Timeout)))) {
    [all...]
  /device/linaro/bootloader/edk2/NetworkPkg/Mtftp6Dxe/
Mtftp6Support.c 313 // Check the Ip6 mode data till timeout.
696 Instance->PacketToLive = Instance->IsMaster ? Instance->Timeout : (Instance->Timeout * 2);
986 Instance->Timeout = 0;
1078 Instance->Timeout = Instance->Config->TimeoutValue;
1090 Instance->Timeout = Token->OverrideData->TimeoutValue;
1111 if (Instance->Timeout == 0) {
1112 Instance->Timeout = MTFTP6_DEFAULT_TIMEOUT;
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 69 import javax.sip.Timeout;
913 Timeout timeout = Timeout.TRANSACTION; local
933 Timeout timeout = Timeout.TRANSACTION; local
963 Timeout timeout = Timeout.RETRANSMIT; local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
SetupBrowser.c 214 Function waits for a given event to fire, or for an optional timeout to expire.
219 @param Timeout An optional timeout value in 100 ns units.
221 @retval EFI_SUCCESS Event fired before Timeout expired.
228 IN UINT64 Timeout OPTIONAL
236 if (Timeout != 0) {
248 Timeout
268 // No timeout... just wait on the event
347 // Timeout expired
372 Return the default value for system Timeout variable.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/EbcDxe/EbcDebugger/
EdbSupportUI.c 45 Function waits for a given event to fire, or for an optional timeout to expire.
48 @param Timeout - An optional timeout value in 100 ns units.
50 @retval EFI_SUCCESS - Event fired before Timeout expired.
58 IN UINT64 Timeout OPTIONAL
66 if (Timeout != 0) {
78 Timeout
98 // No timeout... just wait on the event
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
BdsPlatform.c     [all...]
  /external/chromium-trace/catapult/systrace/systrace/tracing_agents/
atrace_agent.py 169 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
170 def StartAgentTracing(self, config, timeout=None):
199 @py_utils.Timeout(tracing_agents.START_STOP_TIMEOUT)
200 def StopAgentTracing(self, timeout=None):
211 @py_utils.Timeout(tracing_agents.GET_RESULTS_TIMEOUT)
212 def GetResults(self, timeout=None):
243 large_output=True, check_return=True, timeout=ADB_LARGE_OUTPUT_TIMEOUT)

Completed in 539 milliseconds

<<11121314151617181920>>