Searched defs:analyze (Results 1 - 14 of 14) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/analysis/archive/
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
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);
/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/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/plain/
H A DXMLAnalyzer.java56 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:XMLAnalyzer
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 DPlainAnalyzer.java76 public void analyze(Document doc, StreamSource src, Writer xrefOut) throws IOException { method in class:PlainAnalyzer
/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/
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
/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

Completed in 154 milliseconds