/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/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/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; 804 ALOGE("Attempted to send a finished signal with sequence number 0."); 808 // Send finished signals for the batch sequence chain first. 838 // Send finished signal for the last message in the batch. 845 msg.body.finished.seq = seq; 846 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 | 272 get finished() 277 set finished(x) 777 // to prevent caller blocking until resource is marked as finished. 787 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/chrome/browser/resources/file_manager/js/ |
share_client.js | 62 * @param {function()} callback Completion callback. Call when finished
|
/external/chromium_org/chrome/browser/speech/extension_api/ |
tts_extension_api.cc | 114 details->SetBoolean(constants::kIsFinalEventKey, utterance->finished()); 126 if (utterance->finished())
|
/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.
|
/external/chromium_org/android_webview/native/ |
aw_contents.h | 149 bool finished) OVERRIDE;
|
/external/chromium_org/chrome/browser/speech/ |
tts_controller.h | 46 // is finished and can be destroyed. 182 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/skia/src/gpu/ |
GrClipMaskManager.cpp | 855 bool finished = false; local [all...] |