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

1 2 3 4 5 6 7 8 91011>>

  /external/compiler-rt/lib/builtins/arm/
save_vfp_d8_d15_regs.S 1 //===-- save_restore_regs.S - Implement save/restore* ---------------------===//
19 // must also add a call to __restore_vfp_d8_d15_regs to restore those registers.
  /external/llvm/lib/Target/Sparc/
README.txt 35 restore %g0, %g0, %g0
55 * Implement frame pointer elimination, e.g. eliminate save/restore for
  /external/skia/gm/
bicubicfilter.cpp 64 canvas->restore();
72 canvas->restore();
circularclips.cpp 69 canvas->restore();
72 canvas->restore();
distantclip.cpp 50 rec->restore();
62 canvas->restore();
internal_links.cpp 43 canvas->restore();
50 canvas->restore();
spritebitmap.cpp 42 canvas->restore();
53 canvas->restore();
thinstrokedrects.cpp 55 canvas->restore();
70 canvas->restore();
perlinnoise.cpp 33 canvas->restore();
136 canvas->restore();
142 canvas->restore();
148 canvas->restore();
164 canvas->restore();
169 canvas->restore();
  /frameworks/base/core/java/android/app/backup/
AbsoluteFileBackupHelper.java 64 * Restore one absolute file entity from the restore stream
  /frameworks/base/core/java/com/android/internal/backup/
IObbBackupService.aidl 24 * handles local (whole-file) backup & restore of OBB content on behalf of applications.
40 * Restore an OBB file for the given package from the incoming stream
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/
AbstractBufferTest.java 62 // restore state
83 // restore state
97 // restore state
162 // restore state
185 // restore state
247 // restore state
282 // restore state
302 // restore state
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
VersionedPrefs.java 178 * Gets the value to restore for a given key-value pair. By default, returns the passed in
181 * @param key The key to restore
183 * @return The value to restore
231 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
234 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
237 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
240 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
243 LogUtils.v(LOG_TAG, "MailPrefs Restore: %s", preference);
  /external/chromium_org/extensions/browser/value_store/
leveldb_value_store_unittest.cc 63 // Check that we can restore a single corrupted key in the LeveldbValueStore.
84 // Restore and verify.
99 // Test that the Restore() method does not just delete the entire database
128 ASSERT_TRUE(store()->Restore());
146 // such as after users use Windows Restore. We can't prevent it, but we need to
179 ASSERT_TRUE(store()->Restore());
  /external/chromium_org/third_party/skia/gm/
perlinnoise.cpp 33 canvas->restore();
136 canvas->restore();
142 canvas->restore();
148 canvas->restore();
164 canvas->restore();
169 canvas->restore();
roundrects.cpp 179 canvas->restore();
203 canvas->restore();
223 canvas->restore();
241 canvas->restore();
260 canvas->restore();
290 canvas->restore();
325 canvas->restore();
  /frameworks/base/core/java/com/android/server/backup/
SystemBackupAgent.java 102 // steps during restore; the restore will happen properly when the individual
113 // On restore, we also support a previous data schema "system_files"
131 Slog.e(TAG, "Couldn't restore settings\n" + re);
137 Slog.d(TAG, "restore failed", ex);
178 Slog.e(TAG, "Couldn't restore settings\n" + re);
  /frameworks/base/tests/HugeBackup/src/com/android/hugebackup/
HugeBackupActivity.java 35 * from the Backup/Restore sample application.
42 * object. This ensures that in the unlikely event of the our backup/restore
199 * Click handler, designated in the layout, that runs a restore of the app's
203 Log.v(TAG, "Requesting restore of our most recent data");
207 /** Done with the restore! Now draw the new state of our data */
208 Log.v(TAG, "Restore finished, error = " + error);
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/build/android/
inv_self_test-shared 
  /packages/apps/Email/tests/src/com/android/email/provider/
AccountBackupRestoreTests.java 31 * This is a series of unit tests for backup/restore of the Account class.
113 // Because we restore accounts at the db open time, we first need to close the db
126 // Restore the account
128 restored.restore(c);
140 // Restore the account
142 restored.restore(c);
  /frameworks/base/docs/html/guide/topics/data/
backup.jd 11 <li>If the user upgrades to a new Android-powered device, your app can restore the user's
26 <li><a href="#PerformingRestore">Performing restore</a></li>
35 <li><a href="#RestoreVersion">Checking the Restore Data Version</a></li>
37 <li><a href="#RequestingRestore">Requesting Restore</a></li>
57 application data to remote "cloud" storage, in order to provide a restore point for the
67 restore operation, the Backup Manager retrieves the backup data from the backup transport and
68 returns it to your application so your application can restore the data to the device. It's
69 possible for your application to request a restore, but that shouldn't be necessary&mdash;Android
70 automatically performs a restore operation when your application is installed and there exists
110 to restore your backup data when the application is re-installed. The Backup Manager handles al
    [all...]
  /art/runtime/arch/x86/
quick_entrypoints_x86.S 59 POP ebp // Restore callee saves (ebx is saved/restored by the upcall)
87 POP ecx // Restore args except eax
90 POP ebp // Restore callee saves
206 * On success this wrapper will restore arguments and *jump* to the target, leaving the lr
236 POP ecx // Restore args except eax
239 POP ebp // Restore callee saves
296 mov %ebp, %esp // restore stack pointer
331 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
350 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return address
369 RESTORE_REF_ONLY_CALLEE_SAVE_FRAME // restore frame up to return addres
    [all...]
  /external/jpeg/
jmemdosa.asm 17 ; we save and restore all 8086 registers, even though most compilers only
61 open_err: pop ds ; restore registers and exit
93 close_err: pop ds ; restore registers and exit
127 seek_err: pop ds ; restore registers and exit
165 read_err: pop ds ; restore registers and exit
203 write_err: pop ds ; restore registers and exit
244 pop ds ; restore registers and exit
285 pop ds ; restore registers and exit
323 avail_done: pop ds ; restore registers and exit
366 pop ds ; restore registers and exi
    [all...]
  /external/qemu/distrib/jpeg-6b/
jmemdosa.asm 17 ; we save and restore all 8086 registers, even though most compilers only
61 open_err: pop ds ; restore registers and exit
93 close_err: pop ds ; restore registers and exit
127 seek_err: pop ds ; restore registers and exit
165 read_err: pop ds ; restore registers and exit
203 write_err: pop ds ; restore registers and exit
244 pop ds ; restore registers and exit
285 pop ds ; restore registers and exit
323 avail_done: pop ds ; restore registers and exit
366 pop ds ; restore registers and exi
    [all...]
  /external/chromium_org/third_party/icu/source/samples/layout/
GDIFontInstance.cpp 167 goto restore;
178 goto restore;
185 restore:
267 goto restore;
277 goto restore;
290 goto restore;
297 restore:

Completed in 2467 milliseconds

1 2 3 4 5 6 7 8 91011>>