/external/llvm/test/CodeGen/Mips/ |
mips16_32_4.ll | 12 ; 16: restore {{.+}} 17 ; 32: restore {{.+}} 54 ; 16: restore {{.+}} 59 ; 32: restore {{.+}}
|
/external/skia/gm/ |
emptypath.cpp | 39 canvas->restore(); 84 canvas->restore(); 120 canvas->restore(); 121 canvas->restore();
|
hairmodes.cpp | 106 canvas->restore(); 117 canvas->restore(); 122 canvas->restore(); 123 canvas->restore();
|
bicubicfilter.cpp | 62 canvas->restore(); 70 canvas->restore();
|
distantclip.cpp | 49 rec->restore(); 62 canvas->restore();
|
internal_links.cpp | 43 canvas->restore(); 50 canvas->restore();
|
spritebitmap.cpp | 43 canvas->restore(); 54 canvas->restore();
|
thinstrokedrects.cpp | 51 canvas->restore(); 66 canvas->restore();
|
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/ |
lattice_armv7.S | 47 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef 49 add r0, r9, asl #1 @ Restore r0 to &ar_g_Q0[order_coef] 50 add r2, r9, asl #1 @ Restore r2 to &cth_Q15[order_coef] 51 add r3, r9, asl #1 @ Restore r3 to &sth_Q15[order_coef]
|
/frameworks/base/cmds/bu/src/com/android/commands/bu/ |
Backup.java | 41 Log.e(TAG, "Error running backup/restore", e); 58 } else if (arg.equals("restore")) { 131 // No arguments to restore 137 Log.e(TAG, "Unable to invoke backup manager for restore");
|
/frameworks/base/core/java/android/app/backup/ |
FileBackupHelper.java | 32 * During restore, if the helper encounters data for a file that was not 47 * Construct a helper to manage backup/restore of entire files within the 89 * Restore one record [representing a single file] from the restore dataset.
|
/frameworks/base/core/jni/ |
android_backup_FileBackupHelperBase.cpp | 83 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local 89 err = restore->WriteFile(String8(filename), reader); 101 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local 104 err = restore->WriteSnapshot(fd);
|
/frameworks/base/docs/html/guide/topics/data/ |
index.jd | 18 that users can restore their data when installing your application on a new device.</p>
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
SharedStorageAgent.java | 54 // The restore will then extract to the given volume 62 * Full restore of one file to shared storage 68 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]"); 81 Slog.w(TAG, "Cannot restore data for unavailable volume " + i);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
XfermodeActivity.java | 77 canvas.restore(); 98 canvas.restore(); 124 canvas.restore(); 134 canvas.restore();
|
/frameworks/native/cmds/rawbu/ |
backup.cpp | 55 /* Directory paths that we will not backup/restore */ 110 // directory itself, since the restore file won't 446 fprintf(stderr, "bad token %d in restore file\n", *type); 452 fprintf(stderr, "bad path length %d in restore file\n", pathLen); 457 fprintf(stderr, "truncated path in restore file\n"); 466 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath); 471 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath); 476 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath); 481 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath); 487 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath) 661 int restore = 0; local [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/ |
BackupSharedPreference.java | 23 * Wraps around various classes used in Gmail's backup/restore mechanism.
|
/frameworks/base/docs/html/training/basics/activity-lifecycle/ |
recreating.jd | 17 <li><a href="#RestoreState">Restore Your Activity State</a></li> 46 system uses to restore the previous state is called the "instance state" and is a collection of 59 activity might have more state information that you'd like to restore, such as member variables that 62 <p class="note"><strong>Note:</strong> In order for the Android system to restore the state of 123 <h2 id="RestoreState">Restore Your Activity State</h2> 137 <p>For example, here's how you can restore some state data in {@link android.app.Activity#onCreate 147 // Restore value of members from saved state 162 state to restore, so you do not need to check whether the {@link android.os.Bundle} is null:</p> 166 // Always call the superclass so it can restore the view hierarchy 169 // Restore state members from saved instanc [all...] |
/dalvik/vm/compiler/template/armv5te/ |
TEMPLATE_CMPL_DOUBLE.S | 31 pop {r2-r3} @ restore operands in reverse order 32 pop {r0-r1} @ restore operands in reverse order
|
/external/chromium_org/chrome/browser/resources/options/ |
startup_section.html | 19 <input id="startup-restore-session" type="radio" name="startup" 23 <label for="startup-restore-session"
|
/external/chromium_org/chrome/browser/sessions/ |
session_restore_android.cc | 19 // We use it to restore tabs from "recently closed" too. 36 new_web_contents->GetController().Restore(
|
/external/chromium_org/chrome/installer/util/ |
delete_reg_key_work_item.cc | 66 // Restore the old contents. The restoration takes on its default security 69 LOG(ERROR) << "Failed to restore key in rollback.";
|
/external/chromium_org/chrome/renderer/resources/extensions/ |
window_controls.js | 66 * Restore or maximize depending on current state 70 chrome.app.window.current().restore();
|
/external/compiler-rt/lib/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
|