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

1 2 3 45 6 7 8 910

  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 114 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished()));
517 void MediaPlayerPrivatePhonon::finished() function in class:WebCore::MediaPlayerPrivatePhonon
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 676 boolean finished; field in class:Pm.PackageInstallObserver
681 finished = true;
1055 boolean finished; field in class:Pm.PackageDeleteObserver
1115 boolean finished; field in class:Pm.ClearDataObserver
1301 boolean finished; field in class:Pm.ClearCacheObserver
    [all...]
  /development/testrunner/
am_instrument_parser.py 132 finished" status report.
  /external/chromium/chrome/browser/download/
save_package.h 82 // Saving page finished successfully.
126 bool finished() const { return finished_; } function in class:SavePackage
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 133 void SetDownloadFinished(bool finished);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 117 boolean finished = false;
118 while (!finished) {
121 finished = true;
145 finished = true;
  /external/skia/src/gpu/gl/
GrGLShaderBuilder.h 188 void finished(GrGLuint programID);
  /external/webkit/Source/JavaScriptCore/wtf/qt/
ThreadingQt.cpp 169 QObject::connect(thread, SIGNAL(finished()), ThreadMonitor::instance(), SLOT(threadFinished()));
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.h 83 void finished();
  /external/webkit/Source/WebCore/storage/
IDBTransaction.cpp 69 bool IDBTransaction::finished() const function in class:WebCore::IDBTransaction
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStressTest.java 94 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms");
114 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms");
166 inflater.finished();
  /external/junit/src/org/junit/runners/
ParentRunner.java 63 public void finished() {
234 fScheduler.finished();
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceTreeModel.js 278 frameResource.finished = true;
294 resource.finished = true;
SourceFile.js 46 this._resource.addEventListener("finished", this.reload.bind(this));
121 if (this._resource && this._resource.finished)
233 return this._resource && !this._resource.finished;
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)
  /frameworks/base/core/java/android/app/
IApplicationThread.java 47 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving,
65 void scheduleDestroyActivity(IBinder token, boolean finished,
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp     [all...]
InputTransport.cpp 89 return sizeof(Header) + body.finished.size();
361 *outSeq = msg.body.finished.seq;
362 *outHandled = msg.body.finished.handled;
803 ALOGE("Attempted to send a finished signal with sequence number 0.");
807 // Send finished signals for the batch sequence chain first.
837 // Send finished signal for the last message in the batch.
844 msg.body.finished.seq = seq;
845 msg.body.finished.handled = handled;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
Scroller.java 154 * Returns whether the scroller has finished scrolling.
156 * @return True if the scroller has finished scrolling, false otherwise.
163 * Force the finished field to a particular value.
165 * @param finished The new finished value.
167 public final void forceFinished(boolean finished) {
168 mFinished = finished;
246 * the animation is not yet finished. loc will be altered to provide the
  /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.
  /frameworks/base/core/java/android/widget/
Scroller.java 52 * whether the scroller is finished. If it isn't, it means that a fling or
210 * Returns whether the scroller has finished scrolling.
212 * @return True if the scroller has finished scrolling, false otherwise.
219 * Force the finished field to a particular value.
221 * @param finished The new finished value.
223 public final void forceFinished(boolean finished) {
224 mFinished = finished;
303 * the animation is not yet finished.
  /external/eigen/Eigen/src/Geometry/
OrthoMethods.h 143 RealScalar invnm = RealScalar(1)/(Vector2() << src.coeff(sndi),src.coeff(maxi)).finished().norm();
  /external/eigen/Eigen/src/SVD/
JacobiSVD.h 750 bool finished = false; local
751 while(!finished)
753 finished = true;
769 finished = false;
    [all...]
  /external/eigen/unsupported/Eigen/src/IterativeSolvers/
ConstrainedConjGrad.h 160 if (iter.finished(rho)) break;

Completed in 607 milliseconds

1 2 3 45 6 7 8 910