Searched refs:ls (Results 101 - 125 of 197) sorted by relevance

12345678

/openjdk9/langtools/test/tools/javac/
H A DT8004969.java94 LSI ls = (LSI) in.readObject();
95 String result = ls.convert("X");
/openjdk9/langtools/test/tools/javac/lambda/
H A DSerializedLambdaInInit.java96 LSI ls = (LSI) in.readObject();
97 String result = ls.convert("X");
/openjdk9/jdk/test/java/lang/StringBuffer/
H A DBufferForwarding.java192 List<String> ls = new ArrayList<String>();
193 ls.add("A"); ls.add("B");
194 String lsString = ls.toString();
195 assertEquals( sb.insert(2, ls).toString(), "01"+lsString+"2345");
198 sb.insert(sb.length()+1, ls);
/openjdk9/jdk/test/java/lang/StringBuilder/
H A DBuilderForwarding.java219 List<String> ls = new ArrayList<String>();
220 ls.add("A"); ls.add("B");
221 String lsString = ls.toString();
222 assertEquals( sb.insert(2, ls).toString(), "01"+lsString+"2345");
225 sb.insert(sb.length()+1, ls);
/openjdk9/jdk/test/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java228 String ls = System.getProperty("line.Separator", "\n");
230 "When validating a page, the process is 1st to find the closest matching " + ls +
231 "paper size, next to make sure the requested imageable area fits within " + ls +
232 "the printer's imageable area for that paper size. Finally the top and " + ls +
233 "left margins will be shrunk if they are too great for the adjusted " + ls +
234 "imageable area to fit at that position. They will shrink by the minimum" + ls +
235 "needed to accomodate the imageable area."+ls+ls+
236 "To test 6229507, put the minimum margins (all 0s) in Page Setup dialog."+ls+
/openjdk9/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.microbenchmarks/src/org/graalvm/compiler/microbenchmarks/lir/trace/
H A DTraceLSRAIntervalBuildingBench.java84 LIRSuites ls = super.getLIRSuites();
88 return new LIRSuites(ls.getPreAllocationOptimizationStage(), allocationStage, ls.getPostAllocationOptimizationStage());
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/transform/util/
H A DTransformerTestTemplate.java51 import org.w3c.dom.ls.DOMImplementationLS;
52 import org.w3c.dom.ls.LSOutput;
53 import org.w3c.dom.ls.LSSerializer;
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/dom/
H A DBug6339023.java35 import org.w3c.dom.ls.DOMImplementationLS;
36 import org.w3c.dom.ls.LSParser;
37 import org.w3c.dom.ls.LSSerializer;
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/dom/ls/
H A DBug6354955.java24 package dom.ls;
39 import org.w3c.dom.ls.DOMImplementationLS;
40 import org.w3c.dom.ls.LSSerializer;
47 * @run testng/othervm -DrunSecMngr=true dom.ls.Bug6354955
48 * @run testng/othervm dom.ls.Bug6354955
/openjdk9/jdk/src/java.desktop/share/classes/sun/print/
H A DCustomMediaSizeName.java139 double ls = x * x + y * y;
158 if (tmp_ls < ls) {
159 ls = tmp_ls;
/openjdk9/nashorn/src/jdk.dynalink/share/classes/jdk/dynalink/beans/
H A DClassString.java225 private static boolean canConvert(final LinkerServices ls, final Class<?> from, final Class<?> to) { argument
229 return ls == null ? TypeUtilities.isMethodInvocationConvertible(from, to) : ls.canConvert(from, to);
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/util/
H A DDOMEntityResolverWrapper.java31 import org.w3c.dom.ls.LSResourceResolver;
32 import org.w3c.dom.ls.LSInput;
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/reader/xmlschema/parser/
H A DSchemaConstraintChecker.java40 import org.w3c.dom.ls.LSInput;
41 import org.w3c.dom.ls.LSResourceResolver;
H A DLSInputSAXWrapper.java31 import org.w3c.dom.ls.LSInput;
/openjdk9/hotspot/src/share/tools/LogCompilation/
H A DMakefile55 ALLFILES := $(shell /bin/ls $(ALLFILES))
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xs/util/
H A DLSInputListImpl.java28 import org.w3c.dom.ls.LSInput;
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xml/internal/serializer/dom3/
H A DDOM3SerializerImpl.java32 import org.w3c.dom.ls.LSSerializerFilter;
/openjdk9/jaxp/src/java.xml/share/classes/javax/xml/validation/
H A DValidator.java33 import org.w3c.dom.ls.LSResourceResolver;
318 * public {@link org.w3c.dom.ls.LSInput} resolveResource(
H A DValidatorHandler.java28 import org.w3c.dom.ls.LSResourceResolver;
271 * public {@link org.w3c.dom.ls.LSInput} resolveResource(
/openjdk9/jdk/src/java.desktop/windows/classes/sun/awt/
H A DWin32FontManager.java268 String[] ls = f1.list(SunFontManager.getInstance().
270 if (ls == null) {
273 for (int i=0; i <ls.length; i++ ) {
274 File fontFile = new File(f1, ls[i]);
/openjdk9/jdk/test/java/util/zip/
H A D3GBZipFiles.sh106 sys ls -l "$jarFile"
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCoreDOMImplementationImpl.java36 import org.w3c.dom.ls.LSParser;
37 import org.w3c.dom.ls.DOMImplementationLS;
38 import org.w3c.dom.ls.LSInput;
39 import org.w3c.dom.ls.LSOutput;
40 import org.w3c.dom.ls.LSSerializer;
/openjdk9/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/
H A DSchemaCache.java43 import org.w3c.dom.ls.LSInput;
44 import org.w3c.dom.ls.LSResourceResolver;
/openjdk9/jdk/test/java/util/stream/test/org/openjdk/tests/java/util/stream/
H A DSortedOpTest.java89 ls -> ls,
90 ls -> ls.parallel(),
92 ls -> ls.limit(Long.MAX_VALUE),
93 ls -> ls.limit(Long.MAX_VALUE).parallel());
/openjdk9/jdk/test/javax/imageio/stream/StreamCloserLeak/
H A Drun_test.sh216 cache_files=`ls tmp`

Completed in 139 milliseconds

12345678