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

1 23 4 5 6 7 8 91011>>

  /external/iptables/iptables/
iptables-apply.8 15 iptables\-save/read by iptables\-restore) to iptables, then prompt the
22 ip6tables\-save/\-restore instead.
36 \fBiptables-restore\fP(8), \fBiptables-save\fP(8), \fBiptables\fR(8).
iptables-apply 44 by iptables-restore) to iptables, then prompt the user whether the changes
92 RESTORE=ip6tables-restore
97 RESTORE=iptables-restore
114 COMMANDS=(tempfile "$SAVE" "$RESTORE")
141 if ! "$RESTORE" <"$FILE"; then
165 "$RESTORE" <"$TMPFILE";
  /external/llvm/test/CodeGen/SPARC/
2011-01-19-DelaySlot.ll 12 ; CHECK-NEXT: restore
23 ; CHECK-NEXT: restore
52 ;CHECK-NOT: restore
115 ;CHECK: restore %o0, %i1, %o0
125 ;CHECK: restore %o0, 20, %o0
135 ;CHECK: restore %g0, %o0, %o0
145 ;CHECK-NOT: restore %g0, %g0, %g0
146 ;CHECK: restore
157 ;CHECK: restore %g0, 3072, %o0
168 ;CHECK-NOT: restore %g0, 6144, %o
    [all...]
  /external/skia/gm/
blend.cpp 27 canvas->restore();
34 canvas->restore();
35 canvas->restore();
circularclips.cpp 62 canvas->restore();
81 canvas->restore();
84 canvas->restore();
poly2poly.cpp 16 void restore();
49 void SkJSCanvas::restore() { fTarget->restore(); } function in class:SkJSCanvas
122 ctx.restore();
147 ctx.restore();
172 ctx.restore();
222 canvas->restore();
241 canvas->restore();
249 canvas->restore();
257 canvas->restore();
    [all...]
clip_strokerect.cpp 41 canvas->restore();
59 canvas->restore();
imageresizetiled.cpp 67 canvas->restore();
68 canvas->restore();
  /frameworks/base/services/core/java/com/android/server/am/
BackupRecord.java 25 // backup/restore modes
28 public static final int RESTORE = 2;
34 final int backupMode; // full backup / incremental / restore
  /development/samples/browseable/AutoBackupForApps/
_index.jd 13 Executing "adb shell bmgr restore com.example.android.autobackup" from a terminal will cause the
  /external/androidplot/AndroidPlot-Core/src/test/java/com/androidplot/mock/
MockCanvas.java 25 public void restore() {} method in class:MockCanvas
  /external/iptables/extensions/
libxt_CONNSECMARK.man 15 \fB\-\-restore\fP
  /external/iptables/include/
ip6tables.h 11 struct xtc_handle **handle, bool restore);
iptables.h 11 struct xtc_handle **handle, bool restore);
  /external/llvm/lib/Target/X86/
X86CompilationCallback_Win64.asm 47 ; Restore all XMM arg registers.
53 ; Restore RSP.
56 ; Restore all int arg registers
63 ; Restore RBP.
  /external/llvm/test/CodeGen/Mips/
fpnotneeded.ll 17 ; 32: restore {{.+}}
30 ; 32: restore {{.+}}
46 ; 32: restore {{.+}}
59 ; 32: restore {{.+}}
  /external/llvm/test/CodeGen/SystemZ/
call-01.ll 7 ; We must allocate 160 bytes for the callee and save and restore %r14.
call-02.ll 5 ; We must allocate 160 bytes for the callee and save and restore %r14.
  /frameworks/base/core/java/android/app/backup/
RestoreSet.java 24 * Descriptive information about a set of backed-up app data available for restore.
32 * Name of this restore set. May be user generated, may simply be the name
44 * Token that identifies this backup set unambiguously to the backup/restore
45 * transport. This is guaranteed to be valid for the duration of a restore
IBackupManager.aidl 69 * need a data-restore pass. This method is only invoked by the Package Manager.
75 * or restore operations will take place. Data-changed notifications will
85 * Enable/disable automatic restore of application data at install time. When
88 * backup dataset or from the restore set used in the last wholesale restore operation,
89 * that data will be supplied to the new package's restore agent before the package
94 * @param doAutoRestore When true, enables the automatic app-data restore facility. When
182 * Restore device content from the data stream passed through the given socket. The
190 * Confirm that the requested full backup/restore operation can proceed. The system will
198 * supplied for restore, it must match the password used when creating the ful
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/halloc/src/
macros.h 21 restore pointer to the structure by a pointer to its field
  /packages/apps/Email/provider_src/com/android/email/provider/
AccountBackupRestore.java 23 * Helper class to facilitate EmailProvider's account backup/restore facility.
25 * Account backup/restore was implemented entirely for the purpose of recovering from database
29 * decided to backup accounts when created/modified and then restore them if 1) there are no
33 * To accomplish backup/restore, we use the facility now built in to EmailProvider to store a
  /development/samples/HoneycombGallery/src/com/example/android/hcgallery/
ContentActivity.java 21 // to restore. All info about the content displayed is managed by the fragment
24 // If there's no restore state, get the theme from the intent
  /external/selinux/libsemanage/tests/
nc_sort_malformed 14 pre -A selinux_input -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore
16 pre -A selinux_output -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore
nc_sort_sorted 14 -A selinux_input -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore
16 -A selinux_output -m state --state RELATED,ESTABLISHED -j CONNSECMARK --restore

Completed in 763 milliseconds

1 23 4 5 6 7 8 91011>>