Home
last modified time | relevance | path

Searched defs:FakeInputStream (Results 1 – 10 of 10) sorted by relevance

/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/tests/gtest/
H A DTestBase64.cpp144 class FakeInputStream final : public nsIInputStream class
150 FakeInputStream() in FakeInputStream() function in FakeInputStream
171 NS_IMPL_ISUPPORTS(FakeInputStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/embedder_support/android/util/
H A Dandroid_stream_reader_url_loader_unittest.cc37 class FakeInputStream : public embedder_support::InputStream { class
39 FakeInputStream() : contents_(""), nb_reads_(0) {} in FakeInputStream() function in embedder_support::FakeInputStream
40 explicit FakeInputStream(std::string contents) in FakeInputStream() function in embedder_support::FakeInputStream
42 explicit FakeInputStream(std::string contents, int nb_reads) in FakeInputStream() function in embedder_support::FakeInputStream
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/test/java/org/apache/hadoop/crypto/
H A DTestCryptoStreams.java167 public static class FakeInputStream extends InputStream implements class in TestCryptoStreams
176 public FakeInputStream(DataInputBuffer in) { in FakeInputStream() method in TestCryptoStreams.FakeInputStream
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/tests/gtest/
H A DTestBase64.cpp83 class FakeInputStream final : public nsIInputStream { class
87 FakeInputStream() in FakeInputStream() function in FakeInputStream
108 NS_IMPL_ISUPPORTS(FakeInputStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/tests/gtest/
H A DTestBase64.cpp145 class FakeInputStream final : public nsIInputStream class
151 FakeInputStream() in FakeInputStream() function in FakeInputStream
172 NS_IMPL_ISUPPORTS(FakeInputStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/tests/gtest/
H A DTestBase64.cpp83 class FakeInputStream final : public nsIInputStream { class
87 FakeInputStream() in FakeInputStream() function in FakeInputStream
108 NS_IMPL_ISUPPORTS(FakeInputStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
/dports/www/firefox/firefox-99.0/xpcom/tests/gtest/
H A DTestBase64.cpp83 class FakeInputStream final : public nsIInputStream { class
87 FakeInputStream() in FakeInputStream() function in FakeInputStream
108 NS_IMPL_ISUPPORTS(FakeInputStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
/dports/www/firefox-esr/firefox-91.8.0/xpcom/tests/gtest/
H A DTestBase64.cpp83 class FakeInputStream final : public nsIInputStream { class
87 FakeInputStream() in FakeInputStream() function in FakeInputStream
108 NS_IMPL_ISUPPORTS(FakeInputStream, nsIInputStream) in NS_IMPL_ISUPPORTS() argument
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/test/java/org/apache/hadoop/mapred/gridmix/
H A DTestGridMixClasses.java524 private class FakeInputStream extends InputStream implements Seekable, class in TestGridMixClasses
/dports/devel/thonny/thonny-3.3.14/thonny/plugins/cpython/
H A Dcpython_backend.py1130 class FakeInputStream(FakeStream): class