/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 79 * Test the createOutputStream() method 83 OutputStream out = entry.createOutputStream(false) 88 out = entry.createOutputStream(false) 93 out = entry.createOutputStream(true) 103 out = entry.createOutputStream(true) 108 OutputStream out2 = entry.createOutputStream(true)
|
D | AbstractFileSystemTest.groovy | 152 * Test the createOutputStream() method 156 OutputStream out = fileSystem.createOutputStream(NEW_FILE, false) 161 out = fileSystem.createOutputStream(NEW_FILE, false) 167 out = fileSystem.createOutputStream(NEW_FILE, true) 173 OutputStream out2 = fileSystem.createOutputStream(NEW_FILE, true) 187 * Test the createOutputStream() method, when a FileSystemException is expected 191 … shouldFail(FileSystemException) { fileSystem.createOutputStream(NEW_DIR + "/abc.txt", true) } 193 shouldFail(FileSystemException) { fileSystem.createOutputStream(EXISTING_DIR, true) } 194 shouldFail(InvalidFilenameException) { fileSystem.createOutputStream(ILLEGAL_FILE, true) } 195 shouldFail(FileSystemException) { fileSystem.createOutputStream("", true) } [all …]
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 65 OutputStream out = entry.createOutputStream(false) 70 out = entry.createOutputStream(false) 75 out = entry.createOutputStream(true) 85 out = entry.createOutputStream(true) 90 OutputStream out2 = entry.createOutputStream(true) 123 def outputStream = entry.createOutputStream(false)
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 72 OutputStream out = entry.createOutputStream(false) 77 out = entry.createOutputStream(false) 82 out = entry.createOutputStream(true) 92 out = entry.createOutputStream(true) 97 OutputStream out2 = entry.createOutputStream(true) 130 def outputStream = entry.createOutputStream(false)
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 71 OutputStream out = entry.createOutputStream(false) 76 out = entry.createOutputStream(false) 81 out = entry.createOutputStream(true) 91 out = entry.createOutputStream(true) 96 OutputStream out2 = entry.createOutputStream(true) 129 def outputStream = entry.createOutputStream(false)
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 71 OutputStream out = entry.createOutputStream(false) 76 out = entry.createOutputStream(false) 81 out = entry.createOutputStream(true) 91 out = entry.createOutputStream(true) 96 OutputStream out2 = entry.createOutputStream(true) 129 def outputStream = entry.createOutputStream(false)
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 71 OutputStream out = entry.createOutputStream(false) 76 out = entry.createOutputStream(false) 81 out = entry.createOutputStream(true) 91 out = entry.createOutputStream(true) 96 OutputStream out2 = entry.createOutputStream(true) 129 def outputStream = entry.createOutputStream(false)
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 71 OutputStream out = entry.createOutputStream(false) 76 out = entry.createOutputStream(false) 81 out = entry.createOutputStream(true) 91 out = entry.createOutputStream(true) 96 OutputStream out2 = entry.createOutputStream(true) 129 def outputStream = entry.createOutputStream(false)
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 72 OutputStream out = entry.createOutputStream(false) 77 out = entry.createOutputStream(false) 82 out = entry.createOutputStream(true) 92 out = entry.createOutputStream(true) 97 OutputStream out2 = entry.createOutputStream(true) 130 def outputStream = entry.createOutputStream(false)
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 72 OutputStream out = entry.createOutputStream(false) 77 out = entry.createOutputStream(false) 82 out = entry.createOutputStream(true) 92 out = entry.createOutputStream(true) 97 OutputStream out2 = entry.createOutputStream(true) 130 def outputStream = entry.createOutputStream(false)
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 71 OutputStream out = entry.createOutputStream(false) 76 out = entry.createOutputStream(false) 81 out = entry.createOutputStream(true) 91 out = entry.createOutputStream(true) 96 OutputStream out2 = entry.createOutputStream(true) 129 def outputStream = entry.createOutputStream(false)
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 65 OutputStream out = entry.createOutputStream(false) 70 out = entry.createOutputStream(false) 75 out = entry.createOutputStream(true) 85 out = entry.createOutputStream(true) 90 OutputStream out2 = entry.createOutputStream(true)
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 65 OutputStream out = entry.createOutputStream(false) 70 out = entry.createOutputStream(false) 75 out = entry.createOutputStream(true) 85 out = entry.createOutputStream(true) 90 OutputStream out2 = entry.createOutputStream(true)
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | FileEntryTest.groovy | 66 OutputStream out = entry.createOutputStream(false) 71 out = entry.createOutputStream(false) 76 out = entry.createOutputStream(true) 86 out = entry.createOutputStream(true) 91 OutputStream out2 = entry.createOutputStream(true)
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/ |
D | StorCommandHandlerTest.groovy | 83 // Override createOutputStream() method to throw exception 85 emc.createOutputStream = { String path, boolean append -> 86 println "Calling createOutputStream() - throwing exception"
|
/external/llvm/tools/llvm-cov/ |
D | SourceCoverageViewText.cpp | 23 return createOutputStream(Path, "txt", InToplevel); in createViewFile() 31 auto OSOrErr = createOutputStream("index", "txt", /*InToplevel=*/true); in createIndexFile()
|
D | SourceCoverageViewHTML.cpp | 221 auto OSOrErr = createOutputStream(Path, "html", InToplevel); in createViewFile() 235 auto OSOrErr = createOutputStream("index", "html", /*InToplevel=*/true); in createIndexFile()
|
/external/volley/src/test/java/com/android/volley/toolbox/ |
D | HurlStackTest.java | 80 protected OutputStream createOutputStream( in setUp() 85 super.createOutputStream(request, connection, length), in setUp() 89 return super.createOutputStream(request, connection, length); in setUp()
|
/external/volley/src/main/java/com/android/volley/toolbox/ |
D | HurlStack.java | 301 new DataOutputStream(createOutputStream(request, connection, body.length)); in addBody() 317 protected OutputStream createOutputStream( in createOutputStream() method in HurlStack
|
/external/llvm-project/llvm/tools/llvm-cov/ |
D | SourceCoverageViewText.cpp | 23 return createOutputStream(Path, "txt", InToplevel); in createViewFile() 33 auto OSOrErr = createOutputStream("index", "txt", /*InToplevel=*/true); in createIndexFile()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileEntry.java | 119 public OutputStream createOutputStream(boolean append) { in createOutputStream() method in FileEntry
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileEntry.java | 123 public OutputStream createOutputStream(boolean append) { in createOutputStream() method in FileEntry
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileEntry.java | 119 public OutputStream createOutputStream(boolean append) { in createOutputStream() method in FileEntry
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileEntry.java | 120 public OutputStream createOutputStream(boolean append) { in createOutputStream() method in FileEntry
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
D | FileEntry.java | 123 public OutputStream createOutputStream(boolean append) { in createOutputStream() method in FileEntry
|