| /external/chromium-trace/catapult/telemetry/telemetry/internal/backends/chrome_inspector/ |
| D | inspector_page.py | 16 def __init__(self, inspector_websocket, timeout): argument 49 def _SetScriptToEvaluateOnCommit(self, source, timeout): argument 76 def _EnablePageNotifications(self, timeout=60): argument 83 def WaitForNavigate(self, timeout=60): argument 96 def Navigate(self, url, script_to_evaluate_on_commit=None, timeout=60): argument 127 def GetCookieByName(self, name, timeout=60): argument 139 def CaptureScreenshot(self, timeout=60): argument 151 def CollectGarbage(self, timeout=60): argument
|
| D | inspector_backend.py | 51 def __init__(self, app, devtools_client, context, timeout=120): argument 142 def Screenshot(self, timeout): argument 149 def GetDOMStats(self, timeout): argument 167 def WaitForNavigate(self, timeout): argument 171 def Navigate(self, url, script_to_evaluate_on_commit, timeout): argument 175 def GetCookieByName(self, name, timeout): argument 181 def GetCurrentConsoleOutputBuffer(self, timeout=10): argument 187 def ExecuteJavaScript(self, expr, context_id=None, timeout=60): argument 199 def EvaluateJavaScript(self, expr, context_id=None, timeout=60): argument 227 timeout=60): argument [all …]
|
| D | inspector_console.py | 35 def GetCurrentConsoleOutputBuffer(self, timeout=10): argument 49 def _EnableConsoleOutputStream(self, timeout): argument 52 def _DisableConsoleOutputStream(self, timeout): argument
|
| D | inspector_websocket.py | 56 def Connect(self, url, timeout): argument 99 def SyncRequest(self, req, timeout): argument 126 def DispatchNotifications(self, timeout): argument 136 def _SetTimeout(self, timeout): argument 141 def _Receive(self, timeout): argument
|
| D | devtools_http.py | 38 def _Connect(self, timeout): argument 59 def Request(self, path, timeout=30): argument 96 def RequestJson(self, path, timeout=30): argument
|
| D | memory_backend.py | 31 def SetMemoryPressureNotificationsSuppressed(self, suppressed, timeout=30): argument 48 def SimulateMemoryPressureNotification(self, pressure_level, timeout=30): argument 66 def _SendMemoryRequest(self, command, params, timeout): argument
|
| D | devtools_client_backend.py | 225 def RequestNewTab(self, timeout): argument 246 def CloseTab(self, tab_id, timeout): argument 261 def ActivateTab(self, tab_id, timeout): argument 330 def StartChromeTracing(self, trace_config, timeout=10): argument 362 def CollectChromeTracingData(self, trace_data_builder, timeout=30): argument 371 def DumpMemory(self, timeout=30): argument 387 def SetMemoryPressureNotificationsSuppressed(self, suppressed, timeout=30): argument 405 def SimulateMemoryPressureNotification(self, pressure_level, timeout=30): argument
|
| /external/okhttp/okio/okio/src/test/java/okio/ |
| D | AsyncTimeoutTest.java | 51 AsyncTimeout timeout = new RecordingAsyncTimeout(); in zeroTimeoutIsNoTimeout() local 135 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineOnly() local 144 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineBeforeTimeout() local 154 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineAfterTimeout() local 164 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineStartsBeforeEnter() local 174 RecordingAsyncTimeout timeout = new RecordingAsyncTimeout(); in deadlineInThePast() local 192 AsyncTimeout timeout = new AsyncTimeout(); in wrappedSinkTimesOut() local 213 AsyncTimeout timeout = new AsyncTimeout(); in wrappedSourceTimesOut() local 234 AsyncTimeout timeout = new AsyncTimeout(); in wrappedThrowsWithTimeout() local 252 AsyncTimeout timeout = new AsyncTimeout(); in wrappedThrowsWithoutTimeout() local
|
| /external/webrtc/webrtc/base/ |
| D | gunit.h | 23 #define WAIT(ex, timeout) \ argument 30 #define WAIT_(ex, timeout, res) \ argument 41 #define EXPECT_TRUE_WAIT(ex, timeout) \ argument 48 #define EXPECT_EQ_WAIT(v1, v2, timeout) \ argument 55 #define ASSERT_TRUE_WAIT(ex, timeout) \ argument 62 #define ASSERT_EQ_WAIT(v1, v2, timeout) \ argument 72 #define EXPECT_TRUE_WAIT_MARGIN(ex, timeout, margin) \ argument
|
| /external/chromium-trace/catapult/devil/devil/android/ |
| D | decorators_test.py | 31 def alwaysTimesOut(timeout=None, retries=None): argument 47 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument 58 def requiresExplicitTimeoutAndRetries(timeout=None, retries=None): argument 78 def alwaysRaisesProvidedException(exception, timeout=None, retries=None): argument 95 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument 110 def alwaysRaisesNoAdbError(timeout=None, retries=None): argument 123 def alwaysTimesOut(timeout=None, retries=None): argument 146 def alwaysRaisesCommandFailedError(timeout=None, retries=None): argument 162 def alwaysReturnsTimeouts(timeout=None, retries=None): argument 169 def alwaysReturnsRetries(timeout=None, retries=None): argument [all …]
|
| D | battery_utils.py | 160 def SupportsFuelGauge(self, timeout=None, retries=None): argument 176 def GetFuelGaugeChargeCounter(self, timeout=None, retries=None): argument 199 def GetNetworkData(self, package, timeout=None, retries=None): argument 237 def GetPowerData(self, timeout=None, retries=None): argument 298 def GetBatteryInfo(self, timeout=None, retries=None): argument 324 def GetCharging(self, timeout=None, retries=None): argument 342 def DisableBatteryUpdates(self, timeout=None, retries=None): argument 367 def EnableBatteryUpdates(self, timeout=None, retries=None): argument 387 def BatteryMeasurement(self, timeout=None, retries=None): argument 518 def SetCharging(self, enabled, timeout=None, retries=None): argument [all …]
|
| D | device_utils.py | 324 def IsOnline(self, timeout=None, retries=None): argument 344 def HasRoot(self, timeout=None, retries=None): argument 364 def NeedsSU(self, timeout=DEFAULT, retries=DEFAULT): argument 398 def EnableRoot(self, timeout=None, retries=None): argument 418 def IsUserBuild(self, timeout=None, retries=None): argument 436 def GetExternalStoragePath(self, timeout=None, retries=None): argument 458 def GetApplicationPaths(self, package, timeout=None, retries=None): argument 505 def GetApplicationVersion(self, package, timeout=None, retries=None): argument 527 def GetApplicationDataDirectory(self, package, timeout=None, retries=None): argument 549 def WaitUntilFullyBooted(self, wifi=False, timeout=None, retries=None): argument [all …]
|
| /external/dbus/dbus/ |
| D | dbus-timeout.c | 68 DBusTimeout *timeout; in _dbus_timeout_new() local 93 _dbus_timeout_ref (DBusTimeout *timeout) in _dbus_timeout_ref() 107 _dbus_timeout_unref (DBusTimeout *timeout) in _dbus_timeout_unref() 134 _dbus_timeout_set_interval (DBusTimeout *timeout, in _dbus_timeout_set_interval() 153 _dbus_timeout_set_enabled (DBusTimeout *timeout, in _dbus_timeout_set_enabled() 311 DBusTimeout *timeout) in _dbus_timeout_list_add_timeout() 341 DBusTimeout *timeout) in _dbus_timeout_list_remove_timeout() 363 DBusTimeout *timeout, in _dbus_timeout_list_toggle_timeout() 416 dbus_timeout_get_interval (DBusTimeout *timeout) in dbus_timeout_get_interval() 429 dbus_timeout_get_data (DBusTimeout *timeout) in dbus_timeout_get_data() [all …]
|
| /external/chromium-trace/catapult/devil/devil/android/sdk/ |
| D | adb_wrapper.py | 241 def _RunAdbCmd(cls, args, timeout=None, retries=None, device_serial=None, argument 265 def _RunDeviceAdbCmd(self, args, timeout, retries, check_error=True): argument 282 def _IterRunDeviceAdbCmd(self, args, timeout): argument 327 def KillServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument 331 def StartServer(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument 337 def GetDevices(cls, timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument 344 timeout=DEFAULT_TIMEOUT, retries=DEFAULT_RETRIES): argument 373 def _RawDevices(cls, long_list=False, timeout=DEFAULT_TIMEOUT, argument 389 def Push(self, local, remote, timeout=60 * 5, retries=DEFAULT_RETRIES): argument 439 def Pull(self, remote, local, timeout=60 * 5, retries=DEFAULT_RETRIES): argument [all …]
|
| D | fastboot.py | 65 def Flash(self, partition, image, timeout=None, retries=None): argument 75 def Devices(self, timeout=None, retries=None): argument 81 def RebootBootloader(self, timeout=None, retries=None): argument 86 def Reboot(self, timeout=None, retries=None): argument 91 def SetOemOffModeCharge(self, value, timeout=None, retries=None): argument
|
| /external/autotest/client/cros/ |
| D | login.py | 36 def wait_for_condition(condition, timeout_msg, timeout, process, crash_msg): argument 71 def wait_for_browser(timeout=cros_ui.RESTART_UI_TIMEOUT): argument 86 def wait_for_browser_exit(crash_msg, timeout=cros_ui.RESTART_UI_TIMEOUT): argument 108 def wait_for_cryptohome(user, timeout=cros_ui.RESTART_UI_TIMEOUT): argument 124 def wait_for_ownership(timeout=constants.DEFAULT_OWNERSHIP_TIMEOUT): argument
|
| /external/chromium-trace/catapult/telemetry/telemetry/internal/browser/ |
| D | web_contents.py | 61 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 73 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 85 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 100 def WaitForJavaScriptExpression(self, expr, timeout): argument 158 def ExecuteJavaScript(self, statement, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 170 def EvaluateJavaScript(self, expr, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 190 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 204 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 227 def WaitForNavigate(self, timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument 241 timeout=DEFAULT_WEB_CONTENTS_TIMEOUT): argument [all …]
|
| /external/autotest/client/virt/ |
| D | rss_client.py | 83 def __init__(self, address, port, log_func=None, timeout=20): argument 125 def _send(self, str, timeout=60): argument 138 def _receive(self, size, timeout=60): argument 177 def _send_packet(self, str, timeout=60): argument 184 def _receive_packet(self, timeout=60): argument 192 def _send_file_chunks(self, filename, timeout=60): argument 211 def _receive_file_chunks(self, filename, timeout=60): argument 230 def _send_msg(self, msg, timeout=60): argument 234 def _receive_msg(self, timeout=60): argument 259 def __init__(self, address, port, log_func=None, timeout=20): argument [all …]
|
| D | virt_test_utils.py | 48 def wait_for_login(vm, nic_index=0, timeout=240, start=0, step=2, serial=None): argument 93 timeout=240): argument 298 def stop_windows_service(session, service, timeout=120): argument 319 def start_windows_service(session, service, timeout=120): argument 433 def run_autotest(vm, session, control_path, timeout, outputdir, params): argument 666 def raw_ping(command, timeout, session, output_func): argument 721 broadcast=False, flood=False, timeout=0, argument
|
| /external/guava/guava/src/com/google/common/collect/ |
| D | ForwardingBlockingDeque.java | 65 public boolean offerFirst(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerFirst() 70 public boolean offerLast(E e, long timeout, TimeUnit unit) throws InterruptedException { in offerLast() 85 public E pollFirst(long timeout, TimeUnit unit) throws InterruptedException { in pollFirst() 90 public E pollLast(long timeout, TimeUnit unit) throws InterruptedException { in pollLast() 100 public boolean offer(E e, long timeout, TimeUnit unit) throws InterruptedException { in offer() 110 public E poll(long timeout, TimeUnit unit) throws InterruptedException { in poll()
|
| /external/autotest/server/ |
| D | standalone_profiler.py | 68 def wait_for_profilers(machines, timeout=300): argument 74 def start_profilers(machines, timeout=120): argument 80 def stop_profilers(machines, timeout=120): argument 86 def finish_profilers(machines, timeout=120): argument
|
| /external/guava/guava/src/com/google/common/util/concurrent/ |
| D | Uninterruptibles.java | 76 long timeout, TimeUnit unit) { in awaitUninterruptibly() 163 Future<V> future, long timeout, TimeUnit unit) in getUninterruptibly() 192 long timeout, TimeUnit unit) { in joinUninterruptibly() 296 Semaphore semaphore, long timeout, TimeUnit unit) { in tryAcquireUninterruptibly() 307 Semaphore semaphore, int permits, long timeout, TimeUnit unit) { in tryAcquireUninterruptibly()
|
| /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()
|