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

1 2 3 4 5 67 8 91011>>

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
  /external/jmdns/src/javax/jmdns/impl/
DNSIncoming.java 117 boolean finished = false;
118 while (!finished) {
121 finished = true;
145 finished = true;
  /libcore/luni/src/test/java/libcore/java/util/zip/
DeflaterOutputStreamTest.java 164 assertFalse(def.finished());
OldAndroidZipStressTest.java 94 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms");
114 System.out.println("ZIP stress test finished, time was " + (time1- time0) + "ms");
166 inflater.finished();
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.metadata.repository_1.2.100.v20130327-2119.jar 
  /external/chromium_org/chrome/browser/speech/
tts_controller.cc 285 // already finished the utterance (for example because another utterance
292 if (current_utterance_->finished()) {
316 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/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 51 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving,
70 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 761 boolean finished; field in class:Pm.LocalPackageInstallObserver
769 finished = true;
1337 boolean finished; field in class:Pm.ClearDataObserver
1552 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 280 get finished()
285 set finished(x)
788 // to prevent caller blocking until resource is marked as finished.
798 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)

Completed in 2151 milliseconds

1 2 3 4 5 67 8 91011>>