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

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/helgrind/tests/
pth_destroy_cond.stdout.exp 0 finished
tls_threads.stderr.exp 2 finished join in main
  /external/valgrind/drd/tests/
tls_threads.stderr.exp 2 finished join in main
fp_race.stderr.exp 7 (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)
sem_as_mutex.stderr.exp 7 (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)
sem_open.stderr.exp 7 (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)
sem_as_mutex3.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
sem_open3.stderr.exp 7 (thread finished, call stack no longer available)
9 (thread finished, call stack no longer available)
  /external/junit/src/org/junit/runners/model/
RunnerScheduler.java 20 void finished(); method in interface:RunnerScheduler
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/actions/
RepeatAction.java 25 private boolean finished; field in class:RepeatAction
30 if (finished) return true;
40 finished = true;
46 finished = false;
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
arm-it-bad-2.l 2 [^:]*:9: Warning: section '.text' finished with an open IT block.
3 [^:]*:9: Warning: section 'second' finished with an open IT block.
  /frameworks/base/packages/DocumentsUI/tests/src/com/android/documentsui/services/
TestJobListener.java 36 @Nullable private Job finished; field in class:TestJobListener
45 this.finished = job;
61 if (finished == null) {
67 if (finished == null || !finished.hasFailures()) {
73 if (finished == null || !finished.hasFailures()) {
77 assertEquals(finished.failedFiles.size(), names.size());
84 if (finished == null || !finished.hasFailures())
    [all...]
  /external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_CommaTemporary.cpp 3 mat = (MatrixXf(2,2) << 0, 1, 1, 0).finished() * mat;
Tutorial_commainit_02.cpp 3 m << (Matrix3f() << 1, 2, 3, 4, 5, 6, 7, 8, 9).finished(),
  /external/valgrind/memcheck/tests/
file_locking.stderr.exp 5 Test finished.
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractorCallback.aidl 30 void deliverPickOptionResult(IVoiceInteractorRequest request, boolean finished,
34 void deliverCommandResult(IVoiceInteractorRequest request, boolean finished, in Bundle result);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
Scheduler.java 43 boolean finished() { method in class:Scheduler
44 // TODO: Check that the state of all nodes is FINISHED.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
LineIterator.java 29 * When you have finished with the iterator you should close the reader
60 private boolean finished = false; field in class:LineIterator
91 } else if (finished) {
98 finished = true;
155 finished = true;
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
UncompressedLZMA2OutputStream.java 24 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...]
DeltaOutputStream.java 22 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;
SimpleOutputStream.java 26 private boolean finished = false; field in class:SimpleOutputStream
55 if (finished)
56 throw new XZIOException("Stream finished or closed");
92 assert !finished; local
104 finished = true;
112 if (!finished) {
127 if (!finished) {
  /external/chromium-trace/catapult/third_party/typ/typ/
stats.py 20 self.finished = 0
54 out += str(self.finished)
58 out += '%5.1f' % (self.finished * 1.0 /
68 out += str(self.started - self.finished)
74 out += str(self.total - self.finished)
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/framed/
FramedStream.java 87 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/chromium-trace/catapult/dashboard/dashboard/
delete_test_data.py 134 finished = _DeleteTestData(test_key, notify)
135 if not finished:
150 finished = True
157 finished = False
163 if finished:
171 return finished
  /development/samples/training/InteractiveChart/src/com/example/android/interactivechart/
Zoomer.java 40 * Whether or not the current zoom has finished.
66 * Forces the zoom finished state to the given value. Unlike {@link #abortAnimation()}, the
71 public void forceFinished(boolean finished) {
72 mFinished = finished;
101 * zoom has finished.

Completed in 577 milliseconds

1 2 3 4 5 6 7 8 91011>>