HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 401 - 425 of 4874) sorted by null

<<11121314151617181920>>

  /system/media/audio_effects/include/audio_effects/
effect_aec.h 38 //t_equalizer_settings groups all current aec settings for backup and restore.
effect_agc.h 42 //t_agc_settings groups all current agc settings for backup and restore.
effect_ns.h 52 // s_ns_settings groups all current ns settings for backup and restore.
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ia64/
unwind-err.s 30 .restore sp
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/tic6x/
unwind-bad-2.l 8 [^:]*:63: Error: unable to restore return address from previously restored reg
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-mips-elf/
mips16-call-global.d 12 *5000e: 6443 restore 24,ra
  /art/runtime/interpreter/mterp/arm/
footer.S 212 mov rPROFILE, r0 @ restore new hotness countdown to rPROFILE
260 * SP and LR. Here we restore SP, restore the registers, and then restore
284 ldmfd sp!, {r3-r10,fp,pc} @ restore 10 regs and return
294 mov r0, rINST @ restore return value
295 ldmfd sp!, {r3-r10,fp,pc} @ restore 10 regs and return
  /external/llvm/test/CodeGen/SPARC/
32abi.ll 5 ; The save/restore frame is not strictly necessary here, but we would need to
18 ; CHECK: restore
48 ; CHECK: restore
80 ; CHECK-NEXT: restore
110 ; CHECK: restore
152 ; CHECK-NEXT: restore
185 ; CHECK-NEXT: restore
  /prebuilts/go/darwin-x86/src/runtime/
cgocall.go 173 // save syscall* and let reentersyscall restore them.
200 restore := true
201 defer unwindm(&restore)
260 restore = false
263 func unwindm(restore *bool) {
264 if !*restore {
267 // Restore sp saved by cgocallback during
sys_windows_386.s 145 // restore callee-saved registers
270 // remember how to restore stack on return
284 // how to restore stack on return
288 // and restore previously preserved value
294 // restore registers as required for windows callback
348 MOVL AX, (SP) // restore return address
  /prebuilts/go/linux-x86/src/runtime/
cgocall.go 173 // save syscall* and let reentersyscall restore them.
200 restore := true
201 defer unwindm(&restore)
260 restore = false
263 func unwindm(restore *bool) {
264 if !*restore {
267 // Restore sp saved by cgocallback during
sys_windows_386.s 145 // restore callee-saved registers
270 // remember how to restore stack on return
284 // how to restore stack on return
288 // and restore previously preserved value
294 // restore registers as required for windows callback
348 MOVL AX, (SP) // restore return address
  /external/skia/gm/
multipicturedraw.cpp 75 canvas->restore();
129 canvas->restore();
137 canvas->restore();
173 // The saveLayer/restore block is to exercise layer hoisting
177 canvas->restore();
196 canvas->restore();
201 canvas->restore();
206 canvas->restore();
234 canvas->restore();
339 canvas->restore();
    [all...]
  /external/compiler-rt/lib/builtins/i386/
moddi3.S 96 addl %esi, %eax // Restore correct sign to result
100 popl %edi // Restore callee-save registers
136 addl %esi, %eax // Restore correct sign to result
140 popl %edi // Restore callee-save registers
158 addl %esi, %eax // Restore correct sign to result
  /external/skia/samplecode/
SampleLayers.cpp 93 canvas->restore();
169 canvas->restore();
185 canvas->restore();
210 canvas->restore();
288 canvas->restore();
  /external/skia/tests/
PictureTest.cpp 126 // SkDebugf("restore\n");
127 canvas->restore();
302 c->restore();
310 // Restore
315 // Restore
316 // Restore
319 // Restore
322 // DrawPicture (which has a SaveLayer/Restore pair)
323 // Restore
326 // DrawPicture with Matrix & Paint (with SaveLayer/Restore pair
    [all...]
CanvasTest.cpp 348 canvas->restore();
361 canvas->restore();
371 canvas->restore();
381 canvas->restore();
390 // recording of restore offset placeholders. This test will trigger an
478 canvas->restore();
479 canvas->restore();
498 canvas->restore();
499 canvas->restore();
707 canvas.restore();
    [all...]
  /cts/tests/tests/graphics/src/android/graphics/cts/
CanvasTest.java 146 // abnormal case: save not called before restore
148 mCanvas.restore();
149 fail("should throw out IllegalStateException because cannot restore Canvas"
156 mCanvas.restore();
177 mCanvas.restore();
206 mCanvas.restore();
234 mCanvas.restore();
261 mCanvas.restore();
352 // state across the matching restore call boundary. This is a vanilla
354 // and SkCanvas' deferred save/restore system
    [all...]
  /external/llvm/lib/CodeGen/
RegisterScavenging.cpp 46 I->Restore = nullptr;
183 if (I->Restore != MI)
187 I->Restore = nullptr;
329 // restore point.
346 // If we ran off the end, that's where we want to restore.
349 "No available scavenger restore location!");
413 // If the target knows how to save/restore the register, let it do so;
426 // Restore the scavenged register before its use (or first terminator).
435 Scavenged[SI].Restore = std::prev(UseMI);
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 30 * request backup and restore operations.
39 * A backup or restore operation for your application begins when the system launches the
44 * Several attributes affecting the operation of the backup and restore mechanism
193 * Restore the calling application from backup. The data will be restored from the
205 * @param observer The {@link RestoreObserver} to receive callbacks during the restore
260 * or restore operations will take place. Data-changed notifications will
302 * Enable/disable data restore at application install time. When enabled, app
304 * the archival restore dataset (if any). When disabled, no such attempt will
420 * @return The dataset token from which a restore should be attempted, or zero if
  /external/skia/src/animator/
SkDisplayApply.cpp 46 SK_MEMBER(restore, Boolean),
59 restore(false), scope(nullptr), steps(-1), transition((Transition) -1), fActive(nullptr), /*fCurrentScope(nullptr),*/
77 if (restore == false)
85 if (restore) {
99 if (restore) {
202 if (restore) {
223 if (restore)
224 SkDebugf("restore=\"true\" ");
325 } else if (initialized && restore == false)
352 if ((*parentList)[old] != this || restore) {
    [all...]
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_ppc64.S 46 // Restore regs needed for setjmp.
51 // pointer, and with a sibcall we have no way to restore it.
130 // Restore TOC, LR, and stack and return to caller.
190 // Restore regs needed for __sigsetjmp.
196 // pointer, and with a sibcall we have no way to restore it.
274 // Restore TOC, LR, and stack and return to caller.
  /frameworks/base/docs/html/training/backup/
backupapi.jd 20 <li><a href="#restore">Restore from a Backup</a></li>
196 <h2 id="restore">Restore from a Backup</h2>
197 <p>Typically you shouldn't ever have to manually request a restore, as it
199 if it <em>is</em> necessary to trigger a manual restore, just call the
  /frameworks/base/services/backup/java/com/android/server/backup/
Trampoline.java 47 // Product-level suppression of backup/restore
65 // Note that only the owner user is currently involved in backup/restore
68 // Does this product support backup/restore at all?
70 Slog.i(TAG, "Backup/restore not supported");
93 Slog.i(TAG, "Backup/restore not supported");
358 // Full backup/restore entry points - non-Binder; called directly
  /external/llvm/lib/Transforms/Instrumentation/
SafeStack.cpp 126 /// stack restore points (exception unwind blocks and setjmp calls) in the
140 /// restore the stack pointer before all return instructions in \p Returns.
149 /// \brief Generate code to restore the stack after all stack restore points
405 // setjmps require stack restore.
409 // Exception landing pads require stack restore.
437 // We need the current value of the shadow stack pointer to restore
458 // Restore current stack pointer after longjmp/exception catch.
480 // prologue into a local variable and restore it in the epilogue.
705 // not aware of the unsafe stack and won't unwind/restore it prorerly
    [all...]

Completed in 842 milliseconds

<<11121314151617181920>>