/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapColorSpaceTest.java | 173 try (InputStream in = mResources.getAssets().open("green-p3.png")) { in p3() 195 try (InputStream in = mResources.getAssets().open("prophoto-rgba16f.png")) { in extendedSRGB() 217 try (InputStream in = mResources.getAssets().open("green-p3.png")) { in reconfigure() 246 try (InputStream in = mResources.getAssets().open("green-srgb.png")) { in reuse() 255 try (InputStream in = mResources.getAssets().open("green-p3.png")) { in reuse() 276 try (InputStream in = mResources.getAssets().open(fileName)) { in verifyGetPixel() 314 try (InputStream in = mResources.getAssets().open(fileName)) { in verifyGetPixels() 350 try (InputStream in = mResources.getAssets().open(fileName)) { in verifySetPixel() 390 try (InputStream in = mResources.getAssets().open(fileName)) { in verifySetPixels() 443 try (InputStream in = mResources.getAssets().open(fileName)) { in verifyColorSpaceMarshalling() [all …]
|
D | BitmapFactory_OptionsTest.java | 66 try (InputStream in = assets.open("prophoto-rgba16f.png")) { in testExtractMetaData()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | HwRngTest.java | 123 InputStream in = null; in readyFullyAsciiFile() local 132 private static byte[] readyFully(InputStream in) throws IOException { in readyFully() 148 BufferedReader in = null; in parseUeventFile() local 180 private static void closeSilently(Closeable in) { in closeSilently()
|
D | KernelSettingsTest.java | 117 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/os/src/android/os/cts/ |
D | ParcelFileDescriptor_AutoCloseInputStreamTest.java | 29 AutoCloseInputStream in = new AutoCloseInputStream(pf); in testAutoCloseInputStream() local
|
/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 | 221 private void nextTest(@NonNull UsbDeviceConnection connection, @NonNull UsbEndpoint in, in nextTest() 265 @NonNull UsbEndpoint in) { in receiveZeroSizedTransfer() 280 @NonNull UsbEndpoint in, @NonNull UsbEndpoint out, int size) { in echoBulkTransfer() 309 @NonNull UsbEndpoint in, @NonNull UsbEndpoint out, int offset, int size) { in echoBulkTransferOffset() 342 @NonNull UsbEndpoint in, @NonNull UsbEndpoint out) { in echoLargeBulkTransfer() 381 @NonNull UsbEndpoint in, @Nullable byte[] buffer, int offset, int length) { in receiveWithEmptyBuffer() 456 @NonNull UsbEndpoint in) { in receiveZeroSizeRequestLegacy() 483 @NonNull UsbEndpoint in, @NonNull UsbEndpoint out, int size, int originalSize, in echoUsbRequestLegacy() 593 @NonNull UsbEndpoint in) { in receiveZeroSizeRequest() 618 private void echoUsbRequest(@NonNull UsbDeviceConnection connection, @NonNull UsbEndpoint in, in echoUsbRequest() [all …]
|
/cts/hostsidetests/security/securityPatch/CVE-2016-2109/ |
D | poc.c | 34 BIO *in = BIO_new(BIO_s_mem()); in main() local
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
D | DocumentsClientTestCase.java | 100 final InputStream in = getInstrumentation().getContext().getContentResolver() in readFully() local 109 try (AutoCloseInputStream in = new AutoCloseInputStream(descriptor)) { in readTypedFully() 114 protected byte[] readFully(InputStream in) throws IOException { in readFully()
|
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | ServiceControlUtils.java | 70 InputStream in = new FileInputStream(fd.getFileDescriptor()); in enableSpeakingAndVibratingServices() local 135 InputStream in = new FileInputStream(fd.getFileDescriptor()); in enableMultipleFeedbackTypesService() local
|
/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/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/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/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/jni/src/android/jni/cts/ |
D | ClassLoaderStaticNonce.java | 54 public static void setCtx(Object in) { in setCtx()
|
/cts/hostsidetests/sample/src/android/sample/cts/ |
D | SampleHostTest.java | 76 Scanner in = new Scanner(logs); in testLogcat() local
|
/cts/tools/cfassembler/src/dxconvext/util/ |
D | FileUtils.java | 75 FileInputStream in = new FileInputStream(file); in readFile() local
|
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/ |
D | EditPropertiesTx.java | 26 private EditPropertiesTx(Parcel in) { in EditPropertiesTx()
|
D | GetAuthTokenLabelTx.java | 25 private GetAuthTokenLabelTx(Parcel in) { in GetAuthTokenLabelTx()
|
D | GetAccountRemovalAllowedTx.java | 27 private GetAccountRemovalAllowedTx(Parcel in) { in GetAccountRemovalAllowedTx()
|
D | StartUpdateCredentialsSessionTx.java | 28 private StartUpdateCredentialsSessionTx(Parcel in) { in StartUpdateCredentialsSessionTx()
|