/external/llvm/test/Transforms/RewriteStatepointsForGC/deopt-bundles/ |
rewrite-invoke.ll | 21 resume { i8*, i32 } undef
|
/external/llvm/test/Transforms/RewriteStatepointsForGC/ |
relocate_invoke_result.ll | 21 resume { i8*, i32 } undef
|
/external/llvm/test/Transforms/SimplifyCFG/ |
2010-03-30-InvokeCrash.ll | 19 resume { i8*, i32 } %val
|
/frameworks/av/media/libmediaplayerservice/ |
RemoteDisplay.h | 41 virtual status_t resume();
|
/frameworks/av/media/libstagefright/wifi-display/source/ |
MediaPuller.h | 39 void resume();
|
/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/wilhelm/src/objects/ |
CAudioRecorder.c | 37 /** \brief Hook called by Object::Resume when an audio recorder is resumed */
|
/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/uiflows/ |
EncryptionController.java | 100 * Store a resume intent into the {@link IntentStore}. Provisioning will be resumed after reboot 130 * Resume provisioning after encryption has happened. 132 * <p>If the device has already been set up, we show a notification to resume provisioning, 144 // If provisioning has already been resumed, don't resume it again.
|
/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.
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/StackFrame/ |
PopFrames002Test.java | 161 logWriter.println("=> Resume debuggee"); 162 debuggeeWrapper.vmMirror.resume(); 171 logWriter.println("=> Resume debuggee"); 172 debuggeeWrapper.vmMirror.resume(); 255 logWriter.println("=> Resume debuggee"); 256 debuggeeWrapper.vmMirror.resume(); 265 logWriter.println("=> Resume debuggee"); 266 debuggeeWrapper.vmMirror.resume(); 428 logWriter.println("=> Resume debuggee"); 429 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 \\subsection{resume} subsubsection [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/llvm/test/Transforms/PGOProfile/ |
landingpad.ll | 77 br i1 %matches, label %catch, label %eh.resume 78 ; USE: br i1 %matches, label %catch, label %eh.resume 106 eh.resume: 107 ; GEN: eh.resume: 111 resume { i8*, i32 } %lpad.val3
|
/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();
|
/system/update_engine/ |
payload_state.h | 252 // being set so that we resume from the save value in case of a process 264 // value being set so that we resume from the same value in case of a process 269 // persists the value being set so that we resume from the same value in case 277 // being set so that we resume from the same value in case of a process 285 // value being set so that we resume from the same value in case of a process 299 // being set so that we resume from the same value in case of a process 388 // value being set so that we resume from the same value in case of a process 453 // this value is persisted so we resume from the same value in case of a 460 // to the first URL. Each update to this value is persisted so we resume from 468 // we resume from the same value in case of a process restart [all...] |
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
SuspendCountTest.java | 61 * <BR>Then the test resumes all debuggee by VirtualMachine.Resume command 192 logWriter.println("==> Send ThreadReference.Resume command..."); 198 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { 224 logWriter.println("==> Send ThreadReference.Resume command number of times = " 233 if ( ! checkReplyPacketWithoutFail(reply, "ThreadReference.Resume command") ) { 269 errorMessage = errorMessage + "## Error found out while ThreadReference.Resume command performing!\n"; 341 logWriter.println("\n==> Send VirtualMachine.Resume command ..."); 346 if ( ! checkReplyPacketWithoutFail(reply, "VirtualMachine.Resume command") ) { 379 errorMessage = "## Error found out while VirtualMachine.Resume command performing!\n";
|
/external/autotest/client/site_tests/firmware_TouchMTB/ |
main.py | 95 if options[OPTIONS.RESUME]: 98 self.log_dir = options[OPTIONS.RESUME] 110 if not (self.options[OPTIONS.REPLAY] or self.options[OPTIONS.RESUME]): 292 # Resume the power management. 372 print ' --%s log_dir' % OPTIONS.RESUME 373 print ' Resume recording the gestures files in the log_dir.' 416 print ' # Resume recording the gestures in the latest log directory.' 417 print ' $ DISPLAY=:0 OPTIONS="--resume latest" python main.py\n' 418 print ' # Resume recording the gestures in %s/%s.' % (conf.log_root_dir, 420 print ' $ DISPLAY=:0 OPTIONS="--resume %s" python main.py\n' % [all...] |