Searched refs:NEW_LINE (Results 1 - 18 of 18) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/
H A DPolicyAssertion.java288 buffer.append(indent).append("Assertion[").append(this.getClass().getName()).append("] {").append(PolicyUtils.Text.NEW_LINE);
290 buffer.append(PolicyUtils.Text.NEW_LINE);
293 buffer.append(innerIndent).append("parameters {").append(PolicyUtils.Text.NEW_LINE);
295 parameter.toString(indentLevel + 2, buffer).append(PolicyUtils.Text.NEW_LINE);
297 buffer.append(innerIndent).append('}').append(PolicyUtils.Text.NEW_LINE);
299 buffer.append(innerIndent).append("no parameters").append(PolicyUtils.Text.NEW_LINE);
303 getNestedPolicy().toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
305 buffer.append(innerIndent).append("no nested policy").append(PolicyUtils.Text.NEW_LINE);
H A DPolicyScope.java105 buffer.append(indent).append("policy scope {").append(PolicyUtils.Text.NEW_LINE);
107 policySubject.toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
H A DPolicy.java633 buffer.append(indent).append(toStringName).append(" {").append(PolicyUtils.Text.NEW_LINE);
634 buffer.append(innerIndent).append("namespace version = '").append(nsVersion.name()).append('\'').append(PolicyUtils.Text.NEW_LINE);
635 buffer.append(innerIndent).append("id = '").append(policyId).append('\'').append(PolicyUtils.Text.NEW_LINE);
636 buffer.append(innerIndent).append("name = '").append(name).append('\'').append(PolicyUtils.Text.NEW_LINE);
638 buffer.append(innerIndent).append("vocabulary {").append(PolicyUtils.Text.NEW_LINE);
640 buffer.append(innerDoubleIndent).append("no entries").append(PolicyUtils.Text.NEW_LINE);
644 buffer.append(innerDoubleIndent).append(index++).append(". entry = '").append(entry.getNamespaceURI()).append(':').append(entry.getLocalPart()).append('\'').append(PolicyUtils.Text.NEW_LINE);
647 buffer.append(innerIndent).append('}').append(PolicyUtils.Text.NEW_LINE);
650 buffer.append(innerIndent).append("no assertion sets").append(PolicyUtils.Text.NEW_LINE);
653 set.toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
[all...]
H A DPolicySubject.java140 buffer.append(indent).append("policy subject {").append(PolicyUtils.Text.NEW_LINE);
141 buffer.append(innerIndent).append("subject = '").append(subject).append('\'').append(PolicyUtils.Text.NEW_LINE);
143 policy.toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
H A DAssertionSet.java383 buffer.append(indent).append("assertion set {").append(PolicyUtils.Text.NEW_LINE);
386 buffer.append(innerIndent).append("no assertions").append(PolicyUtils.Text.NEW_LINE);
389 assertion.toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/sourcemodel/
H A DModelNode.java531 buffer.append(indent).append(type).append(" {").append(PolicyUtils.Text.NEW_LINE);
538 buffer.append(PolicyUtils.Text.NEW_LINE);
545 buffer.append(PolicyUtils.Text.NEW_LINE);
553 buffer.append(PolicyUtils.Text.NEW_LINE);
558 child.toString(indentLevel + 1, buffer).append(PolicyUtils.Text.NEW_LINE);
561 buffer.append(innerIndent).append("no child nodes").append(PolicyUtils.Text.NEW_LINE);
H A DPolicyReferenceData.java122 buffer.append(indent).append("reference data {").append(PolicyUtils.Text.NEW_LINE);
123 buffer.append(innerIndent).append("referenced policy model URI = '").append(referencedModelUri).append('\'').append(PolicyUtils.Text.NEW_LINE);
125 buffer.append(innerIndent).append("no digest specified").append(PolicyUtils.Text.NEW_LINE);
127 buffer.append(innerIndent).append("digest algorith URI = '").append(digestAlgorithmUri).append('\'').append(PolicyUtils.Text.NEW_LINE);
128 buffer.append(innerIndent).append("digest = '").append(digest).append('\'').append(PolicyUtils.Text.NEW_LINE);
H A DAssertionData.java397 buffer.append(PolicyUtils.Text.NEW_LINE);
399 buffer.append(innerIndent).append("namespace = '").append(name.getNamespaceURI()).append('\'').append(PolicyUtils.Text.NEW_LINE);
400 buffer.append(innerIndent).append("prefix = '").append(name.getPrefix()).append('\'').append(PolicyUtils.Text.NEW_LINE);
401 buffer.append(innerIndent).append("local name = '").append(name.getLocalPart()).append('\'').append(PolicyUtils.Text.NEW_LINE);
402 buffer.append(innerIndent).append("value = '").append(value).append('\'').append(PolicyUtils.Text.NEW_LINE);
403 buffer.append(innerIndent).append("optional = '").append(optional).append('\'').append(PolicyUtils.Text.NEW_LINE);
404 buffer.append(innerIndent).append("ignorable = '").append(ignorable).append('\'').append(PolicyUtils.Text.NEW_LINE);
410 buffer.append(innerIndent).append("attributes {").append(PolicyUtils.Text.NEW_LINE);
414 buffer.append("', value = '").append(entry.getValue()).append('\'').append(PolicyUtils.Text.NEW_LINE);
420 buffer.append(PolicyUtils.Text.NEW_LINE)
[all...]
H A DPolicySourceModel.java274 buffer.append("Policy source model {").append(PolicyUtils.Text.NEW_LINE);
275 buffer.append(innerIndent).append("policy id = '").append(policyId).append('\'').append(PolicyUtils.Text.NEW_LINE);
276 buffer.append(innerIndent).append("policy name = '").append(policyName).append('\'').append(PolicyUtils.Text.NEW_LINE);
277 rootNode.toString(1, buffer).append(PolicyUtils.Text.NEW_LINE).append('}');
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRETest.java50 static final String NEW_LINE = System.getProperty( "line.separator" ); field in class:RETest
124 say("" + NEW_LINE + "" + expr + "" + NEW_LINE + "");
200 say("" + NEW_LINE + "");
204 say("" + NEW_LINE + "");
212 say("" + NEW_LINE + "");
287 say(NEW_LINE + NEW_LINE + "Match time = " + (System.currentTimeMillis() - ms) + " ms.");
878 test.say("" + RETest.NEW_LINE + "-----------------------" + RETest.NEW_LINE
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DSourceToHTMLConverter.java58 private static final Content NEW_LINE = new RawHtml(DocletConstants.NL); field in class:SourceToHTMLConverter
287 pre.addContent(NEW_LINE);
298 pre.addContent(NEW_LINE);
/openjdk7/jdk/src/solaris/native/sun/awt/medialib/
H A Dmlib_v_ImageAffine_BL.c188 NEW_LINE(1);
340 NEW_LINE(2);
508 NEW_LINE(2);
576 NEW_LINE(3);
646 NEW_LINE(4);
688 NEW_LINE(4);
746 NEW_LINE(1);
807 NEW_LINE(1);
H A Dmlib_v_ImageAffine_BL_S16.c247 NEW_LINE(1);
373 NEW_LINE(2);
508 NEW_LINE(2);
581 NEW_LINE(3);
636 NEW_LINE(4);
682 NEW_LINE(4);
747 NEW_LINE(1);
809 NEW_LINE(1);
H A Dmlib_v_ImageAffine_BL_U16.c240 NEW_LINE(1);
366 NEW_LINE(2);
501 NEW_LINE(2);
574 NEW_LINE(3);
629 NEW_LINE(4);
675 NEW_LINE(4);
/openjdk7/jdk/src/share/native/sun/awt/medialib/
H A Dmlib_c_ImageAffineIndex_BL.c180 NEW_LINE(1); \
H A Dmlib_ImageAffine.h390 #define NEW_LINE(NCHAN) \ macro
H A Dmlib_c_ImageAffineIndex_BC.c282 NEW_LINE(1); \
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/privateutil/
H A DPolicyUtils.java139 public final static String NEW_LINE = System.getProperty("line.separator"); field in class:PolicyUtils.Text

Completed in 66 milliseconds