HomeSort by relevance Sort by last modified time
    Searched full:_timeout (Results 1 - 7 of 7) sorted by null

  /external/webkit/Source/WebCore/inspector/front-end/
Popover.js 172 this._timeout = timeout;
187 // User has 500ms (this._timeout / 2) to reach the popup.
195 this._hidePopupTimer = setTimeout(doHide, this._timeout / 2);
209 const toolTipDelay = isMouseDown ? 0 : (this._popup ? this._timeout * 0.6 : this._timeout);
  /external/webkit/Tools/DumpRenderTree/chromium/
TestShellMac.mm 44 NSTimeInterval _timeout;
57 _timeout = timeout;
74 NSDate* limitDate = [NSDate dateWithTimeIntervalSinceNow:_timeout];
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
mux_client_for_testing.py 397 self._timeout = 2
487 self._control_blocks_condition.wait(timeout=self._timeout)
499 self._logical_channels_condition.wait(timeout=self._timeout)
586 self._control_blocks_condition.wait(self._timeout)
687 timeout=self._timeout)
721 timeout=self._timeout)
736 self._physical_connection_close_event.wait(timeout=self._timeout)
  /device/ti/panda/audio/test/
TestFlinger.py 78 self._timeout = g_default_timeout # Default timeout
91 self._timeout = TestDict['timeout']
113 self._time_expire = self._timeout + now
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
single_test_runner.py 54 self._timeout = test_input.timeout
109 return base.DriverInput(self._filename, self._timeout, image_hash)
272 base.DriverInput(self._reference_filename, self._timeout, driver_output1.image_hash))
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
userial_linux.c 164 static int _timeout = POLL_TIMEOUT; variable
572 if (!isLowSpeedTransport && _timeout != POLL_TIMEOUT)
585 n = poll(fds, 2, _timeout);
685 ret, ret, errno, count, n, _timeout);
686 if (_timeout == POLL_TIMEOUT)
687 _timeout = -1;
715 _timeout = POLL_TIMEOUT;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar 

Completed in 2015 milliseconds