Home
last modified time | relevance | path

Searched refs:copyStream (Results 1 – 25 of 597) sorted by relevance

12345678910>>...24

/dports/devel/poco/poco-1.10.1-all/Foundation/testsuite/src/
H A DDataURIStreamTest.cpp42 StreamCopier::copyStream(ds, ostr); in testWithBase64()
48 StreamCopier::copyStream(ds, ostr); in testWithBase64()
54 StreamCopier::copyStream(ds, ostr); in testWithBase64()
65 StreamCopier::copyStream(ds, ostr); in testWithoutBase64()
71 StreamCopier::copyStream(ds, ostr); in testWithoutBase64()
82 StreamCopier::copyStream(ds, ostr); in testZeroLengthData()
88 StreamCopier::copyStream(ds, ostr); in testZeroLengthData()
H A DStreamConverterTest.cpp47 StreamCopier::copyStream(converter1, ostr1); in testIdentityASCIIIn()
54 StreamCopier::copyStream(converter2, ostr2); in testIdentityASCIIIn()
61 StreamCopier::copyStream(converter3, ostr3); in testIdentityASCIIIn()
98 StreamCopier::copyStream(converter1, ostr1); in testIdentityUTF8In()
105 StreamCopier::copyStream(converter2, ostr2); in testIdentityUTF8In()
112 StreamCopier::copyStream(converter3, ostr3); in testIdentityUTF8In()
122 StreamCopier::copyStream(converter4, ostr4); in testIdentityUTF8In()
132 StreamCopier::copyStream(converter5, ostr5); in testIdentityUTF8In()
184 StreamCopier::copyStream(converter1, ostr1); in testUTF8toASCIIIn()
191 StreamCopier::copyStream(converter2, ostr2); in testUTF8toASCIIIn()
[all …]
H A DLineEndingConverterTest.cpp40 StreamCopier::copyStream(conv, output); in testInputDosToUnix()
51 StreamCopier::copyStream(conv, output); in testInputUnixToDos()
62 StreamCopier::copyStream(conv, output); in testInputMacToUnix()
73 StreamCopier::copyStream(conv, output); in testInputRemove()
H A DStreamCopierTest.cpp38 std::streamsize n = StreamCopier::copyStream(istr, ostr); in testBufferedCopy()
47 std::streamsize n = StreamCopier::copyStream(istr, ostr, 100); in testBufferedCopy()
56 std::streamsize n = StreamCopier::copyStream(istr, ostr, 128); in testBufferedCopy()
65 std::streamsize n = StreamCopier::copyStream(istr, ostr, 512); in testBufferedCopy()
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/testsuite/src/
H A DHTTPSClientSessionTest.cpp101 StreamCopier::copyStream(rs, ostr); in testGetSmall()
117 StreamCopier::copyStream(rs, ostr); in testGetLarge()
149 StreamCopier::copyStream(rs, ostr); in testPostSmallIdentity()
167 StreamCopier::copyStream(rs, ostr); in testPostLargeIdentity()
185 StreamCopier::copyStream(rs, ostr); in testPostSmallChunked()
203 StreamCopier::copyStream(rs, ostr); in testPostLargeChunked()
228 StreamCopier::copyStream(rs, ostr); in testPostLargeChunkedKeepAlive()
298 StreamCopier::copyStream(rs, ostr); in testInterop()
319 StreamCopier::copyStream(rs, ostr); in testProxy()
427 StreamCopier::copyStream(rs, ostr); in testUnknownContentLength()
[all …]
H A DHTTPSStreamFactoryTest.cpp52 StreamCopier::copyStream(*pStr.get(), ostr); in testNoRedirect()
65 StreamCopier::copyStream(*pStr.get(), ostr); in testEmptyPath()
78 StreamCopier::copyStream(*pStr.get(), ostr); in testRedirect()
93 StreamCopier::copyStream(*pStr.get(), ostr); in testProxy()
/dports/devel/poco/poco-1.10.1-all/Crypto/src/
H A DCipher.cpp70 StreamCopier::copyStream(encryptor, sink); in encrypt()
81 StreamCopier::copyStream(encryptor, encoder); in encrypt()
94 StreamCopier::copyStream(encryptor, encoder); in encrypt()
112 StreamCopier::copyStream(source, decryptor); in decrypt()
120 StreamCopier::copyStream(decoder, decryptor); in decrypt()
129 StreamCopier::copyStream(decoder, decryptor); in decrypt()
/dports/devel/poco/poco-1.10.1-all/Net/testsuite/src/
H A DHTTPClientSessionTest.cpp52 StreamCopier::copyStream(rs, ostr); in testGetSmall()
68 StreamCopier::copyStream(rs, ostr); in testGetLarge()
100 StreamCopier::copyStream(rs, ostr); in testPostSmallIdentity()
118 StreamCopier::copyStream(rs, ostr); in testPostLargeIdentity()
136 StreamCopier::copyStream(rs, ostr); in testPostSmallChunked()
173 StreamCopier::copyStream(rs, ostr); in testPostSmallClose()
190 StreamCopier::copyStream(rs, ostr); in testPostLargeClose()
255 StreamCopier::copyStream(rs, ostr); in testProxy()
273 StreamCopier::copyStream(rs, ostr); in testProxyAuth()
317 StreamCopier::copyStream(rs, ostr); in testExpectContinue()
[all …]
H A DHTTPStreamFactoryTest.cpp49 StreamCopier::copyStream(*pStr.get(), ostr); in testNoRedirect()
62 StreamCopier::copyStream(*pStr.get(), ostr); in testEmptyPath()
76 StreamCopier::copyStream(*pStr.get(), ostr); in testRedirect()
88 StreamCopier::copyStream(*pStr.get(), ostr); in testProxy()
H A DFTPStreamFactoryTest.cpp84 StreamCopier::copyStream(*pStr.get(), dataStr); in testDownload()
122 StreamCopier::copyStream(*pStr.get(), dataStr); in testList()
160 StreamCopier::copyStream(*pStr.get(), dataStr); in testUserInfo()
199 StreamCopier::copyStream(*pStr.get(), dataStr); in testPasswordProvider()
/dports/net-im/signal-cli/signal-cli-0.9.0/lib/src/main/java/org/asamk/signal/manager/util/
H A DIOUtils.java29 IOUtils.copyStream(in, baos); in readFully()
59 copyStream(inputStream, output); in copyFileToStream()
63 public static void copyStream(InputStream input, OutputStream output) throws IOException { in copyStream() method in IOUtils
64 copyStream(input, output, 4096); in copyStream()
67 …public static void copyStream(InputStream input, OutputStream output, int bufferSize) throws IOExc… in copyStream() method in IOUtils
/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/
H A DUtil.java60 …public static void copyStream(InputStream input, OutputStream output, int bufferSize) throws IOExc… in copyStream() method in Util
71 Util.copyStream(in, baos); in readFully()
75 …public static void copyStream(InputStream input, OutputStream output) throws IOException { copyStr… in copyStream() method in Util
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests/src/org/eclipse/equinox/p2/tests/artifact/processors/
H A DZipVerifierProcessorTest.java42 FileUtils.copyStream(inputStream, true, step, true); in testGoodZip()
57 FileUtils.copyStream(inputStream, true, step, true); in testBogusFile()
72 FileUtils.copyStream(inputStream, true, step, true); in testBogusFile2()
87 FileUtils.copyStream(inputStream, true, step, true); in testBogusFile3()
103 FileUtils.copyStream(inputStream, true, step, true); in testPackGZFile()
H A DPack200ProcessorTest.java49 FileUtils.copyStream(inputStream, true, step, true); in DISABLE_testUnpack()
54 FileUtils.copyStream(inputStream, true, expected, true); in DISABLE_testUnpack()
68 FileUtils.copyStream(inputStream, true, step, true); in testUnpackFailsBecauseOfZeroLengthPackedFile()
108 FileUtils.copyStream(inputStream, true, step, true); in testUnpackFileNotPackedByJarProcessor()
/dports/devel/poco/poco-1.10.1-all/Foundation/samples/LineEndingConverter/src/
H A DLineEndingConverter.cpp33 StreamCopier::copyStream(conv, output); in dosToUnix()
40 StreamCopier::copyStream(conv, output); in unixToDos()
60 StreamCopier::copyStream(fis, ss); in main()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSStream/
H A Dmemandfile.m8 static void copyStream(NSInputStream *input, NSOutputStream *output) function
39 copyStream(input, output);
49 copyStream(input2, output2);
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/android/java/src/org/chromium/base/
H A DFileUtils.java109 public static void copyStream(InputStream inputStream, OutputStream outputStream) in copyStream() method in FileUtils
128 copyStream(is, os); in copyStreamToFile()
141 FileUtils.copyStream(inputStream, data); in readStream()
/dports/net-im/tg_owt/tg_owt-d578c76/src/base/android/java/src/org/chromium/base/
H A DFileUtils.java109 public static void copyStream(InputStream inputStream, OutputStream outputStream) in copyStream() method in FileUtils
128 copyStream(is, os); in copyStreamToFile()
141 FileUtils.copyStream(inputStream, data); in readStream()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DUtils.java44 public static void copyStream(InputStream in, OutputStream out) in copyStream() method in Utils
54 public static void copyStream(Reader in, Writer out) in copyStream() method in Utils
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.tests.optimizers/src/org/eclipse/equinox/p2/tests/artifact/optimizers/
H A DPack200OptimizerTest.java56 FileUtils.copyStream(inputStream, true, step, true); in testPack()
74 FileUtils.copyStream(inputStream, true, expected, true); in testPack()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DUtils.java44 public static void copyStream(InputStream in, OutputStream out) in copyStream() method in Utils
54 public static void copyStream(Reader in, Writer out) in copyStream() method in Utils
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DUtils.java44 public static void copyStream(InputStream in, OutputStream out) in copyStream() method in Utils
54 public static void copyStream(Reader in, Writer out) in copyStream() method in Utils
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DUtils.java44 public static void copyStream(InputStream in, OutputStream out) in copyStream() method in Utils
54 public static void copyStream(Reader in, Writer out) in copyStream() method in Utils
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DUtils.java44 public static void copyStream(InputStream in, OutputStream out) in copyStream() method in Utils
54 public static void copyStream(Reader in, Writer out) in copyStream() method in Utils
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/failure_handler/src/share/classes/jdk/test/failurehandler/
H A DUtils.java44 public static void copyStream(InputStream in, OutputStream out) in copyStream() method in Utils
54 public static void copyStream(Reader in, Writer out) in copyStream() method in Utils

12345678910>>...24