Searched
full:restore (Results
251 -
275 of
4874) sorted by null
<<11121314151617181920>>
/external/skia/gm/ |
thinrects.cpp | 45 canvas->restore(); 53 canvas->restore(); 62 canvas->restore();
|
tileimagefilter.cpp | 78 canvas->restore(); 106 canvas->restore(); 109 canvas->restore();
|
ovals.cpp | 173 canvas->restore(); 194 canvas->restore(); 211 canvas->restore(); 226 canvas->restore(); 242 canvas->restore(); 272 canvas->restore();
|
bigtileimagefilter.cpp | 66 canvas->restore(); 89 canvas->restore();
|
imagefiltersstroked.cpp | 92 canvas->restore(); 95 canvas->restore();
|
/external/squashfs-tools/squashfs-tools/ |
restore.c | 22 * restore.c 74 ERROR("Interrupting will restore original " 81 /* kill main thread/worker threads and restore */
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ScaledTextActivity.java | 114 canvas.restore(); 122 canvas.restore(); 130 canvas.restore();
|
/frameworks/base/tests/backup/ |
test_restore.sh | 68 # pick the most recent set and restore from it 71 # run the restore 73 a shell bmgr restore "$restore_set"
|
/bionic/libc/arch-arm/bionic/ |
setjmp.S | 212 // Do we need to restore the signal mask? 216 // Restore the signal mask. 227 // Restore floating-point registers. 231 // Restore floating-point state. 239 // Restore core registers. 254 // Restore return value/address.
|
/development/samples/BackupRestore/src/com/example/android/backuprestore/ |
MultiRecordExampleAgent.java | 154 * On restore, we pull the various bits of data out of the restore stream, 156 * restore data set will always be the full set of records supplied by the 163 // Consume the restore data set, remembering each bit of application state 188 // the restore process is intended to *replace* any existing or default data, so 198 // Finally, write the state file that describes our data as of this restore pass.
|
BackupRestoreActivity.java | 43 * <p>Participating in the backup/restore mechanism is simple. The application 52 * When a backup or restore operation is performed, the application's agent class 65 * future reference, sending data to the backup transport, and reading it from a restore 98 * object. This ensures that in the unlikely event of the our backup/restore 256 * Click handler, designated in the layout, that runs a restore of the app's 260 Log.v(TAG, "Requesting restore of our most recent data"); 264 /** Done with the restore! Now draw the new state of our data */ 265 Log.v(TAG, "Restore finished, error = " + error);
|
/external/compiler-rt/lib/builtins/i386/ |
divdi3.S | 94 addl %esi, %eax // Restore correct sign to result 98 popl %edi // Restore callee-save registers 132 addl %esi, %eax // Restore correct sign to result 136 popl %edi // Restore callee-save registers 153 addl %esi, %eax // Restore correct sign to result 157 popl %ebx // Restore callee-save registers
|
/external/skia/samplecode/ |
SampleClock.cpp | 72 canvas->restore(); 101 canvas->restore(); 127 canvas->restore(); 148 canvas->restore(); 202 canvas->restore(); 217 canvas->restore();
|
/art/runtime/arch/mips/ |
jni_entrypoints_mips.S | 44 lw $a0, 0($sp) # restore registers from stack 52 addiu $sp, $sp, 48 # restore the stack
|
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_nearbyint.c | 34 * We save and restore the floating-point environment to avoid raising 36 * instead of feclearexcept()/feupdateenv() to restore the environment
|
/development/samples/BackupRestore/ |
AndroidManifest.xml | 27 <!-- The backup/restore mechanism was introduced in API version 8 --> 31 <application android:label="Backup/Restore"
|
/external/autotest/client/cros/ |
service_stopper.py | 40 restore_services: restore services that were previously stopped. 75 """Restore services that were stopped."""
|
/external/autotest/server/site_tests/firmware_CorruptFwBodyA/ |
firmware_CorruptFwBodyA.py | 48 logging.info("Still expected firmware A boot and restore.") 58 logging.info("Expected firmware B boot and restore firmware A.")
|
/external/autotest/server/tests/netperf2/ |
netperf2.py | 31 # job, let the forked tests record their entries, then restore the 63 # Restore indent level of main job.
|
/external/autotest/server/tests/netpipe/ |
netpipe.py | 30 # job, let the forked tests record their entries, then restore the 64 # Restore indent level of main job.
|
/external/compiler-rt/lib/builtins/ppc/ |
restFP.S | 13 // Helper function used by compiler to restore ppc floating point registers at 17 // If the compiler wants to restore f27..f31, it does a "b restFP+52"
|
/external/jacoco/jacoco-maven-plugin.test/it/it-offline-instrumentation/ |
pom.xml | 58 <id>restore-instrumented-classes</id> 60 <goal>restore-instrumented-classes</goal>
|
/external/llvm/include/llvm/Support/ |
SaveAndRestore.h | 11 /// This file provides utility classes that use RAII to save and restore 21 /// A utility class that uses RAII to save and restore the value of a variable.
|
/external/lzma/CPP/7zip/UI/GUI/ |
ExtractDialog.rc | 52 // CONTROL "Restore alternate data streams", IDX_EXTRACT_ALT_STREAMS, MY_CHECKBOX,
54 CONTROL "Restore file security", IDX_EXTRACT_NT_SECUR, MY_CHECKBOX,
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3dapi/ |
galliumcom.idl | 55 // restore the context state after using the Gallium context for something else 66 * This is intended to restore state after a blit-like operation.
|
Completed in 6788 milliseconds
<<11121314151617181920>>