/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/ |
InflaterTest.java | 64 * @tests java.util.zip.Inflater#finished() 67 // test method of java.util.zip.inflater.finished() 72 while (!(inflate.finished())) { 80 "the method finished() returned false when no more data needs to be decompressed", 81 inflate.finished()); 90 assertEquals("final decompressed data contained more bytes than original - finished()", 145 while (!(deflate.finished())) { 151 while (!(inflate.finished())) { 202 while (!(deflate.finished())) { 209 while (!(inflate.finished())) { [all...] |
/external/webkit/Source/WebCore/platform/graphics/avfoundation/ |
MediaPlayerPrivateAVFoundation.cpp | 602 void MediaPlayerPrivateAVFoundation::seekCompleted(bool finished) 604 LOG(Media, "MediaPlayerPrivateAVFoundation::seekCompleted(%p) - finished = %d", this, finished); 606 if (finished) 676 void MediaPlayerPrivateAVFoundation::scheduleMainThreadNotification(Notification::Type type, bool finished) 678 scheduleMainThreadNotification(Notification(type, finished)); 769 seekCompleted(notification.finished());
|
/frameworks/base/test-runner/src/android/test/ |
TestRunner.java | 111 finished(test.toString()); 153 void finished(String className); method in interface:TestRunner.Listener 188 private void finished(String className) { method in class:TestRunner 191 mListeners.get(i).finished(className); 272 finished(className); 322 finished(className); 359 finished(test.toString()); 512 finished(test.toString());
|
/libcore/luni/src/main/native/ |
java_util_zip_Deflater.cpp | 86 static jfieldID finished = env->GetFieldID(JniConstants::deflaterClass, "finished", "Z"); local 87 env->SetBooleanField(recv, finished, JNI_TRUE);
|
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidDeflateTest.java | 135 while (!deflater.finished()) { 174 while (!inflater.finished()) {
|
DeflaterOutputStreamTest.java | 148 assertFalse(def.finished());
|
/external/junit/src/org/junit/experimental/ |
ParallelComputer.java | 52 public void finished() {
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
MediaPlayerPrivatePhonon.h | 124 void finished();
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 61 void (*finished)(void *ctx, void *sta_ctx, int success, int preauth); member in struct:eapol_auth_cb
|
/libcore/luni/src/main/java/java/util/zip/ |
DeflaterInputStream.java | 124 while (count < byteCount && !def.finished()) {
|
InflaterInputStream.java | 158 eof = inf.finished();
|
ZipInputStream.java | 303 if (inf.finished() || currentEntry == null) { 342 if (read == 0 && inf.finished()) {
|
/libcore/luni/src/main/java/java/nio/charset/ |
CharsetEncoder.java | 93 // internal status indicates encode(CharBuffer) operation is finished 94 private boolean finished; field in class:CharsetEncoder 314 finished = true; 405 if (status == READY && finished && !endOfInput) {
|
/libcore/luni/src/main/java/java/util/ |
Timer.java | 175 private boolean finished; field in class:Timer.TimerImpl 209 if (finished) { 333 impl.finished = true;
|
/external/svox/pico/lib/ |
picotrns.c | 444 initialized by 'StartTransduction'. Repeat calls to this procedure until '*finished' returns true. 461 picoos_bool * finished) 472 (*finished) = 0; 497 /* not finished; do regular step */ 552 (*finished) = 1; 569 picoos_bool finished; local 586 finished = 0; 588 while (!finished) { 590 inSeq,inSeqLen,outSeq,outSeqLen,maxOutSeqLen,&finished);
|
/external/chromium/chrome/browser/resources/net_internals/ |
testview.js | 100 * Callback for when an individual test in the suite has finished. 127 * Callback for when the last test in the suite has finished.
|
/external/openssl/crypto/evp/ |
bio_ok.c | 151 int cont; /* <= 0 when finished */ 152 int finished; member in struct:ok_struct 189 ctx->finished=0; 381 ctx->finished=0; 414 ctx->finished=1;
|
/external/webkit/Source/WebKit/mac/WebView/ |
WebFullScreenController.mm | 238 - (void)windowDidExitFullscreen:(BOOL)finished 252 if (finished) { 267 - (void)windowDidEnterFullscreen:(BOOL)finished 279 if (finished) { 317 - (void)animationDidStop:(CAAnimation *)anim finished:(BOOL)finished 322 [self windowDidExitFullscreen:finished]; 324 [self windowDidEnterFullscreen:finished]; [all...] |
/external/webkit/Source/WebKit2/Platform/qt/ |
WorkQueueQt.cpp | 123 WorkQueue::WorkItemQt* itemQt = new WorkQueue::WorkItemQt(this, process, SIGNAL(finished(int, QProcess::ExitStatus)), workItem.leakPtr());
|
/external/webkit/Source/WebKit2/UIProcess/Launcher/qt/ |
ProcessLauncherQt.cpp | 155 QObject::connect(m_processIdentifier, SIGNAL(finished(int)), m_processIdentifier, SLOT(deleteLater()), Qt::QueuedConnection);
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
TestShellActivity.java | 86 finished(); method 120 finished(); method 241 finished(); method 257 builder.setMessage("All tests finished. Exit?") 307 finished(); method 346 finished(); method 353 public boolean finished() { method in class:TestShellActivity 361 mCallback.finished(); 413 if (!mRequestedWebKitData && !mTimedOut && !finished()) { 597 // Calling finished() will check if we've met all the conditions for completin [all...] |
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_STATIC.S | 43 cmp r1, #0 @ finished resolving?
|
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/ |
script.js | 60 // If the load is not finished yet, schedule a timer to check again in a
|
/external/v8/test/cctest/ |
test-circular-queue.cc | 88 i::Semaphore* finished) 93 finished_(finished) { }
|
/external/valgrind/main/gdbserver_tests/ |
mcleak.stderr.exp | 18 finished
|