Searched refs:Finished (Results 1 - 25 of 32) sorted by relevance

12

/external/valgrind/main/drd/tests/
H A Dannotate_rwlock.stderr.exp2 Finished.
H A Dboost_thread.stderr.exp4 Finished.
H A Dmonitor_example.stderr.exp2 Finished successfully.
H A Domp_printf.stderr.exp2 Finished.
H A Dpth_create_glibc_2_0.stderr.exp3 Finished.
H A Dpth_process_shared_mutex.stderr.exp2 Finished.
H A Drwlock_test.stderr.exp4 Finished.
H A Dannotate_ignore_rw.stderr.exp7 Finished.
H A Dannotate_ignore_rw2.stderr.exp17 Finished.
H A Dannotate_ignore_write.stderr.exp17 Finished.
H A Drwlock_type_checking.stderr.exp14 Finished.
H A Dannotate_ignore_write2.stderr.exp22 Finished.
/external/apache-harmony/x-net/src/test/impl/java/org/apache/harmony/xnet/tests/provider/jsse/
H A DFinishedTest.java23 import org.apache.harmony.xnet.provider.jsse.Finished;
30 * Tests for <code>Finished</code> constructor and methods
37 Finished message = new Finished(bytes);
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);
/external/valgrind/main/helgrind/tests/
H A Drwlock_test.stderr.exp4 Finished.
H A Dannotate_rwlock.stderr.exp77 Finished.
/external/chromium/chrome/browser/ssl/
H A Dssl_add_cert_handler.cc27 // 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) { function in class:SSLAddCertHandler
H A Dssl_add_cert_handler.h32 void Finished(bool add_cert);
/external/webkit/Source/WebCore/storage/
H A DIDBTransactionBackendImpl.cpp60 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) {
H A DIDBTransactionBackendImpl.h64 Finished, // Either aborted or committed. enumerator in enum:WebCore::IDBTransactionBackendImpl::State
/external/llvm/unittests/
H A DMakefile.unittest54 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \
/external/webkit/Source/WebKit/android/jni/
H A DWebCoreResourceLoader.h65 static void Finished(JNIEnv*, jobject);
H A DWebCoreResourceLoader.cpp220 void WebCoreResourceLoader::Finished(JNIEnv* env, jobject obj) function in class:android::WebCoreResourceLoader
308 (void*) WebCoreResourceLoader::Finished },
/external/webkit/Source/WebKit/android/WebCoreSupport/
H A DWebRequest.cpp107 ASSERT(m_loadState == Finished, "dtor called on a WebRequest in a different state than finished (%d)", m_loadState);
131 ASSERT(m_loadState < Finished, "(%p) called finish on an already finished WebRequest (%d) (%s)", this, m_loadState, m_url.c_str());
132 if (m_loadState >= Finished)
148 m_loadState = Finished;
H A DWebRequest.h42 Finished, enumerator in enum:android::LoadState
/external/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm186 ;# Finished filtering main horizontal block. If there is no
271 ;# Finished filtering main horizontal block. If there is no
361 ;# Finished filtering main horizontal block. If there is no
554 ;# Finished filtering main horizontal block. If there is no

Completed in 473 milliseconds

12