/external/chromium_org/third_party/openssl/openssl/crypto/evp/ |
bio_enc.c | 80 int cont; /* <= 0 when finished */ 81 int finished; member in struct:enc_struct 119 ctx->finished=0; 300 ctx->finished=0; 331 if (!ctx->finished) 333 ctx->finished=1;
|
/external/openssl/crypto/evp/ |
bio_enc.c | 80 int cont; /* <= 0 when finished */ 81 int finished; member in struct:enc_struct 119 ctx->finished=0; 300 ctx->finished=0; 331 if (!ctx->finished) 333 ctx->finished=1;
|
/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/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
AdvancedSearchController.js | 116 * @param {boolean} finished 118 _onIndexingFinished: function(finished) 121 this._searchView.indexingFinished(finished); 122 if (!finished) 162 * @param {boolean} finished 164 _onSearchFinished: function(searchId, finished) 170 this._searchView.searchFinished(finished); 317 * @param {boolean} finished 319 indexingFinished: function(finished) 321 this._searchMessageElement.textContent = finished ? "" : WebInspector.UIString("Indexing interrupted.") [all...] |
/external/arduino/hardware/arduino/cores/arduino/ |
WInterrupts.c | 96 #error attachInterrupt not finished for this CPU (case 0) 159 #error detachInterrupt not finished for this cpu
|
/external/chromium_org/native_client_sdk/src/examples/api/core/ |
test.js | 29 test.log('Not finished, waiting another second.'); 37 test.log('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 | 88 static jfieldID finished = env->GetFieldID(JniConstants::deflaterClass, "finished", "Z"); local 89 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()) {
|
/external/chromium_org/chrome/browser/ui/cocoa/ |
status_bubble_mac.h | 57 void AnimationDidStop(CAAnimation* animation, bool finished);
|
/external/chromium_org/remoting/host/linux/ |
x_server_clipboard.cc | 294 bool finished = false; local 297 finished = HandleSelectionTargetsEvent(event, format, item_count, data); 300 finished = HandleSelectionStringEvent(event, format, item_count, data); 303 if (finished)
|
/external/chromium_org/ui/gfx/animation/ |
slide_animation_unittest.cc | 101 EXPECT_FALSE(delegate.finished());
|
/external/junit/src/org/junit/experimental/ |
ParallelComputer.java | 52 public void finished() {
|
/external/lzma/C/ |
MtCoder.h | 70 const Byte *src, size_t srcSize, int finished);
|
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/ |
Dispatcher.java | 57 synchronized void finished(Job job) { method in class:Dispatcher
|
Job.java | 50 dispatcher.finished(this);
|
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 63 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 | 126 while (count < byteCount && !def.finished()) {
|
/external/lzma/CPP/7zip/Compress/ |
Lzma2Decoder.cpp | 120 bool finished = (inSizeProcessed == 0 && outSizeProcessed == 0);
local 123 if (res != 0 || _state.decoder.dicPos == _state.decoder.dicBufSize || finished || stopDecoding)
131 if (finished)
|
LzmaDecoder.cpp | 128 bool finished = (inSizeProcessed == 0 && outSizeProcessed == 0);
local 131 if (res != 0 || _state.dicPos == next || finished || stopDecoding)
148 if (finished)
|
/external/smack/src/org/jivesoftware/smackx/ |
PrivateDataManager.java | 297 boolean finished = false; 298 while (!finished) { 317 finished = true;
|
/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;
|
/packages/apps/Settings/src/com/android/settings/deviceinfo/ |
StorageMeasurement.java | 227 Message finished, int remaining) { 231 mFinished = finished; 400 final Message finished = obtainMessage(MSG_COMPLETED, details); local 448 mIsInternal, details, currentUser, finished, count); 457 finished.sendToTarget();
|
/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_org/remoting/webapp/ |
event_handlers.js | 71 { event: 'click', id: 'host-finished-button', fn: goHome }, 72 { event: 'click', id: 'client-finished-it2me-button', fn: goHome }, 73 { event: 'click', id: 'client-finished-me2me-button', fn: goHome },
|