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

12

/external/zlib/src/
H A Dinfback.c139 #define RESTORE() \ macro
484 RESTORE();
H A Dinflate.c470 #define RESTORE() \ macro
821 RESTORE();
1023 RESTORE();
1231 RESTORE();
/external/srec/config/en.us/dictionary/
H A Dc0.6[all...]
/external/skia/src/core/
H A DSkPicture.cpp87 case RESTORE: return "RESTORE";
H A DSkPictureFlat.h53 RESTORE, enumerator in enum:DrawType
H A DSkPicturePlayback.cpp890 SkASSERT(RESTORE == op);
949 SkASSERT(RESTORE == op);
1275 case RESTORE:
1800 case RESTORE:
H A DSkPictureRecord.cpp110 0, // RESTORE - no paint
343 * RESTORE
354 int pattern[] = { SAVE_LAYER, kDRAW_BITMAP_FLAVOR, /* RESTORE */ };
402 // and signal the caller (by returning true) to not add the RESTORE op
409 // and signal the caller (by returning true) to not add the RESTORE op
455 * RESTORE
456 * RESTORE
468 int pattern[] = { SAVE_LAYER, SAVE, CLIP_RECT, kDRAW_BITMAP_FLAVOR, RESTORE, /* RESTORE */ };
573 * Add the ability to fire optimizations on any op (not just RESTORE)
[all...]
/external/skia/src/utils/debugger/
H A DSkDrawCommand.cpp57 case RESTORE: return "Restore";
820 : INHERITED(RESTORE) {
/external/skia/tests/
H A DMatrixClipCollapseTest.cpp429 *expected->append() = RESTORE;
450 *expected->append() = RESTORE;
456 *expected->append() = RESTORE;
485 *expected->append() = RESTORE;
488 *expected->append() = RESTORE;
490 *expected->append() = RESTORE;
530 *expected->append() = RESTORE;
533 *expected->append() = RESTORE; // for saveLayer
535 *expected->append() = RESTORE;
539 *expected->append() = RESTORE;
[all...]
/external/skia/tools/
H A Dfiltermain.cpp50 // RESTORE
56 RESTORE != canvas->getDrawCommandAt(curCommand+2)->getType()) {
121 // RESTORE
122 // RESTORE
130 RESTORE != canvas->getDrawCommandAt(curCommand+4)->getType() ||
131 RESTORE != canvas->getDrawCommandAt(curCommand+5)->getType()) {
188 // RESTORE
195 RESTORE != canvas->getDrawCommandAt(curCommand+3)->getType()) {
223 // RESTORE
230 RESTORE !
[all...]
/external/skia/gm/
H A Doptimizations.cpp41 // RESTORE
60 (*preOptPattern)[3] = RESTORE;
61 (*preOptPattern)[4] = RESTORE;
69 (*postOptPattern)[3] = RESTORE;
70 (*postOptPattern)[4] = RESTORE;
78 (*postOptPattern)[4] = RESTORE;
79 (*postOptPattern)[5] = RESTORE;
80 (*postOptPattern)[6] = RESTORE;
165 // RESTORE
166 // RESTORE
[all...]
/external/qemu/distrib/zlib-1.2.8/
H A Dinfback.c139 #define RESTORE() \ macro
484 RESTORE();
H A Dinflate.c470 #define RESTORE() \ macro
821 RESTORE();
1023 RESTORE();
1231 RESTORE();
/external/pcre/dist/sljit/
H A DsljitNativeSPARC_common.c147 #define RESTORE (OPC1(0x2) | OPC3(0x3d)) macro
483 return push_inst(compiler, RESTORE | D(SLJIT_R0) | S1(src) | S2(0), UNMOVABLE_INS);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_infback.c139 #define RESTORE() \ macro
484 RESTORE();
H A Dfx_zlib_inflate.c470 #define RESTORE() \ macro
821 RESTORE();
1023 RESTORE();
1231 RESTORE();
/external/iproute2/doc/
H A Dip-cref.tex1698 \label{IP-ROUTE-RESTORE}
/external/iptables/iptables/
H A Diptables-apply92 RESTORE=ip6tables-restore
97 RESTORE=iptables-restore
114 COMMANDS=(tempfile "$SAVE" "$RESTORE")
141 if ! "$RESTORE" <"$FILE"; then
165 "$RESTORE" <"$TMPFILE";
/external/chromium_org/v8/src/
H A Djsregexp.cc1240 enum DeferredActionUndoType { IGNORE, RESTORE, CLEAR }; enumerator in enum:v8::internal::DeferredActionUndoType
1266 undo_action = RESTORE;
1277 undo_action = RESTORE;
1296 undo_action = pc->is_capture() ? CLEAR : RESTORE;
1309 undo_action = RESTORE;
1321 if (undo_action == RESTORE) {
/external/chromium_org/third_party/skia/gm/
H A Doptimizations.cpp41 // RESTORE
60 (*preOptPattern)[3] = RESTORE;
61 (*preOptPattern)[4] = RESTORE;
69 (*postOptPattern)[3] = RESTORE;
70 (*postOptPattern)[4] = RESTORE;
78 (*postOptPattern)[4] = RESTORE;
79 (*postOptPattern)[5] = RESTORE;
80 (*postOptPattern)[6] = RESTORE;
165 // RESTORE
166 // RESTORE
[all...]
/external/chromium_org/third_party/skia/src/core/
H A DSkPictureFlat.h52 RESTORE, enumerator in enum:DrawType
H A DSkPicturePlayback.cpp480 case RESTORE:
H A DSkPictureRecord.cpp102 0, // RESTORE - no paint
322 * RESTORE
333 int pattern[] = { SAVE_LAYER, kDRAW_BITMAP_FLAVOR, /* RESTORE */ };
381 // and signal the caller (by returning true) to not add the RESTORE op
388 // and signal the caller (by returning true) to not add the RESTORE op
434 * RESTORE
435 * RESTORE
446 int pattern[] = { SAVE_LAYER, SAVE, CLIP_RECT, kDRAW_BITMAP_FLAVOR, RESTORE, /* RESTORE */ };
540 * Add the ability to fire optimizations on any op (not just RESTORE)
[all...]
/external/chromium_org/third_party/skia/src/utils/debugger/
H A DSkDrawCommand.cpp60 case RESTORE: return "Restore";
877 : INHERITED(RESTORE) {
/external/chromium_org/third_party/skia/tests/
H A DMatrixClipCollapseTest.cpp429 *expected->append() = RESTORE;
450 *expected->append() = RESTORE;
456 *expected->append() = RESTORE;
485 *expected->append() = RESTORE;
488 *expected->append() = RESTORE;
490 *expected->append() = RESTORE;
530 *expected->append() = RESTORE;
533 *expected->append() = RESTORE; // for saveLayer
535 *expected->append() = RESTORE;
539 *expected->append() = RESTORE;
[all...]

Completed in 594 milliseconds

12