Searched refs:in (Results 1 - 25 of 416) sorted by relevance

1234567891011>>

/glassfish-3.1.2/persistence/cmp/enhancer/src/main/java/com/sun/jdo/api/persistence/enhancer/
H A DByteCodeEnhancerHelper.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
78 * @param in The input stream with the Java class.
90 InputStream in,
96 return enhancer.enhanceClassFile (in, new OutputStreamWrapper (out));
133 InputStream in = zip_in;
142 in = openZipEntry (zip_in);
143 in
89 enhanceClassFile(ByteCodeEnhancer enhancer, InputStream in, OutputStream out) argument
191 copyZipEntry(InputStream in, OutputStream out) argument
218 openZipEntry(ZipInputStream in) argument
[all...]
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/otsidl/
H A D_JControlStub.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
58 org.omg.CORBA.portable.InputStream $in = null;
61 $in = _invoke ($out);
62 org.omg.CosTransactions.otid_t $result = org.omg.CosTransactions.otid_tHelper.read ($in);
63 status.value = org.omg.CosTransactions.StatusHelper.read ($in);
66 $in = $ex.getInputStream ();
72 _releaseReply ($in);
[all...]
H A D_CoordinatorResourceStub.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
58 org.omg.CORBA.portable.InputStream $in = null;
62 $in = _invoke ($out);
64 $in = $ex.getInputStream ();
70 _releaseReply ($in);
76 org.omg.CORBA.portable.InputStream $in = null;
79 $in
[all...]
H A D_JCoordinatorStub.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
58 org.omg.CORBA.portable.InputStream $in = null;
61 $in = _invoke ($out);
62 org.omg.CosTransactions.otid_t $result = org.omg.CosTransactions.otid_tHelper.read ($in);
65 $in = $ex.getInputStream ();
71 _releaseReply ($in);
79 org.omg.CORBA.portable.InputStream $in
[all...]
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/util/
H A DObjectInputOutputStreamFactory.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
50 ObjectInputStream createObjectInputStream(InputStream in) throws IOException; argument
53 public Class<?> resolveClass(ObjectInputStream in, ObjectStreamClass desc) argument
H A DNonOSGiObjectInputOutputStreamFactoryImpl.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
51 public ObjectInputStream createObjectInputStream(InputStream in) argument
55 return new ObjectInputStreamWithLoader(in, loader);
64 public Class<?> resolveClass(ObjectInputStream in, ObjectStreamClass desc) argument
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DPager.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
56 private BufferedReader in; field in class:Pager
69 * @param lines the number of lines in a page. A number less
71 * @param in the source of the copy operation
76 Pager(int lines, Reader in, Writer out) throws IOException { argument
77 this.in = new BufferedReader(in);
[all...]
/glassfish-3.1.2/admin/jmx-remote/client/src/main/java/com/sun/enterprise/admin/jmx/remote/internal/
H A DShifter.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
68 public Shifter(Object[] in) { argument
69 if (in == null)
71 this.args = new Object[in.length];
72 System.arraycopy(in, 0, args, 0, in.length);
/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/internal/
H A DShifter.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
68 public Shifter(Object[] in) { argument
69 if (in == null)
71 this.args = new Object[in.length];
72 System.arraycopy(in, 0, args, 0, in.length);
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/codegen/jtsxa/
H A D_OTSResourceStub.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
58 org.omg.CORBA.portable.InputStream $in = null;
61 $in = _invoke ($out);
62 org.omg.CosTransactions.otid_t $result = org.omg.CosTransactions.otid_tHelper.read ($in);
65 $in = $ex.getInputStream ();
71 _releaseReply ($in);
77 org.omg.CORBA.portable.InputStream $in
[all...]
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Dminigzip.c4 * For conditions of distribution and use, see copyright notice in zlib.h
14 * or in pipe mode.
55 #ifndef WIN32 /* unlink already in stdio.h for WIN32 */
77 void gz_compress OF((FILE *in, gzFile out));
79 int gz_compress_mmap OF((FILE *in, gzFile out));
81 void gz_uncompress OF((gzFile in, FILE *out));
100 void gz_compress(in, out)
101 FILE *in;
109 /* Try first compressing with mmap. If mmap fails (minigzip used in a
112 if (gz_compress_mmap(in, ou
200 FILE *in; local
231 gzFile in; local
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/fileupload/
H A DStreams.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
48 * (the "License"); you may not use this file except in compliance with
53 * Unless required by applicable law or agreed to in writing, software
80 * Default buffer size for use in
95 * be written. May be null, in which case the input streams
118 * be written. May be null, in which case the input streams
133 InputStream in
[all...]
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/portable/
H A DEJBMetaDataImpl.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
49 * This class can potentially be instantiated in another vendor's container
67 // this constructor is only called in the RI's EJB container
133 private void readObject(ObjectInputStream in) argument
136 isSessionBean = in.readBoolean();
137 isStatelessSessionBean = in.readBoolean();
142 remoteClass = loader.loadClass(in
[all...]
/glassfish-3.1.2/tests/embedded/maven-plugin/filterURIMapping/src/test/java/org/glassfish/tests/filterURIMapping/
H A DWebTest.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
75 BufferedReader in = null;
80 in = new BufferedReader(new InputStreamReader(
84 while ((line = in.readLine()) != null) {
96 if (in != null) {
97 in.close();
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/
H A DRejar.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
105 JarFile in = new JarFile(module);
107 Enumeration<JarEntry> entries = in.entries();
123 copy(in, je, stream);
126 copy(in, je, jos);
130 if (in != null) {
132 in
142 copy(JarFile in, JarEntry je, JarOutputStream jos) argument
152 copy(JarFile in, JarEntry je, OutputStream os) argument
156 copy(JarFile in, JarEntry je, WritableByteChannel out) argument
[all...]
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/commands/
H A DStringBuilderNewLineAppender.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
64 BufferedReader in = new BufferedReader(new StringReader(sbString));
70 for(String s = in.readLine(); s != null; s = in.readLine()){
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/archivist/
H A DDescriptorArchivist.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
78 public void write(Application application, ReadableArchive in, argument
83 write((BundleDescriptor)aModule.getDescriptor(), moduleArchivist, in, out);
117 moduleArchivist.copyAnEntry(in, out, ddPath);
120 moduleArchivist.copyAnEntry(in, out, ddPath);
133 ReadableArchive moduleArchive2 = in.getSubArchive(aModule.getArchiveUri());
146 archivist.copyStandardDeploymentDescriptors(in, ou
158 write(BundleDescriptor bundle, ReadableArchive in, WritableArchive out) argument
172 write(BundleDescriptor bundle, Archivist archivist, ReadableArchive in, WritableArchive out) argument
[all...]
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/
H A DFileUtils.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
67 final FileReader in = new FileReader(src);
82 final int numRead = in.read(readBuffer, 0, readBufferSize);
93 in.close();
/glassfish-3.1.2/common/common-util/src/main/java/com/sun/enterprise/universal/process/
H A DProcessStreamDrainerWorker.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
50 ProcessStreamDrainerWorker(InputStream in, PrintStream Redirect, boolean save) argument
52 if(in == null)
55 reader = new BufferedInputStream(in);
/glassfish-3.1.2/appclient/client/appclient-scripts/src/main/resources/glassfish/bin/
H A Dpackage-appclient10 # may not use this file except in compliance with the License. You can
16 # When distributing the software, include this License Header Notice in each
21 # exception as provided by Oracle in the GPL Version 2 section of the License
32 # elects to include this software in this distribution under the [CDDL or GPL
47 case "`uname`" in
/glassfish-3.1.2/packager/nucleus-base/bin/
H A Dasadmin10 # may not use this file except in compliance with the License. You can
16 # When distributing the software, include this License Header Notice in each
21 # exception as provided by Oracle in the GPL Version 2 section of the License
32 # elects to include this software in this distribution under the [CDDL or GPL
44 case "`uname`" in
/glassfish-3.1.2/tests/quicklook/admincli/src/test/admincli/
H A DRestartDomainTests.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
52 private BufferedReader in = null; field in class:RestartDomainTests
73 in = new BufferedReader(new FileReader(fileName));
78 if(in != null) {
82 while (( line = in.readLine() ) != null ) {
/glassfish-3.1.2/admin/jmx-remote/common/src/main/java/com/sun/enterprise/admin/jmx/remote/streams/
H A DJMXInbandStream.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
54 public static void setOutputStream(InputStream in, long len) { argument
56 ctx.outgoing = in;
77 public static void setIncomingStream(InputStream in) { argument
79 ctx.incoming = in;
/glassfish-3.1.2/registration/registration-impl/src/main/java/com/sun/enterprise/registration/impl/environment/
H A DWindowsSystemEnvironment.java10 * may not use this file except in compliance with the License. You can
16 * When distributing the software, include this License Header Notice in each
21 * exception as provided by Oracle in the GPL Version 2 section of the License
32 * elects to include this software in this distribution under the [CDDL or GPL
50 // (e.g. NetBeans and SunStudio) will use the version in JDK.
95 // look in the current working directory
155 * An initial call to wmic can be costly in terms of time.
169 BufferedReader in = null;
183 in = new BufferedReader(new InputStreamReader(p.getInputStream()));
185 while ((line = in
[all...]
/glassfish-3.1.2/tests/embedded/maven-plugin/queryString/src/test/java/org/glassfish/tests/queryString/
H A DWebTest.java9 * may not use this file except in compliance with the License. You can
15 * When distributing the software, include this License Header Notice in each
20 * exception as provided by Oracle in the GPL Version 2 section of the License
31 * elects to include this software in this distribution under the [CDDL or GPL
81 BufferedReader in = new BufferedReader(new InputStreamReader(
86 while ((line = in.readLine()) != null) {
93 in.close();
100 in = new BufferedReader(new InputStreamReader(yc.getInputStream()));
101 while ((line = in.readLine()) != null) {

Completed in 1246 milliseconds

1234567891011>>