Home
last modified time | relevance | path

Searched defs:is (Results 1 – 25 of 75) 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/apps/CtsVerifierUSBCompanion/src/com/android/cts/verifierusbcompanion/
DDeviceTestCompanion.java60 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/
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.java118 InputStream is = mResources.openRawResource(MOVIE); in testDecodeByteArray() local
129 try (InputStream is = mResources.openRawResource(MOVIE)) { in testDecodeStream()
DBitmapRegionDecoderTest.java145 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/
DPhoneNumberTest.java43 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in setDefaultSmsApp() 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/apps/CtsVerifier/src/com/android/cts/verifier/usb/accessory/
DUsbAccessoryTestActivity.java111 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/
DPrintStreamPrinterTest.java77 try (InputStream is = new FileInputStream(mFile)){ in testPrintln()
DPrintWriterPrinterTest.java79 InputStream is = new FileInputStream(mFile); in testPrintln() local
/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/hardware/src/android/hardware/input/cts/tests/
DInputTestCase.java174 InputStream is = in getEvents() local
190 private static String readFully(InputStream is) throws IOException { in readFully()
/cts/tests/tests/opengl/src/android/opengl/cts/
DCompressedTextureLoader.java127 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/
DConscryptIntermediateVerificationTest.java41 InputStream is = null; in loadCertificates() local
DCertBlacklistTest.java91 try (InputStream is = getContext().getResources().openRawResource(resId)) { in loadCertificates()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/security/
DCANotifyOnBootActivity.java58 InputStream is = null; in onClick() local
DCAInstallNotificationVerifierActivity.java97 InputStream is = null; in performTest() local
/cts/tests/accessibility/src/android/view/accessibility/cts/
DCaptioningManagerTest.java138 InputStream is = new FileInputStream(pfd.getFileDescriptor()); in execShellCommand() 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/networksecurityconfig/networksecurityconfig-resourcesrc/src/android/security/net/config/cts/
DResourceSourceTest.java74 InputStream is = null; in loadCertificates() local
/cts/tests/tests/provider/src/android/provider/cts/
DSettings_SystemTest.java85 private String convertStreamToString(InputStream is) { in convertStreamToString()

123