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

1 2 3 4 5 6 7 8 91011>>

  /external/junit/src/org/junit/runners/model/
RunnerScheduler.java 20 void finished(); method in interface:RunnerScheduler
  /external/v8/test/mjsunit/
const-eval-init.js 80 var finished = false; variable
83 var source = "delete x; const x = 8; finished = true;";
88 assertTrue(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.
  /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...]
  /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
  /external/libchrome/base/threading/
worker_pool_unittest.cc 54 bool finished() const { function in class:base::__anon15878::PostTaskAndReplyTester
102 while (!tester->finished() && TimeTicks::Now() - start < kMaxDuration) {
110 EXPECT_TRUE(tester->finished());
  /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;
  /libcore/luni/src/test/java/libcore/java/util/
AbstractCollectionTest.java 29 final AtomicBoolean finished = new AtomicBoolean(false); local
33 while (!finished.get()) {
49 finished.set(true);
  /system/extras/simpleperf/
workload.cpp 141 bool finished = false; local
145 finished = true;
154 return finished;
  /bionic/libc/kernel/uapi/asm-x86/asm/
mce.h 44 __u8 finished; member in struct:mce
  /bionic/tests/
pty_test.cpp 77 bool finished; member in struct:PtyReader_28979140_Arg
82 arg->finished = false;
102 arg->finished = true;
148 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/dbus/dbus/
dbus-marshal-recursive.h 43 dbus_uint32_t finished : 1; /**< marks we're at end iterator for cases member in struct:DBusTypeReader
  /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;
  /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());
  /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/current/platforms/android-21/arch-x86/usr/include/asm/
mce.h 42 __u8 finished; member in struct:mce
  /prebuilts/ndk/current/platforms/android-21/arch-x86_64/usr/include/asm/
mce.h 42 __u8 finished; member in struct:mce
  /prebuilts/ndk/current/platforms/android-23/arch-x86/usr/include/asm/
mce.h 42 __u8 finished; member in struct:mce
  /prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/asm/
mce.h 42 __u8 finished; member in struct:mce

Completed in 1625 milliseconds

1 2 3 4 5 6 7 8 91011>>