HomeSort by relevance Sort by last modified time
    Searched refs:Finished (Results 1 - 25 of 40) sorted by null

1 2

  /external/valgrind/main/drd/tests/
annotate_rwlock.stderr.exp 2 Finished.
boost_thread.stderr.exp 4 Finished.
monitor_example.stderr.exp 2 Finished successfully.
omp_printf.stderr.exp 2 Finished.
pth_create_glibc_2_0.stderr.exp 3 Finished.
pth_process_shared_mutex.stderr.exp 2 Finished.
rwlock_test.stderr.exp 4 Finished.
annotate_ignore_rw.stderr.exp 7 Finished.
annotate_ignore_rw2.stderr.exp 17 Finished.
annotate_ignore_write.stderr.exp 17 Finished.
rwlock_type_checking.stderr.exp 14 Finished.
annotate_ignore_write2.stderr.exp 22 Finished.
  /external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
FinishedTest.java 23 import org.apache.harmony.xnet.provider.jsse.Finished;
30 * Tests for <code>Finished</code> constructor and methods
37 Finished message = new Finished(bytes);
38 assertEquals("incorrect type", Handshake.FINISHED, message.getType());
50 Finished message_2 = new Finished(in, message.length());
56 message_2 = new Finished(in, message.length() - 1);
64 message_2 = new Finished(in, message.length() + 3);
  /libcore/luni/src/main/java/org/apache/harmony/xnet/provider/jsse/
Finished.java 24 * Represents Finished message
26 * Finished</a>
29 public class Finished extends Message {
38 public Finished(byte[] bytes) {
49 public Finished(HandshakeIODataStream in, int length)
55 fatalAlert(AlertProtocol.DECODE_ERROR, "DECODE ERROR: incorrect Finished");
70 return Handshake.FINISHED;
HandshakeProtocol.java 54 * Handshake status FINISHED - HandshakeProtocol has just finished
56 public static final int FINISHED = 3;
110 protected Finished clientFinished;
111 protected Finished serverFinished;
133 // reference verify_data used to verify finished message
215 case HandshakeProtocol.FINISHED:
218 return SSLEngineResult.HandshakeStatus.FINISHED;
246 * Creates and sends finished message
333 * Computers reference TLS verify_data that is used to verify finished messag
    [all...]
  /external/valgrind/main/helgrind/tests/
rwlock_test.stderr.exp 4 Finished.
  /external/chromium/chrome/browser/ssl/
ssl_add_cert_handler.cc 27 // Stay alive until the process completes and Finished() is called.
48 Finished(false);
56 Finished(true);
62 Finished(true);
66 void SSLAddCertHandler::Finished(bool add_cert) {
82 // Inform the RVH that we're finished
ssl_add_cert_handler.h 20 // It is self-owned and deletes itself when finished.
32 void Finished(bool add_cert);
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.cpp 60 ASSERT(m_state == Finished);
65 if (m_state == Finished) {
90 if (m_state == Finished)
105 if (m_state == Finished)
113 m_state = Finished;
133 if (m_state == Finished)
168 m_state = Finished;
186 while (!queue.isEmpty() && m_state != Finished) {
IDBTransactionBackendImpl.h 63 Running, // SQLite transaction started but not yet finished.
64 Finished, // Either aborted or committed.
  /external/llvm/unittests/
Makefile.unittest 54 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h 42 Finished,
WebRequest.cpp 126 ASSERT(m_loadState == Finished, "dtor called on a WebRequest in a different state than finished (%d)", m_loadState);
155 ASSERT(m_loadState < Finished, "(%p) called finish on an already finished WebRequest (%d) (%s)", this, m_loadState, m_url.c_str());
156 if (m_loadState >= Finished)
172 m_loadState = Finished;
265 // the WebCore thread cancelling it. If the request has already finished, do
270 ASSERT(m_request, "Request set to 0 before it is finished");
526 // bytesRead == 0 indicates finished
  /frameworks/ex/variablespeed/jni/
variablespeed.h 76 bool Finished();
  /frameworks/base/include/androidfw/
InputTransport.h 107 struct Finished {
112 return sizeof(Finished);
114 } finished; member in union:android::InputMessage::Body
149 * Try again after the consumer has sent a finished signal indicating that it has
238 /* Receives the finished signal from the consumer in reply to the original dispatch signal.
295 /* Sends a finished signal to the publisher to inform it that the message
296 * with the specified sequence number has finished being process and whether
405 // batch with the previous one. When the finished signal is sent, we traverse the

Completed in 489 milliseconds

1 2