HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 26 - 50 of 350) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
SpdyStream.java 110 in.finished = (flags & SpdyConnection.FLAG_UNIDIRECTIONAL) != 0;
111 out.finished = (flags & SpdyConnection.FLAG_FIN) != 0;
114 in.finished = (flags & SpdyConnection.FLAG_FIN) != 0;
115 out.finished = (flags & SpdyConnection.FLAG_UNIDIRECTIONAL) != 0;
135 if ((in.finished || in.closed) && (out.finished || out.closed) && responseHeaders != null) {
208 this.out.finished = true;
276 if (in.finished && out.finished) {
333 this.in.finished = true
413 private boolean finished; field in class:SpdyStream.SpdyDataInputStream
626 private boolean finished; field in class:SpdyStream.SpdyDataOutputStream
    [all...]
  /external/chromium_org/ui/gfx/animation/
test_animation_delegate.h 31 bool finished() const { function in class:gfx::TestAnimationDelegate
animation_container_unittest.cc 100 // Both timers should have finished.
101 EXPECT_TRUE(delegate1.finished());
102 EXPECT_TRUE(delegate2.finished());
127 // The timer should have finished.
128 EXPECT_TRUE(delegate1.finished());
  /external/skia/dm/
DMReporter.h 22 int32_t finished() const { return fFinished; } function in class:DM::Reporter
DMReporter.cpp 15 status.printf("\r\033[K%d tasks left", this->started() - this->finished());
  /external/chromium_org/base/threading/
worker_pool_unittest.cc 53 bool finished() const { function in class:base::__anon3742::PostTaskAndReplyTester
101 while (!tester->finished() && TimeTicks::Now() - start < kMaxDuration) {
109 EXPECT_TRUE(tester->finished());
  /libcore/luni/src/test/java/libcore/java/util/
AbstractCollectionTest.java 29 final AtomicBoolean finished = new AtomicBoolean(false); local
33 while (!finished.get()) {
49 finished.set(true);
  /external/clang/docs/analyzer/
make.bat 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex
    [all...]
  /external/clang/docs/
make.bat 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex
    [all...]
  /external/llvm/docs/
make.bat 51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML pages are in %BUILDDIR%/singlehtml.
75 echo.Build finished; now you can process the pickle files.
83 echo.Build finished; now you can process the JSON files.
91 echo.Build finished; now you can run HTML Help Workshop with the ^
100 echo.Build finished; now you can run "qcollectiongenerator" with the ^
112 echo.Build finished.
120 echo.Build finished. The epub file is in %BUILDDIR%/epub.
128 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java 78 while (!defl.finished()) {
92 while (!infl.finished()) {
122 while (!defl.finished()) {
136 while (!infl.finished()) {
183 while (!defl.finished()) {
219 while (!defl.finished()) {
230 while (!infl.finished()) {
244 * @tests java.util.zip.Deflater#finished()
250 assertTrue("Test 1: Deflater should not be finished.", !defl.finished());
    [all...]
  /frameworks/native/libs/input/tests/
InputChannel_test.cpp 95 clientReply.body.finished.seq = 0x11223344;
96 clientReply.body.finished.handled = true;
105 EXPECT_EQ(clientReply.body.finished.seq, serverReply.body.finished.seq)
107 EXPECT_EQ(clientReply.body.finished.handled, serverReply.body.finished.handled)
  /external/chromium_org/chrome/renderer/resources/extensions/
image_util.js 57 function on_complete_index(index, err, loading, finished, callbacks) {
60 finished[index] = { width: width, height: height, data: imageData };
64 callbacks.oncomplete(finished);
69 var loading = {}, finished = [],
75 oncomplete: on_complete_index(index, false, loading, finished, callbacks),
76 onerror: on_complete_index(index, true, loading, finished, callbacks)
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IterationController.h 139 bool finished(double nr) function in class:Eigen::IterationController
150 bool finished(const MatrixBase<VectorType> &v) function in class:Eigen::IterationController
151 { return finished(double(v.squaredNorm())); }
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
AppTask.java 55 private boolean cancelled, finished; field in class:AppTask
130 return finished || cancelled || (exception != null);
147 finished = true;
  /external/llvm/include/llvm/CodeGen/PBQP/
HeuristicBase.h 173 bool finished = false; local
175 while (!finished) {
180 finished = true;
  /libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java 45 private boolean finished; field in class:CipherInputStream
87 if (finished) {
109 finished = true;
  /external/chromium_org/third_party/WebKit/Source/modules/websockets/
WebSocketExtensionParser.h 47 bool finished();
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/
make.bat 39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
53 echo.Build finished; now you can process the pickle files.
60 echo.Build finished; now you can process the JSON files.
67 echo.Build finished; now you can run HTML Help Workshop with the ^
75 echo.Build finished; now you can run "qcollectiongenerator" with the ^
86 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
108 echo.Testing of doctests in the sources finished, look at the ^
  /external/mesa3d/src/gallium/docs/
make.bat 39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
53 echo.Build finished; now you can process the pickle files.
60 echo.Build finished; now you can process the JSON files.
67 echo.Build finished; now you can run HTML Help Workshop with the ^
75 echo.Build finished; now you can run "qcollectiongenerator" with the ^
86 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
108 echo.Testing of doctests in the sources finished, look at the ^
  /libcore/luni/src/main/java/java/util/zip/
Inflater.java 56 private boolean finished; // Set by inflateImpl. field in class:Inflater
129 public synchronized boolean finished() { method in class:Inflater
130 return finished;
261 finished = false;
  /libcore/luni/src/main/java/java/nio/
SocketChannelImpl.java 172 boolean finished = false;
177 finished = IoBridge.connect(fd, normalAddr, port);
178 isBound = finished;
185 finished = true;
191 end(finished);
204 status = (finished ? SOCKET_STATUS_CONNECTED : SOCKET_STATUS_UNCONNECTED);
209 return finished;
254 boolean finished = false;
259 finished = IoBridge.isConnected(fd, inetAddress, port, 0, 0); // Return immediately.
260 isBound = finished;
    [all...]
  /external/valgrind/main/drd/tests/
atomic_var.stderr.exp 10 Test finished.
pth_cancel_locked.stderr.exp 9 Test finished.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 24 finished = N == 0
26 if finished:

Completed in 1444 milliseconds

12 3 4 5 6 7 8 91011>>