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

1 2 3 4 5 6 7 891011>>

  /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/file_manager/file_manager/foreground/js/
share_client.js 54 * @param {function()} callback Completion callback. Call when 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
leak-segv-jmp.stderr.exp 61 finished
  /frameworks/base/core/java/android/widget/
OverScroller.java 140 * Returns whether the scroller has finished scrolling.
142 * @return True if the scroller has finished scrolling, false otherwise.
149 * Force the finished field to a particular value. Contrary to
150 * {@link #abortAnimation()}, forcing the animation to finished
154 * @param finished The new finished value.
156 public final void forceFinished(boolean finished) {
157 mScrollerX.mFinished = mScrollerY.mFinished = finished;
297 * 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...]
  /art/runtime/arch/x86_64/
quick_entrypoints_x86_64.S 362 MACRO2(LOOP_OVER_SHORTY_LOADING_XMMS, xmm_reg, finished)
367 je VAR(finished, 1)
393 MACRO3(LOOP_OVER_SHORTY_LOADING_GPRS, gpr_reg64, gpr_reg32, finished)
398 je VAR(finished, 2)
    [all...]
  /external/chromium_org/android_webview/native/
aw_contents.h 177 bool finished) OVERRIDE;
  /external/chromium_org/chrome/browser/drive/
drive_api_util.cc 83 // This is kind of syntax error, since quoted string isn't finished.
  /external/chromium_org/remoting/webapp/browser_test/
browser_test.js 179 browserTest.clickOnControl('client-finished-me2me-button');
219 browserTest.clickOnControl('client-finished-me2me-button');
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/network/
HAREntry.js 380 if (typeof content === "undefined" && requests[i].finished) {
  /external/chromium_org/third_party/tlslite/tlslite/
constants.py 36 finished = 20 variable in class:HandshakeType
362 badFinished: "bad finished message",\
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DeflaterOutputStreamTest.java 76 while (!(deflate.finished())) {
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.c 345 int finished; local
352 finished = ops->fence_finish(ops, fenced_buf->fence, 0);
367 if(proceed && finished == 0) {
  /external/clang/tools/libclang/
Indexing.cpp 63 void finished() { } function in class:__anon3232::TUSkipBodyControl
203 void finished() {
320 SKCtrl->finished();
    [all...]
  /external/deqp/modules/gles2/functional/
es2fShaderApiTests.cpp 177 virtual bool finished (const glu::ShaderType shaderType) const = 0;
186 bool finished (const glu::ShaderType shaderType) const { DE_UNREF(shaderType); return false; } function in class:deqp::gles2::Functional::__anon3599::ConstantShaderGenerator
276 DE_ASSERT(!m_srcGen.finished(shaderType));
  /external/lldb/test/pexpect-2.4/examples/
cgishell.cgi 135 self.finished = threading.Event()
138 self.finished.set()
140 while not self.finished.isSet():
  /external/lzma/C/
XzDec.c 350 p->finished[i] = 0;
425 srcFinishedCur = p->finished[i - 1];
465 p->finished[i] = encodingWasFinished;
  /external/lzma/CS/7zip/Compress/LZMA/
LzmaEncoder.cs 1063 public void CodeOneBlock(out Int64 inSize, out Int64 outSize, out bool finished)
1067 finished = true;
    [all...]
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer_fenced.c 345 int finished; local
352 finished = ops->fence_finish(ops, fenced_buf->fence, 0);
367 if(proceed && finished == 0) {
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardHostView.java 364 boolean finished = super.dismiss(authenticated);
365 if (!finished) {
386 return finished;
    [all...]
  /frameworks/base/services/core/java/com/android/server/display/
DisplayPowerController.java 689 final boolean finished = ready
693 if (!finished && !mUnfinishedBusiness) {
717 if (finished && mUnfinishedBusiness) {
719 Slog.d(TAG, "Finished business...");
    [all...]

Completed in 1015 milliseconds

1 2 3 4 5 6 7 891011>>