/cts/tools/vm-tests-tf/src/util/build/ |
D | BytesStreamSucker.java | 37 private final InputStream is; field in BytesStreamSucker 44 public BytesStreamSucker( in BytesStreamSucker() 51 public BytesStreamSucker(@Nonnull InputStream is, @Nonnull OutputStream os) { in BytesStreamSucker()
|
D | CharactersStreamSucker.java | 41 public CharactersStreamSucker( in CharactersStreamSucker() 48 public CharactersStreamSucker(@Nonnull InputStream is, @Nonnull PrintStream os) { in CharactersStreamSucker()
|
D | ExecuteFile.java | 243 public ThreadBytesStreamSucker(@Nonnull InputStream is, @Nonnull OutputStream os, in ThreadBytesStreamSucker() 261 public ThreadCharactersStreamSucker(@Nonnull InputStream is, @Nonnull PrintStream ps, in ThreadCharactersStreamSucker()
|
/cts/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/ |
D | DeviceTestCompanion.java | 60 private String nextTest(@NonNull InputStream is, @NonNull OutputStream os, in nextTest() 94 private boolean echoBytes(@NonNull InputStream is, @NonNull OutputStream os, int size) in echoBytes() 118 private boolean echoUntilStopSignal(@NonNull InputStream is, @NonNull OutputStream os) { in echoUntilStopSignal() 180 try (InputStream is = new ParcelFileDescriptor.AutoCloseInputStream(fd)) { in runTest()
|
/cts/tests/tests/content/src/android/content/res/cts/ |
D | RawResourceTest.java | 38 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/ |
D | MovieTest.java | 118 InputStream is = mResources.openRawResource(MOVIE); in testDecodeByteArray() local 129 try (InputStream is = mResources.openRawResource(MOVIE)) { in testDecodeStream()
|
D | BitmapRegionDecoderTest.java | 145 InputStream is = obtainInputStream(RES_IDS[i]); in testNewInstanceInputStream() local 328 InputStream is = obtainInputStream(RES_IDS[0]); in testRecycle() local 369 InputStream is = obtainInputStream(RES_IDS[i]); in testInBitmapReuse() local 436 InputStream is = obtainInputStream(RES_IDS[0]); in testDecodeHardwareBitmap() local 638 InputStream is = obtainInputStream(resId); in obtainByteArray() local 655 InputStream is = obtainInputStream(RES_IDS[idx]); in obtainPath() local
|
/cts/tests/tests/telephony2/src/android/telephony2/cts/ |
D | PhoneNumberTest.java | 43 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in setDefaultSmsApp() local
|
/cts/tests/tests/os/src/android/os/cts/ |
D | CustomClassLoaderTest.java | 47 InputStream is = mContext.getAssets().open("dex1.bytes"); in setUp() local
|
D | RecoverySystemTest.java | 48 InputStream is = mAssets.open(name); in getAsset() local
|
D | ParcelFileDescriptorTest.java | 135 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/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/ |
D | UsbAccessoryTestActivity.java | 111 try (InputStream is = new ParcelFileDescriptor.AutoCloseInputStream( in onAttached() 275 private boolean nextTest(@NonNull InputStream is, @NonNull OutputStream os, in nextTest()
|
/cts/tests/tests/util/src/android/util/cts/ |
D | PrintStreamPrinterTest.java | 77 try (InputStream is = new FileInputStream(mFile)){ in testPrintln()
|
D | PrintWriterPrinterTest.java | 79 InputStream is = new FileInputStream(mFile); in testPrintln() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/ |
D | XmpDepthDecode.java | 65 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/hardware/src/android/hardware/input/cts/tests/ |
D | InputTestCase.java | 174 InputStream is = in getEvents() local 190 private static String readFully(InputStream is) throws IOException { in readFully()
|
/cts/tests/tests/opengl/src/android/opengl/cts/ |
D | CompressedTextureLoader.java | 127 protected static PVRHeader readPVRHeader(InputStream is) { in readPVRHeader() 200 private static ByteBuffer read(InputStream is, int dataSize) { in read() 219 InputStream is = null; in loadTexturePVRTC() local 334 protected static DDSHeader readDDSHeader(InputStream is) { in readDDSHeader() 387 InputStream is = null; in loadTextureDXT() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | ConscryptIntermediateVerificationTest.java | 41 InputStream is = null; in loadCertificates() local
|
D | CertBlacklistTest.java | 91 try (InputStream is = getContext().getResources().openRawResource(resId)) { in loadCertificates()
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/ |
D | CANotifyOnBootActivity.java | 58 InputStream is = null; in onClick() local
|
D | CAInstallNotificationVerifierActivity.java | 97 InputStream is = null; in performTest() local
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | CaptioningManagerTest.java | 138 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in execShellCommand() local
|
/cts/tests/tests/networksecurityconfig/networksecurityconfig-downloadmanager/src/android/security/net/config/cts/ |
D | DownloadManagerTest.java | 128 try (InputStream is = getContext().getResources().openRawResource(chainResId)) { in bindTLSServer() 139 try (InputStream is = getContext().getResources().openRawResource(keyResId)) { in bindTLSServer()
|
/cts/tests/tests/networksecurityconfig/networksecurityconfig-resourcesrc/src/android/security/net/config/cts/ |
D | ResourceSourceTest.java | 74 InputStream is = null; in loadCertificates() local
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | Settings_SystemTest.java | 85 private String convertStreamToString(InputStream is) { in convertStreamToString()
|