HomeSort by relevance Sort by last modified time
    Searched full:resume (Results 601 - 625 of 3201) sorted by null

<<21222324252627282930>>

  /frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-int-param/
ACTIVITY.java.template 46 mView.resume();
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple/
ACTIVITY.java.template 42 mView.resume();
  /frameworks/compile/libbcc/tests/debuginfo/target-tests/driver-simple-exit/
ACTIVITY.java.template 46 mView.resume();
  /frameworks/native/opengl/tests/testPauseResume/src/com/android/test/
TestActivity.java 32 Log.w(TAG, "****** step " + mCount + " resume");
  /frameworks/opt/photoviewer/src/com/android/ex/photo/
ActionBarInterface.java 16 * this to tune auto-hiding behavior for the action bar or pause/resume video playback,
  /frameworks/support/design/tests/src/android/support/design/testutils/
RecreatedAppCompatActivity.java 26 * Activity that keeps track of resume / destroy lifecycle events, as well as of the last
  /frameworks/wilhelm/src/objects/
CAudioRecorder.cpp 37 /** \brief Hook called by Object::Resume when an audio recorder is resumed */
  /platform_testing/libraries/app-helpers/common/src/android/platform/test/helpers/common/
AbstractTimerHelper.java 44 * Resume timer
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
ptrace-abi.h 81 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
uvcvideo.h 26 /* Control should be saved at suspend and restored at resume. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
ptrace-abi.h 81 #define PTRACE_SINGLEBLOCK 33 /* resume execution until next branch */
  /system/core/libsuspend/include/suspend/
autosuspend.h 41 * with any in-progress resume.
  /system/sepolicy/prebuilts/api/26.0/public/
update_engine_common.te 32 # Allow update_engine_common to suspend, resume and kill the postinstall program.
  /system/update_engine/
payload_state.h 256 // being set so that we resume from the save value in case of a process
268 // value being set so that we resume from the same value in case of a process
273 // persists the value being set so that we resume from the same value in case
278 // being set so that we resume from the same value in case of a process
286 // being set so that we resume from the same value in case of a process
294 // value being set so that we resume from the same value in case of a process
308 // being set so that we resume from the same value in case of a process
399 // value being set so that we resume from the same value in case of a process
467 // this value is persisted so we resume from the same value in case of a
474 // to the first URL. Each update to this value is persisted so we resume fro
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
IResumableTest.java 25 * remember previous recorded state, and resume where previous run left off if called again.
  /external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/
PopFrames002Test.java 162 logWriter.println("=> Resume debuggee");
163 debuggeeWrapper.vmMirror.resume();
172 logWriter.println("=> Resume debuggee");
173 debuggeeWrapper.vmMirror.resume();
256 logWriter.println("=> Resume debuggee");
257 debuggeeWrapper.vmMirror.resume();
266 logWriter.println("=> Resume debuggee");
267 debuggeeWrapper.vmMirror.resume();
429 logWriter.println("=> Resume debuggee");
430 debuggeeWrapper.vmMirror.resume();
    [all...]
  /external/libunwind/doc/
unw_create_addr_space.man 147 resume(unw_addr_space_t
349 .SS RESUME
352 invokes the resume()
353 call\-back to resume
357 should resume. By the time libunwind
358 invokes the resume
365 actually resume execution.
367 The resume
372 need not define the resume
375 On successful completion, the resume()
    [all...]
unw_create_addr_space.tex 70 \Type{int} \Func{resume}(\Var{unw\_addr\_space\_t} \Var{as},\\
190 \subsection{resume}
192 \Prog{Libunwind} invokes the \Func{resume}() call-back to resume
195 should resume. By the time \Prog{libunwind} invokes the \Func{resume}
200 actually resume execution.
202 The \Func{resume} call-back is invoked only in response to a call to
204 \Func{unw\_resume}(3) need not define the \Func{resume} callback.
206 On successful completion, the \Func{resume}() call-back must retur
188 \\Type{unw\\_error\\_t} error-codes may be returned. subsection
    [all...]
  /external/valgrind/coregrind/m_gdbserver/
target.h 76 /* This structure describes how to resume the execution.
77 Currently, there is no way to resume only a specific thread. */
83 /* If non-zero, send this signal when we resume. */
87 /* Prepare to Resume (i.e. restart) the guest.
88 The resume info indicates how the resume will be done.
92 The Resume is really only executed once the gdbserver
101 control is given to gdbserver. Gdbserver will send a resume
105 information needed produce the resume reply for GDB:
134 /* When addr > 0, ensures the next resume reply packet inform
    [all...]
  /external/autotest/server/site_tests/audio_AudioQualityAfterSuspend/
audio_AudioQualityAfterSuspend.py 25 audio function of the Cros device after suspend/resume.
45 """Performs suspend/resume."""
54 logging.info('Waiting for resume....')
56 logging.info('Resume complete....')
94 logging.debug('Resume.')
  /external/llvm/test/Transforms/PGOProfile/
landingpad.ll 81 br i1 %matches, label %catch, label %eh.resume
82 ; USE: br i1 %matches, label %catch, label %eh.resume
110 eh.resume:
111 ; GEN: eh.resume:
115 resume { i8*, i32 } %lpad.val3
  /frameworks/base/core/java/android/os/
UpdateEngine.java 38 * {@link #suspend}/{@link #resume} application of an update.
201 * update with the ability to resume it later.
214 * {@link #resume}.
229 public void resume() { method in class:UpdateEngine
231 mUpdateEngine.resume();
  /packages/apps/Camera2/src/com/android/camera/processing/
ProcessingService.java 69 ProcessingService.this.resume();
84 * Sending this broadcast intent will cause the processing to resume after
88 "com.android.camera.processing.RESUME";
168 private void resume() { method in class:ProcessingService
174 mCurrentTask.resume();
  /packages/apps/Settings/tests/robotests/src/com/android/settings/bluetooth/
BluetoothEnablerTest.java 175 mBluetoothEnabler.resume(mContext);
184 mBluetoothEnabler.resume(mContext);
192 mBluetoothEnabler.resume(mContext);
205 mBluetoothEnabler.resume(mContext);
231 mBluetoothEnabler.resume(mContext);
  /frameworks/opt/net/ims/src/java/com/android/ims/internal/
ImsVideoCallProviderWrapper.java 306 // Request is to resume, but we're already resumed so ignore the request.
308 + "skipping resume request - already resumed.",
375 * Determines if a session modify request represents a request to resume the video.
379 * @return {@code true} if a resume was requested.
414 * Filters incoming pause and resume requests based on whether there are other active pause or
415 * resume requests at the current time.
420 * multiple sources can potentially pause or resume the video stream. This method ensures that
428 * actually pause or resume the video at the current time.
457 // do the resulting request will be from PAUSED --> UNPAUSED, which would resume the
473 // If this is the case, we should not treat this request as a resume request as well
    [all...]

Completed in 865 milliseconds

<<21222324252627282930>>