Searched defs:restore (Results 1 - 14 of 14) sorted by relevance

/openjdk7/jdk/test/java/security/testlibrary/
H A DProvidersSnapshot.java39 public void restore() { method in class:ProvidersSnapshot
/openjdk7/hotspot/src/share/vm/utilities/
H A DpreserveException.cpp86 void WeakPreserveExceptionMark::restore() { function in class:WeakPreserveExceptionMark
/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/
H A DThreadContext.java47 * ThreadContext.restore(oldContext);
52 * the <code>restore</code> is done even if
84 If the restore method took a null reference to mean an empty
116 * by a <code>restore</code>; or null if there is no such object.
136 * <code>restore</code>. This method is useful when the
175 // * <code>restore</code>. If there is no such association, nothing happens
199 * <code>restore</code> with the ThreadContext value returned
206 * @return a ThreadContext that can be given to <code>restore</code> to
207 * restore the stack to its state before the <code>push</code>.
225 * <p>Return an object that can later be supplied to <code>restore</cod
247 public static void restore(ThreadContext oldContext) method in class:ThreadContext
[all...]
/openjdk7/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherBlockChaining.java54 // variables for save/restore calls
116 void restore() { method in class:CipherBlockChaining
H A DCipherFeedback.java60 // variables for save/restore calls
127 void restore() { method in class:CipherFeedback
H A DElectronicCodeBook.java74 void restore() {} method in class:ElectronicCodeBook
H A DOutputFeedback.java59 // variables for save/restore calls
126 void restore() { method in class:OutputFeedback
H A DPCBC.java50 // variables for save/restore calls
112 void restore() { method in class:PCBC
H A DCounterMode.java53 // variables for save/restore calls
100 void restore() { method in class:CounterMode
H A DFeedbackCipher.java87 abstract void restore(); method in class:FeedbackCipher
/openjdk7/hotspot/src/share/vm/classfile/
H A DstackMapFrame.hpp191 void restore() { function in class:StackMapFrame
/openjdk7/hotspot/src/share/vm/gc_implementation/shared/
H A DmarkSweep.hpp265 void restore() { function in class:VALUE_OBJ_CLASS_SPEC
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalTitlePane.java77 * Action to restore the Frame size.
82 * Action to restore the Frame size.
87 * Button used to maximize or restore the Frame.
92 * Button used to maximize or restore the Frame.
97 * Button used to maximize or restore the Frame.
406 private void restore() { method in class:MetalTitlePane
812 * Actions used to <code>restore</code> the <code>Frame</code>.
821 restore();
827 * Actions used to <code>restore</code> the <code>Frame</code>.
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dassembler_sparc.hpp185 // purpose than LcpoolCache should be restore after that for
1619 void restore( Register s1 = G0, Register s2 = G0, Register d = G0 ) { emit_long( op(arith_op) | rd(d) | op3(restore_op3) | rs1(s1) | rs2(s2) ); } function in class:Assembler
1620 void restore( Register s1, int simm13a, Register d ) { emit_long( op(arith_op) | rd(d) | op3(restore_op3) | rs1(s1) | immed(true) | simm(simm13a, 13) ); } function in class:Assembler
1844 // restore global registers in case C code disturbed them
1867 // may customize this version by overriding it for its purposes (e.g., to save/restore
1883 // may customize this version by overriding it for its purposes (e.g., to save/restore
2288 void restore_thread(const Register thread_cache); // restore from cache

Completed in 773 milliseconds