Home
last modified time | relevance | path

Searched defs:in (Results 1 – 25 of 155) sorted by relevance

1234567

/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapColorSpaceTest.java236 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 …]
DBitmapFactory_OptionsTest.java69 try (InputStream in = assets.open("blue-16bit-srgb.png")) { in testExtractMetaData()
/cts/tests/tests/os/src/android/os/cts/
DFileUtilsTest.java65 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()
DParcelFileDescriptor_AutoCloseInputStreamTest.java29 AutoCloseInputStream in = new AutoCloseInputStream(pf); in testAutoCloseInputStream() local
/cts/tests/tests/security/src/android/security/cts/
DHwRngTest.java127 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()
DKernelSettingsTest.java96 BufferedReader in = null; in getFile() local
/cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
DInMatcher.java62 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/
Dtest_parcel.cpp66 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/
DCoreMathVerifier.java241 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 …]
DInitTest.java36 float[] in = new float[INPUTSIZE]; in testInitTest() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/usb/device/
DUsbDeviceTestActivity.java233 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/
Dpoc.c34 BIO *in = BIO_new(BIO_s_mem()); in main() local
/cts/tests/tests/view/src/android/view/cts/util/
DXmlUtils.java706 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/
DXmlUtils.java707 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/
DXmlUtils.java734 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/
DTransitionActivity.java38 public WindowInsets onApplyWindowInsets(View v, WindowInsets in) { in onApplyWindowInsets()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTestCase.java116 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/
Dmd5_utils.h37 UWORD32 in[16]; member
/cts/libs/vogar-expect/src/vogar/util/
DStrings.java45 BufferedReader in = new BufferedReader(reader); in readStream() local
60 BufferedReader in = in readFileLines() local
/cts/tests/tests/provider/src/android/provider/cts/
DMediaStore_DownloadsTest.java128 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/
DClassLoaderStaticNonce.java54 public static void setCtx(Object in) { in setCtx()
/cts/tools/cfassembler/src/dxconvext/util/
DFileUtils.java75 FileInputStream in = new FileInputStream(file); in readFile() local
/cts/hostsidetests/sample/src/android/sample/cts/
DSampleHostTest.java76 Scanner in = new Scanner(logs); in testLogcat() local
/cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
DGetAccountRemovalAllowedTx.java27 private GetAccountRemovalAllowedTx(Parcel in) { in GetAccountRemovalAllowedTx()
DGetAuthTokenLabelTx.java25 private GetAuthTokenLabelTx(Parcel in) { in GetAuthTokenLabelTx()

1234567