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

/opengrok/test/org/opensolaris/opengrok/analysis/
H A DTextAnalyzerTest.java57 getStreamSource("hello".getBytes()), null);
67 getStreamSource("hi".getBytes()), null);
H A DAnalyzerGuruTest.java56 "#!/bin/sh\nexec /usr/bin/zip \"$@\"\n".getBytes("US-ASCII"));
151 "This is a plain text file.".getBytes("US-ASCII"));
/opengrok/src/org/opensolaris/opengrok/history/
H A DRCSget.java63 stream = new ByteArrayInputStream(sb.toString().getBytes());
H A DClearCaseHistoryParser.java135 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DBazaarHistoryParser.java191 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DCVSHistoryParser.java189 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DSSCMHistoryParser.java172 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DGitHistoryParser.java182 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
H A DAccuRevRepository.java234 = new ByteArrayInputStream(executor.getOutputString().getBytes());
H A DPerforceRepository.java123 return new ByteArrayInputStream(executor.getOutputString().getBytes());
H A DSubversionHistoryParser.java202 processStream(new ByteArrayInputStream(buffer.getBytes("UTF-8")));
/opengrok/test/org/opensolaris/opengrok/util/
H A DTestRepository.java104 Files.write(dummy.toPath(), contents.getBytes());
/opengrok/src/org/opensolaris/opengrok/util/
H A DExecutor.java135 stdout = spoolOut.getBytes();
223 stderr = err.getBytes();
352 public byte[] getBytes() { method in class:Executor.SpoolHandler
/opengrok/test/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerTest.java125 return new ByteArrayInputStream(content.getBytes());
/opengrok/egrok/src/org/opensolaris/opengrok/egrok/query/
H A DQuery.java62 .getBytes());
/opengrok/test/org/opensolaris/opengrok/web/
H A DDirectoryListingTest.java247 Document document = builder.parse(new ByteArrayInputStream(str.getBytes()));
H A DUtilTest.java269 new ByteArrayInputStream(xml.getBytes("UTF-8")));
/opengrok/src/org/opensolaris/opengrok/web/
H A DEftarFile.java156 out.write(n.tag.getBytes());
H A DUtil.java716 for (byte b : path.getBytes(UTF8)) {
/opengrok/src/org/opensolaris/opengrok/configuration/messages/
H A DMessage.java275 final ByteArrayInputStream in = new ByteArrayInputStream(xmlconfig.getBytes());
/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DJavaClassAnalyzer.java411 str = Utility.compactClassName(((ConstantUtf8) con).getBytes(), false);
418 str = ((ConstantUtf8) con2).getBytes();
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchive.java563 return toString(Archive.RCS_NEWLINE).getBytes();
/opengrok/test/org/opensolaris/opengrok/search/context/
H A DContextTest.java394 = new ByteArrayInputStream(document.getBytes("UTF-8"));
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java953 final ByteArrayInputStream in = new ByteArrayInputStream(xmlconfig.getBytes());
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 84 milliseconds