Searched refs:_timeoutMs (Results 1 - 4 of 4) sorted by relevance

/external/jetty/src/java/org/eclipse/jetty/continuation/
H A DFauxContinuation.java59 private long _timeoutMs=30000; // TODO configure field in class:FauxContinuation
144 _timeoutMs = timeoutMs;
408 long expire_at = System.currentTimeMillis()+_timeoutMs;
409 long wait=_timeoutMs;
410 while (_timeoutMs>0 && wait>0)
423 if (_timeoutMs>0 && wait<=0)
429 _timeoutMs=0;
H A DServlet3Continuation.java54 private long _timeoutMs=-1; field in class:Servlet3Continuation
176 _timeoutMs=timeoutMs;
189 _context.setTimeout(_timeoutMs);
202 _context.setTimeout(_timeoutMs);
/external/jetty/src/java/org/eclipse/jetty/server/
H A DAsyncContinuation.java95 private long _timeoutMs=DEFAULT_TIMEOUT; field in class:AsyncContinuation
155 _timeoutMs=ms;
164 return _timeoutMs;
712 _timeoutMs=DEFAULT_TIMEOUT;
741 if (_timeoutMs>0)
747 _expireAt = System.currentTimeMillis()+_timeoutMs;
748 long wait=_timeoutMs;
770 ((AsyncEndPoint)endp).scheduleTimeout(_event._timeout,_timeoutMs);
/external/libgdx/backends/gdx-backends-gwt/libs/
H A Dgwt-dev.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gwt/ com/google/gwt/core/ ...

Completed in 349 milliseconds