HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 476 - 500 of 4527) sorted by null

<<11121314151617181920>>

  /frameworks/base/tests/HugeBackup/
AndroidManifest.xml 27 <!-- The backup/restore mechanism was introduced in API version 8 -->
  /frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
Bitmaps3dActivity.java 71 canvas.restore();
NewLayersActivity.java 61 canvas.restore();
RotationActivity.java 60 canvas.restore();
LinesActivity.java 148 canvas.restore();
155 canvas.restore();
163 canvas.restore();
  /hardware/samsung_slsi/exynos5/libswconverter/
csc_tiled_to_linear_uv_deinterleave_neon.s 160 ldmfd sp!, {r0-r2,r4} @ restore registers
195 ldmfd sp!, {r0-r1} @ restore registers
241 ldmfd sp!, {r0-r2,r4-r5} @ restore registers
248 ldmfd sp!, {r4-r12,r15} @ restore registers
csc_tiled_to_linear_uv_neon.s 138 ldmfd sp!, {r0-r1} @ restore registers
208 ldmfd sp!, {r0-r1,r3} @ restore registers
215 ldmfd sp!, {r4-r12,r15} @ restore registers
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationDictionary.java 45 // TODO: Restore last updated time
  /system/extras/tests/bionic/libc/common/
test_seteuid.c 54 printf("After restore: ruid=%d euid=%d\n", ruid, euid);
  /system/media/audio_effects/include/audio_effects/
effect_equalizer.h 49 //t_equalizer_settings groups all current equalizer setting for backup and restore.
  /external/chromium_org/android_webview/native/
state_serializer.cc 23 // WebView case, is undesired since save/restore is called in Android
26 // restore and sync code, and has other purpose in addition to serializing
110 controller.Restore(
  /external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator_impl.h 108 // . If |process_startup| is false, restore the last session if necessary,
116 // . If the user's startup pref is to restore the last session (or the
129 // . Attempts to restore any pinned tabs from last run of chrome.
  /external/chromium_org/chromeos/ime/
xkeyboard_unittest.cc 157 // Flip both to restore the initial state.
181 // Restore the initial state.
202 // Restore the initial state.
  /external/chromium_org/components/sessions/
serialized_navigation_entry.h 42 // contains the data needed to restore a NavigationEntry during session restore
43 // and tab restore, and it can also be pickled and unpickled. It is also
  /external/chromium_org/third_party/libjingle/source/talk/base/
logging_unittest.cc 38 // We should restore the correct global state at the end.
60 // We should restore the correct global state at the end.
88 // We should restore the correct global state at the end.
  /external/libvpx/libvpx/vp8/common/ppc/
recon_altivec.asm 51 lwz r12, -8(r1) ;# restore old VRSAVE from stack
104 lwz r12, -8(r1) ;# restore old VRSAVE from stack
172 lwz r12, -8(r1) ;# restore old VRSAVE from stack
  /external/llvm/test/CodeGen/Thumb2/
aligned-spill.ll 41 ; The stack pointer restore must happen after the reloads.
67 ; The stack pointer restore must happen after the reloads.
92 ; The stack pointer restore must happen after the reloads.
  /external/oprofile/module/ia64/
IA64syscallstub.h 54 mov gp=r15; /* restore kgp */ \
155 mov gp=r15; /* restore kgp */ \
158 mov rp=r16; /* restore krp */ \
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWindow.m 83 UI elements, and restore the SDL surface. This way, no expose event
98 /* restore visible SDL surface */
176 /* restore cached image, since it may not be current, post expose event too */
  /external/skia/gm/
complexclip.cpp 134 canvas->restore();
152 canvas->restore();
157 canvas->restore();
shadertext.cpp 193 canvas->restore();
199 canvas->restore();
201 canvas->restore();
  /external/skia/tests/
CanvasStateTest.cpp 74 canvas.restore();
155 tmpCanvas->restore();
163 canvas.restore();
  /frameworks/base/core/java/android/app/backup/
SharedPreferencesBackupHelper.java 37 * allocated and installed as a backup/restore handler within the BackupAgentHelper
38 * framework. For example, an agent supporting backup and restore for
116 * Restores one entity from the restore data stream to its proper shared
  /frameworks/base/docs/html/google/backup/
index.jd 8 this way provides a restore point for the app on most devices running Android 2.2 or
73 backup and restore features. Google treats this data as personal information in accordance with
78 backup data. A user can re-enable backup on the device, but Android Backup Service will not restore
  /frameworks/base/graphics/java/android/graphics/
Camera.java 36 * with a call to {@link #restore()}.
45 * @see #restore()
47 public native void restore(); method in class:Camera

Completed in 1455 milliseconds

<<11121314151617181920>>