HomeSort by relevance Sort by last modified time
    Searched defs:finished (Results 1 - 25 of 503) 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
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowBroadcastPendingResult.java 64 private final SettableFuture<BroadcastReceiver.PendingResult> finished = SettableFuture.create(); field in class:ShadowBroadcastPendingResult
68 Preconditions.checkState(finished.set(pendingResult), "Broadcast already finished");
72 return finished;
  /external/robolectric-shadows/utils/src/test/java/org/robolectric/util/
PerfStatsCollectorTest.java 31 firstEvent.finished();
43 firstEvent.finished();
47 secondEvent.finished();
51 thirdEvent.finished();
113 collector.startEvent("event").finished(); method
  /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/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/testing/
InstantTaskExecutorRule.java 54 protected void finished(Description description) { method in class:InstantTaskExecutorRule
55 super.finished(description);
  /frameworks/support/work/workmanager/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
InstantTaskExecutorRule.java 46 protected void finished(Description description) { method in class:InstantTaskExecutorRule
47 super.finished(description);
  /frameworks/support/work/workmanager-firebase/src/androidTest/java/androidx/work/impl/utils/taskexecutor/
InstantTaskExecutorRule.java 46 protected void finished(Description description) { method in class:InstantTaskExecutorRule
47 super.finished(description);
  /system/core/libunwindstack/tests/
DwarfSectionTest.cpp 107 bool finished; local
108 ASSERT_FALSE(mock_section.Step(0x1000, nullptr, nullptr, &finished));
122 bool finished; local
123 ASSERT_FALSE(mock_section.Step(0x1000, nullptr, nullptr, &finished));
141 bool finished; local
142 ASSERT_FALSE(mock_section.Step(0x1000, nullptr, nullptr, &finished));
164 bool finished; local
165 ASSERT_TRUE(mock_section.Step(0x1000, nullptr, &process, &finished));
195 bool finished; local
196 ASSERT_TRUE(mock_section.Step(0x1000, nullptr, &process, &finished));
219 bool finished; local
    [all...]
ElfInterfaceArmTest.cpp 304 bool finished; local
305 ASSERT_FALSE(interface.StepExidx(0x7000, 0, nullptr, nullptr, &finished));
319 ASSERT_FALSE(interface.StepExidx(0x7000, 0, &regs, &process_memory_, &finished));
325 ASSERT_FALSE(interface.StepExidx(0x7000, 0, &regs, &process_memory_, &finished));
330 ASSERT_TRUE(interface.StepExidx(0x7000, 0, &regs, &process_memory_, &finished));
332 ASSERT_FALSE(finished);
339 ASSERT_TRUE(interface.StepExidx(0x8000, 0x1000, &regs, &process_memory_, &finished));
343 ASSERT_FALSE(interface.StepExidx(0x8000, 0x9000, &regs, &process_memory_, &finished));
364 bool finished; local
365 ASSERT_TRUE(interface.StepExidx(0x7000, 0, &regs, &process_memory_, &finished));
388 bool finished; local
411 bool finished; local
438 bool finished; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/nine/
threadpool.h 50 BOOL finished; member in struct:threadpool_task
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/doze/
DozeServiceFake.java 29 public boolean finished; field in class:DozeServiceFake
41 finished = true;
61 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::__anon24394::PostTaskAndReplyTester
107 while (!tester->finished() && TimeTicks::Now() - start < kMaxDuration) {
115 EXPECT_TRUE(tester->finished());
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/
RuntimeEnvironmentTest.java 32 final CountDownLatch finished = new CountDownLatch(1); local
37 finished.countDown();
42 if (!finished.await(1000, MILLISECONDS)) {
52 final CountDownLatch finished = new CountDownLatch(1); local
57 finished.countDown();
62 if (!finished.await(1000, MILLISECONDS)) {
  /external/tensorflow/tensorflow/contrib/lite/testing/
message_test.cc 56 bool finished() const { return finished_; } function in class:tflite::testing::__anon39347::TestMessage
66 ASSERT_TRUE(message.finished());
91 ASSERT_FALSE(message.finished());
97 ASSERT_FALSE(message.finished());
103 ASSERT_FALSE(message.finished());
109 ASSERT_FALSE(message.finished());
115 ASSERT_FALSE(message.finished());
  /frameworks/base/test-runner/src/android/test/
TestPrinter.java 54 private void finished(String className) { method in class:TestPrinter
56 Log.i(mTag, "finished: " + className);
87 finished(test.toString());
  /bionic/libc/kernel/uapi/asm-x86/asm/
mce.h 39 __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;
164 ASSERT_TRUE(arg.finished);
  /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 25 __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;

Completed in 1642 milliseconds

1 2 3 4 5 6 7 8 91011>>