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

1 2 3 4 5 6 7 8

  /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/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;
  /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) {
  /external/webkit/Source/WebCore/wml/
WMLVariables.cpp 87 bool finished = false; local
91 while (!finished) {
95 finished = true;
108 finished = true;
123 finished = true;
140 finished = true;
147 finished = true;
154 finished = true;
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterTest.java 78 while (!defl.finished()) {
92 while (!infl.finished()) {
122 while (!defl.finished()) {
136 while (!infl.finished()) {
183 while (!defl.finished()) {
219 while (!defl.finished()) {
230 while (!infl.finished()) {
244 * @tests java.util.zip.Deflater#finished()
250 assertTrue("Test 1: Deflater should not be finished.", !defl.finished());
    [all...]
  /frameworks/base/libs/androidfw/tests/
InputChannel_test.cpp 94 clientReply.body.finished.seq = 0x11223344;
95 clientReply.body.finished.handled = true;
104 EXPECT_EQ(clientReply.body.finished.seq, serverReply.body.finished.seq)
106 EXPECT_EQ(clientReply.body.finished.handled, serverReply.body.finished.handled)
  /external/jmonkeyengine/engine/src/core/com/jme3/app/
AppTask.java 55 private boolean cancelled, finished; field in class:AppTask
130 return finished || cancelled || (exception != null);
147 finished = true;

Completed in 674 milliseconds

1 2 3 4 5 6 7 8