/external/apache-commons-io/src/test/java/org/apache/commons/io/serialization/ |
D | ValidatingObjectInputStreamTest.java | 46 private InputStream testStream; field in ValidatingObjectInputStreamTest 51 closeAfterEachTest(new ValidatingObjectInputStream(testStream)) in acceptCustomMatcher() 59 closeAfterEachTest(new ValidatingObjectInputStream(testStream)) in acceptPattern() 67 closeAfterEachTest(new ValidatingObjectInputStream(testStream)) in acceptWildcard() 92 closeAfterEachTest(new CustomVOIS(testStream)) in customInvalidMethod() 101 closeAfterEachTest(new ValidatingObjectInputStream(testStream))); in exceptionIncludesClassName() 112 closeAfterEachTest(new ValidatingObjectInputStream(testStream)))); in noAccept() 118 closeAfterEachTest(new ValidatingObjectInputStream(testStream)) in ourTestClassAcceptedFirst() 126 closeAfterEachTest(new ValidatingObjectInputStream(testStream)) in ourTestClassAcceptedFirstWildcard() 134 closeAfterEachTest(new ValidatingObjectInputStream(testStream)) in ourTestClassAcceptedSecond() [all …]
|
/external/aws-sdk-java-v2/utils/src/test/java/software/amazon/awssdk/utils/ |
D | Md5UtilsTest.java | 40 public void testStream() throws IOException { in testStream() method in Md5UtilsTest
|
/external/skia/tests/ |
D | JpegGainmapTest.cpp | 440 TestStream testStream(rec.streamType, stream.get()); in DEF_TEST() local 441 auto sourceMgr = SkJpegSourceMgr::Make(&testStream, rec.bufferSize); in DEF_TEST() 609 auto testStream = std::make_unique<TestStream>(streamType, stream.get()); in DEF_TEST() local 614 decode_all(r, std::move(testStream), baseBitmap, gainmapBitmap, gainmapInfo); in DEF_TEST() 644 auto testStream = std::make_unique<TestStream>(streamType, stream.get()); in DEF_TEST() local 649 SkJpegCodec::MakeFromStream(std::move(testStream), &result); in DEF_TEST()
|
D | Test.h | 509 SkNullWStream testStream; \ 510 auto testDoc = SkPDF::MakeDocument(&testStream, SkPDF::JPEG::MetadataWithCallbacks()); \
|
/external/apache-commons-compress/src/test/java/org/apache/commons/compress/archivers/zip/ |
D | BitStreamTest.java | 40 public void testStream() throws Exception { in testStream() method in BitStreamTest
|
/external/apache-commons-io/src/test/java/org/apache/commons/io/output/ |
D | ByteArrayOutputStreamTest.java | 173 … public void testStream(final String baosName, final BAOSFactory<?> baosFactory) throws Exception { in testStream() method in ByteArrayOutputStreamTest
|
/external/bzip2/ |
D | bzip2.c | 554 Bool testStream ( FILE *zStream ) in testStream() function 1592 allOK = testStream ( inStr ); in testf()
|
/external/guava/guava-tests/test/com/google/common/primitives/ |
D | ImmutableIntArrayTest.java | 346 public void testStream() { in testStream() method in ImmutableIntArrayTest
|
D | ImmutableLongArrayTest.java | 349 public void testStream() { in testStream() method in ImmutableLongArrayTest
|
D | ImmutableDoubleArrayTest.java | 360 public void testStream() { in testStream() method in ImmutableDoubleArrayTest
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | FluentIterableTest.java | 924 public void testStream() { in testStream() method in FluentIterableTest
|
/external/python/cpython3/Lib/test/ |
D | test_socket.py | 550 def testStream(self): member in ThreadedVSOCKSocketStreamTest 6098 def testStream(self): member in TIPCThreadableTest
|