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

12

/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/branches/1.x_Branch/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
46 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
55 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
57 * @throws AssertFailedException - if the fileContents is null
59 public RetrCommandHandler(String fileContents) { argument
60 setFileContents(fileContents);
64 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
66 * @throws AssertFailedException - if the fileContents i
68 RetrCommandHandler(byte[] fileContents) argument
93 setFileContents(String fileContents) argument
103 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/1.0/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
46 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
55 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
57 * @throws AssertFailedException - if the fileContents is null
59 public RetrCommandHandler(String fileContents) { argument
60 setFileContents(fileContents);
64 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
66 * @throws AssertFailedException - if the fileContents i
68 RetrCommandHandler(byte[] fileContents) argument
93 setFileContents(String fileContents) argument
103 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/1.1/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
46 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
55 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
57 * @throws AssertFailedException - if the fileContents is null
59 public RetrCommandHandler(String fileContents) { argument
60 setFileContents(fileContents);
64 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
66 * @throws AssertFailedException - if the fileContents i
68 RetrCommandHandler(byte[] fileContents) argument
93 setFileContents(String fileContents) argument
103 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/1.2/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
46 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
55 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
57 * @throws AssertFailedException - if the fileContents is null
59 public RetrCommandHandler(String fileContents) { argument
60 setFileContents(fileContents);
64 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
66 * @throws AssertFailedException - if the fileContents i
68 RetrCommandHandler(byte[] fileContents) argument
93 setFileContents(String fileContents) argument
103 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
46 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
55 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
57 * @throws AssertFailedException - if the fileContents is null
59 public RetrCommandHandler(String fileContents) { argument
60 setFileContents(fileContents);
64 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
66 * @throws AssertFailedException - if the fileContents i
68 RetrCommandHandler(byte[] fileContents) argument
93 setFileContents(String fileContents) argument
103 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
46 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
55 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
57 * @throws AssertFailedException - if the fileContents is null
59 public RetrCommandHandler(String fileContents) { argument
60 setFileContents(fileContents);
64 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
66 * @throws AssertFailedException - if the fileContents i
68 RetrCommandHandler(byte[] fileContents) argument
93 setFileContents(String fileContents) argument
103 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
46 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
55 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
57 * @throws AssertFailedException - if the fileContents is null
59 public RetrCommandHandler(String fileContents) { argument
60 setFileContents(fileContents);
64 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
66 * @throws AssertFailedException - if the fileContents i
68 RetrCommandHandler(byte[] fileContents) argument
93 setFileContents(String fileContents) argument
103 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
46 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
55 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
57 * @throws AssertFailedException - if the fileContents is null
59 public RetrCommandHandler(String fileContents) { argument
60 setFileContents(fileContents);
64 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
66 * @throws AssertFailedException - if the fileContents i
68 RetrCommandHandler(byte[] fileContents) argument
93 setFileContents(String fileContents) argument
103 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
45 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
54 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
58 * - if the fileContents is null
60 public RetrCommandHandler(String fileContents) { argument
61 setFileContents(fileContents);
65 * Create new instance using the specified fileContents
67 * @param fileContents - the file contents
69 * - if the fileContents i
71 RetrCommandHandler(byte[] fileContents) argument
98 setFileContents(String fileContents) argument
110 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java28 * customize the returned file contents by setting the <code>fileContents</code> property,
43 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
52 * Create new instance using the specified fileContents
54 * @param fileContents - the file contents
56 * - if the fileContents is null
58 public RetrCommandHandler(String fileContents) { argument
59 setFileContents(fileContents);
63 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
67 * - if the fileContents i
69 RetrCommandHandler(byte[] fileContents) argument
96 setFileContents(String fileContents) argument
108 setFileContents(byte[] fileContents) argument
[all...]
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/stub/command/
H A DRetrCommandHandler.java29 * customize the returned file contents by setting the <code>fileContents</code> property,
46 private byte[] fileContents = new byte[0]; field in class:RetrCommandHandler
55 * Create new instance using the specified fileContents
56 * @param fileContents - the file contents
57 * @throws AssertFailedException - if the fileContents is null
59 public RetrCommandHandler(String fileContents) { argument
60 setFileContents(fileContents);
64 * Create new instance using the specified fileContents
65 * @param fileContents - the file contents
66 * @throws AssertFailedException - if the fileContents i
68 RetrCommandHandler(byte[] fileContents) argument
93 setFileContents(String fileContents) argument
103 setFileContents(byte[] fileContents) argument
[all...]
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
H A DAssetManagerTest.java74 String fileContents;
79 fileContents = Strings.fromStream(inputStream);
80 assertEquals("assetsHome!", fileContents);
84 fileContents = Strings.fromStream(inputStream);
85 assertEquals("hello!", fileContents);
H A DContextTest.java157 String fileContents = "blah";
161 fileWriter.write(fileContents);
168 byte[] bytes = new byte[fileContents.length()];
170 assertThat(bytes, equalTo(fileContents.getBytes()));
191 String fileContents = "blah";
195 fileOutputStream.write(fileContents.getBytes());
203 byte[] readBuffer = new byte[fileContents.length()];
205 assertThat(new String(readBuffer), equalTo(fileContents));
/external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
H A DBreakIteratorPerformanceTest.java16 String fileContents; field in class:BreakIteratorPerformanceTest
44 fileContents = new String(readToEOS(reader));
47 // // fileContents = fileContents.replaceAll("[\t\f\r\n\\-/ ]+", " ");
49 // StringTokenizer tokenizer = new StringTokenizer(fileContents, "\t\f\r\n-/ ");
52 // fileContents = res.trim();
97 iter.setText(fileContents);
103 tokenList.add(fileContents.substring(start, end));
111 iter.setText(fileContents);
117 tokenList.add(fileContents
[all...]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowContextTest.java152 String fileContents = "blah";
156 fileWriter.write(fileContents);
160 byte[] bytes = new byte[fileContents.length()];
162 assertThat(bytes).isEqualTo(fileContents.getBytes(UTF_8));
174 String fileContents = "blah";
176 fileOutputStream.write(fileContents.getBytes(UTF_8));
179 byte[] readBuffer = new byte[fileContents.length()];
181 assertThat(new String(readBuffer, UTF_8)).isEqualTo(fileContents);

Completed in 941 milliseconds

12