HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 176 - 200 of 350) sorted by null

1 2 3 4 5 6 78 91011>>

  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 183 * Returns whether the scroller has finished scrolling.
185 * @return True if the scroller has finished scrolling, false otherwise.
192 * Force the finished field to a particular value.
194 * @param finished The new finished value.
196 public final void forceFinished(boolean finished) {
197 mFinished = finished;
276 * the animation is not yet finished.
  /external/chromium_org/android_webview/native/
aw_contents.h 143 bool finished) OVERRIDE;
  /external/chromium_org/chrome/browser/resources/file_manager/background/js/
file_operation_handler.js 167 // If the copy is finished, may be we can close the background page.
232 // If the copy is finished, may be we can close the background page.
  /external/chromium_org/chrome/browser/speech/
tts_controller.h 47 // is finished and can be destroyed.
190 bool finished() const { return finished_; } function in class:Utterance
  /external/chromium_org/content/browser/download/
save_package.h 71 // Saving page finished successfully.
116 bool finished() const { return finished_; } function in class:content::SavePackage
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 861 bool finished = false; local
    [all...]
  /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;
  /external/eigen/unsupported/Eigen/src/Polynomials/
Companion.h 96 BottomLeftBlock::Identity(deg-1,deg-1)*m_bl_diag.asDiagonal() ).finished()
  /external/lzma/C/
Xz.h 139 CODER_STATUS_FINISHED_WITH_MARK, /* stream was finished with end mark. */
140 CODER_STATUS_NOT_FINISHED, /* stream was not finished */
147 CODER_FINISH_END /* block must be finished at the end */
167 int finished[MIXCODER_NUM_FILTERS_MAX - 1]; member in struct:__anon22620
  /external/skia/src/gpu/
GrClipMaskManager.cpp 861 bool finished = false; local
    [all...]
  /frameworks/native/include/input/
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
241 /* Receives the finished signal from the consumer in reply to the original dispatch signal.
298 /* Sends a finished signal to the publisher to inform it that the message
299 * with the specified sequence number has finished being process and whether
408 // batch with the previous one. When the finished signal is sent, we traverse the
  /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,
1134 eapol->cb.finished = cb->finished;
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 1063 public void CodeOneBlock(long[] inSize, long[] outSize, boolean[] finished) throws IOException
1067 finished[0] = true;
1272 long[] processedInSize = new long[1]; long[] processedOutSize = new long[1]; boolean[] finished = new boolean[1]; field in class:Encoder
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
share_client.js 62 * @param {function()} callback Completion callback. Call when finished
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/imageinfo/
info.js 123 * image once the ImageInfo class has finished loading.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/life/
example.js 184 * the page's document has finished.
  /external/chromium_org/ui/webui/resources/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 132 * Returns whether the scroller has finished scrolling.
134 * @return True if the scroller has finished scrolling, false otherwise.
141 * Force the finished field to a particular value. Contrary to
142 * {@link #abortAnimation()}, forcing the animation to finished
146 * @param finished The new finished value.
148 public final void forceFinished(boolean finished) {
149 mScrollerX.mFinished = mScrollerY.mFinished = finished;
289 * animation is not yet finished.
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 136 * Returns whether the scroller has finished scrolling.
138 * @return True if the scroller has finished scrolling, false otherwise.
145 * Force the finished field to a particular value. Contrary to
146 * {@link #abortAnimation()}, forcing the animation to finished
150 * @param finished The new finished value.
152 public final void forceFinished(boolean finished) {
153 mScrollerX.mFinished = mScrollerY.mFinished = finished;
293 * animation is not yet finished.
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
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/chromium_org/third_party/WebKit/Source/devtools/front_end/
HAREntry.js 374 if (typeof content === "undefined" && requests[i].finished) {

Completed in 1785 milliseconds

1 2 3 4 5 6 78 91011>>