Searched refs:skipped (Results 26 - 31 of 31) sorted by relevance

12

/openjdk9/jdk/test/java/awt/font/TextLayout/
H A DTestLayoutVsICU.java104 public static int skipped = 0; // cases skipped due to bad font field in class:TestLayoutVsICU
157 System.out.println(skipped+"\tskipped due to missing font");
232 skipped++;
/openjdk9/test/lib/jdk/test/lib/hprof/parser/
H A DHprofReader.java284 // all segments comprising the heap dump will be skipped
362 long skipped = in.skip(length);
363 if (skipped == 0) {
367 length -= skipped;
/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/io/
H A DUTF8Reader.java313 // skipped the read so we don't consume any bytes past the
585 * @return The number of characters actually skipped
604 long skipped = n - remaining;
605 return skipped;
/openjdk9/jdk/src/java.base/share/classes/java/io/
H A DObjectInputStream.java1112 * @param len the number of bytes to be skipped
1113 * @return the actual number of bytes skipped.
2148 // top most Serializable class in the hierarchy can be skipped.
2737 int skipped = 0;
2740 skipped++;
2743 n = skipped + in.skip(n);
3657 * with them, taking into account cycles and discontinuities (e.g., skipped
/openjdk9/nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/codegen/
H A DAssignSymbols.java444 // It's a skipped nested function. Just mark the symbols being used by it as being in use.
521 // Every function has a body, even the ones skipped on reparse (they have an empty one). We're
/openjdk9/jdk/test/javax/xml/ws/8043129/
H A Djavax.mail.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/mail/ com/sun/mail/imap/ ...

Completed in 161 milliseconds

12