Searched defs:is (Results 1 - 25 of 307) sorted by relevance

1234567891011>>

/openjdk10/langtools/test/tools/javac/diags/examples/
H A DVarargsArgumentMismatch.java29 void m(String s, Integer... is) {} argument
/openjdk10/nashorn/test/script/basic/
H A DJDK-8031715.js35 var is = "InputStream"; variable
/openjdk10/jdk/test/java/net/httpclient/http2/server/
H A DOutgoingPushPromise.java34 final InputStream is; field in class:OutgoingPushPromise
37 OutgoingPushPromise(int parentStream, URI uri, HttpHeadersImpl headers, InputStream is) argument
H A DRedirectHandler.java37 static String consume(InputStream is) throws IOException { argument
/openjdk10/jdk/test/javax/management/ImplementationVersion/
H A DImplVersionReader.java37 public ImplVersionReader(Process p, InputStream is) { argument
/openjdk10/jdk/test/javax/management/remote/mandatory/version/
H A DImplVersionReader.java37 public ImplVersionReader(Process p, InputStream is) { argument
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/portable/
H A DValueFactory.java56 Serializable read_value(org.omg.CORBA_2_3.portable.InputStream is); argument
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/parsers/
H A DBug4934208.java62 private void parse(InputSource is) throws Exception { argument
/openjdk10/jdk/src/java.base/share/classes/sun/net/www/content/text/
H A DPlainTextInputStream.java44 PlainTextInputStream(InputStream is) { argument
/openjdk10/jdk/test/com/sun/net/httpserver/
H A DEchoHandler.java38 byte[] read(InputStream is) throws IOException { argument
95 close(InputStream is) argument
[all...]
/openjdk10/jdk/test/java/io/PipedInputStream/
H A DClosedWriter.java35 static PipedInputStream is; field in class:ClosedWriter
H A DFasterWriter.java35 static PipedInputStream is; field in class:FasterWriter
/openjdk10/jdk/test/sun/net/www/protocol/jar/
H A DB6449504.java85 static void readAndClose(InputStream is) throws IOException { argument
[all...]
/openjdk10/jdk/test/java/util/zip/InflaterInputStream/
H A DTestAvailable.java67 private static void test(InputStream is, byte[] expected) throws IOException { argument
/openjdk10/jdk/test/java/util/zip/ZipFile/
H A DFinalizeInflater.java50 private static void read(InputStream is) argument
63 InputStream is; field in class:FinalizeInflater.Wrapper
64 public Wrapper(InputStream is) { argument
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/ior/
H A DTaggedProfileTemplateFactoryFinderImpl.java46 public Identifiable handleMissingFactory( int id, InputStream is) argument
H A DTaggedProfileFactoryFinderImpl.java44 public Identifiable handleMissingFactory( int id, InputStream is) argument
/openjdk10/corba/src/java.corba/share/classes/org/omg/CORBA/
H A DCustomMarshal.java56 unmarshal(DataInputStream is) argument
[all...]
/openjdk10/hotspot/test/native/utilities/
H A Dtest_align.cpp87 const bool is = is_aligned_(values[i], (uint64_t)alignment); local
94 ASSERT_EQ(is_aligned(value, alignment), is); local
/openjdk10/hotspot/test/serviceability/jdwp/
H A DStreamHandler.java47 private final InputStream is; field in class:StreamHandler
55 public StreamHandler(InputStream is, Listener listener) throws IOException { argument
/openjdk10/jdk/src/java.base/share/classes/sun/security/util/
H A DIOUtils.java49 public static byte[] readFully(InputStream is, int length, boolean readAll) argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/util/
H A DNoCloseInputStream.java38 public NoCloseInputStream(InputStream is) { argument
/openjdk10/jdk/test/com/sun/crypto/provider/CICO/
H A DCICOChainingTest.java106 public MyNullCipherInputStream(InputStream is) { argument
/openjdk10/jdk/test/java/awt/FullScreen/UninitializedDisplayModeChangeTest/
H A DUninitializedDisplayModeChangeTest.java103 InputStream is; field in class:UninitializedDisplayModeChangeTest.StreamProcessor
105 StreamProcessor(String inputType, InputStream is) { argument
[all...]
/openjdk10/jdk/test/java/io/FileInputStream/
H A DLargeFileAvailable.java83 private static long skipBytes(InputStream is, long toSkip, long avail) argument

Completed in 177 milliseconds

1234567891011>>