Searched refs:EOS (Results 1 - 5 of 5) sorted by relevance

/openjdk10/nashorn/test/script/nosecurity/
H A Dcontext-dependent-logging.js50 var script = <<EOS
59 EOS
/openjdk10/jdk/src/java.management/share/classes/com/sun/jmx/remote/security/
H A DMBeanServerFileAccessController.java401 private final static int EOS = -1; // pseudo-codepoint "end of string" field in class:MBeanServerFileAccessController.Parser
403 assert !Character.isWhitespace(EOS);
412 // c is EOS. We use int rather than char because it is conceivable
425 this.c = EOS;
444 if (c != EOS)
454 if (c == EOS)
507 // Advance c and i to the next character, unless already at EOS.
509 if (c != EOS) {
514 c = EOS;
525 if (c == EOS)
[all...]
/openjdk10/jdk/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/internal/hpack/
H A DHuffman.java80 throw new IllegalArgumentException("Encountered EOS");
115 "Not a EOS prefix padding or unexpected end of data");
183 destination.put((byte) (curr | (INSTANCE.EOS.code >>> (INSTANCE.EOS.length - avail))));
209 private final Code EOS = new Code(0x3fffffff, 30); field in class:Huffman
475 addEOS (256, EOS.code, EOS.length);
640 return "EOS";
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/util/xml/impl/
H A DParser.java49 public static final char EOS = 0xffff; field in class:Parser
493 case EOS:
937 case EOS:
1223 case EOS:
1364 case EOS:
1501 if (ch == EOS) {
1577 if (ch == EOS) {
1819 case EOS:
2348 } else if (ch == EOS) {
2607 case EOS
[all...]
H A DParserSAX.java517 if (wsskip() == EOS) {

Completed in 65 milliseconds