Home
last modified time | relevance | path

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

123

/cts/tools/vm-tests-tf/src/util/build/
DBytesStreamSucker.java37 private final InputStream is; field in BytesStreamSucker
44 public BytesStreamSucker( in BytesStreamSucker()
51 public BytesStreamSucker(@Nonnull InputStream is, @Nonnull OutputStream os) { in BytesStreamSucker()
DCharactersStreamSucker.java41 public CharactersStreamSucker( in CharactersStreamSucker()
48 public CharactersStreamSucker(@Nonnull InputStream is, @Nonnull PrintStream os) { in CharactersStreamSucker()
DExecuteFile.java243 public ThreadBytesStreamSucker(@Nonnull InputStream is, @Nonnull OutputStream os, in ThreadBytesStreamSucker()
261 public ThreadCharactersStreamSucker(@Nonnull InputStream is, @Nonnull PrintStream ps, in ThreadCharactersStreamSucker()
/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()
/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
321 InputStream is = obtainInputStream(RES_IDS[i]); in testInBitmapReuse() local
435 InputStream is = obtainInputStream(resId); in obtainByteArray() local
452 InputStream is = obtainInputStream(RES_IDS[idx]); in obtainPath() local
DBitmapFactoryTest.java129 InputStream is = obtainInputStream(); in testDecodeResourceStream() local
160 InputStream is = obtainInputStream(); in testDecodeStream1() local
172 InputStream is = obtainInputStream(); in testDecodeStream2() local
182 InputStream is = obtainInputStream(RES_IDS[i]); in testDecodeStream3() local
756 InputStream is = obtainInputStream(resId); in obtainPath() local
/cts/tests/tests/telephony2/src/android/telephony2/cts/
DPhoneNumberTest.java43 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in setDefaultSmsApp() 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/
DCustomClassLoaderTest.java47 InputStream is = mContext.getAssets().open("dex1.bytes"); in setUp() local
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
294 try (AutoCloseInputStream is = new AutoCloseInputStream(red)) { in testPipeError()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DXmpDepthDecode.java65 public XmpDepthDecode(InputStream is) throws IOException { in XmpDepthDecode()
143 static XMPMeta read(InputStream is, boolean skipExtendedContent) { in read()
206 private static List<Section> parse(InputStream is, boolean readMetaOnly, in parse()
294 private static Section readSection(InputStream is, int length, in readSection()
/cts/tests/tests/security/src/android/security/cts/
DConscryptIntermediateVerificationTest.java39 InputStream is = null; in loadCertificates() 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/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/
DDownloadManagerTest.java128 try (InputStream is = getContext().getResources().openRawResource(chainResId)) { in bindTLSServer()
139 try (InputStream is = getContext().getResources().openRawResource(keyResId)) { in bindTLSServer()
/cts/tests/tests/net/src/android/net/cts/
DLocalSocketTest.java256 private final InputStream is; field in LocalSocketTest.StreamReader
263 private StreamReader(InputStream is, int expectedByteCount) { in StreamReader()
/cts/tests/tests/networksecurityconfig/networksecurityconfig-resourcesrc/src/android/security/net/config/cts/
DResourceSourceTest.java74 InputStream is = null; in loadCertificates() 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/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java129 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in execShellCommand() local
/cts/tests/tests/media/src/android/media/cts/
DUtils.java42 public static String convertStreamToString(InputStream is) { in convertStreamToString()
/cts/tests/tests/display/src/android/display/cts/
DDisplayTest.java112 private String convertStreamToString(InputStream is) { in convertStreamToString()

123