Searched refs:preserve (Results 1 - 12 of 12) sorted by relevance

/openjdk7/jdk/src/share/sample/nio/file/
H A DCopy.java64 * prompt user to overwrite target if it exists. The {@code preserve}
67 static void copyFile(Path source, Path target, boolean prompt, boolean preserve) { argument
68 CopyOption[] options = (preserve) ?
87 private final boolean preserve; field in class:Copy.TreeCopier
89 TreeCopier(Path source, Path target, boolean prompt, boolean preserve) { argument
93 this.preserve = preserve;
100 CopyOption[] options = (preserve) ?
118 prompt, preserve);
125 if (exc == null && preserve) {
[all...]
/openjdk7/hotspot/src/share/vm/utilities/
H A DpreserveException.hpp82 void preserve();
88 preserve();
H A DpreserveException.cpp79 void WeakPreserveExceptionMark::preserve() { function in class:WeakPreserveExceptionMark
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serialize/
H A DOutputFormat.java758 * preserve spaces. All elements that do not specify otherwise
761 * always preserve space.
772 * or use the default value will not preserve spaces.
774 * @param preserve True if spaces should be preserved
776 public void setPreserveSpace( boolean preserve )
778 _preserve = preserve;
814 * @return preserve the preserve flag
819 * @param preserve the preserve fla
820 setPreserveEmptyAttributes(boolean preserve) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DWhitespace.java55 // The 3 different categories of strip/preserve rules (order important)
66 * Auxillary class for encapsulating a single strip/preserve rule
76 * Strip/preserve rule constructor
79 // Determine the action (strip or preserve) for this rule
96 // Get the strip/preserve type; either "NS:EL", "NS:*" or "*"
99 _type = RULE_ALL; // Strip/preserve _all_ elements
108 _type = RULE_ELEMENT; // Strip/preserve single element
129 * Parse the attributes of the xsl:strip/preserve-space element.
133 // Determine if this is an xsl:strip- or preserve-space element
140 // Get the list of elements to strip/preserve
310 compilePreserveSpace(BranchHandle preserve[], int pCount, InstructionList il) argument
[all...]
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dc1_LinearScan_x86.hpp163 void clear_fpu_stack(LIR_Opr preserve);
H A Dc1_LinearScan_x86.cpp448 void FpuStackAllocator::clear_fpu_stack(LIR_Opr preserve) { argument
449 int result_stack_size = (preserve->is_fpu_register() && !preserve->is_xmm_register() ? 1 : 0);
453 if (result_stack_size == 0 || sim()->get_slot(0) != fpu_num(preserve)) {
456 // move "preserve" to bottom of stack so that all other stack slots can be popped
504 // duplicate input register to result register to preserve input
H A Dc1_LIRAssembler_x86.cpp76 static void select_different_registers(Register preserve, argument
80 if (tmp1 == preserve) {
83 } else if (tmp2 == preserve) {
87 assert_different_registers(preserve, tmp1, tmp2);
92 static void select_different_registers(Register preserve, argument
97 if (tmp1 == preserve) {
100 } else if (tmp2 == preserve) {
103 } else if (tmp3 == preserve) {
107 assert_different_registers(preserve, tmp1, tmp2, tmp3);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLSchemaMessages_pt_BR.properties287 whiteSpace-valid-restriction.2 = whiteSpace-valid-restriction.2: Na defini\u00E7\u00E3o de {0}, o valor do aspecto ''preserve'' \u00E9 inv\u00E1lido para o aspecto "whitespace" porque o valor para ''whitespace'' foi definido como ''replace'' em um dos tipos de ancestrais.
H A DXMLSchemaMessages_de.properties287 whiteSpace-valid-restriction.2 = whiteSpace-valid-restriction.2: In der Definition von {0} ist der Wert "preserve" f\u00FCr Facet "whitespace" ung\u00FCltig, da der Wert f\u00FCr "whitespace" in einem der Vorg\u00E4ngertypen auf "replace" gesetzt wurde.
/openjdk7/hotspot/src/share/vm/opto/
H A Dmatcher.cpp151 int preserve = in_preserve_stack_slots(); local
152 return OptoReg::stack2reg(round_to(fixed + preserve, Matcher::stack_alignment_in_slots()));
279 // preserve area, locks & pad2.
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h5845 typedef void (APIENTRYP PFNGLUPDATEOBJECTBUFFERATIPROC) (GLuint buffer, GLuint offset, GLsizei size, const GLvoid *pointer, GLenum preserve);

Completed in 144 milliseconds