OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FILE_CONTENTS
(Results
1 - 3
of
3
) sorted by null
/external/mockftpserver/MockFtpServer/src/test/java/org/mockftpserver/stub/command/
RetrCommandHandlerTest.java
97
final String
FILE_CONTENTS
= "abc_123 456";
98
commandHandler.setFileContents(
FILE_CONTENTS
);
102
session.sendData(
FILE_CONTENTS
.getBytes(),
FILE_CONTENTS
.length());
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/stub/command/
RetrCommandHandlerTest.java
96
final String
FILE_CONTENTS
= "abc_123 456";
97
commandHandler.setFileContents(
FILE_CONTENTS
);
101
session.sendData(
FILE_CONTENTS
.getBytes(),
FILE_CONTENTS
.length());
/development/tools/checkstyle/
checkstyle.jar
Completed in 92 milliseconds