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

123

/external/valgrind/main/drd/tests/
H A Dannotate_rwlock.stderr.exp2 Finished.
H A Dannotate_sem.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.
/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
36 Finished message = new Finished(bytes);
49 Finished message_2 = new Finished(in, message.length());
55 message_2 = new Finished(in, message.length() - 1);
63 message_2 = new Finished(in, message.length() + 3);
/external/valgrind/main/helgrind/tests/
H A Drwlock_test.stderr.exp4 Finished.
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
H A DIDBTransaction.cpp104 ASSERT(m_state == Finished || m_contextStopped);
127 ASSERT(m_state != Finished);
139 if (m_state == Finished) {
169 ASSERT(m_state != Finished);
177 ASSERT(m_state != Finished);
191 ASSERT_WITH_MESSAGE(m_state != Finished, "A finished transaction tried to setActive(%s)", active ? "true" : "false");
203 if (m_state == Finishing || m_state == Finished) {
246 ASSERT(m_state != Finished);
284 ASSERT(m_state != Finished);
348 m_state = Finished;
[all...]
H A DIDBTransaction.h77 bool isFinished() const { return m_state == Finished; }
123 Finished, // No more events will fire and no new requests may be filed. enumerator in enum:WebCore::FINAL::State
/external/chromium_org/cc/animation/
H A Danimation_events.h18 enum Type { Started, Finished, Aborted, PropertyUpdate }; enumerator in enum:cc::AnimationEvent::Type
H A Danimation.h28 // the Aborted or Finished states. A Finished animation was allowed to run to
36 Finished, enumerator in enum:cc::Animation::RunState
94 return run_state_ == Finished ||
112 // This is true for animations running on the main thread when the Finished
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DTextTrackLoader.cpp63 if (m_state >= Finished)
96 m_state = resource->errorOccurred() ? Failed : Finished;
98 if (m_state == Finished && m_cueParser)
H A DTextTrackLoader.h63 enum State { Idle, Loading, Finished, Failed }; enumerator in enum:WebCore::FINAL::State
/external/chromium_org/chrome/browser/sync_file_system/
H A Dsync_process_runner.h51 void Finished(SyncStatusCode status);
H A Dsync_process_runner.cc112 void SyncProcessRunner::Finished(SyncStatusCode status) { function in class:sync_file_system::SyncProcessRunner
116 "[%s] * Finished (elapsed: %" PRId64 " sec)",
140 base::Bind(&SyncProcessRunner::Finished, factory_.GetWeakPtr()));
/external/clang/docs/tools/
H A Ddump_format_style.py71 BeforeStruct, Finished, InStruct, InFieldComment, InEnum, \
90 state = State.Finished
121 if state != State.Finished:
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dyuvframescapturer.cc54 bool Finished() const { function in class:cricket::YuvFramesCapturer::YuvFramesThread
130 return frames_generator_thread && !frames_generator_thread->Finished();
/external/llvm/unittests/
H A DMakefile.unittest61 $(Echo) ======= Finished Linking $(BuildMode) Unit test $(TESTNAME) \

Completed in 489 milliseconds

123