Home
last modified time | relevance | path

Searched defs:is (Results 1 – 22 of 22) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/
DRawResourceTest.java38 final InputStream is = mResources.openRawResource(R.raw.text); in testReadToEnd() local
42 static void verifyTextAsset(final InputStream is) throws IOException { in verifyTextAsset()
DResourcesTest.java579 InputStream is = mResources.openRawResource(R.raw.text); in testRawResource() local
588 static void verifyTextAsset(final InputStream is) throws IOException { in verifyTextAsset()
/cts/hostsidetests/appsecurity/test-apps/ExternalStorageApp/src/com/android/cts/externalstorageapp/
DExternalStorageTest.java40 final InputStream is = new FileInputStream(file); in readExternalStorage() local
/cts/hostsidetests/appsecurity/test-apps/WriteExternalStorageApp/src/com/android/cts/writeexternalstorageapp/
DWriteExternalStorageTest.java42 final InputStream is = new FileInputStream(file); in readExternalStorage() local
/cts/tests/tests/util/src/android/util/cts/
DPrintStreamPrinterTest.java48 InputStream is = null; in testPrintln() local
DPrintWriterPrinterTest.java69 InputStream is = new FileInputStream(mFile); in testPrintln() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DMovieTest.java115 InputStream is = getActivity().getResources().openRawResource(MOVIE); in testDecodeByteArray() local
126 InputStream is = getActivity().getResources() in testDecodeStream() local
DBitmapFactoryTest.java114 InputStream is = obtainInputStream(); in testDecodeResourceStream() local
145 InputStream is = obtainInputStream(); in testDecodeStream1() local
157 InputStream is = obtainInputStream(); in testDecodeStream2() local
167 InputStream is = obtainInputStream(RES_IDS[i]); in testDecodeStream3() local
278 InputStream is = obtainInputStream(); in obtainPath() local
DBitmapRegionDecoderTest.java110 InputStream is = obtainInputStream(RES_IDS[i]); in testNewInstanceInputStream() local
252 InputStream is = obtainInputStream(RES_IDS[0]); in testRecycle() local
319 InputStream is = obtainInputStream(resId); in obtainByteArray() local
336 InputStream is = obtainInputStream(RES_IDS[idx]); in obtainPath() local
DTypefaceTest.java172 InputStream is = getContext().getAssets().open("samplefont.ttf"); in obtainPath() local
/cts/tests/tests/os/src/android/os/cts/
DRecoverySystemTest.java48 InputStream is = mAssets.open(name); in getAsset() local
DParcelFileDescriptorTest.java115 private static void assertInputStreamContent(byte[] expected, InputStream is) in assertInputStreamContent()
135 FileInputStream is = new FileInputStream(fd); in testFromDataSkip() local
/cts/tests/src/android/opengl/cts/
DCompressedTextureLoader.java139 protected static PVRHeader readPVRHeader(InputStream is) { in readPVRHeader()
212 private static ByteBuffer read(InputStream is, int dataSize) { in read()
231 InputStream is = null; in loadTexturePVRTC() local
346 protected static DDSHeader readDDSHeader(InputStream is) { in readDDSHeader()
399 InputStream is = null; in loadTextureDXT() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/
DAccelerometerTestRenderer.java304 InputStream is = mContext.getResources().openRawResource(R.raw.sns_texture); in onSurfaceCreated() local
/cts/tests/tests/media/src/android/media/cts/
DDecoderTest.java82 InputStream is = masterFd.createInputStream(); in decode() local
DSoundPoolTest.java122 InputStream is = mContext.getResources().openRawResource(getSoundA()); in createSoundFile() local
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteStatementTest.java329 private static void assertInputStreamContent(byte[] expected, InputStream is) in assertInputStreamContent()
/cts/tests/src/android/os/cts/
DFileUtils.java138 public static byte[] readInputStreamFully(InputStream is) { in readInputStreamFully()
/cts/tests/tests/os/src/android/os/storage/cts/
DStorageManagerTest.java177 InputStream is = null; in copyRawToFile() local
/cts/tests/tests/database/src/android/database/cts/
DDatabaseUtilsTest.java630 private static void assertInputStreamContent(byte[] expected, InputStream is) in assertInputStreamContent()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java462 InputStream is = mContentResolver.openInputStream(uri); in testOpenInputStream() local
/cts/libs/testserver/src/android/webkit/cts/
DCtsTestServer.java194 InputStream is = connection.getInputStream(); in shutdown() local