Searched refs:getStreamSource (Results 1 - 7 of 7) sorted by relevance
/opengrok/test/org/opensolaris/opengrok/analysis/ |
H A D | TextAnalyzerTest.java | 45 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 D | CAnalyzerFactoryTest.java | 73 private static StreamSource getStreamSource(final String fname) { method in class:CAnalyzerFactoryTest 117 analyzer.analyze(doc, getStreamSource(path), xrefOut);
|
H A D | CxxAnalyzerFactoryTest.java | 73 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 D | ClojureAnalyzerFactoryTest.java | 71 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 D | CSharpAnalyzerFactoryTest.java | 68 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 D | JavaAnalyzerFactoryTest.java | 73 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 D | PascalAnalyzerFactoryTest.java | 70 private static StreamSource getStreamSource(final String fname) { method in class:PascalAnalyzerFactoryTest 114 analyzer.analyze(doc, getStreamSource(path), xrefOut);
|
Completed in 11 milliseconds