Searched refs:finished (Results 1 - 25 of 274) sorted by relevance

1234567891011

/external/valgrind/helgrind/tests/
H A Dpth_destroy_cond.stdout.exp0 finished
H A Dtls_threads.stderr.exp2 finished join in main
/external/valgrind/drd/tests/
H A Dtls_threads.stderr.exp2 finished join in main
H A Dfp_race.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
H A Dsem_as_mutex.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
H A Dsem_open.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
16 (thread finished, call stack no longer available)
18 (thread finished, call stack no longer available)
H A Dsem_as_mutex3.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
H A Dsem_open3.stderr.exp7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
H A Dhg04_race.stderr.exp9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
H A Dhg05_race2.stderr.exp9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
H A Dtc21_pthonce.stderr.exp9 (thread finished, call stack no longer available)
11 (thread finished, call stack no longer available)
19 (thread finished, call stack no longer available)
21 (thread finished, call stack no longer available)
/external/junit/src/main/java/org/junit/runners/model/
H A DRunnerScheduler.java22 void finished(); method in interface:RunnerScheduler
/external/eigen/doc/snippets/
H A DTutorial_AdvancedInitialization_CommaTemporary.cpp3 mat = (MatrixXf(2,2) << 0, 1, 1, 0).finished() * mat;
H A DTutorial_commainit_02.cpp3 m << (Matrix3f() << 1, 2, 3, 4, 5, 6, 7, 8, 9).finished(),
/external/valgrind/memcheck/tests/
H A Dfile_locking.stderr.exp5 Test finished.
/external/lzma/Java/Tukaani/src/org/tukaani/xz/
H A DUncompressedLZMA2OutputStream.java24 private boolean finished = false; field in class:UncompressedLZMA2OutputStream
54 if (finished)
55 throw new XZIOException("Stream finished or closed");
85 if (finished)
86 throw new XZIOException("Stream finished or closed");
103 if (finished)
104 throw new XZIOException("Stream finished or closed");
118 if (!finished) {
128 finished = true;
134 if (!finished) {
[all...]
H A DDeltaOutputStream.java22 private boolean finished = false; field in class:DeltaOutputStream
48 if (finished)
49 throw new XZIOException("Stream finished");
71 if (finished)
72 throw new XZIOException("Stream finished or closed");
83 if (!finished) {
94 finished = true;
H A DSimpleOutputStream.java26 private boolean finished = false; field in class:SimpleOutputStream
55 if (finished)
56 throw new XZIOException("Stream finished or closed");
92 assert !finished;
104 finished = true;
112 if (!finished) {
127 if (!finished) {
/external/tensorflow/tensorflow/contrib/lite/testing/
H A Dmessage_test.cc56 bool finished() const { return finished_; } function in class:tflite::testing::__anon26026::TestMessage
66 ASSERT_TRUE(message.finished());
91 ASSERT_FALSE(message.finished());
97 ASSERT_FALSE(message.finished());
103 ASSERT_FALSE(message.finished());
109 ASSERT_FALSE(message.finished());
115 ASSERT_FALSE(message.finished());
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
H A DFramedStream.java87 this.source.finished = inFinished;
88 this.sink.finished = outFinished;
110 if ((source.finished || source.closed)
111 && (sink.finished || sink.closed)
175 this.sink.finished = true;
243 if (source.finished && sink.finished) {
293 this.source.finished = true;
331 private boolean finished; field in class:FramedStream.FramedDataSource
372 /** Returns once the source is either readable or finished
485 private boolean finished; field in class:FramedStream.FramedDataSink
[all...]
/external/eigen/test/
H A Dcommainitializer.cpp27 VERIFY_IS_EQUAL((m_fixed << mat11, mat12, mat21, matx22).finished(), (m_dynamic << mat11, matx12, mat21, matx22).finished());
32 VERIFY_IS_EQUAL((m_fixed << mat12, mat11, matx21, mat22).finished(), (m_dynamic << mat12, matx11, matx21, mat22).finished());
43 VERIFY_IS_EQUAL((m_fixed << mat11, mat12, mat11, mat11, mat21, mat21, mat22).finished(), (m_dynamic << mat12, mat22).finished());
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
H A DRuntimeEnvironmentTest.java32 final CountDownLatch finished = new CountDownLatch(1);
37 finished.countDown();
42 if (!finished.await(1000, MILLISECONDS)) {
52 final CountDownLatch finished = new CountDownLatch(1);
57 finished.countDown();
62 if (!finished.await(1000, MILLISECONDS)) {
/external/autotest/tko/parsers/
H A Dbase.py17 self.finished = False
47 self.finished = True
/external/junit/src/main/java/org/junit/rules/
H A DTestWatchman.java61 finished(method);
89 public void finished(FrameworkMethod method) { method in class:TestWatchman
/external/python/cpython2/Lib/test/
H A Dtest_threaded_import.py24 finished = N == 0
26 if finished:

Completed in 475 milliseconds

1234567891011