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

<<31323334353637383940>>

  /prebuilts/go/darwin-x86/src/runtime/
asm_arm.s 120 // restore state from Gobuf; longjmp
136 MOVW gobuf_sp(R1), R13 // restore SP==R13
515 // Restore registers, g, stack pointer.
570 // restore the g->sched.sp from the stack location
594 // save that information (m->curg->sched) so we can restore it.
595 // We can restore m->curg->sched.sp easily, because calling
614 // Restore g->sched (== m->curg->sched) from saved values.
620 // Switch back to m->g0's stack and restore m->g0->sched.sp.
622 // so we do not have to restore it.)
  /prebuilts/go/linux-x86/src/runtime/
asm_arm.s 120 // restore state from Gobuf; longjmp
136 MOVW gobuf_sp(R1), R13 // restore SP==R13
515 // Restore registers, g, stack pointer.
570 // restore the g->sched.sp from the stack location
594 // save that information (m->curg->sched) so we can restore it.
595 // We can restore m->curg->sched.sp easily, because calling
614 // Restore g->sched (== m->curg->sched) from saved values.
620 // Switch back to m->g0's stack and restore m->g0->sched.sp.
622 // so we do not have to restore it.)
  /cts/tests/tests/provider/src/android/provider/cts/
SmsBackupRestoreTest.java 35 * CTS tests for backup and restore of blocked numbers using local transport.
132 * deletes the messages from the provider, runs restore, check if the messages are in the
157 Log.i(TAG, "Run restore");
  /development/samples/BackupRestore/src/com/example/android/backuprestore/
ExampleAgent.java 35 * This is the backup/restore agent class for the BackupRestore sample
37 * restore APIs directly, without taking advantage of any helper classes.
193 * so the only time a restore will happen is when the application is
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemApplyTemplates.java 381 // While unlink will restore to the proper place, the real position
389 // unlink(), however, it will restore the cfb to the
392 // the only safe solution is to restore it back
  /external/chromium-trace/catapult/third_party/typ/typ/
host.py 247 out, err = (self.stdout.restore(), self.stderr.restore())
281 def restore(self): member in class:_TeedStream
  /external/llvm/test/CodeGen/SPARC/
64bit.ll 37 ; into the restore instruction:
39 ; restore %g0, %g0, %o0
64 ; CHECK: restore
  /external/skia/samplecode/
SampleRegion.cpp 88 canvas->restore();
374 canvas->restore();
386 canvas->restore();
  /external/skia/src/gpu/
GrPipelineBuilder.h 106 * This class can transiently modify its "const" GrPipelineBuilder object but will restore it
236 * This class can transiently modify its "const" GrPipelineBuilder object but will restore it
369 // Some of the auto restore objects assume that no effects are removed during their lifetime.
  /external/toybox/kconfig/lxdialog/
textbox.c 43 wmove(dialog, cur_y, cur_x); /* Restore cursor position */
187 wmove(dialog, cur_y, cur_x); /* Restore cursor position */
211 wmove(dialog, cur_y, cur_x); /* Restore cursor position */
  /external/v8/src/ia32/
code-stubs-ia32.h 251 void Restore(MacroAssembler* masm) {
272 // If we have to call into C then we need to save and restore all caller-
293 // Restore all XMM registers except XMM0.
  /external/v8/src/parsing/
rewriter.cc 224 { // Save .result value at the beginning of the finally block and restore it
234 Expression* restore = factory()->NewAssignment( local
240 factory()->NewExpressionStatement(restore, RelocInfo::kNoPosition),
  /external/v8/src/x64/
deoptimizer-x64.cc 156 // to restore all later.
299 // Restore the registers from the stack.
302 // Do not restore rsp, simply pop the value into the next register
  /external/v8/src/x87/
code-stubs-x87.h 248 void Restore(MacroAssembler* masm) {
269 // If we have to call into C then we need to save and restore all caller-
286 // Restore FPU state in m108byte.
  /external/valgrind/memcheck/tests/amd64/
xsave-avx.c 234 registers) are neither overwritten nor zeroed by the restore.
276 and which parts get zeroed on the test restore.
278 3. Do the restore from the image prepared in (1).
  /frameworks/base/docs/html-intl/intl/pt-br/training/basics/activity-lifecycle/
recreating.jd 144 // Restore value of members from saved state
163 // Always call the superclass so it can restore the view hierarchy
166 // Restore state members from saved instance
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeAgent.java 35 * This is the backup/restore agent class for the BackupRestore sample
37 * restore APIs directly, without taking advantage of any helper classes.
205 * so the only time a restore will happen is when the application is
  /packages/apps/LegacyCamera/res/values-en-rGB/
strings.xml 35 <string name="confirm_restore_title" msgid="1229914538263792180">"Restore defaults"</string>
36 <string name="confirm_restore_message" msgid="6649481842684452641">"Restore Camera default settings?"</string>
84 <string name="pref_restore_detail" msgid="5732490002291044791">"Restore defaults"</string>
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 306 canvas.restore();
321 canvas.restore();
341 canvas.restore();
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationPagerController.java 164 // FIXME: unnecessary to do this on restore. setAdapter will restore current position
200 * Part of a delicate dance to kill fragments on restore after rotation if
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/pages/
ApplicationToggle.java 162 ? "Create or restore Application node"
169 // Either restore a previous one
188 * Restore a previously "saved" application node.
  /art/runtime/arch/arm/
quick_entrypoints_arm.S 111 ldr \rTemp2, [sp, #0] @ restore rTemp2
358 * On success this wrapper will restore arguments and *jump* to the target, leaving the lr
437 mov r0, r4 @ restore method*
448 mov sp, r11 @ restore the stack pointer
458 pop {r4, r5, r6, r7, r8, r9, r10, r11, pc} @ restore spill regs
491 ldr r10, [sp, #8] @ Restore JValue* result
492 ldr sp, [sp, #4] @ Restore saved stack pointer
686 // Restore rReg's value from [sp, #offset] if rReg is not the same as rExclude.
689 ldr \rReg, [sp, #\offset] @ restore rReg
723 POP_REG_NE r0, 0, \rDest @ conditionally restore saved register
    [all...]
  /art/runtime/arch/mips64/
quick_entrypoints_mips64.S 144 ld $t8, 56($sp) # Restore gp back to it's temp storage.
168 ld $t8, 56($sp) # Restore gp back to it's temp storage.
272 ld $t8, 184($sp) # Restore gp back to it's temp storage.
412 // Restore return value address and shorty address
433 // Restore callee registers
440 ld $t8, 80($sp) # Restore gp back to it's temp storage.
654 * On success this wrapper will restore arguments and *jump* to the target, leaving the ra
809 move $sp, $s8 # restore sp
911 move $sp, $s8 # restore sp
    [all...]
  /art/runtime/
jni_env_ext.h 115 // Used to save and restore the JNIEnvExt state when not going through code created by the JNI
  /art/test/497-inlining-and-class-loader/src/
Main.java 89 // Clone resolved methods, to restore the original version just

Completed in 776 milliseconds

<<31323334353637383940>>