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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/common/extensions/docs/examples/howto/userscript-runat/
runat.user.js 33 * Called when the window is finished loading.
  /external/chromium_org/content/test/data/indexeddb/
quota_test.js 80 debug("Transaction finished.");
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 431 goto finished;
464 finished:
  /external/chromium_org/v8/test/mjsunit/es6/debug-promises/
reject-with-throw-in-reject.js 55 // and this listener to be executed after the main script is finished.
  /external/junit/src/org/junit/runners/
ParentRunner.java 63 public void finished() {
234 fScheduler.finished();
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_tgsi_info.c 431 goto finished;
464 finished:
  /frameworks/base/core/java/android/app/
IApplicationThread.java 52 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving,
71 void scheduleDestroyActivity(IBinder token, boolean finished,
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp     [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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_thread.py 214 finished = self.running == 0
215 if finished:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_thread.py 214 finished = self.running == 0
215 if finished:
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 750 boolean finished; field in class:Pm.LocalPackageInstallObserver
758 finished = true;
1351 boolean finished; field in class:Pm.ClearDataObserver
1583 boolean finished; field in class:Pm.ClearCacheObserver
    [all...]
  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtodg.c 347 int dsign, e, e1, e2, emin, esign, finished, i, inex, irv; local
838 delta->sign = finished = 0;
843 if ( (finished = dsign ^ (rd&1)) !=0) {
1026 L = finished = 0;
1051 if (finished)
  /frameworks/native/libs/input/
InputTransport.cpp 91 return sizeof(Header) + body.finished.size();
363 *outSeq = msg.body.finished.seq;
364 *outHandled = msg.body.finished.handled;
808 ALOGE("Attempted to send a finished signal with sequence number 0.");
812 // Send finished signals for the batch sequence chain first.
842 // Send finished signal for the last message in the batch.
849 msg.body.finished.seq = seq;
850 msg.body.finished.handled = handled;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/sdk/
NetworkRequest.js 309 get finished()
314 set finished(x)
830 // to prevent caller blocking until resource is marked as finished.
840 if (this.finished)
  /external/lzma/CPP/7zip/Archive/
XzHandler.cpp 527 bool finished = (((inLen == 0) && (outLen == 0)) || res != SZ_OK); local
529 if (outPos == kOutBufSize || finished)
537 if (finished)
  /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_daemon_facade.js 284 // If initialization hasn't finished then assume that the port was
352 * Callback to be called when finished.
479 * @param {function(boolean):void} onDone Callback to be called when finished.
491 * @param {function(boolean):void} onDone Callback to be called when finished.
  /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/ui/gfx/android/
scroller.cc 363 void Scroller::ForceFinished(bool finished) { finished_ = finished; }

Completed in 614 milliseconds

1 2 3 4 5 67 8 91011>>