Searched refs:getStreamSource (Results 1 - 7 of 7) sorted by relevance

/opengrok/test/org/opensolaris/opengrok/analysis/
H A DTextAnalyzerTest.java45 private static StreamSource getStreamSource(final byte[] bytes) { method in class:TextAnalyzerTest
57 getStreamSource("hello".getBytes()), null);
67 getStreamSource("hi".getBytes()), null);
78 getStreamSource(buffer), null);
91 getStreamSource(bytes), null);
111 getStreamSource(bytes), null);
/opengrok/test/org/opensolaris/opengrok/analysis/c/
H A DCAnalyzerFactoryTest.java73 private static StreamSource getStreamSource(final String fname) { method in class:CAnalyzerFactoryTest
117 analyzer.analyze(doc, getStreamSource(path), xrefOut);
H A DCxxAnalyzerFactoryTest.java73 private static StreamSource getStreamSource(final String fname) { method in class:CxxAnalyzerFactoryTest
117 analyzer.analyze(doc, getStreamSource(path), xrefOut);
/opengrok/test/org/opensolaris/opengrok/analysis/clojure/
H A DClojureAnalyzerFactoryTest.java71 private static StreamSource getStreamSource(final String fname) { method in class:ClojureAnalyzerFactoryTest
114 analyzer.analyze(doc, getStreamSource(path), xrefOut);
/opengrok/test/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpAnalyzerFactoryTest.java68 private static StreamSource getStreamSource(final String fname) { method in class:CSharpAnalyzerFactoryTest
110 analyzer.analyze(doc, getStreamSource(path), xrefOut);
/opengrok/test/org/opensolaris/opengrok/analysis/java/
H A DJavaAnalyzerFactoryTest.java73 private static StreamSource getStreamSource(final String fname) { method in class:JavaAnalyzerFactoryTest
117 analyzer.analyze(doc, getStreamSource(path), xrefOut);
/opengrok/test/org/opensolaris/opengrok/analysis/pascal/
H A DPascalAnalyzerFactoryTest.java70 private static StreamSource getStreamSource(final String fname) { method in class:PascalAnalyzerFactoryTest
114 analyzer.analyze(doc, getStreamSource(path), xrefOut);

Completed in 11 milliseconds