HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 226 - 250 of 3642) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/skia/src/core/
SkRecordDraw.cpp 19 SkAutoCanvasRestore saveRestore(canvas, true /*save now, restore at exit*/);
64 SkAutoCanvasRestore saveRestore(canvas, true /*save now, restore at exit*/);
79 DRAW(Restore, restore());
140 // the bounds of a Save, a Translate, a Restore, etc. are the union of the
142 // Save/Restore block, the bounds of the Save, the Restore, and any other
147 // inside the Save/Restore block, drawing ops are unioned with the bounds of
149 // block with a Restore, our bounds are complete, and we go back and fill them
173 // Any control ops not part of any Save/Restore block draw everywhere
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupAgent.java 54 * to participate in the backup and restore mechanism will declare a subclass of
77 * Restore operations are typically performed only when applications are first
80 * begins an immediate restore pass to deliver the backup data as part of the installation
83 * When a backup or restore pass is run, the application's process is launched
87 * agent instance to run the actual backup or restore logic. At this point the
105 * backup and restore.
120 * During a full restore, indicates that the file system object being restored
126 * During a full restore, indicates that the file system object being restored
170 * to do one-time initialization before the actual backup or restore operation
179 * sort of shutdown process after backup or restore is completed
    [all...]
  /art/runtime/arch/arm/
memcmp16_arm.S 81 /* restore registers and return */
151 /* restore registers and return */
166 /* restore registers and return */
181 9: /* restore registers and return */
  /art/runtime/arch/arm64/
asm_support_arm64.S 26 // x18 is not preserved by aapcs64, save it on xETR(External Thread reg) for restore and later use.
  /bionic/libm/include/amd64/machine/
fpu.h 10 * amd64 only uses the extended save/restore format used
  /cts/suite/cts/deviceTests/opengl/jni/graphics/
TransformationNode.cpp 34 // Restore original Matrix.
  /cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
CircleClipFrameLayout.java 52 canvas.restore();
  /developers/build/prebuilts/gradle/AutoBackupForApps/Application/src/main/res/values/
base-strings.xml 29 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
  /development/ndk/platforms/android-21/arch-x86_64/include/machine/
fpu.h 10 * amd64 only uses the extended save/restore format used
  /development/ndk/platforms/android-9/arch-mips/include/machine/
signal.h 54 * This is used by the kernel to restore state following
56 * to the handler to allow it to restore state properly if
91 long sc_onstack; /* sigstack state to restore */
92 long sc_mask; /* signal mask to restore */
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Layers.java 61 canvas.restore();
  /development/samples/BackupRestore/res/values/
strings.xml 27 <string name="restore_text">Restore last data</string>
  /development/samples/browseable/AutoBackupForApps/res/values/
base-strings.xml 29 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
  /external/antlr/antlr-3.4/runtime/Perl5/t/lib/ANTLR/Runtime/
Test.pm 126 # restore stderr
129 open STDERR, '>&', $old_err or die "Can't restore stderr: $!";
132 # restore stdout
135 open STDOUT, '>&', $old_out or die "Can't restore stdout: $!";
  /external/ceres-solver/include/ceres/internal/
numeric_diff.h 88 // Mutates parameters but must restore them before return.
118 // Mutate 1 element at a time and then restore.
171 x_plus_delta(j) = x(j); // Restore x_plus_delta.
189 // Mutates parameters but must restore them before return.
  /external/compiler-rt/test/tsan/
race_with_finished_thread.cc 4 // Ensure that we can restore a stack of a finished thread.
sigsuspend.cc 38 // Restore the original set.
  /external/iproute2/man/man8/
ip-addrlabel.8 61 the command flushes the contents of address labels and it does not restore default settings.
  /external/lldb/test/functionalities/command_source/
TestCommandSource.py 33 # Now restore stdout to the way we were. :-)
  /external/llvm/test/CodeGen/Mips/
align16.ll 31 ; 16: restore $ra, 2040
  /external/llvm/test/CodeGen/SPARC/
64cond.ll 39 ; CHECK: restore %g0, %i3, %o0
50 ; CHECK: restore %g0, %i3, %o0
61 ; CHECK: restore %g0, %i3, %o0
72 ; CHECK: restore %g0, %i3, %o0
  /external/llvm/test/CodeGen/X86/
pr11468.ll 24 ; Restore %rsp from %rbp and subtract the total size of saved regsiters.
  /external/ltrace/testsuite/ltrace.torture/
ia64-sigill.s 37 .restore sp
  /external/pcre/dist/testdata/
testinput12 2 successful and an unsuccessful JIT compile and save and restore behaviour,
  /external/selinux/libselinux/man/man3/
getfscreatecon.3 50 save, reset, and restore the fscreate context to avoid unexpected behavior.

Completed in 696 milliseconds

1 2 3 4 5 6 7 8 91011>>