/frameworks/base/core/jni/ |
android_app_backup_FullBackup.cpp | 49 * a standalone archive suitable for restore on its own. In particular, the identification of 57 * installed on the target device at restore time. These need to appear first in the tar
|
android_graphics_Canvas.cpp | 105 static void restore(JNIEnv* env, jobject, jlong canvasHandle, jboolean throwOnUnderflow) { function in namespace:android::CanvasJNI 107 if (canvas->getSaveCount() <= 1) { // cannot restore anymore 109 doThrowISE(env, "Underflow in restore - more restores than saves"); 113 canvas->restore(); 124 restoreCount = 1; // compat behavior - restore as far as possible 368 canvas->restore(); 404 canvas->restore(); 587 {"native_restore","!(JZ)V", (void*) CanvasJNI::restore},
|
/frameworks/base/docs/html/training/backup/ |
autosyncapi.jd | 56 data to the cloud. If the system performs a data restore, it uses the last data snapshot that 268 approach to receive a notification when a restore operation happens in 284 and can restore it properly. 318 <h3>Testing restore</h3> 321 To manually initiate a restore after the system has backed up your app data, execute the following 327 $ adb shell bmgr restore <PACKAGE> 331 <b>Warning:</b> This action stops your app and wipes its data before performing the restore 336 You can test automatic restore for your app by uninstalling and reinstalling your app. The app
|
/frameworks/base/libs/hwui/ |
DeferredDisplayList.cpp | 394 * Note that we don't need to record the associated restore operation, since operations at defer 413 * operations from reordering around the saveLayer and it's associated restore() 455 * save/restore and complex canvas modifications (including save/restore) in order. 618 DEFER_LOGD("%p adding restore to count %d barrier, pos %d", 621 // store displayState for the restore operation, as it may be associated with a saveLayer that 654 // save and restore so that reordering doesn't affect final state 676 // leave deferred state ops alone for simplicity (empty save restore pairs may now exist)
|
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/ |
SearchViewManager.java | 167 * Sets search view into the searching state. Used to restore state after device orientation 221 * Called when owning activity is saving state to be used to restore state during creation.
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
ObbBackupService.java | 39 * Service that the Backup Manager Services delegates OBB backup/restore operations to, 102 * Restore an OBB file for the given package from the incoming stream
|
/frameworks/base/packages/WallpaperBackup/src/com/android/wallpaperbackup/ |
WallpaperBackupAgent.java | 152 Slog.e(TAG, "Unable to restore wallpaper: " + e.getMessage()); 155 Slog.v(TAG, "Removing restore stage files");
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
ColorFiltersMutateActivity.java | 166 canvas.restore(); 177 canvas.restore();
|
MoreShadersActivity.java | 128 canvas.restore(); 148 canvas.restore();
|
PathsActivity.java | 124 canvas.restore(); 142 canvas.restore();
|
ShadersActivity.java | 122 canvas.restore(); 139 canvas.restore();
|
TextActivity.java | 154 canvas.restore(); 160 // canvas.restore();
|
TextOnPathActivity.java | 131 canvas.restore(); 150 canvas.restore();
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
StaggeredGridLayoutManagerSavedStateTest.java | 219 + ": on restore, previous view positions should be preserved", 222 // TODO add tests for changing values after restore before layout
|
/hardware/intel/bootstub/ |
e820_bios.S | 177 /* Restore segment registers */ 185 /* Restore stack pointer */
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/arm/neon/ |
vp9_idct16x16_neon.c | 106 // restore d8-d15 register values. 168 // restore d8-d15 register values.
|
/packages/apps/Dialer/InCallUI/src/com/android/incallui/widget/multiwaveview/ |
PointCloud.java | 226 canvas.restore(); 232 canvas.restore();
|
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/ |
Credential.java | 78 * Restore a Credential from the database, given its unique id 87 public void restore(Cursor cursor) { method in class:Credential
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
PhotoFallbackEffect.java | 132 canvas.restore(); 152 canvas.restore();
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
SearchDropTargetBar.java | 196 // Restore the QSB search bar, and animate out the drop target bar 216 // Restore the background
|
/packages/apps/Settings/src/com/android/settings/ |
SeekBarPreference.java | 211 // Restore the instance state 232 // Restore the click counter
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/ |
cursslk.h | 130 // Restore them 131 void restore() { function in class:Soft_Label_Key_Set
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
fdreg.h | 95 #define FD_SAVE 0x2e /* save fdc regs for later restore */ 100 #define FD_RESTORE 0x4e /* later restore */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/ |
cursslk.h | 130 // Restore them 131 void restore() { function in class:Soft_Label_Key_Set
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
fdreg.h | 95 #define FD_SAVE 0x2e /* save fdc regs for later restore */ 100 #define FD_RESTORE 0x4e /* later restore */
|