HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 126 - 150 of 3642) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/base/core/java/android/app/backup/
RestoreDescription.java 24 * Description of the available restore data for a given package. Returned by a
41 * to indicate that no more package data is available in the current restore operation.
49 /** This package's restore data is an original-style key/value dataset */
52 /** This package's restore data is a tarball-type full data stream */
AbsoluteFileBackupHelper.java 64 * Restore one absolute file entity from the restore stream
  /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
64 * Full restore of one file to shared storage
70 if (DEBUG) Slog.d(TAG, "Shared restore: [ " + domain + " : " + relpath + "]");
83 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/Messaging/src/com/android/messaging/ui/
BasePagerViewHolder.java 24 * as well as logic to save/restore instance state that's persisted not only for activity
29 * PageView implement PersistentInstanceState to save and restore instance states to/from a
53 // If the view is already there, let it restore the state. Otherwise, it will be
84 // When initially created, check if the view has any saved state. If so restore it.
  /packages/apps/UnifiedEmail/src/com/android/mail/preferences/
BackupSharedPreference.java 23 * Wraps around various classes used in Gmail's backup/restore mechanism.
  /system/core/toolbox/upstream-netbsd/lib/libutil/
raise_default_signal.c 86 /* (use 'goto restore_mask' to restore state) */
91 /* (use 'goto restore_act' to restore state) */
101 /* Restore the original handler */
107 /* Restore the original mask */
  /external/skia/tests/
RecordDrawTest.cpp 44 recorder.restore();
50 assert_type<SkRecords::Restore> (r, record, 3);
54 recorder.restore();
55 recorder.restore();
111 assert_type<SkRecords::Restore> (r, translateRecord, 3);
162 recorder.restore();
229 // bounds for the saveLayer, clip, and restore to be greater than the bounds of the picture.
230 // (We were applying the saveLayer paint to the bounds after restore, which makes no sense.)
244 recorder.restore();
250 // The saveLayer, clipRect, and restore bounds were incorrectly (0,0,70,50)
    [all...]
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
recreating.jd 15 <li><a href="#RestoreState">Restore Your Activity State</a></li>
44 system uses to restore the previous state is called the "instance state" and is a collection of
57 activity might have more state information that you'd like to restore, such as member variables that
60 <p class="note"><strong>Note:</strong> In order for the Android system to restore the state of
121 <h2 id="RestoreState">Restore Your Activity State</h2>
135 <p>For example, here's how you can restore some state data in {@link android.app.Activity#onCreate
145 // Restore value of members from saved state
160 state to restore, so you do not need to check whether the {@link android.os.Bundle} is null:</p>
164 // Always call the superclass so it can restore the view hierarchy
167 // Restore state members from saved instanc
    [all...]
  /art/runtime/arch/mips/
jni_entrypoints_mips.S 41 lw $a0, 0($sp) # restore registers from stack
47 addiu $sp, $sp, 32 # restore the stack
  /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/libvncserver/x11vnc/
solid.h 41 extern void solid_bg(int restore);
44 extern void kde_no_animate(int restore);
  /external/llvm/lib/Target/Sparc/
README.txt 35 restore %g0, %g0, %g0
55 * Implement frame pointer elimination, e.g. eliminate save/restore for
  /external/selinux/libsemanage/tests/
nc_sort_unsorted 15 pre -A selinux_input -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore
18 pre -A selinux_output -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore
  /external/selinux/policycoreutils/setfiles/
Makefile 8 PROGRESS_STEP=$(shell grep "^\#define STAR_COUNT" restore.h | awk -S '{ print $$3 }')
22 setfiles: setfiles.o restore.o
  /external/skia/gm/
distantclip.cpp 45 rec->restore();
58 canvas->restore();
imageblurtiled.cpp 61 canvas->restore();
62 canvas->restore();
internal_links.cpp 43 canvas->restore();
50 canvas->restore();
spritebitmap.cpp 42 canvas->restore();
53 canvas->restore();
thinstrokedrects.cpp 51 canvas->restore();
66 canvas->restore();
  /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

Completed in 284 milliseconds

1 2 3 4 56 7 8 91011>>