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

1 2 3 4 5 6 78 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 141 print "%s: records %d - %d finished" % (name, start, x)
149 print "%s: finished creating records" % name
152 print "%s: thread finished" % name
174 print "%s: thread finished" % name
269 print "%s: records %d - %d finished" % (name, start, x)
277 print "%s: thread finished" % name
298 print "%s: thread finished" % name
403 print "%s: records %d - %d finished" % (name, start, x)
417 print "%s: thread finished" % name
425 finished = Fals
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 141 print "%s: records %d - %d finished" % (name, start, x)
149 print "%s: finished creating records" % name
152 print "%s: thread finished" % name
174 print "%s: thread finished" % name
269 print "%s: records %d - %d finished" % (name, start, x)
277 print "%s: thread finished" % name
298 print "%s: thread finished" % name
403 print "%s: records %d - %d finished" % (name, start, x)
417 print "%s: thread finished" % name
425 finished = Fals
    [all...]
  /external/chromium_org/remoting/webapp/
ui_mode.js 33 HOST_SHARE_FINISHED: 'home.host.share-finished',
41 CLIENT_SESSION_FINISHED_IT2ME: 'home.client.session-finished.it2me',
42 CLIENT_SESSION_FINISHED_ME2ME: 'home.client.session-finished.me2me',
host_it2me_dispatcher.js 35 * initialization has finished successfully.
  /external/chromium_org/
Android.mk 48 # nothing, since we may not have finished bringing up this architecture yet.
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
navigation_speaker.js 44 * @param {Function} completionFunction Function to call when finished speaking.
  /external/chromium_org/remoting/webapp/browser_test/
update_pin_browser_test.js 88 browserTest.clickOnControl('client-finished-me2me-button');
  /external/chromium_org/ui/gfx/android/
scroller.cc 363 void Scroller::ForceFinished(bool finished) { finished_ = finished; }
  /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:__anon30515
  /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 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/WebKit/Source/devtools/front_end/network/
RequestTimingView.js 179 if (!request.finished) {
182 cell.createTextChild(WebInspector.UIString("CAUTION: request is not finished yet!"));
  /external/chromium_org/third_party/skia/src/gpu/
GrClipMaskManager.cpp 977 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;

Completed in 2787 milliseconds

1 2 3 4 5 6 78 91011>>