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

1 2 3 4 5 6

  /external/skia/tests/
FrontBufferedStreamTest.cpp 16 static void test_read(skiatest::Reporter* reporter, SkStream* bufferedStream, function
63 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize / 2);
68 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize / 4);
71 test_read(reporter, bufferedStream.get(), gAbcs + bufferSize / 4, bufferSize / 2);
76 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize << 1);
90 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize);
96 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize);
99 test_read(reporter, bufferedStream.get(), gAbcs + memStream->getPosition(), 1);
113 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize / 4);
119 test_read(reporter, bufferedStream.get(), gAbcs + memStream->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 {
OldByteArrayInputStreamTest.java 127 public void test_read() { method in class:OldByteArrayInputStreamTest
140 public void test_read$BII() throws IOException {
OldCharArrayReaderTest.java 125 public void test_read() throws IOException { method in class:OldCharArrayReaderTest
145 public void test_read$CII() throws IOException {
OldSequenceInputStreamTest.java 57 public void test_read() throws IOException { method in class:OldSequenceInputStreamTest
118 public void test_read$BII_Excpetion() throws IOException {
  /system/extras/libfec/test/
Android.mk 9 LOCAL_SRC_FILES := test_read.cpp
  /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/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
ext4_test_inode_version.c 68 void test_read(void) function
191 test_read();
  /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 {

Completed in 294 milliseconds

1 2 3 4 5 6