Home
last modified time | relevance | path

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

12

/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.java578 InputStream is = mResources.openRawResource(R.raw.text); in testRawResource() local
587 static void verifyTextAsset(final InputStream is) throws IOException { in verifyTextAsset()
/cts/tests/tests/telephony2/src/android/telephony2/cts/
DPhoneNumberTest.java41 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in setDefaultSmsApp() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DMovieTest.java113 InputStream is = getActivity().getResources().openRawResource(MOVIE); in testDecodeByteArray() local
124 InputStream is = getActivity().getResources() in testDecodeStream() local
DBitmapRegionDecoderTest.java110 InputStream is = obtainInputStream(RES_IDS[i]); in testNewInstanceInputStream() local
282 InputStream is = obtainInputStream(RES_IDS[0]); in testRecycle() local
358 InputStream is = obtainInputStream(resId); in obtainByteArray() local
375 InputStream is = obtainInputStream(RES_IDS[idx]); in obtainPath() local
DTypefaceTest.java172 InputStream is = getContext().getAssets().open("samplefont.ttf"); in obtainPath() local
DBitmapFactoryTest.java130 InputStream is = obtainInputStream(); in testDecodeResourceStream() local
161 InputStream is = obtainInputStream(); in testDecodeStream1() local
173 InputStream is = obtainInputStream(); in testDecodeStream2() local
183 InputStream is = obtainInputStream(RES_IDS[i]); in testDecodeStream3() local
621 InputStream is = obtainInputStream(resId); in obtainPath() 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/os/src/android/os/cts/
DRecoverySystemTest.java48 InputStream is = mAssets.open(name); in getAsset() local
DParcelFileDescriptorTest.java135 private static void assertInputStreamContent(byte[] expected, InputStream is) in assertInputStreamContent()
155 FileInputStream is = new FileInputStream(fd); in testFromDataSkip() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCANotifyOnBootActivity.java58 InputStream is = null; in onClick() local
/cts/tests/tests/graphics/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/tests/tests/media/src/android/media/cts/
DUtils.java38 public static String convertStreamToString(InputStream is) { in convertStreamToString()
DMediaPlayerTest.java143 InputStream is = mContext.getResources().openRawResource(resid); in testPlayAudioFromDataURI() local
/cts/hostsidetests/devicepolicy/app/IntentReceiver/src/com/android/cts/intent/receiver/
DIntentReceiverActivity.java116 InputStream is = getContentResolver().openInputStream(uri); in getFirstLineFromUri() local
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_SystemTest.java85 private String convertStreamToString(InputStream is) { in convertStreamToString()
/cts/tests/tests/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java127 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in execShellCommand() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/renderers/
DGLArrowSensorTestRenderer.java137 InputStream is = mContext.getResources().openRawResource(R.raw.sns_texture); in onSurfaceCreated() local
/cts/tools/cts-api-coverage/src/com/android/cts/apicoverage/
DCurrentXmlHandler.java147 private static boolean is(Attributes attributes, String valueName) { in is() method in CurrentXmlHandler
/cts/hostsidetests/devicepolicy/app/IntentSender/src/com/android/cts/intent/sender/
DContentTest.java209 InputStream is = mContext.getContentResolver().openInputStream(uri); in getFirstLineFromUri() local
/cts/tests/tests/uidisolation/src/android/uidisolation/cts/
DPermissionTestService.java228 InputStream is = null; in testNetworkAccess() local
/cts/tests/tests/text/src/android/text/format/cts/
DDateFormatTest.java86 private String convertStreamToString(InputStream is) { in convertStreamToString()
/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DContactsTest.java569 private static byte[] getByteFromStream(InputStream is) throws IOException { in getByteFromStream()
585 final InputStream is = mResolver.openInputStream(Uri.parse(uri)); in assertPhotoUriReadable() local
/cts/tests/tests/database/src/android/database/sqlite/cts/
DSQLiteStatementTest.java329 private static void assertInputStreamContent(byte[] expected, InputStream is) in assertInputStreamContent()

12