Home
last modified time | relevance | path

Searched defs:is (Results 1 – 10 of 10) 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.java887 InputStream is = mResources.openRawResource(R.raw.text); in testRawResource() local
896 static void verifyTextAsset(final InputStream is) throws IOException { in verifyTextAsset()
/cts/tests/tests/graphics/src/android/graphics/cts/
DMovieTest.java147 InputStream is = getActivity().getResources().openRawResource(MOVIE); in testDecodeByteArray() local
166 InputStream is = getActivity().getResources() in testDecodeStream() local
DBitmapFactoryTest.java145 InputStream is = obtainInputStream(); in testDecodeStream1() local
162 InputStream is = obtainInputStream(); in testDecodeStream2() local
258 InputStream is = obtainInputStream(); in obtainPath() local
/cts/tests/tests/util/src/android/util/cts/
DPrintStreamPrinterTest.java62 InputStream is = null; in testPrintln() local
DPrintWriterPrinterTest.java84 InputStream is = new FileInputStream(mFile); in testPrintln() local
/cts/tests/tests/media/src/android/media/cts/
DSoundPoolTest.java144 InputStream is = mContext.getResources().openRawResource(SOUND_A); in createSoundFile() local
/cts/tools/host/src/com/android/cts/
DHostUtils.java165 InputStream is = new BufferedInputStream(new FileInputStream(f)); in visitFile() local
DTestDevice.java915 public void setInputStream(InputStream is); in setInputStream()
1107 public void setInputStream(InputStream is) { in setInputStream()
/cts/tests/tests/content/src/android/content/cts/
DContentResolverTest.java204 InputStream is = mContentResolver.openInputStream(uri); in testOpenInputStream() local