HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 51 - 75 of 966) sorted by null

1 23 4 5 6 7 8 91011>>

  /libcore/harmony-tests/src/test/java/org/apache/harmony/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 * java.util.zip.Deflater#finished()
250 assertTrue("Test 1: Deflater should not be finished.", !defl.finished());
    [all...]
  /external/lzma/Java/Tukaani/src/org/tukaani/xz/
XZOutputStream.java 71 private boolean finished = false; field in class:XZOutputStream
275 if (finished)
276 throw new XZIOException("Stream finished or closed");
310 * stream finished or closed
318 if (finished)
319 throw new XZIOException("Stream finished or closed");
323 // before the last Block has been finished.
355 * stream finished or closed
363 if (finished)
364 throw new XZIOException("Stream finished or closed")
    [all...]
LZMA2OutputStream.java 35 private boolean finished = false; field in class:LZMA2OutputStream
93 if (finished)
94 throw new XZIOException("Stream finished or closed");
181 assert !finished; local
200 finished = true;
207 if (finished)
208 throw new XZIOException("Stream finished or closed");
226 if (!finished) {
236 finished = true;
242 if (!finished) {
    [all...]
  /frameworks/native/libs/input/tests/
InputChannel_test.cpp 95 clientReply.body.finished.seq = 0x11223344;
96 clientReply.body.finished.handled = true;
105 EXPECT_EQ(clientReply.body.finished.seq, serverReply.body.finished.seq)
107 EXPECT_EQ(clientReply.body.finished.handled, serverReply.body.finished.handled)
  /system/core/libunwindstack/
ElfInterfaceArm.cpp 100 bool* finished) {
105 return ElfInterface32::Step(pc, load_bias, regs, process_memory, finished) ||
106 StepExidx(pc, load_bias, regs, process_memory, finished);
110 bool* finished) {
136 *finished = (regs_arm->pc() == 0) ? true : false;
140 *finished = true;
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
IterationController.h 136 bool finished(double nr) function in class:Eigen::IterationController
147 bool finished(const MatrixBase<VectorType> &v) function in class:Eigen::IterationController
148 { return finished(double(v.squaredNorm())); }
  /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/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/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/swiftshader/third_party/LLVM/include/llvm/CodeGen/PBQP/
HeuristicBase.h 173 bool finished = false; local
175 while (!finished) {
180 finished = true;
  /libcore/ojluni/src/main/java/java/util/zip/
GZIPOutputStream.java 156 if (!def.finished()) {
158 while (!def.finished()) {
160 if (def.finished() && len <= buf.length - TRAILER_SIZE) {
Inflater.java 89 private boolean finished; field in class:Inflater
199 * buffer after decompression has finished.
237 public boolean finished() { method in class:Inflater
239 return finished;
365 finished = false;
  /external/mesa3d/src/gallium/docs/
make.bat 39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
53 echo.Build finished; now you can process the pickle files.
60 echo.Build finished; now you can process the JSON files.
67 echo.Build finished; now you can run HTML Help Workshop with the ^
75 echo.Build finished; now you can run "qcollectiongenerator" with the ^
86 echo.Build finished; the LaTeX files are in %BUILDDIR%/latex.
108 echo.Testing of doctests in the sources finished, look at the ^
  /external/mesa3d/src/gallium/state_trackers/nine/
threadpool.h 50 BOOL finished; member in struct:threadpool_task
  /external/python/futures/docs/
make.bat 38 echo.Build finished. The HTML pages are in _build/html.
45 echo.Build finished. The HTML pages are in _build/dirhtml.
52 echo.Build finished; now you can process the pickle files.
59 echo.Build finished; now you can process the JSON files.
66 echo.Build finished; now you can run HTML Help Workshop with the ^
74 echo.Build finished; now you can run "qcollectiongenerator" with the ^
85 echo.Build finished; the LaTeX files are in _build/latex.
107 echo.Testing of doctests in the sources finished, look at the ^
  /system/core/libunwindstack/tests/
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...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_threaded_import.py 24 finished = N == 0
26 if finished:
  /external/autotest/tko/parsers/
base.py 17 self.finished = False
47 self.finished = True
  /external/python/cpython2/Lib/test/
test_threaded_import.py 24 finished = N == 0
26 if finished:
  /external/valgrind/drd/tests/
atomic_var.stderr.exp 10 Test finished.
  /frameworks/support/app-toolkit/core-testing/src/main/java/androidx/arch/core/executor/testing/
CountingTaskExecutorRule.java 57 protected void finished(Description description) { method in class:CountingTaskExecutorRule
58 super.finished(description);
101 * Waits until all active tasks are finished.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_threaded_import.py 24 finished = N == 0
26 if finished:
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_threaded_import.py 24 finished = N == 0
26 if finished:
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 24 finished = N == 0
26 if finished:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_threaded_import.py 24 finished = N == 0
26 if finished:

Completed in 1221 milliseconds

1 23 4 5 6 7 8 91011>>