Searched defs:in (Results 1 - 25 of 66) sorted by relevance

123

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefReader.java28 * @param in stream to use for reading. NOTE: on-the-fly decompression must
33 public XrefReader(XrefInputStream in) throws UnsupportedEncodingException { argument
34 super(in, "UTF-8");
H A DTextAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
52 public final void analyze(Document doc, InputStream in) throws IOException { argument
55 in.mark(3);
58 int br = in.read(head, 0, 3);
64 in.reset();
73 in.reset();
77 analyze(doc, new InputStreamReader(in, charset));
H A DExpandTabsReader.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
33 * Wrapper around Reader to expand tabs to spaces in the input.
54 * @param in the original input source
57 ExpandTabsReader(Reader in, int tabSize) { argument
58 super(in);
63 * Wrap a reader in an ExpandTabsReader if the project has custom tab
66 * @param in the reader to wrap
68 * @return {@code in} i
72 wrap(Reader in, Project p) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/c/
H A DCAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
48 "XS", // Mainly found in perl directories
62 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
64 CAnalyzer.writeXref(in, out, defs, annotation, project);
H A DCxxAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
58 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
60 CxxAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
56 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
58 CSharpAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
52 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
55 TroffAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DJarAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
59 public void analyze(Document doc, InputStream in) throws IOException { argument
62 ZipInputStream zis = new ZipInputStream(in);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/fortran/
H A DFortranAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
53 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
55 FortranAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/java/
H A DJavaAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
56 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
58 JavaAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/javascript/
H A DJavaScriptAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
55 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
57 JavaScriptAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/lisp/
H A DLispAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
55 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
57 LispAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/perl/
H A DPerlAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
65 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
67 PerlAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/php/
H A DPhpAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
58 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
60 PhpAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
43 public FileAnalyzerFactory isMagic(byte[] content, InputStream in)
98 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
101 PlainAnalyzer.writeXref(in, out, defs, annotation, project);
H A DXMLAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
58 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
61 XMLAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/python/
H A DPythonAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
65 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
67 PythonAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/sh/
H A DShAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
88 public void writeXref(Reader in, XrefWriter out, Definitions defs, argument
91 ShAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/sql/
H A DPLSQLAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
59 * @param in input source
64 static void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
65 PLSQLXref xref = new PLSQLXref(in);
H A DPLSQLAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
55 public void writeXref(Reader in, XrefWriter out, Definitions defs, argument
59 PLSQLAnalyzer.writeXref(in, out, defs, annotation, project);
H A DSQLAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
59 * @param in input source
64 static void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
65 SQLXref xref = new SQLXref(in);
H A DSQLAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
52 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
54 SQLAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/tcl/
H A DTclAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
59 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
61 TclAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/vb/
H A DVBAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
57 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument
59 VBAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DSCCSgetTest.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
106 InputStream in = getClass().getResourceAsStream("s.note.txt");
111 while ((nr = in.read(buffer, 0, buffer.length)) != -1) {
115 in.close();
137 private String readInput(InputStream in) throws IOException { argument
142 while ((len = in.read(buffer)) != -1) {

Completed in 125 milliseconds

123