HomeSort by relevance Sort by last modified time
    Searched refs:finished (Results 76 - 100 of 179) sorted by null

1 2 34 5 6 7 8

  /libcore/luni/src/main/native/
java_util_zip_Inflater.cpp 110 static jfieldID finished = env->GetFieldID(JniConstants::inflaterClass, "finished", "Z"); local
111 env->SetBooleanField(recv, finished, JNI_TRUE);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
messages.properties 37 RemoteAdtTestRunner_RunCompleteMsg=Test run finished
  /external/apache-harmony/logging/src/test/java/org/apache/harmony/logging/tests/java/util/logging/
SocketHandlerTest.java 704 private volatile boolean finished = false; field in class:SocketHandlerTest.ServerThread
706 public boolean finished() { method in class:SocketHandlerTest.ServerThread
707 return this.finished;
712 while (!this.finished) {
758 this.finished = true;
  /external/blktrace/
blkiomon.c 274 int finished; local
287 finished = dstat_curr;
291 head = dstat_list[finished];
294 dstat_list[finished] = NULL;
295 dstat_tree[finished] = RB_ROOT;
  /external/dbus/dbus/
dbus-sysdeps-util-win.c 464 short finished; /* 1 if there are not more files */ member in struct:__anon6064
502 dp->finished = 0;
509 dp->finished = 1;
524 if (!dp || dp->finished)
534 dp->finished = 1;
    [all...]
dbus-marshal-recursive.h 43 dbus_uint32_t finished : 1; /**< marks we're at end iterator for cases member in struct:DBusTypeReader
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundationObjC.mm 103 -(void)seekCompleted:(BOOL)finished;
413 [m_avPlayerItem.get() seekToTime:CMTimeMakeWithSeconds(time, 600) toleranceBefore:kCMTimeZero toleranceAfter:kCMTimeZero completionHandler:^(BOOL finished) {
414 [observer seekCompleted:finished];
769 - (void)seekCompleted:(BOOL)finished
774 m_callback->scheduleMainThreadNotification(MediaPlayerPrivateAVFoundation::Notification::SeekCompleted, static_cast<bool>(finished));
  /frameworks/base/cmds/pm/src/com/android/commands/pm/
Pm.java 677 boolean finished; field in class:Pm.PackageInstallObserver
682 finished = true;
1047 boolean finished; field in class:Pm.PackageDeleteObserver
1102 boolean finished; field in class:Pm.ClearDataObserver
    [all...]
  /external/chromium/chrome/browser/extensions/
extension_management_browsertest.cc 211 bool finished() { return finished_; } function in class:NotificationListener
299 ASSERT_TRUE(notification_listener.finished());
314 ASSERT_TRUE(notification_listener.finished());
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.cpp 114 connect(m_mediaObject, SIGNAL(finished()), this, SLOT(finished()));
517 void MediaPlayerPrivatePhonon::finished() function in class:WebCore::MediaPlayerPrivatePhonon
  /development/testrunner/
am_instrument_parser.py 132 finished" status report.
  /external/chromium/chrome/browser/download/
save_package.h 82 // Saving page finished successfully.
126 bool finished() const { return finished_; } function in class:SavePackage
  /external/chromium/chrome/browser/ui/webui/chromeos/
imageburner_ui.h 133 void SetDownloadFinished(bool finished);
  /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;
  /external/webkit/Source/JavaScriptCore/wtf/qt/
ThreadingQt.cpp 169 QObject::connect(thread, SIGNAL(finished()), ThreadMonitor::instance(), SLOT(threadFinished()));
  /external/webkit/Source/WebCore/html/parser/
HTMLTreeBuilder.h 83 void finished();
  /external/webkit/Source/WebCore/storage/
IDBTransaction.cpp 69 bool IDBTransaction::finished() const function in class:WebCore::IDBTransaction
  /libcore/luni/src/test/java/libcore/java/util/zip/
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();
  /external/junit/src/org/junit/runners/
ParentRunner.java 63 public void finished() {
234 fScheduler.finished();
  /external/webkit/Source/WebCore/inspector/front-end/
ResourceTreeModel.js 278 frameResource.finished = true;
294 resource.finished = true;
SourceFile.js 46 this._resource.addEventListener("finished", this.reload.bind(this));
121 if (this._resource && this._resource.finished)
233 return this._resource && !this._resource.finished;
  /frameworks/base/core/java/android/app/
IApplicationThread.java 47 void schedulePauseActivity(IBinder token, boolean finished, boolean userLeaving,
65 void scheduleDestroyActivity(IBinder token, boolean finished,
  /frameworks/base/core/java/android/widget/
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
  /frameworks/base/libs/androidfw/
BackupHelpers.cpp     [all...]

Completed in 354 milliseconds

1 2 34 5 6 7 8