/external/chromium_org/build/android/pylib/device/ |
D | device_utils.py | 81 def IsOnline(self, timeout=None, retries=None): argument 97 def HasRoot(self, timeout=None, retries=None): argument 128 def EnableRoot(self, timeout=None, retries=None): argument 144 def GetExternalStoragePath(self, timeout=None, retries=None): argument 166 def WaitUntilFullyBooted(self, wifi=False, timeout=None, retries=None): argument 185 def _WaitUntilFullyBootedImpl(self, wifi=False, timeout=None): argument 217 def Reboot(self, block=True, timeout=None, retries=None): argument 239 def Install(self, apk_path, reinstall=False, timeout=None, retries=None): argument 285 timeout=None, retries=None): argument 312 timeout=None): argument [all …]
|
D | adb_wrapper.py | 50 def _RunAdbCmd(cls, arg_list, timeout=None, retries=None, check_error=True): argument 65 def _DeviceAdbCmd(self, arg_list, timeout, retries, check_error=True): argument 106 def GetDevices(cls, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument 129 def Push(self, local, remote, timeout=60*5, retries=_DEFAULT_RETRIES): argument 141 def Pull(self, remote, local, timeout=60*5, retries=_DEFAULT_RETRIES): argument 153 def Shell(self, command, expect_rc=None, timeout=_DEFAULT_TIMEOUT, argument 188 def Logcat(self, filter_spec=None, timeout=_DEFAULT_TIMEOUT, argument 205 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT, argument 225 def JDWP(self, timeout=_DEFAULT_TIMEOUT, retries=_DEFAULT_RETRIES): argument 239 sd_card=False, timeout=60*2, retries=_DEFAULT_RETRIES): argument [all …]
|
D | decorators_test.py | 38 def alwaysTimesOut(timeout=None, retries=None): argument 53 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument 64 def requiresExplicitTimeoutAndRetries(timeout=None, retries=None): argument 84 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 104 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 118 def alwaysTimesOut(timeout=None, retries=None): argument 140 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument 156 def alwaysReturnsTimeouts(timeout=None, retries=None): argument 163 def alwaysReturnsRetries(timeout=None, retries=None): argument 172 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument [all …]
|
/external/chromium_org/third_party/webrtc/base/ |
D | gunit.h | 23 #define WAIT(ex, timeout) \ argument 31 #define WAIT_(ex, timeout, res) \ argument 42 #define EXPECT_TRUE_WAIT(ex, timeout) \ argument 49 #define EXPECT_EQ_WAIT(v1, v2, timeout) \ argument 56 #define ASSERT_TRUE_WAIT(ex, timeout) \ argument 63 #define ASSERT_EQ_WAIT(v1, v2, timeout) \ argument 73 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/ |
D | inspector_page.py | 11 def __init__(self, inspector_backend, timeout=60): argument 77 def _EnablePageNotifications(self, timeout=60): argument 84 def WaitForNavigate(self, timeout=60): argument 103 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=60): argument 134 def GetCookieByName(self, name, timeout=60): argument 146 def CollectGarbage(self, timeout=60): argument
|
D | inspector_websocket.py | 45 def Connect(self, url, timeout=10): argument 64 def SyncRequest(self, req, timeout=10): argument 72 def DispatchNotifications(self, timeout=10): argument 75 def DispatchNotificationsUntilDone(self, timeout): argument 103 def _SetTimeout(self, timeout): argument 108 def _Receive(self, timeout=10): argument
|
D | inspector_backend.py | 31 def __init__(self, browser_backend, context, timeout=60): argument 104 def Screenshot(self, timeout): argument 151 def GetDOMStats(self, timeout): argument 161 def WaitForNavigate(self, timeout): argument 164 def Navigate(self, url, script_to_evaluate_on_commit, timeout): argument 167 def GetCookieByName(self, name, timeout): argument 172 def ExecuteJavaScript(self, expr, context_id=None, timeout=60): argument 175 def EvaluateJavaScript(self, expr, context_id=None, timeout=60): argument 300 def TakeJSHeapSnapshot(self, timeout=120): argument
|
D | tab_list_backend.py | 19 def New(self, timeout): argument 24 def CloseTab(self, debugger_url, timeout=None): argument 40 def ActivateTab(self, debugger_url, timeout=None): argument
|
/external/chromium_org/tools/telemetry/telemetry/core/ |
D | web_contents.py | 29 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 34 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 39 def WaitForJavaScriptExpression(self, expr, timeout): argument 96 def ExecuteJavaScript(self, statement, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 104 def EvaluateJavaScript(self, expr, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 120 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 128 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 162 def TakeJSHeapSnapshot(self, timeout=120): argument
|
/external/chromium_org/tools/telemetry/telemetry/core/backends/webdriver/ |
D | webdriver_tab_backend.py | 36 def WaitForDocumentReadyStateToBeComplete(self, timeout=None): argument 40 def WaitForDocumentReadyStateToBeInteractiveOrBetter(self, timeout=None): argument 48 def Screenshot(self, timeout=None): # pylint: disable=W0613 argument 66 def GetDOMStats(self, timeout=None): argument 73 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=None): argument 81 def GetCookieByName(self, name, timeout=None): argument 90 def ExecuteJavaScript(self, expr, timeout=None): argument 96 def EvaluateJavaScript(self, expr, timeout=None): argument
|
/external/wpa_supplicant_8/wpa_supplicant/examples/p2p/ |
D | p2p_listen.py | 50 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 115 timeout = 0 variable 141 timeout = value variable
|
D | p2p_find.py | 53 def __init__(self,interface_name,wpas_dbus_interface,timeout): argument 125 timeout = 0 variable 151 timeout = value variable
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/ |
D | PacketDispatcher.java | 131 public EventPacket waitForNextEvent(long timeout) in waitForNextEvent() 268 public ReplyPacket waitForReply(CommandPacket command, long timeout) in waitForReply() 398 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply() 636 public EventPacket receiveEvent(long timeout) throws IOException, in receiveEvent() 678 public ReplyPacket performCommand(CommandPacket command, long timeout) in performCommand() 725 public ReplyPacket receiveReply(int commandId, long timeout) in receiveReply()
|
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/transport/ |
D | Transport.java | 49 protected int timeout = ServiceConnection.DEFAULT_TIMEOUT; field in Transport 71 public Transport(String url, int timeout) { in Transport() 76 public Transport(String url, int timeout, int bufferLength) { in Transport() 95 public Transport(Proxy proxy, String url, int timeout) { in Transport() 101 public Transport(Proxy proxy, String url, int timeout, int bufferLength) { in Transport()
|
/external/libusb/libusb/ |
D | sync.c | 74 unsigned char *data, uint16_t wLength, unsigned int timeout) in libusb_control_transfer() 155 int *transferred, unsigned int timeout, unsigned char type) in do_sync_bulk_transfer() 257 unsigned int timeout) in libusb_bulk_transfer() 306 unsigned char *data, int length, int *transferred, unsigned int timeout) in libusb_interrupt_transfer()
|
/external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/ |
D | SSLSocketImplTest.java | 92 int timeout = 10; // wait no more than 10*500 ms for handshake in testSSLSocketImpl1() local 156 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl2() local 223 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl3() local 289 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl4() local 356 int timeout = 10; // wait no more than 5 seconds for handshake in testSSLSocketImpl5() local 821 int timeout = 10; // wait no more than 5 seconds for handshake in testGetSession() local 936 int timeout = 10; // wait no more than 5 seconds for handshake in testStartHandshake() local 996 int timeout = 10; // wait no more than 5 seconds for handshake in testGetInputStream() local 1058 int timeout = 10; // wait no more than 5 seconds for handshake in testGetOutputStream() local
|
/external/guava/guava-bootstrap/src/java/util/concurrent/ |
D | ExecutorService.java | 25 boolean awaitTermination(long timeout, TimeUnit unit) in awaitTermination() 38 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAll() 45 Collection<? extends Callable<T>> tasks, long timeout, TimeUnit unit) in invokeAny()
|
/external/jmdns/src/javax/jmdns/ |
D | JmmDNS.java | 175 public abstract ServiceInfo[] getServiceInfos(String type, String name, long timeout); in getServiceInfos() 209 …abstract ServiceInfo[] getServiceInfos(String type, String name, boolean persistent, long timeout); in getServiceInfos() 246 public abstract void requestServiceInfo(String type, String name, long timeout); in requestServiceInfo() 261 …ublic abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout); in requestServiceInfo() 360 public abstract ServiceInfo[] list(String type, long timeout); in list() 382 public abstract Map<String, ServiceInfo[]> listBySubtype(String type, long timeout); in listBySubtype()
|
D | JmDNS.java | 200 public abstract ServiceInfo getServiceInfo(String type, String name, long timeout); in getServiceInfo() 232 …ic abstract ServiceInfo getServiceInfo(String type, String name, boolean persistent, long timeout); in getServiceInfo() 270 public abstract void requestServiceInfo(String type, String name, long timeout); in requestServiceInfo() 284 …ublic abstract void requestServiceInfo(String type, String name, boolean persistent, long timeout); in requestServiceInfo() 395 public abstract ServiceInfo[] list(String type, long timeout); in list() 415 public abstract Map<String, ServiceInfo[]> listBySubtype(String type, long timeout); in listBySubtype()
|
/external/chromium_org/third_party/libusb/src/libusb/ |
D | sync.c | 92 unsigned char *data, uint16_t wLength, unsigned int timeout) in libusb_control_transfer() 160 int *transferred, unsigned int timeout, unsigned char type) in do_sync_bulk_transfer() 254 unsigned int timeout) in libusb_bulk_transfer() 303 unsigned char *data, int length, int *transferred, unsigned int timeout) in libusb_interrupt_transfer()
|
/external/nist-sip/java/javax/sip/ |
D | TimeoutEvent.java | 7 Timeout timeout) { in TimeoutEvent() 13 Timeout timeout) { in TimeoutEvent()
|
/external/chromium_org/net/socket/ |
D | client_socket_pool.cc | 30 void ClientSocketPool::set_unused_idle_socket_timeout(base::TimeDelta timeout) { in set_unused_idle_socket_timeout() 41 void ClientSocketPool::set_used_idle_socket_timeout(base::TimeDelta timeout) { in set_used_idle_socket_timeout()
|
/external/ppp/pppd/plugins/radius/ |
D | buildreq.c | 64 int timeout, int retries) in rc_buildreq() 195 int timeout = rc_conf_int("radius_timeout"); in rc_auth_using_server() local 253 int timeout = rc_conf_int("radius_timeout"); in rc_auth_proxy() local 299 int timeout = rc_conf_int("radius_timeout"); in rc_acct_using_server() local 382 int timeout = rc_conf_int("radius_timeout"); in rc_acct_proxy() local 420 int timeout = rc_conf_int("radius_timeout"); in rc_check() local
|
/external/dhcpcd/ |
D | eloop.c | 50 static struct timeout { struct 55 struct timeout *next; argument
|
/external/chromium_org/third_party/libevent/sample/ |
D | time-test.c | 36 struct event *timeout = arg; in timeout_cb() local 51 struct event timeout; in main() local
|