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

1 2

  /external/iptables/iptables/
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";
  /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
  /external/skia/tests/
MatrixClipCollapseTest.cpp 26 // Body methods only directly emit draw ops and saveLayer/restore pairs but call
28 // be collapsed (i.e., draw ops, saveLayer/restore) they also generate the
36 // save/restore stack.
135 // since they also alter the save/restore structure.
429 *expected->append() = RESTORE;
450 *expected->append() = RESTORE;
456 *expected->append() = RESTORE;
465 // Restore
485 *expected->append() = RESTORE;
487 canvas->restore();
    [all...]
  /external/skqp/tests/
MatrixClipCollapseTest.cpp 26 // Body methods only directly emit draw ops and saveLayer/restore pairs but call
28 // be collapsed (i.e., draw ops, saveLayer/restore) they also generate the
36 // save/restore stack.
135 // since they also alter the save/restore structure.
429 *expected->append() = RESTORE;
450 *expected->append() = RESTORE;
456 *expected->append() = RESTORE;
465 // Restore
485 *expected->append() = RESTORE;
487 canvas->restore();
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
srrestoreptapi.h 25 #define RESTORE 6
  /external/skia/src/core/
SkPictureFlat.h 55 RESTORE,
SkPicturePlayback.cpp 678 case RESTORE:
679 canvas->restore();
SkPictureRecord.cpp 179 size_t size = 1 * kUInt32Size; // RESTORE consists solely of 1 op code
180 size_t initialOffset = this->addDraw(RESTORE, &size);
278 // which in-turn calls our overridden restore(), so those get recorded too.
295 // the restore offsets can be filled in when the corresponding
296 // restore command is recorded.
301 // be 0, disabling their ability to trigger a jump-to-restore, otherwise
327 // + restore offset
349 // + restore offset
371 // + restore offset
392 // + restore offse
    [all...]
  /external/skqp/src/core/
SkPictureFlat.h 55 RESTORE,
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
infback.c 139 #define RESTORE() \
484 RESTORE();
inflate.c 469 /* Restore state from registers in inflate() */
470 #define RESTORE() \
821 RESTORE();
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
infback.c 130 #define RESTORE() \
467 RESTORE();
inflate.c 413 /* Restore state from registers in inflate() */
414 #define RESTORE() \
768 RESTORE();
    [all...]
  /external/python/cpython2/Modules/zlib/
infback.c 139 #define RESTORE() \
484 RESTORE();
inflate.c 469 /* Restore state from registers in inflate() */
470 #define RESTORE() \
821 RESTORE();
    [all...]
  /external/python/cpython3/Modules/zlib/
infback.c 139 #define RESTORE() \
484 RESTORE();
inflate.c 486 /* Restore state from registers in inflate() */
487 #define RESTORE() \
844 RESTORE();
    [all...]
  /external/syslinux/com32/lib/zlib/
infback.c 130 #define RESTORE() \
476 RESTORE();
inflate.c 448 /* Restore state from registers in inflate() */
449 #define RESTORE() \
805 RESTORE();
    [all...]
  /external/zlib/src/
infback.c 139 #define RESTORE() \
484 RESTORE();
inflate.c 486 /* Restore state from registers in inflate() */
487 #define RESTORE() \
844 RESTORE();
    [all...]
  /toolchain/binutils/binutils-2.27/zlib/
infback.c 139 #define RESTORE() \
484 RESTORE();
inflate.c 469 /* Restore state from registers in inflate() */
470 #define RESTORE() \
821 RESTORE();
    [all...]
  /device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
inflate.c 486 /* Restore state from registers in inflate() */
487 #define RESTORE() \
844 RESTORE();
    [all...]
  /external/pcre/dist2/src/sljit/
sljitNativeSPARC_common.c 151 #define RESTORE (OPC1(0x2) | OPC3(0x3d))
472 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS);
    [all...]

Completed in 1540 milliseconds

1 2