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

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/main/java/org/junit/runners/model/
RunnerScheduler.java 22 void finished(); method in interface:RunnerScheduler
  /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.
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DozeServiceFake.java 23 public boolean finished; field in class:DozeServiceFake
33 finished = true;
42 finished = false;
  /prebuilts/go/darwin-x86/src/crypto/rc4/
rc4_amd64.s 54 JGE finished // jump if (in >= in+len)
154 JGE finished // jump if (in >= in+len)
174 finished: label
rc4_amd64p32.s 59 JGE finished // jump if (in >= in+len)
164 JGE finished // jump if (in >= in+len)
187 finished: label
  /prebuilts/go/linux-x86/src/crypto/rc4/
rc4_amd64.s 54 JGE finished // jump if (in >= in+len)
154 JGE finished // jump if (in >= in+len)
174 finished: label
rc4_amd64p32.s 59 JGE finished // jump if (in >= in+len)
164 JGE finished // jump if (in >= in+len)
187 finished: label
  /packages/apps/DocumentsUI/tests/common/com/android/documentsui/services/
TestJobListener.java 37 @Nullable private Job finished; field in class:TestJobListener
46 this.finished = job;
57 if (finished == null) {
63 if (finished == null || !finished.hasFailures()) {
69 if (finished == null || !finished.hasFailures()) {
73 assertEquals(finished.failedDocs.size(), names.size());
80 if (finished == null || !finished.hasFailures())
    [all...]
  /external/libchrome/base/threading/
worker_pool_unittest.cc 57 bool finished() const { function in class:base::__anon22713::PostTaskAndReplyTester
107 while (!tester->finished() && TimeTicks::Now() - start < kMaxDuration) {
115 EXPECT_TRUE(tester->finished());
  /system/extras/simpleperf/
workload.cpp 155 bool finished = false; local
159 finished = true;
170 return finished;
  /bionic/libc/kernel/uapi/asm-x86/asm/
mce.h 44 __u8 finished; member in struct:mce
  /bionic/tests/
pty_test.cpp 78 bool finished; member in struct:PtyReader_28979140_Arg
83 arg->finished = false;
103 arg->finished = true;
159 ASSERT_TRUE(arg.finished);
  /development/ndk/platforms/android-21/arch-x86/include/asm/
mce.h 42 __u8 finished; member in struct:mce
  /development/ndk/platforms/android-21/arch-x86_64/include/asm/
mce.h 42 __u8 finished; member in struct:mce
  /external/junit/src/main/java/org/junit/rules/
Stopwatch.java 13 * time spent by each passed, failed, skipped, and finished test:
43 * protected void finished(long nanos, Description description) {
44 * logInfo(description, &quot;finished&quot;, nanos);
123 protected void finished(long nanos, Description description) { method in class:Stopwatch
157 @Override protected void finished(Description description) { method in class:Stopwatch.InternalWatcher
158 Stopwatch.this.finished(getNanos(), description);
  /external/kernel-headers/original/uapi/asm-x86/asm/
mce.h 24 __u8 finished; /* entry is valid */ member in struct:mce
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
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;
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
HeuristicBase.h 173 bool finished = false; local
175 while (!finished) {
180 finished = true;
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 55 public void finished(String className) { method in class:TestPrinter
57 Log.i(mTag, "finished: " + className);
103 finished(test.toString());
  /libcore/luni/src/test/java/libcore/java/util/
AbstractCollectionTest.java 31 final AtomicBoolean finished = new AtomicBoolean(false); local
35 while (!finished.get()) {
51 finished.set(true);
  /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;
  /prebuilts/ndk/r10/platforms/android-21/arch-x86/usr/include/asm/
mce.h 42 __u8 finished; member in struct:mce
  /prebuilts/ndk/r10/platforms/android-21/arch-x86_64/usr/include/asm/
mce.h 42 __u8 finished; member in struct:mce
  /prebuilts/ndk/r10/platforms/android-23/arch-x86/usr/include/asm/
mce.h 42 __u8 finished; member in struct:mce
  /prebuilts/ndk/r10/platforms/android-23/arch-x86_64/usr/include/asm/
mce.h 42 __u8 finished; member in struct:mce

Completed in 621 milliseconds

1 2 3 4 5 6 7 8 91011>>