Searched refs:RESTORE (Results 1 – 16 of 16) sorted by relevance
/external/iptables/iptables/ |
D | iptables-apply | 92 RESTORE=ip6tables-restore 97 RESTORE=iptables-restore 114 COMMANDS=(tempfile "$SAVE" "$RESTORE") 141 if ! "$RESTORE" <"$FILE"; then 165 "$RESTORE" <"$TMPFILE";
|
/external/skia/tests/ |
D | MatrixClipCollapseTest.cpp | 429 *expected->append() = RESTORE; in emit_body0() 450 *expected->append() = RESTORE; in emit_body1() 456 *expected->append() = RESTORE; in emit_body1() 485 *expected->append() = RESTORE; in emit_body2() 488 *expected->append() = RESTORE; in emit_body2() 490 *expected->append() = RESTORE; in emit_body2() 530 *expected->append() = RESTORE; in emit_body3() 533 *expected->append() = RESTORE; // for saveLayer in emit_body3() 535 *expected->append() = RESTORE; in emit_body3() 539 *expected->append() = RESTORE; in emit_body3() [all …]
|
/external/zlib/src/ |
D | infback.c | 139 #define RESTORE() \ macro 484 RESTORE();
|
D | inflate.c | 470 #define RESTORE() \ macro 821 RESTORE(); 1023 RESTORE(); 1231 RESTORE();
|
/external/pdfium/third_party/zlib_v128/ |
D | infback.c | 139 #define RESTORE() \ macro 484 RESTORE(); in inflateBack()
|
D | inflate.c | 470 #define RESTORE() \ macro 821 RESTORE(); in inflate() 1023 RESTORE(); in inflate() 1231 RESTORE(); in inflate()
|
/external/opencv3/3rdparty/zlib/ |
D | infback.c | 139 #define RESTORE() \ macro 484 RESTORE();
|
D | inflate.c | 470 #define RESTORE() \ macro 821 RESTORE(); 1023 RESTORE(); 1231 RESTORE();
|
/external/skia/src/core/ |
D | SkPictureFlat.h | 51 RESTORE, enumerator
|
D | SkPicturePlayback.cpp | 462 case RESTORE: in handleOp()
|
D | SkPictureRecord.cpp | 161 size_t initialOffset = this->addDraw(RESTORE, &size); in recordRestore()
|
/external/pcre/dist/sljit/ |
D | sljitNativeSPARC_common.c | 147 #define RESTORE (OPC1(0x2) | OPC3(0x3d)) macro 468 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS); in sljit_emit_return()
|
/external/v8/src/regexp/ |
D | jsregexp.cc | 1212 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR }; in PerformDeferredActions() enumerator 1239 undo_action = RESTORE; in PerformDeferredActions() 1250 undo_action = RESTORE; in PerformDeferredActions() 1269 undo_action = pc->is_capture() ? CLEAR : RESTORE; in PerformDeferredActions() 1282 undo_action = RESTORE; in PerformDeferredActions() 1294 if (undo_action == RESTORE) { in PerformDeferredActions()
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.td | 646 // Section B.20 - SAVE and RESTORE, p. 117 648 defm RESTORE : F3_12np<"restore", 0b111101>;
|
/external/llvm/lib/Target/Mips/ |
D | Mips16InstrInfo.td | 954 // Format: RESTORE {ra,}{s0/s1/s0-1,}{framesize}
|
/external/iproute2/doc/ |
D | ip-cref.tex | 1744 \label{IP-ROUTE-RESTORE} 2269 \label{IP-RULE-RESTORE}
|