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

1 2 3 4 5 6 7 8 910

  /external/valgrind/main/helgrind/tests/
pth_destroy_cond.stdout.exp 0 finished
  /external/junit/src/org/junit/runners/model/
RunnerScheduler.java 20 void finished(); method in interface:RunnerScheduler
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellCallback.java 20 public void finished(); method in interface:TestShellCallback
  /frameworks/base/core/java/android/app/
IThumbnailReceiver.aidl 28 void finished();
  /frameworks/base/services/java/com/android/server/am/
PendingThumbnailsRecord.java 31 boolean finished; // Is pendingRecords empty? field in class:PendingThumbnailsRecord
37 finished = false;
  /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/main/memcheck/tests/
file_locking.stderr.exp 5 Test finished.
  /external/webkit/Source/WebKit/qt/docs/webkitsnippets/webpage/
main.cpp 33 void finished();
50 QObject::connect(&thumbnail, SIGNAL(finished()),
78 emit finished();
  /external/valgrind/main/drd/tests/
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)
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)
hg04_race.stderr.exp 9 (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)
hg05_race2.stderr.exp 9 (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)
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)
tc21_pthonce.stderr.exp 9 (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/webkit/Source/WebCore/platform/network/qt/
QtMIMETypeSniffer.h 36 void finished();
QtMIMETypeSniffer.cpp 39 connect(m_reply, SIGNAL(finished()), this, SLOT(trySniffing()));
62 emit finished();
  /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/Email/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;
  /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.
  /external/dropbear/
cli-auth.c 239 int finished = 0; local
245 * As soon as "finished" is set for one, we don't do any more. */
248 finished = cli_auth_pubkey();
254 if (!finished && ses.authstate.authtypes & AUTH_TYPE_INTERACT) {
256 finished = 0;
260 finished = 1;
266 if (!finished && ses.authstate.authtypes & AUTH_TYPE_PASSWORD) {
268 finished = 1;
275 if (!finished) {
  /external/junit/src/org/junit/rules/
TestWatcher.java 55 finished(description);
92 protected void finished(Description description) {
TestWatchman.java 61 finished(method);
98 public void finished(FrameworkMethod method) {

Completed in 4390 milliseconds

1 2 3 4 5 6 7 8 910