/cts/tests/tests/rscpp/src/android/cts/rscpp/ |
D | RSBlurTest.java | 50 blur.setInput(rsInput); in testRSBlurOneChannel() 79 blur.setInput(rsInput); in testRSBlurFourChannels()
|
D | RSYuvTest.java | 102 syuv.setInput(ta); in testV17() 140 syuv.setInput(ta); in test_YV12() 177 syuv.setInput(ta); in test_NV21()
|
D | RSConvolveTest.java | 61 convolve.setInput(rsInput); in testConvolve3x3() 118 convolve.setInput(rsInput); in testConvolve5x5()
|
D | RSResizeTest.java | 75 resize.setInput(rsInput); in testResize()
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
D | ScriptYuvToRgb.java | 62 mScript.setInput(mInputAllocation); in updateScriptInput()
|
D | Script.java | 225 void setInput(Allocation allocation) { in setInput() method in Script
|
D | ScriptGraph.java | 482 inputScript.setInput(inputAllocation); in ScriptGraph()
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | AbstractXmlPullParser.java | 45 parser.setInput (xmlReader); in parse()
|
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni.cpp | 110 blur->setInput(inputAlloc); in Java_android_cts_rscpp_RSBlurTest_blurTest() 147 convolve->setInput(inputAlloc); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 152 convolve->setInput(inputAlloc); in Java_android_cts_rscpp_RSConvolveTest_convolveTest() 427 resize->setInput(inputAlloc); in Java_android_cts_rscpp_RSResizeTest_resizeTest() 484 syuv->setInput(inputAlloc); in Java_android_cts_rscpp_RSYuvTest_yuvTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | YuvTest.java | 101 syuv.setInput(ta); in testV17() 146 syuv.setInput(ta); in test_NV21() 192 syuv.setInput(ta); in test_YV12()
|
D | ScriptGroupTest.java | 65 group.setInput(mColorMatrix.getKernelID(), a1_copy); in testScriptGroupSingleKernel() 139 group.setInput(mColorMatrix.getKernelID(), a1_copy); in testScriptGroupFieldConnection() 252 group.setInput(node1.getKernelID_arith(), in1); in testScriptGroupTorture() 253 group.setInput(node3.getKernelID_arith(), in2); in testScriptGroupTorture()
|
D | IntrinsicBlur.java | 44 mIntrinsic.setInput(mAllocSrc); in initTest()
|
D | ImageProcessingTest.java | 92 mBlur.setInput(a1_copy); in testBlur() 703 mConvolve3x3.setInput(a1_copy); in testConvolve3x3() 728 mConvolve5x5.setInput(a1_copy); in testConvolve5x5() 812 mConvolve3x3.setInput(a1_copy); in testScriptGroup()
|
D | IntrinsicConvolve5x5.java | 27 si.setInput(mAllocSrc); in test5()
|
D | IntrinsicConvolve3x3.java | 40 si.setInput(mAllocSrc); in testConvolve3()
|
D | IntrinsicResize.java | 46 si.setInput(mAllocSrc); in testResize()
|
/cts/tools/tradefed-host/tests/src/com/android/cts/tradefed/result/ |
D | TestLogTest.java | 111 parser.setInput(new StringReader(xml)); in newXml()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | DynamicConfig.java | 84 parser.setInput(new InputStreamReader(new FileInputStream(file))); in createConfigMap()
|
D | ReportLog.java | 349 parser.setInput(new ByteArrayInputStream(result.getBytes(ENCODING)), ENCODING); in parse()
|
D | ResultHandler.java | 119 parser.setInput(new FileReader(resultFile)); in getResults()
|
/cts/tests/tests/permission2/src/android/permission2/cts/ |
D | PermissionPolicyTest.java | 131 parser.setInput(in, null); in loadExpectedPermissions()
|
/cts/tests/signature/src/android/signature/cts/ |
D | SignatureTest.java | 114 parser.setInput(new FileInputStream(new File(CURRENT_API_FILE)), null); in testSignature()
|
/cts/tests/tests/content/src/android/content/cts/util/ |
D | XmlUtils.java | 738 parser.setInput(in, StandardCharsets.UTF_8.name()); in readMapXml() 759 parser.setInput(in, StandardCharsets.UTF_8.name()); in readListXml() 782 parser.setInput(in, null); in readSetXml()
|
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | XmlUtils.java | 711 parser.setInput(in, StandardCharsets.UTF_8.name()); in readMapXml() 732 parser.setInput(in, StandardCharsets.UTF_8.name()); in readListXml() 755 parser.setInput(in, null); in readSetXml()
|
/cts/tests/tests/view/src/android/view/cts/util/ |
D | XmlUtils.java | 710 parser.setInput(in, StandardCharsets.UTF_8.name()); in readMapXml() 731 parser.setInput(in, StandardCharsets.UTF_8.name()); in readListXml() 754 parser.setInput(in, null); in readSetXml()
|