HomeSort by relevance Sort by last modified time
    Searched full:finished (Results 101 - 125 of 4129) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium_org/cc/animation/
animation.h 17 // Specifically, the affected property, the run state (paused, finished, etc.),
27 // the Aborted or Finished states. A Finished animation was allowed to run to
35 Finished,
90 return run_state_ == Finished ||
108 // This is true for animations running on the main thread when the Finished
145 // all animations in the group have finished animating. Note: an active
animation_events.h 18 enum Type { Started, Finished, Aborted, PropertyUpdate };
  /external/chromium_org/third_party/lzma_sdk/
LzmaDec.h 82 LZMA_FINISH_END /* block must be finished at the end */
103 LZMA_STATUS_FINISHED_WITH_MARK, /* stream was finished with end mark. */
104 LZMA_STATUS_NOT_FINISHED, /* stream was not finished */
106 LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK /* there is probability that stream was finished without end mark */
169 LZMA_FINISH_END - Stream must be finished after dicLimit.
195 LZMA_FINISH_END - Stream must be finished after (*destLen).
209 LZMA_FINISH_END - Stream must be finished after (*destLen).
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaDec.h 83 LZMA_FINISH_END /* block must be finished at the end */
104 LZMA_STATUS_FINISHED_WITH_MARK, /* stream was finished with end mark. */
105 LZMA_STATUS_NOT_FINISHED, /* stream was not finished */
107 LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK /* there is probability that stream was finished without end mark */
170 LZMA_FINISH_END - Stream must be finished after dicLimit.
196 LZMA_FINISH_END - Stream must be finished after (*destLen).
210 LZMA_FINISH_END - Stream must be finished after (*destLen).
  /external/lzma/C/
LzmaDec.h 82 LZMA_FINISH_END /* block must be finished at the end */
103 LZMA_STATUS_FINISHED_WITH_MARK, /* stream was finished with end mark. */
104 LZMA_STATUS_NOT_FINISHED, /* stream was not finished */
106 LZMA_STATUS_MAYBE_FINISHED_WITHOUT_MARK /* there is probability that stream was finished without end mark */
169 LZMA_FINISH_END - Stream must be finished after dicLimit.
195 LZMA_FINISH_END - Stream must be finished after (*destLen).
209 LZMA_FINISH_END - Stream must be finished after (*destLen).
  /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/third_party/tlslite/patches/
channel_id.patch 8 #Exchange ChangeCipherSpec and Finished messages
15 #Exchange ChangeCipherSpec and Finished messages
41 #Exchange ChangeCipherSpec and Finished messages
70 #Exchange ChangeCipherSpec and Finished messages
85 elif subType == HandshakeType.finished:
86 yield Finished(self.version).parse(p)
93 for result in self._sendMsg(finished):
124 finished = 20
189 @@ -567,6 +578,28 @@ class Finished(HandshakeMsg):
  /external/dropbear/
cli-auth.c 239 int finished = 0; local
245 * As soon as "finished" is set for one, we don't do any more. */
248 finished = cli_auth_pubkey();
254 if (!finished && ses.authstate.authtypes & AUTH_TYPE_INTERACT) {
256 finished = 0;
260 finished = 1;
266 if (!finished && ses.authstate.authtypes & AUTH_TYPE_PASSWORD) {
268 finished = 1;
275 if (!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());
  /external/chromium_org/chrome/common/net/
net_error_info.h 29 // expect to receive another IPC with one of the FINISHED statuses once the
30 // probe has finished (as long as the error page is still loaded).
33 // A DNS probe has finished with one of the following results:
  /external/junit/src/org/junit/rules/
RuleChain.java 39 * finished inner rule
40 * finished middle rule
41 * finished outer rule
  /external/antlr/antlr-3.4/runtime/ActionScript/project/test/
Antlr3Test.mxml 23 status.text = "Finished running test suite.";
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
new_tab_page_ready_handler.h 15 // Sends a notification when the NTP is completely finished loading
  /external/chromium_org/chrome/common/extensions/docs/server2/
template_renderer_test.py 15 When the DataSourceRegistry conversion is finished then we could do some more
  /external/chromium_org/content/test/
web_gesture_curve_mock.h 21 // Returns false if curve has finished and can no longer be applied.
  /external/chromium_org/ppapi/api/dev/
ppb_find_dev.idl 20 * finished searching should it pass in the final count with final_result set
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/
DoDidVisitorAdapter.java 28 * This method MUST be called after {@code foo.visit(doDidVisitorAdapter)} has finished.
  /external/chromium_org/third_party/openssl/openssl/patches/
README 9 Finished message even when negotiating full-handshakes. With this patch,
  /external/chromium_org/ui/gfx/animation/
test_animation_delegate.h 31 bool finished() const { function in class:gfx::TestAnimationDelegate
  /external/iproute2/doc/
Plan 1 Partially finished work.
  /external/lzma/CPP/7zip/Archive/7z/
7zHeader.h 15 // 7z-MultiVolume is not finished yet.
  /external/skia/dm/
DMReporter.cpp 15 status.printf("\r\033[K%d tasks left", this->started() - this->finished());
  /external/valgrind/main/drd/tests/
boost_thread.cpp 32 std::cerr << "Finished.\n";
pth_cancel_locked.c 48 fprintf(stderr, "Test finished.\n");
pth_cancel_locked.stderr.exp 9 Test finished.

Completed in 216 milliseconds

1 2 3 45 6 7 8 91011>>