HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 1 - 25 of 1387) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/webkit/WebKit/qt/symbian/
backup_registration.xml 4 <restore requires_reboot = "no"/>
  /external/skia/include/core/
SkDrawFilter.h 29 with the (possibly modified) canvas/paint, and then restore() is called
30 to restore the canvas/paint to their state before filter() was called.
32 restore() will not be called.
47 canvas/paint). If true is returned, then restore() will be called.
50 /** If filter() returned true, then restore() will be called to restore the
53 virtual void restore(SkCanvas*, SkPaint*, Type) = 0;
  /external/iptables/
ip6tables-restore.8 1 .TH IP6TABLES-RESTORE 8 "Jan 30, 2002" "" ""
22 ip6tables-restore \- Restore IPv6 Tables
24 .BR "ip6tables-restore " "[-c] [-n]"
28 .B ip6tables-restore
29 is used to restore IPv6 Tables from data specified on STDIN. Use
33 restore the values of all packet and byte counters
38 .B ip6tables-restore
iptables-restore.8 1 .TH IPTABLES-RESTORE 8 "Jan 04, 2001" "" ""
22 iptables-restore \- Restore IP Tables
24 .BR "iptables-restore " "[-c] [-n]"
28 .B iptables-restore
29 is used to restore IP Tables from data specified on STDIN. Use
33 restore the values of all packet and byte counters
38 .B iptables-restore
  /frameworks/base/core/java/android/app/backup/
RestoreObserver.java 23 * Callback class for receiving progress reports during a restore operation. These
28 * Supply a list of the restore datasets available from the current transport. This
43 * The restore operation has begun.
46 * this restore operation.
61 * indication of the backup manager's progress through the overall restore process.
68 * The restore process has completed. This method will always be called,
69 * even if no individual package restore operations were attempted.
71 * @param error Zero on success; a nonzero error code if the restore operation
IRestoreSession.aidl 23 * Binder interface used by clients who wish to manage a restore operation. Every
30 * Ask the current transport what the available restore sets are.
40 * Restore the given set onto the device, replacing the current data of any app
41 * contained in the restore set with the data previously backed up.
48 * the restore set that should be used.
50 * progress callbacks during the restore operation.
55 * Restore a single application from backup. The data will be restored from the
63 * @param packageName The name of the package whose data to restore. If this is
67 * progress callbacks during the restore operation.
72 * End this restore session. After this method is called, the IRestoreSession binde
    [all...]
RestoreSession.java 30 * Interface for managing a restore session.
41 * Ask the current transport what the available restore sets are.
45 * the restore set lookup by the backup transport. This parameter must not be
62 * Restore the given set onto the device, replacing the current data of any app
63 * contained in the restore set with the data previously backed up.
70 * the restore set that should be used.
72 * progress callbacks during the restore operation.
77 Log.d(TAG, "restoreAll() called during active restore");
84 Log.d(TAG, "Can't contact server to restore");
90 * Restore a single application from backup. The data will be restored from th
    [all...]
package.html 3 <p>Contains the backup and restore functionality available to
5 device, all applications that have enabled backup will restore the user's previous data.</p>
8 <p>All backup and restore operations are controlled by the {@link
22 <li>Restore the data saved to remote storage</li>
IRestoreObserver.aidl 22 * Callback class for receiving progress reports during a restore operation.
28 * Supply a list of the restore datasets available from the current transport. This
40 * The restore operation has begun.
43 * this restore operation.
59 * The restore operation has completed.
61 * @param error Zero on success; a nonzero error code if the restore operation
BackupDataInput.java 91 * Extract the next entity header from the restore stream. After this method
96 * restore stream, <code>false</code> if the restore stream has been fully consumed.
97 * @throws IOException if an error occurred while reading the restore stream
117 * Report the key associated with the current entity in the restore stream
131 * restore stream.
145 * Read a record's raw data from the restore stream. The record's header must first
157 * @throws IOException if an error occurred when trying to read the restore data stream
176 * restore operation.
178 * @throws IOException if an error occurred when trying to read the restore data strea
    [all...]
IBackupManager.aidl 66 * need a data-restore pass. This method is only invoked by the Package Manager.
72 * or restore operations will take place. Data-changed notifications will
82 * Enable/disable automatic restore of application data at install time. When
85 * backup dataset or from the restore set used in the last wholesale restore operation,
86 * that data will be supplied to the new package's restore agent before the package
91 * @param doAutoRestore When true, enables the automatic app-data restore facility. When
147 * Begin a restore session with the given transport (which may differ from the
150 * @param transport The name of the transport to use for the restore operation.
151 * @return An interface to the restore session, or null on error
    [all...]
BackupAgentHelper.java 26 * key prefix. When processing a backup or restore operation, the BackupAgentHelper
36 * <ul><li>{@link FileBackupHelper} - Manages the backup and restore of entire files
38 * <li>{@link SharedPreferencesBackupHelper} - Manages the backup and restore of an
64 * Run the restore process on each of the configured handlers.
83 * @param helper A backup/restore helper object to be invoked during backup and restore
  /development/samples/BackupRestore/
_index.html 1 <p>The Backup/Restore application illustrates a few different approaches that an
  /frameworks/base/docs/html/guide/developing/tools/
bmgr.jd 9 <p><code>bmgr</code> lets you control the backup/restore system on an Android device.
14 <li><a href="#restore">Forcing a Restore Operation</a></li>
25 and restore operations so that you don't need to repeatedly wipe data or take similar
60 <h2 id="restore">Forcing a Restore Operation</h2>
62 <p>Unlike backup operations, which are batched together and run on an occasional basis, restore
63 operations execute immediately. The Backup Manager currently provides two kinds of restore
67 perform. The second kind of restore operation restores
70 invoke this second restore operation with the {@lin
    [all...]
  /dalvik/vm/compiler/template/armv5te-vfp/
TEMPLATE_MEM_OP_DECODE.S 16 pop {r0-r12,lr} @ restore all registers
17 vpop {d0-d15} @ restore all fp registers
  /external/skia/include/effects/
SkPaintFlagsDrawFilter.h 28 virtual void restore(SkCanvas*, SkPaint*, Type);
31 uint32_t fPrevFlags; // local cache for filter/restore
  /external/skia/src/effects/
SkPaintFlagsDrawFilter.cpp 18 void SkPaintFlagsDrawFilter::restore(SkCanvas*, SkPaint* paint, Type) function in class:SkPaintFlagsDrawFilter
  /external/stlport/stlport/stl/config/
_epilog.h 27 # pragma info(restore)
  /external/iptables/extensions/
libip6t_CONNSECMARK.c 22 " --restore Copy security mark from connection to packet\n"
29 { "restore", 0, 0, '2' },
51 "Can't specify --restore twice");
70 "or --restore is allowed");
81 printf("restore ");
libipt_CONNSECMARK.c 22 " --restore Copy security mark from connection to packet\n"
29 { "restore", 0, 0, '2' },
51 "Can't specify --restore twice");
70 "or --restore is allowed");
81 printf("restore ");
  /external/libpng/
pnggccrd.c 31 "popfq \n\t" // restore modified value to Eflag reg
35 "popfq \n\t" // restore original Eflag
45 "popfl \n\t" // restore modified value to Eflag reg
49 "popfl \n\t" // restore original Eflag
75 "popq %%rdx \n\t" // restore rdx
76 "popq %%rcx \n\t" // restore rcx
77 "popq %%rbx \n\t" // restore rbx
79 "popl %%edx \n\t" // restore edx
80 "popl %%ecx \n\t" // restore ecx
81 "popl %%ebx \n\t" // restore eb
    [all...]
  /frameworks/base/cmds/bmgr/src/com/android/commands/bmgr/
Bmgr.java 90 if ("restore".equals(op)) {
214 // The rest of the 'list' options work with a restore session on the current transport
260 System.out.println("Unable to request restore sets");
349 // Off and running -- wait for the restore to complete
352 System.err.println("Unable to restore package " + pkg);
381 System.out.println("Scheduling restore: " + s.name);
389 System.out.println("No available restore sets; no restore performed");
391 System.out.println("No matching restore set token. Available sets:");
396 // if we kicked off a restore successfully, we have to wait for i
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Clipping.java 71 canvas.restore();
78 canvas.restore();
87 canvas.restore();
94 canvas.restore();
101 canvas.restore();
108 canvas.restore();
Regions.java 59 // restore style
100 canvas.restore();
107 canvas.restore();
112 canvas.restore();
117 canvas.restore();
122 canvas.restore();
RoundRects.java 75 canvas.restore();
82 canvas.restore();
91 canvas.restore();
98 canvas.restore();
107 canvas.restore();
114 canvas.restore();

Completed in 312 milliseconds

1 2 3 4 5 6 7 8 91011>>