Searched +defs:is +defs:buffer (Results 1 – 3 of 3) sorted by relevance
| /cts/tests/tests/graphics/src/android/graphics/fonts/ |
| D | FontTest.java | 87 try (InputStream is = am.open(path)) { in mmap() 109 private static boolean copyToFile(File file, InputStream is) { in copyToFile() 113 private static boolean copyToFile(File file, InputStream is, byte[] prepend, byte[] append) { in copyToFile() 160 ByteBuffer buffer = mmap(am, path); in testBuilder_buffer() local 181 ByteBuffer buffer = mmap(am, path); in testBuilder_buffer_ttc() local 203 ByteBuffer buffer = mmap(am, path); in testBuilder_buffer_vf() local 227 ByteBuffer buffer = mmap(am, path); in testBuilder_buffer_override() local 243 ByteBuffer buffer = mmap(am, path); in testBuilder_buffer_override() local 277 try (InputStream is = am.open(path)) { in testBuilder_file() 304 try (InputStream is = am.open(path)) { in testBuilder_file_ttc() [all …]
|
| /cts/tests/tests/content/src/android/content/cts/ |
| D | ContentResolverTest.java | 664 InputStream is = mContentResolver.openInputStream(uri); in testOpenInputStream() local 754 char[] buffer = new char[8192]; in consumeAssetFileDescriptor() local
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | ImageDecoderTest.java | 706 InputStream is = res.openRawResource(R.drawable.ninepatch_nodpi, value); in testNinepatchWithDensityNone() local 1077 InputStream is = new ExceptionStream(R.drawable.animated, 27570); in testExceptionInStream() local 2299 ByteBuffer buffer = suppliers[i].get(); in testOffsetByteArray() local
|