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

12

/openjdk10/langtools/test/tools/javac/T8132562/
H A DClassPathWithDoubleQuotesTest.java55 public static final String NEW_LINE = System.getProperty("line.separator"); field in class:ClassPathWithDoubleQuotesTest
57 "A.java:1:18: compiler.err.cant.resolve.location: kindname.class, J, , , (compiler.misc.location: kindname.class, A, null)" + NEW_LINE +
58 "A.java:1:23: compiler.err.cant.resolve.location: kindname.class, B, , , (compiler.misc.location: kindname.class, A, null)" + NEW_LINE +
59 "2 errors" + NEW_LINE;
61 "- compiler.warn.invalid.path: \"test/jarOut/J.jar" + NEW_LINE +
62 "- compiler.warn.invalid.path: test/src\"" + NEW_LINE +
63 "A.java:1:18: compiler.err.cant.resolve.location: kindname.class, J, , , (compiler.misc.location: kindname.class, A, null)" + NEW_LINE +
64 "A.java:1:23: compiler.err.cant.resolve.location: kindname.class, B, , , (compiler.misc.location: kindname.class, A, null)" + NEW_LINE +
65 "2 errors" + NEW_LINE +
66 "2 warnings" + NEW_LINE;
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/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 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 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 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);
/openjdk10/hotspot/src/jdk.internal.vm.ci/share/classes/jdk.vm.ci.code/src/jdk/vm/ci/code/
H A DCodeUtil.java40 public static final String NEW_LINE = String.format("%n"); field in class:CodeUtil
251 String nl = NEW_LINE;
287 sb.append(NEW_LINE);
306 sb.append(NEW_LINE);
308 String[] rows = table.split(NEW_LINE);
314 sb.append(NEW_LINE);
320 sb.append(NEW_LINE);
323 sb.append(NEW_LINE);
395 String nl = NEW_LINE;
/openjdk10/jdk/test/sun/tools/jconsole/
H A DResourceCheckTest.java66 private static final String NEW_LINE = String.format("%n"); field in class:ResourceCheckTest
150 buffer.append(NEW_LINE);
157 buffer.append(NEW_LINE);
/openjdk10/langtools/test/tools/javap/
H A DT4975569.java37 private static final String NEW_LINE = System.getProperty("line.separator"); field in class:T4975569
76 System.err.println(msg.replace("\n", NEW_LINE));
93 return output.replaceAll(NEW_LINE, "\n");
H A DT8038414.java39 private static final String NEW_LINE = System.getProperty("line.separator"); field in class:T8038414
143 return output.replaceAll(NEW_LINE, "\n");
/openjdk10/jaxws/src/java.xml.ws/share/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...]
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/jtreg/
H A DJitTesterDriver.java72 String result = stream.collect(Collectors.joining(Utils.NEW_LINE));
74 result += Utils.NEW_LINE;
/openjdk10/jdk/test/sun/tools/jstatd/
H A DJstatGCUtilParser.java136 String[] lines = output.split(Utils.NEW_LINE);
151 Utils.NEW_LINE + Arrays.toString(GcStatistics.values()).replaceAll(",", " "));
H A DJstatdTest.java106 System.out.println(Utils.NEW_LINE + caption + ":");
160 String[] lines = output.getOutput().split(Utils.NEW_LINE);
167 "Output does not match the pattern" + Utils.NEW_LINE + line);
334 + Utils.NEW_LINE + output.getOutput());
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.code/src/org/graalvm/compiler/code/
H A DHexCodeFile.java96 public static final String NEW_LINE = CodeUtil.NEW_LINE; field in class:HexCodeFile
165 return EMBEDDED_HCF_OPEN + NEW_LINE + toString() + EMBEDDED_HCF_CLOSE;
319 int lineEnd = input.indexOf(HexCodeFile.NEW_LINE, offset);
338 int lineStart = input.lastIndexOf(HexCodeFile.NEW_LINE, index) + 1;
345 int pos = input.indexOf(HexCodeFile.NEW_LINE, 0);
349 pos = input.indexOf(HexCodeFile.NEW_LINE, pos + 1);
/openjdk10/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/
H A DSourceToHTMLConverter.java75 private static final String NEW_LINE = DocletConstants.NL; field in class:SourceToHTMLConverter
287 pre.addContent(NEW_LINE);
298 pre.addContent(NEW_LINE);
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/
H A DNodeSourcePosition.java108 sb.append(CodeUtil.NEW_LINE);
/openjdk10/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/regexp/joni/
H A DEncodingHelper.java29 final static int NEW_LINE = 0x000a; field in class:EncodingHelper
69 return code == NEW_LINE || code == RETURN || code == LINE_SEPARATOR || code == PARAGRAPH_SEPARATOR;
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.hotspot/src/org/graalvm/compiler/hotspot/nodes/
H A DVMErrorNode.java67 String nl = CodeUtil.NEW_LINE;
/openjdk10/jdk/test/lib/testlibrary/jdk/testlibrary/
H A DUtils.java54 public static final String NEW_LINE = System.getProperty("line.separator"); field in class:Utils
/openjdk10/jdk/src/java.desktop/unix/native/libmlib_image/
H A Dmlib_v_ImageAffine_BL.c187 NEW_LINE(1);
339 NEW_LINE(2);
507 NEW_LINE(2);
575 NEW_LINE(3);
645 NEW_LINE(4);
687 NEW_LINE(4);
H A Dmlib_v_ImageAffine_BL_S16.c246 NEW_LINE(1);
372 NEW_LINE(2);
507 NEW_LINE(2);
580 NEW_LINE(3);
635 NEW_LINE(4);
681 NEW_LINE(4);
H A Dmlib_v_ImageAffine_BL_U16.c239 NEW_LINE(1);
365 NEW_LINE(2);
500 NEW_LINE(2);
573 NEW_LINE(3);
628 NEW_LINE(4);
674 NEW_LINE(4);

Completed in 151 milliseconds

12