/external/iptables/ |
INCOMPATIBILITIES | 14 iptables-restore to ensure your dynamic rule changes continue to work.
|
iptables-multi.c | 26 if (!strcmp(progname, "iptables-restore"))
|
/external/iptables/extensions/ |
libipt_CONNMARK.man | 11 .B --restore-mark [--mask mask]
|
libip6t_CONNMARK.c | 46 " --restore-mark [--mask mask] Restore saved nfmark value\n" 54 { "restore-mark", 0, 0, '3' }, 104 "CONNMARK target: Can't specify --restore-mark twice"); 166 printf("CONNMARK restore "); 194 printf("--restore-mark ");
|
libipt_CONNMARK.c | 46 " --restore-mark [--mask mask] Restore saved nfmark value\n" 54 { "restore-mark", 0, 0, '3' }, 104 "CONNMARK target: Can't specify --restore-mark twice"); 166 printf("CONNMARK restore "); 194 printf("--restore-mark ");
|
/external/quake/quake/src/QW/client/ |
d_copy.s | 103 popl %ebx // restore register variables 106 popl %ebp // restore the caller's stack frame 143 popl %ebx // restore register variables 146 popl %ebp // restore the caller's stack frame
|
/external/quake/quake/src/WinQuake/ |
d_copy.s | 103 popl %ebx // restore register variables 106 popl %ebp // restore the caller's stack frame 143 popl %ebx // restore register variables 146 popl %ebp // restore the caller's stack frame
|
/frameworks/base/core/java/android/app/ |
IBackupAgent.aidl | 24 * backup & restore mechanism. End user code will not typically implement 57 * Restore an entire data snapshot to the application. 69 * the restore has been completed. 73 * finished restoring the application based on the restore data
|
/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.
|
BackupAgent.java | 34 * to participate in the backup and restore mechanism will declare a subclass of 51 * Restore operations are typically performed only when applications are first 54 * begins an immediate restore pass to deliver the backup data as part of the installation 57 * When a backup or restore pass is run, the application's process is launched 61 * agent instance to run the actual backup or restore logic. At this point the 79 * backup and restore. 96 * to do one-time initialization before the actual backup or restore operation 106 * sort of shutdown process after backup or restore is completed. 150 * the restore is finished, the application should write a representation of 156 * exception to this is in the case of a failed restore attempt: i [all...] |
AbsoluteFileBackupHelper.java | 64 * Restore one absolute file entity from the restore stream
|
BackupHelper.java | 23 * when dispatching backup and restore operations to the installed helpers. 74 * to restore a single entity from the restore data set. This method will be 87 * after a restore operation to write the backup state file corresponding to 95 * the restore operation.
|
BackupManager.java | 29 * request backup and restore operations. 38 * A backup or restore operation for your application begins when the system launches the 43 * Several attributes affecting the operation of the backup and restore mechanism 118 * Restore the calling application from backup. The data will be restored from the 130 * @param observer The {@link RestoreObserver} to receive callbacks during the restore
|
/frameworks/base/core/jni/ |
android_backup_FileBackupHelperBase.cpp | 86 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local 92 err = restore->WriteFile(String8(filename), reader); 104 RestoreHelperBase* restore = (RestoreHelperBase*)ptr; local 107 err = restore->WriteSnapshot(fd);
|
/bionic/libm/src/ |
s_nearbyint.c | 34 * We save and restore the floating-point environment to avoid raising 36 * instead of feclearexcept()/feupdateenv() to restore the environment
|
/development/samples/BackupRestore/ |
AndroidManifest.xml | 27 <!-- The backup/restore mechanism was introduced in API version 8 --> 30 <application android:label="Backup/Restore"
|
/frameworks/base/core/java/com/android/internal/backup/ |
IBackupTransport.aidl | 75 * is to provide a guarantee that no stale data exists in the restore set when the 107 * @return Descriptions of the set of restore images available for this device, 114 * this device. This is used in the case of applications wishing to restore 129 * @param packages List of applications to restore (if data is available). 133 * (an error occurred, the restore should be aborted and rescheduled). 141 * or null if an error occurred (the restore should be aborted and rescheduled). 153 * End a restore session (aborting any in-process data transfer as necessary), 154 * freeing any resources and connections used during the restore process.
|
LocalTransport.java | 52 // The single hardcoded restore set always has the same (nonzero!) token 89 // Each 'record' in the restore set is kept in its own file, named by 171 // Restore handling 173 // one hardcoded restore set 180 // The hardcoded restore set always has the same token 185 if (DEBUG) Log.v(TAG, "start restore " + token); 201 if (DEBUG) Log.v(TAG, " no more packages to restore"); 210 // The restore set is the concatenation of the individual record blobs,
|
/dalvik/vm/mterp/armv5te/ |
entry.S | 24 * got pushed onto the stack. From this it figures out how to restore 127 * Restore the stack pointer and PC from the save point established on entry. 132 * SP and LR. Here we restore SP, restore the registers, and then restore 143 LDMFD_PC "r4-r10,fp" @ restore 9 regs and return
|
/external/openssl/crypto/0.9.9-dev/bn/ |
armv4-mont.s | 55 ldr r4,[r0,#13*4] @ restore bp 57 ldr r8,[r0,#14*4] @ restore n0 100 ldr r4,[r0,#13*4] @ restore bp 101 ldr r7,[r0,#15*4] @ restore &bp[num] 103 ldr r8,[r0,#14*4] @ restore n0 139 ldmia sp!,{r4-r12,lr} @ restore registers
|
/frameworks/base/cmds/rawbu/ |
backup.cpp | 53 /* Directory paths that we will not backup/restore */ 108 // directory itself, since the restore file won't 432 fprintf(stderr, "bad token %d in restore file\n", *type); 438 fprintf(stderr, "bad path length %d in restore file\n", pathLen); 443 fprintf(stderr, "truncated path in restore file\n"); 452 fprintf(stderr, "bad uid in restore file at '%s'\n", readPath); 457 fprintf(stderr, "bad gid in restore file at '%s'\n", readPath); 462 fprintf(stderr, "bad mode in restore file at '%s'\n", readPath); 467 fprintf(stderr, "bad atime in restore file at '%s'\n", readPath); 473 fprintf(stderr, "bad mtime in restore file at '%s'\n", readPath) 638 int restore = 0; local [all...] |
/dalvik/vm/mterp/x86-atom/ |
entry.S | 43 * Restore registers. 50 #movl 24(%ebp), %edi # restore %edi 51 #movl 28(%ebp), %esi # restore %esi 52 #movl 32(%ebp), %ebx # restore %ebx 53 #movl 36(%ebp), %ebp # restore caller base pointer 57 movl -16(%esp), %edi # restore %edi 58 movl -12(%esp), %esi # restore %esi 59 movl -8(%esp), %ebx # restore %ebx 60 movl -4(%esp), %ebp # restore caller base pointer 109 * Restore the stack pointer and PC from the save point established on entry an [all...] |
/external/jpeg/ |
jmemdosa.asm | 17 ; we save and restore all 8086 registers, even though most compilers only 61 open_err: pop ds ; restore registers and exit 93 close_err: pop ds ; restore registers and exit 127 seek_err: pop ds ; restore registers and exit 165 read_err: pop ds ; restore registers and exit 203 write_err: pop ds ; restore registers and exit 244 pop ds ; restore registers and exit 285 pop ds ; restore registers and exit 323 avail_done: pop ds ; restore registers and exit 366 pop ds ; restore registers and exi [all...] |
/external/icu4c/samples/layout/ |
GDIFontInstance.cpp | 167 goto restore; 178 goto restore; 185 restore: 267 goto restore; 277 goto restore; 290 goto restore; 297 restore:
|
/bionic/libc/arch-arm/bionic/ |
_setjmp.S | 82 /* Restore fp registers */ 84 /* Restore fpsr */ 88 /* Restore integer registers */
|