Home
last modified time | relevance | path

Searched refs:test_read (Results 1 – 25 of 27) sorted by relevance

12

/external/skia/tests/
DFrontBufferedStreamTest.cpp15 static void test_read(skiatest::Reporter* reporter, SkStream* bufferedStream, in test_read() function
44 test_read(reporter, bufferedStream, gAbcs, bufferSize / 2); in test_incremental_buffering()
49 test_read(reporter, bufferedStream, gAbcs, bufferSize / 4); in test_incremental_buffering()
52 test_read(reporter, bufferedStream, gAbcs + bufferedStream->getPosition(), bufferSize / 2); in test_incremental_buffering()
57 test_read(reporter, bufferedStream, gAbcs, bufferSize << 1); in test_incremental_buffering()
70 test_read(reporter, bufferedStream, gAbcs, bufferSize); in test_perfectly_sized_buffer()
76 test_read(reporter, bufferedStream, gAbcs, bufferSize); in test_perfectly_sized_buffer()
79 test_read(reporter, bufferedStream, gAbcs + bufferedStream->getPosition(), 1); in test_perfectly_sized_buffer()
92 test_read(reporter, bufferedStream, gAbcs, bufferSize / 4); in test_skipping()
98 test_read(reporter, bufferedStream, gAbcs + bufferedStream->getPosition(), bufferSize / 4); in test_skipping()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/io/
DPipedReaderTest.java161 public void test_read() throws Exception { in test_read() method in PipedReaderTest
177 public void test_read$CII() throws Exception { in test_read$CII()
200 public void test_read$CII_ExceptionPriority() throws IOException { in test_read$CII_ExceptionPriority()
212 public void test_read$CII_ExceptionPriority2() throws IOException { in test_read$CII_ExceptionPriority2()
223 public void test_read$CII_ExceptionPriority3() throws IOException { in test_read$CII_ExceptionPriority3()
234 public void test_read$CII_ExceptionPriority4() throws IOException { in test_read$CII_ExceptionPriority4()
DFilterInputStreamTest.java83 public void test_read() throws Exception { in test_read() method in FilterInputStreamTest
91 public void test_read$B() throws Exception { in test_read$B()
101 public void test_read$BII() throws Exception { in test_read$BII()
DStringBufferInputStreamTest.java47 public void test_read() throws UnsupportedEncodingException { in test_read() method in StringBufferInputStreamTest
58 public void test_read$BII() { in test_read$BII()
DPipedInputStreamTest.java173 public void test_read() throws Exception { in test_read() method in PipedInputStreamTest
193 public void test_read$BII() throws Exception { in test_read$BII()
217 public void test_read$BII_2() throws IOException { in test_read$BII_2()
229 public void test_read$BII_3() throws IOException { in test_read$BII_3()
241 public void test_read$BII_4() throws IOException { in test_read$BII_4()
DLineNumberInputStreamTest.java85 public void test_read() throws IOException { in test_read() method in LineNumberInputStreamTest
102 public void test_read$BII() throws IOException, UnsupportedEncodingException { in test_read$BII()
DStringReaderTest.java82 public void test_read() throws Exception { in test_read() method in StringReaderTest
94 public void test_read$CII() throws Exception { in test_read$CII()
DCharArrayReaderTest.java89 public void test_read() throws IOException { in test_read() method in CharArrayReaderTest
99 public void test_read$CII() throws IOException { in test_read$CII()
DSequenceInputStreamTest.java126 public void test_read() throws IOException { in test_read() method in SequenceInputStreamTest
144 public void test_read$BII() throws IOException { in test_read$BII()
DByteArrayInputStreamTest.java116 public void test_read() throws IOException { in test_read() method in ByteArrayInputStreamTest
126 public void test_read$BII() throws IOException { in test_read$BII()
DPushbackInputStreamTest.java130 public void test_read() { in test_read() method in PushbackInputStreamTest
143 public void test_read$BII() { in test_read$BII()
DFileInputStreamTest.java161 public void test_read() throws IOException { in test_read() method in FileInputStreamTest
171 public void test_read$B() throws IOException { in test_read$B()
184 public void test_read$BII() throws IOException { in test_read$BII()
DLineNumberReaderTest.java84 public void test_read() throws IOException { in test_read() method in LineNumberReaderTest
97 public void test_read$CII() throws IOException { in test_read$CII()
DBufferedInputStreamTest.java268 public void test_read() throws IOException { in test_read() method in BufferedInputStreamTest
291 public void test_read$BII_Exception() throws IOException { in test_read$BII_Exception()
334 public void test_read$BII() throws IOException { in test_read$BII()
DPushbackReaderTest.java97 public void test_read() { in test_read() method in PushbackReaderTest
115 public void test_read$CII() { in test_read$CII()
DInputStreamReaderTest.java328 public void test_read() throws IOException { in test_read() method in InputStreamReaderTest
440 public void test_read$CII() throws IOException { in test_read$CII()
472 public void test_read$CII_1() throws IOException { in test_read$CII_1()
DDataInputStreamTest.java55 public void test_read$B() throws IOException { in test_read$B()
68 public void test_read$BII() throws IOException { in test_read$BII()
DReaderTest.java89 public void test_read() throws IOException { in test_read() method in ReaderTest
DRandomAccessFileTest.java202 public void test_read() throws IOException { in test_read() method in RandomAccessFileTest
217 public void test_read$B() throws IOException { in test_read$B()
234 public void test_read$BII() throws IOException { in test_read$BII()
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DDigestInputStream2Test.java92 public void test_read() throws IOException { in test_read() method in DigestInputStream2Test
107 public void test_read$BII() throws IOException { in test_read$BII()
/external/apache-harmony/archive/src/test/java/org/apache/harmony/archive/tests/java/util/zip/
DInflaterInputStreamTest.java169 public void test_read() throws IOException { in test_read() method in InflaterInputStreamTest
267 public void test_read$BII() throws IOException{ in test_read$BII()
298 public void test_read$BII2() throws IOException { in test_read$BII2()
315 public void test_read$BII3() throws IOException { in test_read$BII3()
DCheckedInputStreamTest.java111 public void test_read() throws Exception { in test_read() method in CheckedInputStreamTest
128 public void test_read$byteII() throws Exception { in test_read$byteII()
DGZIPInputStreamTest.java123 public void test_read$BII() throws IOException { in test_read$BII()
281 public void test_read() throws IOException { in test_read() method in GZIPInputStreamTest
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
Dtest_mock.py58 def test_read(self): member in MockConnTest
79 def test_read(self): member in MockBlockingConnTest
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dzipfileset_unittest.py77 def test_read(self): member in ZipFileSetTest

12