HomeSort by relevance Sort by last modified time
    Searched full:restore (Results 1226 - 1250 of 4874) sorted by null

<<41424344454647484950>>

  /external/iptables/iptables/
ip6tables.8.in 252 ip6tables-restore, it will be silently ignored. Any other uses will throw an
254 for use with both iptables-restore and ip6tables-restore.
257 This option has no effect in ip6tables and ip6tables-restore.
421 \fBip6tables\-restore\fP(8),
426 \fBiptables\-restore\fP(8),
iptables.8.in 247 This option has no effect in iptables and iptables-restore.
251 iptables-restore, it will be silently ignored. Any other uses will throw an
253 for use with both iptables-restore and ip6tables-restore.
421 \fBiptables\-restore\fP(8),
425 \fBip6tables\-restore\fP(8),
  /external/llvm/lib/Target/XCore/
XCoreFrameLowering.cpp 187 /// Restore clobbered registers with their spill slot value.
358 // 'Restore' the exception info the unwinder has placed into the stack
384 if (FP) // Restore the stack pointer.
387 // If necessary, restore LR and FP from the stack, as we EXTSP.
552 // & R1. These are used during llvm.eh.return() to 'restore' the exception
553 // info. N.B. we do not spill or restore R0, R1 during normal operation.
  /external/valgrind/exp-bbv/tests/ppc32-linux/
ll.S 146 addi 4,17,1 # restore (plus one because r17 is decremented)
210 # mr 3,13 # restore fd
296 mr 14,17 # restore out buffer
423 mtlr 29 # restore link register
489 mtlr 30 # restore link register
495 mtlr 30 # restore link register
  /frameworks/base/graphics/java/android/graphics/
Canvas.java 179 * layers, filters, and the save/restore stack are reset with the exception
324 * Restore the current matrix when restore() is called.
329 * Restore the current clip when restore() is called.
353 * Restore everything when restore() is called (standard save flags).
366 * restore() is made, those calls will be forgotten, and the settings that
384 * restore() is made, those calls will be forgotten, and the settings that
388 * to save/restore
520 public void restore() { method in class:Canvas
1951 restore(); method
1965 restore(); method
    [all...]
  /frameworks/base/libs/hwui/
RecordingCanvas.cpp 110 void RecordingCanvas::RecordingCanvas::restore() { function in class:android::uirenderer::RecordingCanvas::RecordingCanvas
111 mState.restore();
127 // operations will be able to store and restore the current clip and transform info, and
457 restore();
478 restore();
494 restore();
SkiaCanvas.cpp 87 virtual void restore() override;
275 // The SkiaCanvas::restore operation layers on the capability to preserve
276 // either (or both) the matrix and/or clip state after a SkCanvas::restore
278 // when requested and playing it back after the SkCanvas::restore.
279 void SkiaCanvas::restore() { function in class:android::SkiaCanvas
288 mCanvas->restore();
306 mCanvas->restore();
315 // popped by restore(). If it wasn't, it means it doesn't belong to the
316 // restored canvas frame (SkCanvas lazy save/restore kicked in).
325 this->restore();
    [all...]
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/self_test/
inv_self_test.c 622 printf("Self-Test:ERR-Failed to restore dmp_on\n");
625 printf("Self-Test:ERR-Failed to restore accel_enable\n");
628 printf("Self-Test:ERR-Failed to restore gyro_enable\n");
632 printf("Self-Test:ERR-Failed to restore compass_enable\n");
636 printf("Self-Test:ERR-Failed to restore buffer/enable\n");
639 printf("Self-Test:ERR-Failed to restore power_state\n");
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
EmailContent.java 133 public abstract void restore(Cursor cursor); method in class:EmailContent
137 public void restore(Context context, Cursor cursor) { method in class:EmailContent
138 restore(cursor);
227 * Restore a subclass of EmailContent from the database
229 * @param klass the class to restore
366 content.restore(context, cursor);
523 * Given a cursor, restore a Body from it
619 public void restore(final Cursor cursor) { method in class:EmailContent.Body
620 throw new UnsupportedOperationException("Must have context to restore Body object");
624 public void restore(final Context context, final Cursor cursor) method in class:EmailContent.Body
1037 public void restore(Cursor cursor) { method in class:EmailContent.Message
1542 public void restore(Cursor cursor) { method in class:EmailContent.Attachment
    [all...]
  /external/mesa3d/src/mesa/main/
attrib.c 671 * Pop/restore texture attribute/group state.
756 /* Restore texture object state for each target */
764 /* don't restore state for unsupported targets to prevent
    [all...]
  /art/runtime/arch/mips/
quick_entrypoints_mips.S 377 addiu $sp, $sp, 16 # restore stack after memcpy
378 lw $a2, 8($sp) # Restore JValue* result
379 lw $sp, 4($sp) # Restore saved stack pointer
565 * On success this wrapper will restore arguments and *jump* to the target, leaving the lr
660 addiu $sp, $sp, 16 # restore stack after memcpy
661 lw $gp, 16($fp) # restore $gp
662 lw $a0, SPILL_SIZE($fp) # restore ArtMethod*
724 move $sp, $fp # restore the stack
786 addiu $sp, $sp, 16 # restore stack after memcpy
787 lw $gp, 16($fp) # restore $g
    [all...]
  /external/v8/src/regexp/ia32/
regexp-macro-assembler-ia32.cc 267 // Restore original values before failing.
273 // Restore original value before continuing.
405 // Restore backtrack stackpointer.
418 // Restore backtrack stackpointer.
847 // Restore callee-save registers.
851 // Exit function frame, restore previous one.
910 // Restore saved registers and continue.
    [all...]
  /external/v8/src/regexp/x87/
regexp-macro-assembler-x87.cc 267 // Restore original values before failing.
273 // Restore original value before continuing.
405 // Restore backtrack stackpointer.
418 // Restore backtrack stackpointer.
847 // Restore callee-save registers.
851 // Exit function frame, restore previous one.
910 // Restore saved registers and continue.
    [all...]
  /external/boringssl/src/crypto/aes/asm/
aesni-x86_64.pl 625 mov $key_,$key # restore $key
627 mov $rnds_,$rounds # restore $rounds
652 mov $key_,$key # restore $key
654 mov $rnds_,$rounds # restore $rounds
662 add \$0x80,$len # restore real remaining $len
761 mov $key_,$key # restore $key
763 mov $rnds_,$rounds # restore $rounds
790 mov $key_,$key # restore $key
793 mov $rnds_,$rounds # restore $rounds
807 add \$0x80,$len # restore real remaining $le
    [all...]
  /frameworks/base/libs/hwui/tests/unit/
FrameBuilderTests.cpp 179 canvas.restore();
214 canvas.restore();
624 canvas.restore();
656 canvas.restore();
771 canvas.restore();
    [all...]
  /external/llvm/test/CodeGen/PowerPC/
ppc-shrink-wrapping.ll 21 ; At a minimum, we save/restore the link register. Other registers may be saved
39 ; Restore the link register and return.
73 ; Check that we do not perform the restore inside the loop whereas the save
202 ; restore outside.
281 ; Check with a more complex case that we do not have restore within the loop and
530 ; and Restore blocks are control flow equivalent, the loop searches for the
531 ; immediate (post) dominator for the (restore) save blocks. When either the Save
532 ; or Restore block is located in an infinite loop the only immediate (post)
627 ; Test for a bug that was caused when save point was equal to restore point.
  /external/v8/src/full-codegen/
full-codegen.cc 704 Label discard, restore; local
706 DoTest(left, &discard, &restore, &restore);
708 DoTest(left, &restore, &discard, &restore);
710 __ bind(&restore);
    [all...]
  /prebuilts/go/darwin-x86/src/runtime/
asm_ppc64x.s 46 MOVD R14, R1 // restore stack
129 // restore state from Gobuf; longjmp
740 // Restore g, stack pointer. R3 is errno, so don't touch it
797 // restore the g->sched.sp from the stack location
821 // save that information (m->curg->sched) so we can restore it.
822 // We can restore m->curg->sched.sp easily, because calling
841 // Restore g->sched (== m->curg->sched) from saved values.
847 // Switch back to m->g0's stack and restore m->g0->sched.sp.
849 // so we do not have to restore it.)
  /prebuilts/go/linux-x86/src/runtime/
asm_ppc64x.s 46 MOVD R14, R1 // restore stack
129 // restore state from Gobuf; longjmp
740 // Restore g, stack pointer. R3 is errno, so don't touch it
797 // restore the g->sched.sp from the stack location
821 // save that information (m->curg->sched) so we can restore it.
822 // We can restore m->curg->sched.sp easily, because calling
841 // Restore g->sched (== m->curg->sched) from saved values.
847 // Switch back to m->g0's stack and restore m->g0->sched.sp.
849 // so we do not have to restore it.)
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_sqrt.c 296 I := i; ... restore inexact flag
297 R := r; ... restore rounded mode
310 I := i; ... restore inexact flag
311 R := r; ... restore rounded mode
415 R:= r ... restore rounded mode
  /external/autotest/client/common_lib/
logging_manager.py 245 """Restore the stream to its original settings."""
339 Restore output to its original state.
466 # restore logging handlers
499 def restore(self): member in class:LoggingManager
657 # restore previous FD
  /external/autotest/client/cros/faft/
rpc_functions.py 404 """Restore the previously corrupted firmware section signature.
420 """Restore the previously corrupted firmware section body.
500 """Restore the previously corrupted EC section signature.
516 """Restore the previously corrupted EC section body.
549 """Restore the requested kernel section (previously corrupted).
  /external/autotest/client/cros/faft/utils/
flashrom_handler.py 262 delta value would restore the section contents.
305 """Restore a previously corrupted section signature of the image."""
311 """Restore a previously corrupted section body of the image."""
330 """Restore the previously corrupted section sig in the FLASHROM!!!"""
336 """Restore the previously corrupted section body in the FLASHROM!!!"""
  /external/autotest/client/cros/
power_utils.py 167 restore: Restore backlight to initial level when instance created.
305 def restore(self): member in class:Backlight
306 """Restore backlight to initial level when instance created."""
477 reboot) will restore old prefs automatically."""
  /external/fdlibm/
e_sqrt.c 295 I := i; ... restore inexact flag
296 R := r; ... restore rounded mode
309 I := i; ... restore inexact flag
310 R := r; ... restore rounded mode
414 R:= r ... restore rounded mode

Completed in 825 milliseconds

<<41424344454647484950>>