HomeSort by relevance Sort by last modified time
    Searched refs:RESTORE (Results 1 - 23 of 23) sorted by null

  /external/iptables/iptables/
iptables-apply 45 by iptables-restore) to iptables, then prompt the user whether the changes
105 RESTORE=ip6tables-restore
109 RESTORE=iptables-restore
113 COMMANDS=(tempfile "$SAVE" "$RESTORE")
140 if ! "$RESTORE" <"$FILE"; then
164 "$RESTORE" <"$TMPFILE";
  /frameworks/base/services/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
ActivityManagerService.java 594 * Backup/restore process management
    [all...]
  /external/skia/legacy/src/core/
SkPicture.cpp 65 case RESTORE: return "RESTORE";
SkPictureFlat.h 45 RESTORE,
SkPicturePlayback.cpp 14 a save/restore block because a clip... command returned false (empty).
719 case RESTORE:
720 canvas.restore();
    [all...]
SkPictureRecord.cpp 74 void SkPictureRecord::restore() { function in class:SkPictureRecord
95 addDraw(RESTORE);
97 return this->INHERITED::restore();
166 // be 0, disabling their ability to trigger a jump-to-restore, otherwise
  /external/skia/tools/
filtermain.cpp 66 // RESTORE
70 RESTORE == commands[i+2]->getType()) {
  /bootable/recovery/minadbd/
adb.h 278 RESTORE
  /external/skia/src/core/
SkPicture.cpp 70 case RESTORE: return "RESTORE";
SkPictureFlat.h 56 RESTORE,
SkPicturePlayback.cpp 23 a save/restore block because a clip... command returned false (empty).
    [all...]
SkPictureRecord.cpp 139 0, // RESTORE,
159 * Restore has just been called (but not recoreded), so look back at the
164 * the restore() call. If we still need the restore(), return false.
187 // our restore (success).
212 void SkPictureRecord::restore() { function in class:SkPictureRecord
214 // save/restore balancing so that the following test can be
231 this->addDraw(RESTORE);
237 return this->INHERITED::restore();
322 // which in-turn calls our overridden restore(), so those get recorded too
    [all...]
  /system/core/adb/
adb.h 326 RESTORE
services.c 473 } else if(!strncmp(name, "restore:", 8)) {
474 ret = backup_service(RESTORE, NULL);
  /external/qemu/distrib/zlib-1.2.3/
infback.c 130 #define RESTORE() \
467 RESTORE();
inflate.c 413 /* Restore state from registers in inflate() */
414 #define RESTORE() \
768 RESTORE();
    [all...]
  /external/zlib/src/
infback.c 139 #define RESTORE() \
484 RESTORE();
inflate.c 468 /* Restore state from registers in inflate() */
469 #define RESTORE() \
820 RESTORE();
    [all...]
  /external/v8/src/
jsregexp.cc 651 // <pop affected registers to restore their state>
    [all...]
  /external/qemu/tcg/sparc/
tcg-target.c 256 #define RESTORE (INSN_OP(2) | INSN_OP3(0x3d))
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js     [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js     [all...]

Completed in 389 milliseconds