Searched defs:setTimeout (Results 1 - 25 of 42) sorted by relevance

12

/external/chromium_org/v8/test/promises-aplus/lib/
H A Dglobal.js29 var setTimeout; variable
68 setTimeout = function(fn, delay) {
66 setTimeout = function(fn, delay) { function
/external/apache-harmony/support/src/test/java/tests/support/
H A DSupport_ServerSocket.java29 public void setTimeout(int timeout); method in interface:Support_ServerSocket
H A DSupport_HttpServerSocket.java54 * @see tests.support.Support_ServerSocket#setTimeout(int) Sets the
57 public void setTimeout(int timeout) { method in class:Support_HttpServerSocket
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DDOMWindowTimers.cpp43 int setTimeout(EventTarget& eventTarget, PassOwnPtr<ScheduledAction> action, int timeout) function in namespace:blink::DOMWindowTimers
/external/apache-http/src/org/apache/http/conn/params/
H A DConnManagerParamBean.java53 public void setTimeout (final long timeout) { method in class:ConnManagerParamBean
H A DConnManagerParams.java81 public static void setTimeout(final HttpParams params, long timeout) { method in class:ConnManagerParams
/external/chromium_org/chrome/browser/resources/cryptotoken/
H A Dcountdown.js22 Countdown.prototype.setTimeout = function(timeoutMillis, cb) {};
H A Dcountdowntimer.js22 this.setTimeout(timeoutMillis || 0, cb);
35 CountdownTimer.prototype.setTimeout = function(timeoutMillis, cb) {
49 window.setTimeout(this.timerTick.bind(this), this.remainingMillis);
/external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
H A DJsonpRequestBuilder.java49 void setTimeout(int timeout) { method in class:JsonpRequestBuilder
/external/smack/src/org/xbill/DNS/
H A DResolver.java68 void setTimeout(int secs, int msecs); method in interface:Resolver
74 void setTimeout(int secs); method in interface:Resolver
H A DExtendedResolver.java261 r.setTimeout(quantum);
281 r.setTimeout(quantum);
337 setTimeout(int secs, int msecs) { method in class:ExtendedResolver
339 ((Resolver)resolvers.get(i)).setTimeout(secs, msecs);
343 setTimeout(int secs) { method in class:ExtendedResolver
344 setTimeout(secs, 0);
H A DSimpleResolver.java166 setTimeout(int secs, int msecs) { method in class:SimpleResolver
171 setTimeout(int secs) { method in class:SimpleResolver
172 setTimeout(secs, 0);
332 xfrin.setTimeout((int)(getTimeout() / 1000));
H A DZoneTransferIn.java321 setTimeout(int secs) { method in class:ZoneTransferIn
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/
H A DTestOptions.java417 public void setTimeout(long timeout) { method in class:TestOptions
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ui/
H A DPopover.js248 this.setTimeout(1000, 500);
256 setTimeout: function(timeout, hideTimeout)
328 this._hidePopoverTimer = setTimeout(doHide.bind(this), this._hideTimeout);
340 this._hoverTimer = setTimeout(this._mouseHover.bind(this, this._hoverElement), toolTipDelay);
/external/chromium_org/third_party/WebKit/Tools/qunit/qunit/
H A Dqunit.js14 setTimeout: typeof window.setTimeout !== "undefined",
401 if ( defined.setTimeout ) {
402 window.setTimeout(function() {
420 if ( timeout && defined.setTimeout ) {
422 config.timeout = window.setTimeout(function() {
867 window.setTimeout( process, 13 );
13 setTimeout: typeof window.setTimeout !== "undefined", property
/external/chromium_org/tools/telemetry/third_party/pyserial/serial/
H A Dserialutil.py393 def setTimeout(self, timeout): member in class:SerialBase
408 timeout = property(getTimeout, setTimeout, doc="Timeout setting for read()")
/external/chromium_org/ppapi/native_client/tools/browser_tester/browserdata/
H A Dnacltest.js499 setTimeout(function() {
596 setTimeout(function() { this_.waitForPlugins(); }, this.retryWait);
599 // Paranoid: does setTimeout like floating point numbers?
777 this.setTimeout = function(callback, time) { function
778 setTimeout(this.wrap(callback), time);
930 setTimeout(heartbeat, 500);
938 setTimeout(currentTest.wrap(function() {
/external/chromium_org/third_party/WebKit/Source/core/xml/
H A DXMLHttpRequest.cpp349 void XMLHttpRequest::setTimeout(unsigned long timeout, ExceptionState& exceptionState) function in class:blink::XMLHttpRequest
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-jdepend.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-jsch.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant-junit.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs-ant.jarMETA-INF/ META-INF/MANIFEST.MF edu/ edu/umd/ edu/umd/cs/ edu/umd/cs/findbugs/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.sat4j.core_2.2.0.v20100429.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 4447 milliseconds

12