/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapColorSpaceTest.java | 236 try (InputStream in = mResources.getAssets().open("green-p3.png")) { in p3() 258 try (InputStream in = mResources.getAssets().open("blue-16bit-srgb.png")) { in extendedSRGB() 281 try (InputStream in = mResources.getAssets().open(assetInLinearSRGB)) { in linearSRGB() 290 try (InputStream in = mResources.getAssets().open(assetInLinearSRGB)) { in linearSRGB() 322 try (InputStream in = mResources.getAssets().open(asset.name)) { in reconfigure() 354 try (InputStream in = mResources.getAssets().open("green-srgb.png")) { in reuse() 363 try (InputStream in = mResources.getAssets().open("green-p3.png")) { in reuse() 383 try (InputStream in = mResources.getAssets().open(fileName)) { in verifyGetPixel() 429 try (InputStream in = mResources.getAssets().open(fileName)) { in verifyGetPixels() 472 try (InputStream in = mResources.getAssets().open(fileName)) { in verifySetPixel() [all …]
|
D | BitmapFactory_OptionsTest.java | 69 try (InputStream in = assets.open("blue-16bit-srgb.png")) { in testExtractMetaData()
|
/cts/tests/tests/os/src/android/os/cts/ |
D | FileUtilsTest.java | 65 try (ByteArrayInputStream in = new ByteArrayInputStream(data); in testCopyByteStream() 73 try (FileInputStream in = new FileInputStream(mExpected); in testCopyFileStream() 83 try (FileInputStream in = new FileInputStream(mExpected); in testCopyFileStreamListener() 94 try (FileInputStream in = new FileInputStream(mExpected); in testCopyFileDescriptor() 104 try (FileInputStream in = new FileInputStream(mExpected); in testCopyFileDescriptorListener()
|
D | ParcelFileDescriptor_AutoCloseInputStreamTest.java | 29 AutoCloseInputStream in = new AutoCloseInputStream(pf); in testAutoCloseInputStream() local
|
/cts/tests/tests/security/src/android/security/cts/ |
D | HwRngTest.java | 127 InputStream in = null; in readyFullyAsciiFile() local 136 private static byte[] readyFully(InputStream in) throws IOException { in readyFully() 152 BufferedReader in = null; in parseUeventFile() local 184 private static void closeSilently(Closeable in) { in closeSilently()
|
D | KernelSettingsTest.java | 96 BufferedReader in = null; in getFile() local
|
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/ |
D | InMatcher.java | 62 public static <T> Matcher<T> in(T... operand) { in in() method in InMatcher 67 public static <T> Matcher<T> in(Collection<T> operand) { in in() method in InMatcher
|
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_parcel.cpp | 66 void ExpectInOut(std::vector<T> in) { in ExpectInOut() 68 [](transaction_code_t, const AParcel* in, AParcel* out) { in ExpectInOut() 79 [&](AParcel* in) { in ExpectInOut() 145 SampleData::transact(binder, kCode, [&](AParcel* in) { in TEST_F() 242 [&](transaction_code_t, const AParcel* in, AParcel* /*out*/) { in TEST_F() 257 [&](AParcel* in) { in TEST_F() 328 [&](transaction_code_t, const AParcel* in, AParcel* /*out*/) { in TEST_F() 352 [&](AParcel* in) { in TEST_F()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | CoreMathVerifier.java | 241 Target.Floaty in = t.newFloaty(d); in acos() local 250 Target.Floaty in = t.new32(f); in acos() local 260 Target.Floaty in = t.newFloaty(d); in acosh() local 268 Target.Floaty in = t.new32(f); in acosh() local 284 Target.Floaty in = t.newFloaty(d); in asin() local 292 Target.Floaty in = t.new32(f); in asin() local 302 Target.Floaty in = t.newFloaty(d); in asinh() local 310 Target.Floaty in = t.new32(f); in asinh() local 326 Target.Floaty in = t.newFloaty(d); in atan() local 334 Target.Floaty in = t.new32(f); in atan() local [all …]
|
D | InitTest.java | 36 float[] in = new float[INPUTSIZE]; in testInitTest() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/ |
D | UsbDeviceTestActivity.java | 233 private void nextTest(@NonNull UsbDeviceConnection connection, @NonNull UsbEndpoint in, in nextTest() 277 @NonNull UsbEndpoint in) { in receiveZeroSizedTransfer() 292 @NonNull UsbEndpoint in, @NonNull UsbEndpoint out, int size) { in echoBulkTransfer() 321 @NonNull UsbEndpoint in, @NonNull UsbEndpoint out, int offset, int size) { in echoBulkTransferOffset() 354 @NonNull UsbEndpoint in, @NonNull UsbEndpoint out) { in echoLargeBulkTransfer() 393 @NonNull UsbEndpoint in, @Nullable byte[] buffer, int offset, int length) { in receiveWithEmptyBuffer() 468 @NonNull UsbEndpoint in) { in receiveZeroSizeRequestLegacy() 495 @NonNull UsbEndpoint in, @NonNull UsbEndpoint out, int size, int originalSize, in echoUsbRequestLegacy() 605 @NonNull UsbEndpoint in) { in receiveZeroSizeRequest() 630 private void echoUsbRequest(@NonNull UsbDeviceConnection connection, @NonNull UsbEndpoint in, in echoUsbRequest() [all …]
|
/cts/hostsidetests/securitybulletin/securityPatch/CVE-2016-2109/ |
D | poc.c | 34 BIO *in = BIO_new(BIO_s_mem()); in main() local
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | XmlUtils.java | 706 public static final HashMap<String, ?> readMapXml(InputStream in) in readMapXml() 727 public static final ArrayList readListXml(InputStream in) in readListXml() 751 public static final HashSet readSetXml(InputStream in) in readSetXml() 1494 public static int readIntAttribute(XmlPullParser in, String name, int defaultValue) { in readIntAttribute() 1503 public static int readIntAttribute(XmlPullParser in, String name) throws IOException { in readIntAttribute() 1517 public static long readLongAttribute(XmlPullParser in, String name, long defaultValue) { in readLongAttribute() 1526 public static long readLongAttribute(XmlPullParser in, String name) throws IOException { in readLongAttribute() 1540 public static float readFloatAttribute(XmlPullParser in, String name) throws IOException { in readFloatAttribute() 1554 public static boolean readBooleanAttribute(XmlPullParser in, String name) { in readBooleanAttribute() 1559 public static boolean readBooleanAttribute(XmlPullParser in, String name, in readBooleanAttribute() [all …]
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | XmlUtils.java | 707 public static final HashMap<String, ?> readMapXml(InputStream in) in readMapXml() 728 public static final ArrayList readListXml(InputStream in) in readListXml() 752 public static final HashSet readSetXml(InputStream in) in readSetXml() 1495 public static int readIntAttribute(XmlPullParser in, String name, int defaultValue) { in readIntAttribute() 1504 public static int readIntAttribute(XmlPullParser in, String name) throws IOException { in readIntAttribute() 1518 public static long readLongAttribute(XmlPullParser in, String name, long defaultValue) { in readLongAttribute() 1527 public static long readLongAttribute(XmlPullParser in, String name) throws IOException { in readLongAttribute() 1541 public static float readFloatAttribute(XmlPullParser in, String name) throws IOException { in readFloatAttribute() 1555 public static boolean readBooleanAttribute(XmlPullParser in, String name) { in readBooleanAttribute() 1560 public static boolean readBooleanAttribute(XmlPullParser in, String name, in readBooleanAttribute() [all …]
|
/cts/tests/tests/content/src/android/content/cts/util/ |
D | XmlUtils.java | 734 public static final HashMap<String, ?> readMapXml(InputStream in) in readMapXml() 755 public static final ArrayList readListXml(InputStream in) in readListXml() 779 public static final HashSet readSetXml(InputStream in) in readSetXml() 1522 public static int readIntAttribute(XmlPullParser in, String name, int defaultValue) { in readIntAttribute() 1531 public static int readIntAttribute(XmlPullParser in, String name) throws IOException { in readIntAttribute() 1545 public static long readLongAttribute(XmlPullParser in, String name, long defaultValue) { in readLongAttribute() 1554 public static long readLongAttribute(XmlPullParser in, String name) throws IOException { in readLongAttribute() 1568 public static float readFloatAttribute(XmlPullParser in, String name) throws IOException { in readFloatAttribute() 1582 public static boolean readBooleanAttribute(XmlPullParser in, String name) { in readBooleanAttribute() 1587 public static boolean readBooleanAttribute(XmlPullParser in, String name, in readBooleanAttribute() [all …]
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | TransitionActivity.java | 38 public WindowInsets onApplyWindowInsets(View v, WindowInsets in) { in onApplyWindowInsets()
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
D | DocumentsClientTestCase.java | 116 final InputStream in = getInstrumentation().getContext().getContentResolver() in readFully() local 125 try (AutoCloseInputStream in = new AutoCloseInputStream(descriptor)) { in readTypedFully() 130 protected byte[] readFully(InputStream in) throws IOException { in readFully()
|
/cts/tests/tests/media/libmediandkjni/ |
D | md5_utils.h | 37 UWORD32 in[16]; member
|
/cts/libs/vogar-expect/src/vogar/util/ |
D | Strings.java | 45 BufferedReader in = new BufferedReader(reader); in readStream() local 60 BufferedReader in = in readFileLines() local
|
/cts/tests/tests/provider/src/android/provider/cts/ |
D | MediaStore_DownloadsTest.java | 128 try (InputStream in = mContext.getResources().openRawResource(R.raw.scenery); in testScannedMediaDownload() 211 try (InputStream in = mContentResolver.openInputStream(publishUri)) { in testInsertDownload() 233 try (InputStream in = mContext.getResources().openRawResource(R.raw.testvideo); in testUpdateDownload() 269 try (InputStream in = mContext.getResources().openRawResource(R.raw.testvideo); in testDeleteDownload() 309 try (InputStream in = mContext.getResources().openRawResource(R.raw.testvideo); in testNotifyChange() 339 try (InputStream in = mContext.getResources().openRawResource(resourceId); in insertImage()
|
/cts/tests/tests/jni/src/android/jni/cts/ |
D | ClassLoaderStaticNonce.java | 54 public static void setCtx(Object in) { in setCtx()
|
/cts/tools/cfassembler/src/dxconvext/util/ |
D | FileUtils.java | 75 FileInputStream in = new FileInputStream(file); in readFile() local
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostTest.java | 76 Scanner in = new Scanner(logs); in testLogcat() local
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | GetAccountRemovalAllowedTx.java | 27 private GetAccountRemovalAllowedTx(Parcel in) { in GetAccountRemovalAllowedTx()
|
D | GetAuthTokenLabelTx.java | 25 private GetAuthTokenLabelTx(Parcel in) { in GetAuthTokenLabelTx()
|