HomeSort by relevance Sort by last modified time
    Searched defs:Finished (Results 1 - 9 of 9) sorted by null

  /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
  /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;
  /external/webkit/Source/WebCore/storage/
IDBTransactionBackendImpl.h 63 Running, // SQLite transaction started but not yet finished.
64 Finished, // Either aborted or committed.
  /external/webkit/Source/WebKit/android/WebCoreSupport/
WebRequest.h 42 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
  /external/chromium/net/ocsp/
nss_ocsp.cc 195 bool Finished() const {
664 DCHECK(req->Finished());
712 if (req->Started() || req->Finished()) {
714 // again when req has stareted or finished.
  /frameworks/ex/variablespeed/jni/
variablespeed.cc 431 // We must have finished playback.
433 // If we've finished decoding, clear the buffer - so we will terminate.
680 while (!Finished()) {
739 bool AudioEngine::Finished() {
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
  /external/clang/include/clang/Parse/
Parser.h 195 /// top-level declaration is finished.
596 assert(isActive && "Parsing action was finished!");
601 assert(isActive && "Parsing action was finished!");
    [all...]

Completed in 1309 milliseconds