HomeSort by relevance Sort by last modified time
    Searched full:resumed (Results 276 - 300 of 581) sorted by null

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/tests/integration/gs/
test_resumable_uploads.py 442 # instead of a resumed upload.
457 # We can confirm the upload was restarted instead of resumed
  /external/curl/docs/
KNOWN_BUGS 45 81. When using -J (with -O), automatically resumed downloading together with
233 8. Doing resumed upload over HTTP does not work with '-C -', because curl
  /external/ltrace/
output.c 658 fprintf(options.output, "<... %s resumed> ",
663 fprintf(options.output, "<... %s resumed> ", libsym->name);
  /external/owasp/sanitizer/src/main/org/owasp/html/
TagBalancingHtmlStreamEventReceiver.java 253 * True if the adoption agency algorithm allows an element to be resumed
256 * resumed after the {@code <b>} element is closed.
    [all...]
  /external/strace/
strace.1 123 .IR resumed .
127 [pid 28772] <... select resumed> ) = 1 (in [3])
  /frameworks/base/docs/html/training/game-controllers/
compatibility.jd 263 main activity is resumed, or when the game is started and runs in the
377 or resumed, the {@link android.os.Handler} receives a message to start polling
  /frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/
starting.jd 105 <td>Resumed / Resumed</td>
  /frameworks/base/media/java/android/media/
SoundPool.java 97 * paused or resumed, and the application can also alter the pitch by
373 * are playing can be resumed by calling autoResume().
  /frameworks/support/v4/tests/java/android/support/v4/app/
FragmentLifecycleTest.java 75 assertTrue("fragment is not resumed", strictFragment.isResumed());
82 assertFalse("fragment is resumed", strictFragment.isResumed());
  /libcore/luni/src/main/java/java/util/concurrent/
Exchanger.java 502 * it is resumed for thread scheduling purposes and receives the object
547 * it is resumed for thread scheduling purposes and receives the object
  /libcore/ojluni/src/main/java/javax/net/ssl/
SSLServerSocket.java 440 * must be resumed.
452 * session must be resumed
  /packages/apps/Dialer/src/com/android/dialer/voicemail/
VoicemailPlaybackPresenter.java 350 * Must be invoked when the parent activity is resumed.
731 Log.d(TAG, "Resumed playback at " + mPosition + ".");
    [all...]
  /packages/services/Car/car-support-lib/src/android/support/car/app/
CarFragmentActivity.java 329 * fragments attached to the activity are <em>not</em> resumed. This means
357 * where its fragments are resumed. Be sure to always call through to
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 125 * A GLSurfaceView must be notified when the activity is paused and resumed. GLSurfaceView clients
297 * resumed.
306 * and recreated when the GLSurfaceView is resumed.
558 * Inform the view that the activity is resumed. The owner of this view must
559 * call this method when the activity is resumed. Calling this method will
    [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 122 * A GLSurfaceView must be notified when the activity is paused and resumed. GLSurfaceView clients
294 * resumed.
303 * and recreated when the GLSurfaceView is resumed.
567 * Inform the view that the activity is resumed. The owner of this view must
568 * call this method when the activity is resumed. Calling this method will
    [all...]
  /frameworks/base/services/core/java/com/android/server/am/
ActivityRecord.java 175 boolean delayedResume; // not yet resumed because of stopped app switches?
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 105 * A GLSurfaceView must be notified when the activity is paused and resumed. GLSurfaceView clients
487 * Inform the view that the activity is resumed. The owner of this view must
488 * call this method when the activity is resumed. Calling this method will
    [all...]
  /frameworks/base/docs/html/guide/components/
tasks-and-back-stack.jd 116 in the foreground, while Task A is in the background, waiting to be resumed.</p>
174 destroyed. The previous activity in the stack is resumed. When an activity is destroyed, the system
411 destroyed and this intent is delivered to the resumed instance of the activity (now on top),
    [all...]
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
ApplicationsState.java 357 // If we are not resumed, we will do a full query the
360 if (DEBUG_LOCKING) Log.v(TAG, "addPackage release lock: not resumed");
436 // If resumed, Manually pause, then cause a resume to repopulate the app list.
    [all...]
  /bootable/recovery/updater/
blockimg.cpp 951 // a way that the update cannot be resumed anymore.
1033 // Valid source data not available, update cannot be resumed
    [all...]
  /cts/hostsidetests/services/activitymanager/src/android/server/cts/
ActivityAndWindowManagersState.java 231 assertEquals("There should be one and only one resumed activity in the system.",
ActivityManagerState.java 109 logE("No resumed activities found...");
  /dalvik/docs/
embedded-vm-control.html 195 disconnects, the original interpreter is resumed. (The "debug" interpreter
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 87 * when the activity is resumed, we acquire a wake-lock so that the
  /development/samples/ApiDemos/src/com/example/android/apis/app/
PresentationActivity.java 103 // contents when the activity is paused or resumed.

Completed in 1339 milliseconds

<<11121314151617181920>>