Home
last modified time | relevance | path

Searched +defs:is +defs:avail (Results 1 – 25 of 192) sorted by relevance

12345678

/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/util/jar/
H A DManifest.java74 public Manifest(InputStream is) throws IOException { in Manifest()
85 Manifest(InputStream is, String jarFilename) throws IOException { in Manifest()
98 Manifest(JarVerifier jv, InputStream is, String jarFilename) throws IOException { in Manifest()
251 public void read(InputStream is) throws IOException { in read()
255 private void read(InputStream is, String jarFilename) throws IOException { in read()
413 int avail = count - pos; in read() local
440 int avail = count - pos; in readLine() local
508 long avail = count - pos; in skip() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/util/jar/
H A DManifest.java76 public Manifest(InputStream is) throws IOException { in Manifest()
87 Manifest(InputStream is, String jarFilename) throws IOException { in Manifest()
100 Manifest(JarVerifier jv, InputStream is, String jarFilename) throws IOException { in Manifest()
281 public void read(InputStream is) throws IOException { in read()
285 private void read(InputStream is, String jarFilename) throws IOException { in read()
443 int avail = count - pos; in read() local
470 int avail = count - pos; in readLine() local
538 long avail = count - pos; in skip() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/util/jar/
H A DManifest.java75 public Manifest(InputStream is) throws IOException { in Manifest()
86 Manifest(InputStream is, String jarFilename) throws IOException { in Manifest()
99 Manifest(JarVerifier jv, InputStream is, String jarFilename) throws IOException { in Manifest()
280 public void read(InputStream is) throws IOException { in read()
284 private void read(InputStream is, String jarFilename) throws IOException { in read()
438 int avail = count - pos; in read() local
465 int avail = count - pos; in readLine() local
533 long avail = count - pos; in skip() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/util/jar/
H A DManifest.java75 public Manifest(InputStream is) throws IOException { in Manifest()
86 Manifest(InputStream is, String jarFilename) throws IOException { in Manifest()
99 Manifest(JarVerifier jv, InputStream is, String jarFilename) throws IOException { in Manifest()
280 public void read(InputStream is) throws IOException { in read()
284 private void read(InputStream is, String jarFilename) throws IOException { in read()
434 int avail = count - pos; in read() local
461 int avail = count - pos; in readLine() local
529 long avail = count - pos; in skip() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/util/jar/
H A DManifest.java75 public Manifest(InputStream is) throws IOException { in Manifest()
86 Manifest(InputStream is, String jarFilename) throws IOException { in Manifest()
99 Manifest(JarVerifier jv, InputStream is, String jarFilename) throws IOException { in Manifest()
280 public void read(InputStream is) throws IOException { in read()
284 private void read(InputStream is, String jarFilename) throws IOException { in read()
438 int avail = count - pos; in read() local
465 int avail = count - pos; in readLine() local
533 long avail = count - pos; in skip() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/util/jar/
H A DManifest.java75 public Manifest(InputStream is) throws IOException { in Manifest()
86 Manifest(InputStream is, String jarFilename) throws IOException { in Manifest()
99 Manifest(JarVerifier jv, InputStream is, String jarFilename) throws IOException { in Manifest()
280 public void read(InputStream is) throws IOException { in read()
284 private void read(InputStream is, String jarFilename) throws IOException { in read()
438 int avail = count - pos; in read() local
465 int avail = count - pos; in readLine() local
533 long avail = count - pos; in skip() local
/dports/science/clhep/2.4.1.0/CLHEP/Vector/src/
H A DZMinput.cc8 bool eatwhitespace ( std::istream & is ) { in eatwhitespace()
15 bool avail = false; // avail stays false until we know there is a nonwhite in eatwhitespace() local
37 void ZMinput3doubles ( std::istream & is, const char * type, in ZMinput3doubles()
152 void ZMinputAxisAngle ( std::istream & is, in ZMinputAxisAngle()
240 void ZMinput2doubles ( std::istream & is, const char * type, in ZMinput2doubles()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/io/InputStream/
H A DOpsAfterClose.java35 READ { boolean check(InputStream is) { in check()
46 READ_BUF { boolean check(InputStream is) { in check()
57 READ_BUF_OFF { boolean check(InputStream is) { in check()
69 AVAILABLE { boolean check(InputStream is) { in check()
71 int avail = is.available(); in check() local
79 SKIP { boolean check(InputStream is) { in check()
89 MARK { boolean check(InputStream is) { in check()
93 RESET { boolean check(InputStream is) { in check()
102 MARK_SUPPORTED { boolean check(InputStream is) { in check()
106 CLOSE { boolean check(InputStream is) { in check()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/http/ChunkedInputStream/
H A DTestAvailable.java74 InputStream is = uc.getInputStream(); in doClient() local
75 int avail = 0; in doClient() local
117 InputStream is = t.getRequestBody(); in handle() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/sun/net/www/http/ChunkedInputStream/
H A DTestAvailable.java74 InputStream is = uc.getInputStream(); in doClient() local
75 int avail = 0; in doClient() local
117 InputStream is = t.getRequestBody(); in handle() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/sun/net/www/http/ChunkedInputStream/
H A DTestAvailable.java74 InputStream is = uc.getInputStream(); in doClient() local
75 int avail = 0; in doClient() local
117 InputStream is = t.getRequestBody(); in handle() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/http/ChunkedInputStream/
H A DTestAvailable.java73 InputStream is = uc.getInputStream(); in doClient() local
74 int avail = 0; in doClient() local
116 InputStream is = t.getRequestBody(); in handle() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/sun/net/www/http/ChunkedInputStream/
H A DTestAvailable.java73 InputStream is = uc.getInputStream(); in doClient() local
74 int avail = 0; in doClient() local
116 InputStream is = t.getRequestBody(); in handle() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/jar/
H A DManifest.java73 public Manifest(InputStream is) throws IOException { in Manifest()
81 Manifest(JarVerifier jv, InputStream is) throws IOException { in Manifest()
226 public void read(InputStream is) throws IOException { in read()
376 int avail = count - pos; in read() local
403 int avail = count - pos; in readLine() local
471 long avail = count - pos; in skip() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/util/jar/
H A DManifest.java73 public Manifest(InputStream is) throws IOException { in Manifest()
81 Manifest(JarVerifier jv, InputStream is) throws IOException { in Manifest()
226 public void read(InputStream is) throws IOException { in read()
376 int avail = count - pos; in read() local
403 int avail = count - pos; in readLine() local
471 long avail = count - pos; in skip() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/java/util/jar/
H A DManifest.java72 public Manifest(InputStream is) throws IOException { in Manifest()
80 Manifest(JarVerifier jv, InputStream is) throws IOException { in Manifest()
228 public void read(InputStream is) throws IOException { in read()
381 int avail = count - pos; in read() local
408 int avail = count - pos; in readLine() local
451 long avail = count - pos; in skip() local

12345678