Searched refs:analyze (Results 1 - 23 of 23) sorted by relevance

/opengrok/test/org/opensolaris/opengrok/analysis/
H A DTextAnalyzerTest.java56 new TestableTextAnalyzer().analyze(new Document(),
66 new TestableTextAnalyzer().analyze(new Document(),
77 new TestableTextAnalyzer().analyze(new Document(),
90 new TestableTextAnalyzer().analyze(new Document(),
110 new TestableTextAnalyzer().analyze(new Document(),
125 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:TextAnalyzerTest.TestableTextAnalyzer
H A DJFlexXrefTest.java478 new JavaClassAnalyzerFactory().getAnalyzer().analyze(doc, src, out);
/opengrok/src/org/opensolaris/opengrok/analysis/plain/
H A DAbstractSourceCodeAnalyzer.java68 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:AbstractSourceCodeAnalyzer
69 super.analyze(doc, src, xrefOut);
H A DXMLAnalyzer.java56 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:XMLAnalyzer
H A DPlainAnalyzer.java76 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:PlainAnalyzer
/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DJarAnalyzer.java51 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:JarAnalyzer
71 jca.analyze(doc, new BufferedInputStream(zis), xrefOut);
H A DJavaClassAnalyzer.java87 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:JavaClassAnalyzer
89 analyze(doc, in, xrefOut);
93 void analyze(Document doc, InputStream in, Writer xrefOut) throws IOException { method in class:JavaClassAnalyzer
H A DELFAnalyzer.java77 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:ELFAnalyzer
/opengrok/src/org/opensolaris/opengrok/analysis/archive/
H A DBZip2Analyzer.java60 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:BZip2Analyzer
78 fa.analyze(doc, bzSrc, xrefOut);
H A DGZIPAnalyzer.java66 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:GZIPAnalyzer
78 LOGGER.log(Level.WARNING, "Did not analyze {0}, detected as data.", newname);
87 fa.analyze(doc, gzSrc, xrefOut);
H A DTarAnalyzer.java50 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:TarAnalyzer
H A DZipAnalyzer.java50 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:ZipAnalyzer
/opengrok/src/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzer.java55 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:TroffAnalyzer
/opengrok/src/org/opensolaris/opengrok/analysis/uue/
H A DUuencodeAnalyzer.java54 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:UuencodeAnalyzer
/opengrok/test/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerTest.java113 * .TroffAnalyzer#analyze(org.apache.lucene.document.Document,
122 analyzer.analyze(doc, new StreamSource() {
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzer.java178 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:FileAnalyzer
H A DAnalyzerGuru.java295 * Get an analyzer suited to analyze a file. This function will reuse
358 fa.analyze(doc, StreamSource.fromFile(file), xrefOut);
559 * @param in The stream containing the data to analyze
/opengrok/test/org/opensolaris/opengrok/analysis/c/
H A DCAnalyzerFactoryTest.java117 analyzer.analyze(doc, getStreamSource(path), xrefOut);
H A DCxxAnalyzerFactoryTest.java117 analyzer.analyze(doc, getStreamSource(path), xrefOut);
/opengrok/test/org/opensolaris/opengrok/analysis/clojure/
H A DClojureAnalyzerFactoryTest.java114 analyzer.analyze(doc, getStreamSource(path), xrefOut);
/opengrok/test/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpAnalyzerFactoryTest.java110 analyzer.analyze(doc, getStreamSource(path), xrefOut);
/opengrok/test/org/opensolaris/opengrok/analysis/java/
H A DJavaAnalyzerFactoryTest.java117 analyzer.analyze(doc, getStreamSource(path), xrefOut);
/opengrok/test/org/opensolaris/opengrok/analysis/pascal/
H A DPascalAnalyzerFactoryTest.java114 analyzer.analyze(doc, getStreamSource(path), xrefOut);

Completed in 24 milliseconds