/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 67 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();
|
/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;
|
/frameworks/base/core/jni/ |
android_view_InputQueue.cpp | 64 status_t finished(JNIEnv* env, jlong finishedToken, bool handled, bool ignoreSpuriousFinish); 96 // This is used as part of the finished token as a way to determine whether the finished 97 // token is still valid before sending a finished signal back to the publisher. 100 // True if a message has been received from the publisher but not yet finished. 210 LOGI("Sending finished signal for input channel '%s' since it is being unregistered " 234 status_t NativeInputQueue::finished(JNIEnv* env, jlong finishedToken, function in class:android::NativeInputQueue 263 "finished messageSeqNum=%d, current messageSeqNum=%d, messageInProgress=%d", 274 LOGW("Failed to send finished signal on channel '%s'. status=%d", 280 LOGD("channel '%s' ~ Finished event." [all...] |
/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; 362 ctx->finished=0; 394 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/core/java/android/view/ |
InputQueue.java | 131 * A callback that must be invoked to when finished processing an event. 163 public void finished(boolean handled) { method in class:InputQueue.FinishedCallback 166 throw new IllegalStateException("Event finished callback already invoked."); 178 Slog.d(TAG, "Recycled finished callbacks: " + sRecycleCount);
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
TestShellActivity.java | 88 finished(); method 122 finished(); method 244 finished(); method 260 builder.setMessage("All tests finished. Exit?") 307 finished(); method 342 finished(); method 349 public boolean finished() { method in class:TestShellActivity 357 mCallback.finished(); 405 if (!mRequestedWebKitData && !mTimedOut && !finished()) { 577 // Calling finished() will check if we've met all the conditions for completin [all...] |
/libcore/luni/src/test/java/libcore/java/util/zip/ |
DeflaterOutputStreamTest.java | 148 assertFalse(def.finished());
|
/dalvik/vm/mterp/armv5te/ |
OP_INVOKE_STATIC.S | 43 cmp r1, #0 @ finished resolving?
|
OP_INVOKE_STATIC_JUMBO.S | 40 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 | 91 i::Semaphore* finished) 96 finished_(finished) { }
|
/frameworks/base/core/java/android/app/ |
IApplicationThread.java | 47 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving, 65 void scheduleDestroyActivity(IBinder token, boolean finished,
|
/libcore/luni/src/main/native/ |
java_util_zip_Inflater.cpp | 110 static jfieldID finished = env->GetFieldID(JniConstants::inflaterClass, "finished", "Z"); local 111 env->SetBooleanField(recv, finished, JNI_TRUE);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
messages.properties | 36 RemoteAdtTestRunner_RunCompleteMsg=Test run finished
|
/external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/ |
SocketHandlerTest.java | 704 private volatile boolean finished = false; field in class:SocketHandlerTest.ServerThread 706 public boolean finished() { method in class:SocketHandlerTest.ServerThread 707 return this.finished; 712 while (!this.finished) { 758 this.finished = true;
|
/external/blktrace/ |
blkiomon.c | 274 int finished; local 287 finished = dstat_curr; 291 head = dstat_list[finished]; 294 dstat_list[finished] = NULL; 295 dstat_tree[finished] = RB_ROOT;
|
/external/dbus/dbus/ |
dbus-sysdeps-util-win.c | 464 short finished; /* 1 if there are not more files */ member in struct:__anon5229 502 dp->finished = 0; 509 dp->finished = 1; 524 if (!dp || dp->finished) 534 dp->finished = 1; [all...] |