Searched refs:is (Results 251 - 275 of 712) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/test/com/sun/net/httpserver/bugs/
H A DB6401598.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
51 InputStream is = arg0.getRequestBody();
54 DataInputStream dis = new DataInputStream(is);
106 InputStream is = connection.getInputStream();
108 DataInputStream dis = new DataInputStream(is);
/openjdk7/jaxp/src/javax/xml/datatype/
H A DFactoryFinder.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
41 * <p>This class is duplicated for each JAXP subpackage so keep it in
42 * sync. It is package private for secure class loading.</p>
93 * and fall back is enabled, the current (i.e. bootstrap) class loader is
96 * If the class loader supplied is <code>null</code>, first try using the
100 * Use bootstrap classLoader if cl = null and useBSClsLoader is true
142 * current <code>Thread</code>'s context classLoader is use
[all...]
/openjdk7/jaxp/src/javax/xml/parsers/
H A DFactoryFinder.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
38 * <p>This class is duplicated for each JAXP subpackage so keep it in
39 * sync. It is package private for secure class loading.</p>
90 * and fall back is enabled, the current (i.e. bootstrap) class loader is
93 * If the class loader supplied is <code>null</code>, first try using the
97 * Use bootstrap classLoader if cl = null and useBSClsLoader is true
139 * current <code>Thread</code>'s context classLoader is use
[all...]
/openjdk7/jaxp/src/javax/xml/stream/
H A DFactoryFinder.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
38 * <p>This class is duplicated for each JAXP subpackage so keep it in
39 * sync. It is package private for secure class loading.</p>
91 * and fall back is enabled, the current (i.e. bootstrap) class loader is
94 * If the class loader supplied is <code>null</code>, first try using the
98 * Use bootstrap classLoader if cl = null and useBSClsLoader is true
140 * current <code>Thread</code>'s context classLoader is use
[all...]
/openjdk7/jaxp/src/javax/xml/transform/
H A DFactoryFinder.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
39 * <p>This class is duplicated for each JAXP subpackage so keep it in
40 * sync. It is package private for secure class loading.</p>
92 * and fall back is enabled, the current (i.e. bootstrap) class loader is
95 * If the class loader supplied is <code>null</code>, first try using the
99 * Use bootstrap classLoader if cl = null and useBSClsLoader is true
141 * current <code>Thread</code>'s context classLoader is use
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/copyobject/
H A DJavaStreamObjectCopierImpl.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
56 // Yes, so make sure it is connected and converted
67 InputStream is = new ByteArrayInputStream( arr ) ;
68 ObjectInputStream ois = new ObjectInputStream( is ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DBufferManagerReadGrow.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
78 public void mark(RestorableInputStream is) { argument
80 inputStream = is;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/
H A DGenericIdentifiable.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
37 * This is used for unknown components and profiles. A TAG_MULTICOMPONENT_PROFILE will be represented this way.
44 public GenericIdentifiable(int id, InputStream is) argument
47 data = EncapsulationUtility.readOctets( is ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/ior/iiop/
H A DCodeSetsComponentImpl.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
75 public CodeSetsComponentImpl( InputStream is )
78 csci.read( (MarshalInputStream)is ) ;
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/legacy/connection/
H A DREADME.txt5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
33 The server side part of the ORBSocketFactory is told the type to
36 The client side part of the ORBSocketFactory is called on every client
57 The request's socket is available via ClientRequestInfo and
73 how to use the multiple server port APIs is found in
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/orb/
H A DORBVersionFactory.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
73 public static ORBVersion create( InputStream is )
75 byte value = is.read_octet() ;
95 * its idea of the latest version is. Then, if that IOR is
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DDynamicMethodMarshaller.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
48 * Can be optimized so that as little copying as possible is
56 Object[] readArguments( InputStream is ) ;
64 * Can be optimized so that as little copying as possible is
70 * if the result type is null.
72 Object readResult( InputStream is ) ;
75 * the result type is null.
79 /** Returns true iff thr's class is
[all...]
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/servicecontext/
H A DCodeSetServiceContext.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
42 public CodeSetServiceContext(InputStream is, GIOPVersion gv) argument
44 super(is, gv) ;
H A DORBVersionServiceContext.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
51 public ORBVersionServiceContext(InputStream is, GIOPVersion gv) argument
53 super(is, gv) ;
54 // pay particular attention to where the version is being read from!
55 // is contains an encapsulation, ServiceContext reads off the
H A DSendingContextServiceContext.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
43 public SendingContextServiceContext(InputStream is, GIOPVersion gv) argument
45 super(is, gv) ;
H A DUEInfoServiceContext.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
43 public UEInfoServiceContext(InputStream is, GIOPVersion gv) argument
45 super(is, gv) ;
/openjdk7/jdk/src/share/classes/com/sun/org/apache/xml/internal/security/utils/resolver/implementations/
H A DResolverAnonymous.java15 * distributed under the License is distributed on an "AS IS" BASIS,
52 * @param is
54 public ResolverAnonymous(InputStream is) { argument
55 this._input = new XMLSignatureInput(is);
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DRemoveSelfLoopsFilter.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
55 for (InputSlot is : f.getInputSlots()) {
58 for (Connection c : is.getConnections()) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/soap/
H A DFastInfosetDataContentHandler.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
108 InputStream is = FastInfosetReflection.FastInfosetSource_getInputStream(
112 while ((n = is.read(buffer)) != -1) {
H A DGifDataContentHandler.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
77 InputStream is = ds.getInputStream();
82 while ((count = is.read(buf, pos, buf.length - pos)) != -1) {
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/helpers/
H A DAbstractUnmarshallerImpl.java5 * This code is free software; you can redistribute it and/or modify it
11 * This code is distributed in the hope that it will be useful, but WITHOUT
14 * version 2 for more details (a copy is included in the LICENSE file that
90 * This method is used when the client-specified
93 * {@link Unmarshaller} is not re-entrant, so we will
102 // there is no point in asking a validation because
103 // there is no guarantee that the document will come with
195 public final Object unmarshal( java.io.InputStream is )
198 if( is == null ) {
200 Messages.format( Messages.MUST_NOT_BE_NULL, "is" ) );
[all...]
/openjdk7/jdk/test/com/sun/net/httpserver/
H A DTest11.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
46 void read (InputStream is ) throws IOException {
48 while (is.read (b) != -1) {}
/openjdk7/jdk/test/com/sun/security/sasl/gsskerb/
H A Dgsseg_jaas.conf4 * Specify that Kerberos v5 is a required login module for the
/openjdk7/jdk/test/java/net/ProxySelector/
H A DProxyTest.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
74 throw new RuntimeException("Default ProxySelector is null");
81 InputStream is = urlc.getInputStream ();
82 is.close();
/openjdk7/jdk/test/java/net/URLClassLoader/
H A DClassLoad.java5 * This code is free software; you can redistribute it and/or modify it
9 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * version 2 for more details (a copy is included in the LICENSE file that
47 InputStream is = t.getRequestBody();
48 while (is.read() != -1);

Completed in 52 milliseconds

<<11121314151617181920>>