HomeSort by relevance Sort by last modified time
    Searched refs:test_read (Results 1 - 25 of 79) sorted by null

1 2 3 4

  /external/chromium_org/third_party/skia/tests/
FrontBufferedStreamTest.cpp 14 static void test_read(skiatest::Reporter* reporter, SkStream* bufferedStream, function
58 test_read(reporter, bufferedStream, gAbcs, bufferSize / 2);
63 test_read(reporter, bufferedStream, gAbcs, bufferSize / 4);
66 test_read(reporter, bufferedStream, gAbcs + bufferedStream->getPosition(), bufferSize / 2);
71 test_read(reporter, bufferedStream, gAbcs, bufferSize << 1);
85 test_read(reporter, bufferedStream, gAbcs, bufferSize);
91 test_read(reporter, bufferedStream, gAbcs, bufferSize);
94 test_read(reporter, bufferedStream, gAbcs + bufferedStream->getPosition(), 1);
108 test_read(reporter, bufferedStream, gAbcs, bufferSize / 4);
114 test_read(reporter, bufferedStream, gAbcs + bufferedStream->getPosition(), bufferSize / 4)
    [all...]
  /external/skia/tests/
FrontBufferedStreamTest.cpp 14 static void test_read(skiatest::Reporter* reporter, SkStream* bufferedStream, function
58 test_read(reporter, bufferedStream, gAbcs, bufferSize / 2);
63 test_read(reporter, bufferedStream, gAbcs, bufferSize / 4);
66 test_read(reporter, bufferedStream, gAbcs + bufferedStream->getPosition(), bufferSize / 2);
71 test_read(reporter, bufferedStream, gAbcs, bufferSize << 1);
85 test_read(reporter, bufferedStream, gAbcs, bufferSize);
91 test_read(reporter, bufferedStream, gAbcs, bufferSize);
94 test_read(reporter, bufferedStream, gAbcs + bufferedStream->getPosition(), 1);
108 test_read(reporter, bufferedStream, gAbcs, bufferSize / 4);
114 test_read(reporter, bufferedStream, gAbcs + bufferedStream->getPosition(), bufferSize / 4)
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/io/
StringBufferInputStreamTest.java 47 public void test_read() throws UnsupportedEncodingException { method in class:StringBufferInputStreamTest
58 public void test_read$BII() {
FilterInputStreamTest.java 160 public void test_read() throws Exception { method in class:FilterInputStreamTest
168 public void test_read$B() throws Exception {
178 public void test_read$BII() throws Exception {
LineNumberInputStreamTest.java 85 public void test_read() throws IOException { method in class:LineNumberInputStreamTest
102 public void test_read$BII() throws IOException, UnsupportedEncodingException {
PipedReaderTest.java 161 public void test_read() throws Exception { method in class:PipedReaderTest
177 public void test_read$CII() throws Exception {
200 public void test_read$CII_ExceptionPriority() throws IOException {
212 public void test_read$CII_ExceptionPriority2() throws IOException {
223 public void test_read$CII_ExceptionPriority3() throws IOException {
234 public void test_read$CII_ExceptionPriority4() throws IOException {
PipedInputStreamTest.java 172 public void test_read() throws Exception { method in class:PipedInputStreamTest
192 public void test_read$BII() throws Exception {
216 public void test_read$BII_2() throws IOException {
228 public void test_read$BII_3() throws IOException {
240 public void test_read$BII_4() throws IOException {
ByteArrayInputStreamTest.java 116 public void test_read() throws IOException { method in class:ByteArrayInputStreamTest
126 public void test_read$BII() throws IOException {
CharArrayReaderTest.java 89 public void test_read() throws IOException { method in class:CharArrayReaderTest
99 public void test_read$CII() throws IOException {
SequenceInputStreamTest.java 126 public void test_read() throws IOException { method in class:SequenceInputStreamTest
144 public void test_read$BII() throws IOException {
StringReaderTest.java 82 public void test_read() throws Exception { method in class:StringReaderTest
94 public void test_read$CII() throws Exception {
LineNumberReaderTest.java 84 public void test_read() throws IOException { method in class:LineNumberReaderTest
97 public void test_read$CII() throws IOException {
PushbackInputStreamTest.java 130 public void test_read() { method in class:PushbackInputStreamTest
143 public void test_read$BII() {
  /libcore/luni/src/test/java/libcore/java/io/
OldStringBufferInputStreamTest.java 27 public void test_read$BII_Exception() {
OldFilterReaderTest.java 107 public void test_read() throws IOException { method in class:OldFilterReaderTest
112 public void test_read$CII() throws IOException {
118 public void test_read$CII_Exception() throws IOException {
OldLineNumberInputStreamTest.java 48 public void test_read() throws IOException { method in class:OldLineNumberInputStreamTest
71 public void test_read$BII() throws IOException {
86 public void test_read$BII_Exception() throws IOException {
OldLineNumberReaderTest.java 55 public void test_read() throws IOException { method in class:OldLineNumberReaderTest
77 public void test_read$CII() throws IOException {
95 public void test_read$CII_Exception() throws IOException {
OldStringReaderTest.java 38 public void test_read$CII() throws Exception {
OldInputStreamTest.java 86 public void test_read$B() throws IOException {
120 public void test_read$BII_Exception() throws IOException {
166 public void test_read$BII() throws IOException {
OldSequenceInputStreamTest.java 55 public void test_read() throws IOException { method in class:OldSequenceInputStreamTest
116 public void test_read$BII_Excpetion() throws IOException {
OldByteArrayInputStreamTest.java 127 public void test_read() { method in class:OldByteArrayInputStreamTest
140 public void test_read$BII() throws IOException {
  /libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 92 public void test_read() throws IOException { method in class:DigestInputStream2Test
107 public void test_read$BII() throws IOException {
136 public void test_read$BII_Exception() throws IOException {
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
DigestInputStream2Test.java 92 public void test_read() throws IOException { method in class:DigestInputStream2Test
107 public void test_read$BII() throws IOException {
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
CheckedInputStreamTest.java 96 public void test_read() throws Exception { method in class:CheckedInputStreamTest
113 public void test_read$byteII() throws Exception {
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/test/
test_mock.py 58 def test_read(self): member in class:MockConnTest
79 def test_read(self): member in class:MockBlockingConnTest

Completed in 437 milliseconds

1 2 3 4