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

1 2 3 4 5 6 78 91011>>

  /external/lzma/C/
Lzma2Enc.c 311 const Byte *src, size_t srcSize, int finished)
353 if (finished)
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:__anon10445
  /frameworks/base/core/java/android/widget/
Scroller.java 52 * whether the scroller is finished. If it isn't, it means that a fling or
205 * Returns whether the scroller has finished scrolling.
207 * @return True if the scroller has finished scrolling, false otherwise.
214 * Force the finished field to a particular value.
216 * @param finished The new finished value.
218 public final void forceFinished(boolean finished) {
219 mFinished = finished;
298 * the animation is not yet finished.
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 114 * are finished.
186 * @return true if the download finished, false otherwise.
208 * @return true of all the downloads finished, false otherwise.
369 * Checks with the download manager if the give download is finished.
371 * @return true if download is finished, false otherwise.
378 boolean finished = cursor.getCount() == 1;
380 return finished;
  /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/chrome/browser/resources/pdf/
pdf_scripting_api.js 50 * extension being ready to receive messages (i.e. before it has finished
86 * Sets the callback which will be run when the PDF document has finished
  /external/chromium_org/chrome/browser/speech/
tts_controller.h 50 // is finished and can be destroyed.
220 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/WebKit/Source/devtools/front_end/network/
RequestTimingView.js 182 if (!request.finished) {
185 cell.createTextChild(WebInspector.UIString("CAUTION: request is not finished yet!"));
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 978 bool finished = false; local
    [all...]
  /external/chromium_org/tools/sheriffing/
botinfo.js 55 // Use cached state after the builder indicates that it has finished.
90 /** Guess the last known build a builder finished. */
  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_handler.js 167 // If the copy is finished, may be we can close the background page.
233 // If the copy is finished, may be we can close the background page.
  /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 847 bool finished = false; local
    [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/eigen/unsupported/Eigen/src/SVD/
JacobiSVD.h 665 bool finished = false; local
666 while(!finished)
668 finished = true;
684 finished = false;
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Job.java 87 dispatcher.finished(this);
  /external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/
DispatcherTest.java 153 dispatcher.finished(job);
  /external/skia/src/gpu/
GrClipMaskManager.cpp 977 bool finished = false; local
    [all...]
  /frameworks/native/include/input/
InputTransport.h 115 struct Finished {
120 return sizeof(Finished);
122 } finished; member in union:android::InputMessage::Body
157 * Try again after the consumer has sent a finished signal indicating that it has
249 /* Receives the finished signal from the consumer in reply to the original dispatch signal.
306 /* Sends a finished signal to the publisher to inform it that the message
307 * with the specified sequence number has finished being process and whether
416 // batch with the previous one. When the finished signal is sent, we traverse the
  /external/chromium_org/third_party/skia/experimental/Intersection/
SkAntiEdge.cpp 649 bool finished;
657 finished = true;
661 finished = false;
670 finished &= active->fFinished;
677 } while (!finished);
    [all...]
  /external/skia/experimental/Intersection/
SkAntiEdge.cpp 649 bool finished;
657 finished = true;
661 finished = false;
670 finished &= active->fFinished;
677 } while (!finished);
    [all...]
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.c 221 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0,
279 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 0,
305 sm->eapol->cb.finished(sm->eapol->conf.ctx, sm->sta, 1,
1147 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...]

Completed in 1513 milliseconds

1 2 3 4 5 6 78 91011>>