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

1 2 3 4 5 6 7 8 91011>>

  /external/iptables/iptables/
.gitignore 4 /ip6tables-restore
11 /iptables-restore
ip6tables-restore.8 1 .TH IP6TABLES-RESTORE 8 "Jan 30, 2002" "" ""
22 ip6tables-restore \(em Restore IPv6 Tables
24 \fBip6tables\-restore\fP [\fB\-chntv\fP] [\fB\-M\fP \fImodprobe\fP]
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
40 \fBip6tables-restore\fP flushes (deletes) all previous contents of the
50 Specify the path to the modprobe program. By default, ip6tables-restore will
54 Restore only the named table even if the input stream contains other ones
    [all...]
iptables-restore.8 1 .TH IPTABLES-RESTORE 8 "Jan 04, 2001" "" ""
22 iptables-restore \(em Restore IP Tables
24 \fBiptables\-restore\fP [\fB\-chntv\fP] [\fB\-M\fP \fImodprobe\fP]
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
40 .B iptables-restore
50 Specify the path to the modprobe program. By default, iptables-restore will
54 Restore only the named table even if the input stream contains other ones
    [all...]
xtables-multi.c 22 {"iptables-restore", iptables_restore_main},
32 {"ip6tables-restore", ip6tables_restore_main},
  /external/chromium_org/third_party/skia/src/core/
SkRecordOpts.h 16 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
19 // For some SaveLayer-[drawing command]-Restore patterns, merge the SaveLayer's alpha into the
20 // draw, and no-op the SaveLayer and Restore.
SkRecordOpts.cpp 20 // Save-NoDraw-Restore sequences better than we can here.
46 // Turns the logical NoOp Save and Restore in Save-Draw*-Restore patterns into actual NoOps.
50 Is<Restore> >
55 record->replace<NoOp>(end-1); // Restore
59 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
61 // Star matches greedily, so we also have to exclude Save and Restore.
62 // Nested SaveLayers need to be excluded, or we'll match their Restore!
66 Is<Restore>,
68 Is<Restore> >
    [all...]
  /external/chromium_org/third_party/skia/tests/
RecordPatternTest.cpp 11 Is<Restore> >
22 // Build up a save-clip-restore block. The pattern will match only it's complete.
29 recorder.restore();
33 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
42 // There will be two save-clipRect-restore blocks [0,3) and [3,6).
46 recorder.restore();
68 recorder.restore();
74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
80 recorder.restore();
85 recorder.restore();
    [all...]
RecordOptsTest.cpp 23 // The save and restore are pointless if there's only draw commands in the middle.
28 recorder.restore();
47 recorder.restore();
61 // A simple pointless pair of save/restore.
63 recorder.restore();
69 recorder.restore();
70 recorder.restore();
85 recorder.restore();
86 recorder.restore();
91 assert_type<SkRecords::Restore> (r, record, 2)
    [all...]
  /external/skia/tests/
RecordPatternTest.cpp 11 Is<Restore> >
22 // Build up a save-clip-restore block. The pattern will match only it's complete.
29 recorder.restore();
33 REPORTER_ASSERT(r, pattern.third<Restore>() != NULL);
42 // There will be two save-clipRect-restore blocks [0,3) and [3,6).
46 recorder.restore();
68 recorder.restore();
74 Pattern3<Is<Save>, Star<Is<ClipRect> >, Is<Restore> > pattern;
80 recorder.restore();
85 recorder.restore();
    [all...]
  /external/chromium_org/third_party/sqlite/src/test/
backup2.test 12 # focus of this file is testing the "backup" and "restore" methods
70 # Delete the original. Restore from backup. Verify the content is
78 set rc [catch {db restore bu1.db} res]
82 } {1 {restore failed: source database busy}}
87 db restore bu1.db
94 db restore temp bu1.db
142 # Try to restore from an unreadable file.
148 set rc [catch {db restore temp bu3.db} res]
156 set rc [catch {db restore temp bu3.db} res]
161 # Try to restore from something that is not a database file
    [all...]
  /external/chromium_org/third_party/skia/tools/lua/
dump_clipstack_at_restore.lua 12 if (t.verb == "restore") then
14 -- io.write("Clip Stack at restore #", restoreCount, ":\n")
15 io.write("Reduced Clip Stack at restore #", restoreCount, ":\n")
  /external/skia/src/core/
SkRecordOpts.h 19 // Turns logical no-op Save-[non-drawing command]*-Restore patterns into actual no-ops.
22 // For some SaveLayer-[drawing command]-Restore patterns, merge the SaveLayer's alpha into the
23 // draw, and no-op the SaveLayer and Restore.
  /external/skia/tools/lua/
dump_clipstack_at_restore.lua 12 if (t.verb == "restore") then
14 -- io.write("Clip Stack at restore #", restoreCount, ":\n")
15 io.write("Reduced Clip Stack at restore #", restoreCount, ":\n")
  /frameworks/base/core/java/android/app/backup/
RestoreObserver.java 25 * Callback class for receiving progress reports during a restore operation. These
30 * Supply a list of the restore datasets available from the current transport. This
46 * The restore operation has begun.
49 * this restore operation.
64 * indication of the backup manager's progress through the overall restore process.
71 * The restore process has completed. This method will always be called,
72 * even if no individual package restore operations were attempted.
74 * @param error Zero on success; a nonzero error code if the restore operation
RestoreSession.java 31 * Interface for managing a restore session.
43 * Ask the current transport what the available restore sets are.
47 * the restore set lookup by the backup transport. This parameter must not be
64 * Restore the given set onto the device, replacing the current data of any app
65 * contained in the restore set with the data previously backed up.
72 * the restore set that should be used.
74 * progress callbacks during the restore operation.
79 Log.d(TAG, "restoreAll() called during active restore");
86 Log.d(TAG, "Can't contact server to restore");
92 * Restore select packages from the given set onto the device, replacing th
    [all...]
package.html 3 <p>Contains the backup and restore functionality available to
5 device, all applications that have enabled backup can restore the user's previous data when the
12 <p>All backup and restore operations are controlled by the {@link
26 <li>Restore the data saved to remote storage</li>
IFullBackupRestoreObserver.aidl 20 * Observer of a full backup or restore process. The observer is told "interesting"
21 * information about an ongoing full backup or restore action.
47 * Notification: a restore-from-full-backup operation has begun.
52 * Notification: the system has begun restore of the given package.
61 * Notification: the restore-from-full-backup operation has ended.
  /external/chromium_org/third_party/skia/gm/
optimizations.cpp 41 // RESTORE
60 (*preOptPattern)[3] = RESTORE;
61 (*preOptPattern)[4] = RESTORE;
66 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw
69 (*postOptPattern)[3] = RESTORE;
70 (*postOptPattern)[4] = RESTORE;
74 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw
78 (*postOptPattern)[4] = RESTORE;
79 (*postOptPattern)[5] = RESTORE;
80 (*postOptPattern)[6] = RESTORE;
    [all...]
  /external/skia/gm/
optimizations.cpp 41 // RESTORE
60 (*preOptPattern)[3] = RESTORE;
61 (*preOptPattern)[4] = RESTORE;
66 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw
69 (*postOptPattern)[3] = RESTORE;
70 (*postOptPattern)[4] = RESTORE;
74 (*postOptPattern)[0] = SAVE; // extra save/restore added by extra draw
78 (*postOptPattern)[4] = RESTORE;
79 (*postOptPattern)[5] = RESTORE;
80 (*postOptPattern)[6] = RESTORE;
    [all...]
  /development/samples/BackupRestore/
_index.html 1 <p>The Backup/Restore application illustrates a few different approaches that an
  /external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
bouncing_balls_draw_back_as_white.js 12 canvasContext.restore();
  /external/llvm/test/CodeGen/SPARC/
2011-01-11-Call.ll 12 ; V8-NEXT: restore
21 ; V9-NEXT: restore
40 ; V8-NEXT: restore %g0, %o0, %o0
47 ; V9-NEXT: restore %g0, %o0, %o0
  /frameworks/base/packages/BackupRestoreConfirmation/res/values/
strings.xml 19 <!-- Title of the activity when a full restore has been requested and must be confirmed -->
20 <string name="restore_confirm_title">Full restore</string>
29 <!-- Text for message to user that a full restore has been requested, and must be confirmed. -->
30 <string name="restore_confirm_text">A full restore of all data from a connected desktop computer has been requested. Do you want to allow this to happen\?\n\nIf you did not request the restore yourself, do not allow the operation to proceed. This will replace any data currently on the device!</string>
31 <!-- Button to allow a requested full restore to occur -->
32 <string name="allow_restore_button_label">Restore my data</string>
33 <!-- Button to refuse to allow the requested full restore -->
34 <string name="deny_restore_button_label">Do not restore</string>
38 <!-- Text for message to user that they must enter their device encryption password in order to perform this restore operation. --
    [all...]
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/io/
ios_state.hpp 45 { this->restore(); }
47 void restore() function in class:boost::io::ios_flags_saver
70 { this->restore(); }
72 void restore() function in class:boost::io::ios_precision_saver
95 { this->restore(); }
97 void restore() function in class:boost::io::ios_width_saver
123 { this->restore(); }
125 void restore() function in class:boost::io::basic_ios_iostate_saver
152 { this->restore(); }
154 void restore() function in class:boost::io::basic_ios_exception_saver
179 void restore() function in class:boost::io::basic_ios_tie_saver
204 void restore() function in class:boost::io::basic_ios_rdbuf_saver
229 void restore() function in class:boost::io::basic_ios_fill_saver
255 void restore() function in class:boost::io::basic_ios_locale_saver
284 void restore() function in class:boost::io::ios_iword_saver
311 void restore() function in class:boost::io::ios_pword_saver
338 void restore() function in class:boost::io::ios_base_all_saver
373 void restore() function in class:boost::io::basic_ios_all_saver
419 void restore() function in class:boost::io::ios_all_word_saver
    [all...]
  /frameworks/base/docs/html/tools/help/
bmgr.jd 13 <li><a href="#restore">Forcing a Restore Operation</a></li>
29 and restore operations so that you don't need to repeatedly wipe data or take similar
67 <h2 id="restore">Forcing a Restore Operation</h2>
69 <p>Unlike backup operations, which are batched together and run on an occasional basis, restore
70 operations execute immediately. The Backup Manager currently provides two kinds of restore
74 perform. The second kind of restore operation restores
77 invoke this second restore operation with the {@link
83 <p>While testing your application, you can immediately invoke the restore operation (bypassing th
    [all...]

Completed in 1267 milliseconds

1 2 3 4 5 6 7 8 91011>>