HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 101 - 125 of 179) sorted by null

1 2 3 45 6 7 8

  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 221 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0,
278 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0,
304 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 1,
1120 eapol->cb.finished = cb->finished;
  /frameworks/base/libs/androidfw/
InputTransport.cpp 89 return sizeof(Header) + body.finished.size();
356 *outSeq = msg.body.finished.seq;
357 *outHandled = msg.body.finished.handled;
798 ALOGE("Attempted to send a finished signal with sequence number 0.");
802 // Send finished signals for the batch sequence chain first.
832 // Send finished signal for the last message in the batch.
839 msg.body.finished.seq = seq;
840 msg.body.finished.handled = handled;
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
Resource.js 276 get finished()
281 set finished(x)
290 this.dispatchEventToListeners("finished");
739 // to prevent caller blocking until resource is marked as finished.
749 if (this.finished)
NetworkManager.js 319 resource.finished = true;
  /external/webkit/Source/WebCore/platform/network/qt/
QNetworkReplyHandler.cpp 219 connect(m_reply, SIGNAL(finished()), this, SLOT(receiveMetaData()));
284 connect(m_sniffer.get(), SIGNAL(finished()), this, SLOT(receiveSniffedMIMEType()));
312 // If not finished, connect to the slots that will be used from this point on.
314 connect(m_reply, SIGNAL(finished()), this, SLOT(didReceiveFinished()));
326 // Disconnecting will make sure that nothing will happen after emitting the finished signal.
647 // If supported, a synchronous request will be finished at this point, no need to hook up the signals.
  /external/webkit/Source/WebKit/qt/WebCoreSupport/
QtMaemoWebPopup.cpp 88 connect(result, SIGNAL(finished(int)), this, SLOT(popupClosed()));
  /external/webkit/Source/WebKit/qt/examples/platformplugin/
WebPlugin.cpp 85 connect(result, SIGNAL(finished(int)), this, SLOT(popupClosed()));
  /frameworks/base/include/androidfw/
InputTransport.h 107 struct Finished {
112 return sizeof(Finished);
114 } finished; member in union:android::InputMessage::Body
149 * Try again after the consumer has sent a finished signal indicating that it has
238 /* Receives the finished signal from the consumer in reply to the original dispatch signal.
295 /* Sends a finished signal to the publisher to inform it that the message
296 * with the specified sequence number has finished being process and whether
405 // batch with the previous one. When the finished signal is sent, we traverse the
  /external/chromium-trace/src/shared/js/
load_time_data.js 8 * content has finished loading). This data includes both localized strings and
  /external/valgrind/main/memcheck/tests/
leak-delta.stderr.exp 65 finished
  /frameworks/base/core/java/android/widget/
OverScroller.java 134 * Returns whether the scroller has finished scrolling.
136 * @return True if the scroller has finished scrolling, false otherwise.
143 * Force the finished field to a particular value. Contrary to
144 * {@link #abortAnimation()}, forcing the animation to finished
148 * @param finished The new finished value.
150 public final void forceFinished(boolean finished) {
151 mScrollerX.mFinished = mScrollerY.mFinished = finished;
291 * animation is not yet finished.
    [all...]
  /external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DeflaterOutputStreamTest.java 76 while (!(deflate.finished())) {
  /external/webkit/Source/WebCore/html/parser/
HTMLDocumentParser.cpp 377 // Informs the the rest of WebCore that parsing is really finished (and deletes this).
378 m_treeBuilder->finished();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
LoadTestsAutoTest.java 86 // and waits till it has finished running.
221 public void finished() {
LayoutTestsAutoTest.java 307 public void finished() {
371 // and waits till it has finished running.
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.cc 648 void ImageBurnResourceManager::SetDownloadFinished(bool finished) {
651 if (!finished)
653 download_finished_ = finished;
  /packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadThread.java 162 boolean finished = false;
163 while(!finished) {
172 finished = true;
238 // skip when already finished; remove after fixing race in 5217390
    [all...]
  /external/dbus/dbus/
dbus-marshal-recursive.c 141 reader->finished = FALSE;
506 reader->finished = TRUE;
527 reader->finished = TRUE;
537 * So the finished flag indicates whether we've
540 reader->finished = TRUE;
777 if (reader->finished ||
    [all...]
  /external/qemu/android/
console.c 99 char finished; member in struct:ControlClientRec_
330 client->finished = 0;
526 if (client->finished)
584 if (client->finished) {
674 client->finished = 1;
    [all...]
  /external/dbus/bus/
config-parser.c     [all...]
  /external/bluetooth/bluez/src/
storage.c 621 int i, finished = 0; local
623 for (i = 0; !finished; i++) {
625 finished = 1;
  /external/chromium/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/
jsunittest.js     [all...]
  /frameworks/base/core/java/android/app/
ApplicationThreadNative.java 75 boolean finished = data.readInt() != 0;
78 schedulePauseActivity(b, finished, userLeaving, configChanges);
609 public final void schedulePauseActivity(IBinder token, boolean finished,
614 data.writeInt(finished ? 1 : 0);
    [all...]
  /frameworks/ex/carousel/test/src/com/android/carouseltest/
TaskSwitcherActivity.java 169 public void finished() throws RemoteException {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/27/1/.cp/lib/
antsupportlib.jar 

Completed in 506 milliseconds

1 2 3 45 6 7 8