/cts/tests/tests/provider/src/android/provider/cts/ |
D | PhotoUtil.java | 29 InputStream input = context.getResources().openRawResource(R.drawable.testimage); in getTestPhotoData() local
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | Float16TestData.java | 22 static short[] input = { field in Float16TestData
|
D | ScriptGroupTest.java | 329 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2PointWiseKernelToKernelDependency() local 381 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2GatherScatterAcrossKernelsViaGlobals() local 437 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); in testBuilder2KernelOutputToGlobal() local 495 Allocation input = Allocation.createSized(mRS, Element.F32_4(mRS), ARRAY_SIZE); in testBuilder2InvokeToKernelDependency() local
|
/cts/hostsidetests/theme/app/src/android/theme/app/modifiers/ |
D | ProgressBarModifier.java | 34 public float getInterpolation(float input) { in getInterpolation()
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
D | AccountRemovalDummyActivity.java | 40 Bundle input = (savedInstanceState == null) ? getIntent().getExtras() : savedInstanceState; in onCreate() local
|
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | BlockCipherTestBase.java | 682 int opmode, byte[] input, byte[] expectedOutput) throws Exception { in assertKatOneShotTransformUsingDoFinal() 1375 protected byte[] doFinal(byte[] input) throws IllegalBlockSizeException, BadPaddingException { in doFinal() 1379 protected byte[] doFinal(byte[] input, int inputOffset, int inputLen) in doFinal() 1384 protected int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output) in doFinal() 1389 protected int doFinal(byte[] input, int inputOffset, int inputLen, byte[] output, in doFinal() 1400 protected int doFinal(ByteBuffer input, ByteBuffer output) throws ShortBufferException, in doFinal() 1429 protected byte[] update(byte[] input) { in update() 1436 protected byte[] update(byte[] input, int offset, int len) { in update() 1443 protected int update(byte[] input, int offset, int len, byte[] output) in update() 1451 protected int update(byte[] input, int offset, int len, byte[] output, int outputOffset) in update() [all …]
|
D | AESGCMCipherTestBase.java | 152 byte[] aad, byte[] input, byte[] expectedOutput) throws Exception { in assertKatTransformWithAadProvidedInOneGo() 167 byte[] aad, byte[] input, byte[] expectedOutput, int maxChunkSize) throws Exception { in assertKatTransformWithAadProvidedInChunks()
|
/cts/common/host-side/xml-plan-generator/tests/src/com/android/compatibility/common/xmlgenerator/ |
D | XmlPlanGeneratorTest.java | 94 private static String runGenerator(String input) throws Exception { in runGenerator() 121 private static void runTestListParser(String input) throws Exception { in runTestListParser()
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
D | TestSummaryXmlTest.java | 72 private Reader getStringAsReader(String input) { in getStringAsReader()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 90 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSBlurTest_blurTest() local 130 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() local 176 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSLUTTest_lutTest() local 218 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RS3DLUTTest_lutTest() local 263 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSColorMatrixTest_colorMatrixTest() local 311 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSBlendTest_blendTest() local 418 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local 422 jfloat * input = (jfloat *) env->GetPrimitiveArrayCritical(inputFloatArray, 0); in Java_android_cts_rscpp_RSResizeTest_resizeTest() local 456 jbyte * input = (jbyte *) env->GetPrimitiveArrayCritical(inputByteArray, 0); in Java_android_cts_rscpp_RSYuvTest_yuvTest() local
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | ResultReporter.java | 47 InputStream input = new FileInputStream(reportFile); in reportResult() local
|
D | IssueReporter.java | 98 InputStream input = null; in setBugReport() local 118 static byte[] getBytes(InputStream input, int size) throws IOException { in getBytes()
|
D | MultipartForm.java | 93 InputStream input = connection.getInputStream(); in submitForm() local
|
/cts/common/host-side/xml-plan-generator/src/com/android/compatibility/common/xmlgenerator/ |
D | TestListParser.java | 39 public static HashMap<String, TestSuite> parse(InputStream input) { in parse()
|
/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSLUTTest.java | 34 native boolean lutTest(String path, int X, int Y, byte[] input, byte[] output); in lutTest()
|
D | RSBlendTest.java | 34 … native boolean blendTest(String path, int X, int Y, byte[] input, byte[] output, int optionFlag); in blendTest()
|
D | RS3DLUTTest.java | 36 …native boolean lutTest(String path, int X, int Y, int lutSize, byte[] input, byte[] input2, byte[]… in lutTest()
|
D | RSBlurTest.java | 34 …native boolean blurTest(String path, int X, int Y, byte[] input, byte[] output, boolean singleChan… in blurTest()
|
D | RSConvolveTest.java | 34 …native boolean convolveTest(String path, int X, int Y, byte[] input, byte[] output, float[] coeffs… in convolveTest()
|
/cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/ |
D | BitmapUtils.java | 51 Allocation input = Allocation.createFromBitmap(rs, bmap); in calcHistograms() local
|
/cts/tools/cts-xml-generator/src/com/android/cts/xmlgenerator/ |
D | TestListParser.java | 34 public Collection<TestSuite> parse(InputStream input) { in parse()
|
/cts/tests/tests/security/src/android/security/cts/ |
D | PackageSignatureTest.java | 119 InputStream input = mContext.getResources().openRawResource(resId); in getSignature() local
|
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | DecelerateInterpolatorTest.java | 155 final float input = 0.25f; in testGetInterpolation() local
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/testtype/ |
D | TestPlanTest.java | 217 private InputStream getStringAsStream(String input) { in getStringAsStream()
|
D | TestPackageXmlParserTest.java | 274 private InputStream getStringAsStream(String input) { in getStringAsStream()
|