Searched refs:getBytes (Results 1 - 20 of 20) sorted by relevance

/opengrok-sun/test/org/opensolaris/opengrok/analysis/
H A DTextAnalyzerTest.java48 new ByteArrayInputStream("hello".getBytes()));
58 new ByteArrayInputStream("hi".getBytes()));
H A DAnalyzerGuruTest.java56 "#!/bin/sh\nexec /usr/bin/zip \"$@\"\n".getBytes("US-ASCII"));
131 "This is a plain text file.".getBytes("US-ASCII"));
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DRCSget.java63 stream = new ByteArrayInputStream(sb.toString().getBytes());
H A DClearCaseHistoryParser.java131 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DBazaarHistoryParser.java187 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DCVSHistoryParser.java185 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DGitHistoryParser.java181 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DAccuRevRepository.java235 new ByteArrayInputStream(executor.getOutputString().getBytes());
H A DPerforceRepository.java119 return new ByteArrayInputStream(executor.getOutputString().getBytes());
H A DSubversionHistoryParser.java197 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
/opengrok-sun/test/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerTest.java102 analyzer.analyze(doc, new ByteArrayInputStream(content.getBytes()));
/opengrok-sun/src/org/opensolaris/opengrok/util/
H A DExecutor.java100 stdout = spoolOut.getBytes();
156 stderr = err.getBytes();
288 public byte[] getBytes() { method in class:Executor.SpoolHandler
/opengrok-sun/test/org/opensolaris/opengrok/web/
H A DUtilTest.java239 new ByteArrayInputStream(xml.getBytes("UTF-8")));
H A DDirectoryListingTest.java247 Document document = builder.parse(new ByteArrayInputStream(str.getBytes()));
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DEftarFile.java155 out.write(n.tag.getBytes());
/opengrok-sun/src/org/opensolaris/opengrok/analysis/executables/
H A DJavaClassAnalyzer.java330 str = Utility.compactClassName(((ConstantUtf8) con).getBytes(), false);
337 str = ((ConstantUtf8) con2).getBytes();
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java756 final ByteArrayInputStream in = new ByteArrayInputStream(xmlconfig.getBytes());
/opengrok-sun/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java341 new ByteArrayInputStream(document.getBytes("UTF-8"));
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchive.java563 return toString(Archive.RCS_NEWLINE).getBytes();
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 50 milliseconds