/third_party/skia/tests/ |
H A D | FrontBufferedStreamTest.cpp | 20 static void test_read(skiatest::Reporter* reporter, SkStream* bufferedStream, in test_read() function 69 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize / 2); in test_incremental_buffering() 74 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize / 4); in test_incremental_buffering() 77 test_read(reporter, bufferedStream.get(), gAbcs + bufferSize / 4, bufferSize / 2); in test_incremental_buffering() 82 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize << 1); in test_incremental_buffering() 97 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize); in test_perfectly_sized_buffer() 103 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize); in test_perfectly_sized_buffer() 106 test_read(reporter, bufferedStream.get(), gAbcs + memStream->getPosition(), 1); in test_perfectly_sized_buffer() 121 test_read(reporter, bufferedStream.get(), gAbcs, bufferSize / 4); in test_skipping() 127 test_read(reporte in test_skipping() [all...] |
H A D | RoundRectTest.cpp | 970 static void test_read(skiatest::Reporter* reporter) { in test_read() function 1282 test_read(reporter); in DEF_TEST()
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugemmap/ |
H A D | hugemmap23.c | 69 static int test_read(void *p) in test_read() function 114 r = test_read(p); in test_prot()
|
/third_party/python/Lib/test/ |
H A D | test_univnewlines.py | 60 def test_read(self): member in TestGenericUnivNewlines
|
H A D | _test_eintr.py | 116 def test_read(self): member in OSEINTRTest
|
H A D | audiotests.py | 276 def test_read(self): member in AudioTestsWithSourceFile
|
H A D | mapping_tests.py | 43 def test_read(self): member in BasicTestMappingProtocol
|
H A D | test_memoryio.py | 158 def test_read(self): member in MemoryTestMixin
|
H A D | test_gzip.py | 120 def test_read(self): member in TestGzip
|
H A D | test_mailbox.py | 2046 def test_read(self): member in TestProxyFile 2092 def test_read(self): member in TestPartialFile
|
H A D | test_csv.py | 1276 def test_read(self): member in TestLeaks
|
H A D | test_urllib.py | 177 def test_read(self): member in urlopen_FileTests
|
H A D | test_zipfile.py | 2519 def test_read(self): member in AbstractTestsWithRandomBinaryFiles 3322 def test_read(self, alpharep): function
|
H A D | test_lzma.py | 786 def test_read(self): member in FileTestCase
|
H A D | test_codecs.py | 2744 def test_read(self): member in TransformCodecTest
|
H A D | test_io.py | 1286 def test_read(self): member in BufferedReaderTest 2016 def test_read(self): member in BufferedRWPairTest
|
H A D | test_os.py | 221 def test_read(self): member in FileTests 2238 def test_read(self): member in TestInvalidFD
|
/third_party/python/Lib/idlelib/idle_test/ |
H A D | test_run.py | 138 def test_read(self): member in StdInputFilesTest
|
/third_party/python/Lib/test/test_asyncio/ |
H A D | test_streams.py | 148 def test_read(self): member in StreamTests
|