HomeSort by relevance Sort by last modified time
    Searched full:finished (Results 326 - 350 of 4129) sorted by null

<<11121314151617181920>>

  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.h 56 // Will notify the driver through "notifyResetComplete" once finished.
59 // Will notify the driver through "notifySeekComplete" once finished.
  /frameworks/base/core/java/android/app/
QueuedWork.java 25 * outstanding and hasn't been finished yet.
59 * started in this context earlier. Typically finished by e.g.
  /frameworks/base/graphics/java/android/graphics/pdf/
PdfDocument.java 102 * {@link #finishPage(Page)}. After the page is finished you should
107 * is not finished by calling {@link #finishPage(Page)}.
148 throw new IllegalStateException("page already finished");
162 * PageInfo)} is not finished by calling {@link #finishPage(Page)}.
193 * returned by {@link #startPage(PageInfo)} is not finished by
230 * Throws an exception if the last started page is not finished.
234 throw new IllegalStateException("Current page not finished!");
426 * @return The canvas if the page is not finished, null otherwise.
  /frameworks/base/test-runner/src/android/test/
TestRunner.java 111 finished(test.toString());
153 void finished(String className); method in interface:TestRunner.Listener
188 private void finished(String className) { method in class:TestRunner
191 mListeners.get(i).finished(className);
272 finished(className);
322 finished(className);
359 finished(test.toString());
512 finished(test.toString());
  /frameworks/base/tests/LowStorageTest/src/com/android/lowstoragetest/
LowStorageTest.java 97 // Finished, update the info
127 statusTextView.setText("Finished. You can start the test now.");
  /frameworks/native/include/input/
InputTransport.h 107 struct Finished {
112 return sizeof(Finished);
114 } finished; member in union:android::InputMessage::Body
149 * Try again after the consumer has sent a finished signal indicating that it has
241 /* Receives the finished signal from the consumer in reply to the original dispatch signal.
298 /* Sends a finished signal to the publisher to inform it that the message
299 * with the specified sequence number has finished being process and whether
408 // batch with the previous one. When the finished signal is sent, we traverse the
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IccFileHandler.java 78 /** Finished retrieving size of transparent EF; start loading. */
80 /** Finished loading contents of transparent EF; post result. */
82 /** Finished retrieving size of records for linear-fixed EF; now load. */
84 /** Finished loading single record from a linear-fixed EF; post result. */
86 /** Finished retrieving record size; post result. */
88 /** Finished retrieving image instance record; post result. */
90 /** Finished retrieving icon data; post result. */
92 /** Finished retrieving size of record for EFimg now. */
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 99 * Indicates that {@link android.os.AsyncTask#onPostExecute(Object)} has finished.
101 FINISHED,
230 * {@link #doInBackground(Object[])} has finished.</p>
253 * {@link #doInBackground(Object[])} has finished.</p>
368 * {@link android.os.AsyncTask.Status#FINISHED}.
402 * or {@link android.os.AsyncTask.Status#FINISHED}.
411 case FINISHED:
463 mStatus = Status.FINISHED;
  /libcore/luni/src/main/java/javax/net/ssl/
SSLEngineResult.java 35 * The handshake is finished.
37 FINISHED,
  /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
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherScroller.java 183 * Returns whether the scroller has finished scrolling.
185 * @return True if the scroller has finished scrolling, false otherwise.
192 * Force the finished field to a particular value.
194 * @param finished The new finished value.
196 public final void forceFinished(boolean finished) {
197 mFinished = finished;
276 * the animation is not yet finished.
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
manifest-expected-completion18.txt 16 android:finishOnTaskLaunch : Specify whether an activity should be finished when its task is brought to the foreground by relaunching from the home screen. [boolean]
17 android:finishOnCloseSystemDialogs : Specify whether an activity should be finished when a "close system windows" request has been made. [boolean]
  /art/test/028-array-write/src/
Main.java 32 System.out.println("Finished in " + ((end - start) / 1000000.0)
  /bionic/tests/
stack_unwinding_test_impl.c 56 // If libgcc don't find dso for signal frame stack unwinding will be finished.
  /cts/suite/audio_quality/lib/src/task/
TaskBatch.cpp 64 MSG("= Finished Test batch =");
  /dalvik/vm/mterp/armv5te/
OP_INVOKE_STATIC.S 43 cmp r1, #0 @ finished resolving?
  /dalvik/vm/mterp/mips/
OP_INVOKE_STATIC.S 42 # finished resloving?
  /development/samples/ApiDemos/src/com/example/android/apis/app/
IncomingMessageInterstitial.java 51 * whatever is currently running, and this activity is finished.
  /development/samples/training/notify-user/res/values/
strings.xml 46 <string name="timer_finished">Timer finished.</string>
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 162 // We need to wait until history has finished loading before reading
173 // The backend isn't finished loading. Wait for it.
228 // We just finished migration from history. Save now to new file,
257 // We should only get here if we have a valid model and it's finished
  /external/chromium/chrome/browser/importer/
importer.h 26 // notify its host that import stuff have been finished.
  /external/chromium/chrome/browser/net/
url_request_slow_download_job.h 48 // Mark all pending requests to be finished. We keep track of pending
  /external/chromium/chrome/browser/sync/
sync_setup_wizard.cc 35 // No flow in progress, but we've finished the wizard flow once before.
  /external/chromium/chrome/browser/ui/cocoa/
animatable_image.h 18 // the animation has finished. Clients that install this as a child window
  /external/chromium/chrome/browser/ui/cocoa/location_bar/
autocomplete_text_field_editor.h 33 // is finished, rather than calling it in textDidChange: method. Because the

Completed in 294 milliseconds

<<11121314151617181920>>