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

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/chrome/browser/speech/
tts_controller.cc 263 // already finished the utterance (for example because another utterance
270 if (current_utterance_->finished()) {
294 if (!current_utterance_->finished())
  /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/ui/keyboard/resources/webui/
api_adapter.js 51 * function finished.
  /external/chromium_org/webkit/data/test_shell/sort/
sort.js 139 this.finished();
175 this.finished();
219 Sort.prototype.finished = function(err) {
240 log("finished in: " + total);
  /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 47 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving,
66 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:
  /external/chromium_org/chrome/browser/resources/file_manager/common/js/
async_util.js 149 // If all of the added tasks have finished, then call completion callbacks.
165 // Check if the dependency has finished.
169 // All dependences finished, therefore start the task.
  /external/chromium_org/third_party/tlslite/tlslite/
TLSRecordLayer.py 715 elif subType == HandshakeType.finished:
716 yield Finished(self.version).parse(p)
    [all...]
  /frameworks/native/libs/input/
InputTransport.cpp 90 return sizeof(Header) + body.finished.size();
362 *outSeq = msg.body.finished.seq;
363 *outHandled = msg.body.finished.handled;
807 ALOGE("Attempted to send a finished signal with sequence number 0.");
811 // Send finished signals for the batch sequence chain first.
841 // Send finished signal for the last message in the batch.
848 msg.body.finished.seq = seq;
849 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/
NetworkRequest.js 262 get finished()
267 set finished(x)
762 // to prevent caller blocking until resource is marked as finished.
772 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 30 HOST_SHARE_FINISHED: 'home.host.share-finished',
38 CLIENT_SESSION_FINISHED_IT2ME: 'home.client.session-finished.it2me',
39 CLIENT_SESSION_FINISHED_ME2ME: 'home.client.session-finished.me2me',
  /external/lzma/C/
Lzma2Enc.c 311 const Byte *src, size_t srcSize, int finished)
353 if (finished)
  /frameworks/base/core/java/android/widget/
Scroller.java 52 * whether the scroller is finished. If it isn't, it means that a fling or
210 * Returns whether the scroller has finished scrolling.
212 * @return True if the scroller has finished scrolling, false otherwise.
219 * Force the finished field to a particular value.
221 * @param finished The new finished value.
223 public final void forceFinished(boolean finished) {
224 mFinished = finished;
303 * the animation is not yet finished.

Completed in 496 milliseconds

1 2 3 4 5 67 8 91011>>