Searched refs:inputs (Results 1 – 10 of 10) sorted by relevance
/cts/hostsidetests/compilation/ |
D | Android.bp | 78 cmd: "inputs=($(in)) && " + 80 "--create-profile-from=$${inputs[0]} " + 81 "--apk=$${inputs[1]} " +
|
/cts/hostsidetests/library/ |
D | Android.bp | 60 // in the `tools` property although they technically are inputs of the zip, 64 // property, and then used as inputs in the `cmd`. 74 // srcs, tools, required are all "essentially" inputs of the zip
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ReduceTest.java | 511 Allocation[] inputs = createInputAllocations(Element.I32(mRS), 3); in testBadSumXorInputDimensionMismatch() local 517 for (int i = 0; i < inputs.length; ++i) { in testBadSumXorInputDimensionMismatch() 518 for (int j = 0; j < inputs.length; ++j) { in testBadSumXorInputDimensionMismatch() 520 mScript.reduce_sumxor(inputs[i], inputs[j]); in testBadSumXorInputDimensionMismatch() 530 for (Allocation a : inputs) { in testBadSumXorInputDimensionMismatch()
|
D | reduce.rscript | 410 // Simple test case where there are two inputs 419 // Test case where inputs are of different types
|
D | MatrixTest.rscript | 373 // Verify that rsLoadMultiply can store the result in its inputs.
|
/cts/tests/tests/content/src/android/content/pm/cts/ |
D | PackageManagerShellCommandIncrementalTest.java | 1298 private static String executeShellCommand(String command, File[] inputs) in executeShellCommand() argument 1300 return executeShellCommand(command, inputs, Stream.of(inputs).mapToLong( in executeShellCommand() 1304 private static String executeShellCommand(String command, File[] inputs, long[] expected) in executeShellCommand() argument 1306 try (InputStream inputStream = executeShellCommandRw(command, inputs, expected)) { in executeShellCommand() argument 1311 private static InputStream executeShellCommandRw(String command, File[] inputs, long[] expected) in executeShellCommandRw() argument 1313 assertEquals(inputs.length, expected.length); in executeShellCommandRw() 1321 for (int i = 0; i < inputs.length; i++) { in executeShellCommandRw() 1322 try (FileInputStream inputStream = new FileInputStream(inputs[i])) { in executeShellCommandRw()
|
D | PackageManagerShellCommandInstallTest.java | 257 private static String executeShellCommand(String command, File[] inputs) in executeShellCommand() argument 264 for (File input : inputs) { in executeShellCommand()
|
/cts/tests/tests/binder_ndk/src/android/binder/cts/ |
D | JavaClientTest.java | 274 ParcelFileDescriptor[] inputs = {sockets1[0], sockets2[0]}; in testRepeatFdArray() local 275 ParcelFileDescriptor[] repeatFdArray = new ParcelFileDescriptor[inputs.length]; in testRepeatFdArray() 276 mInterface.RepeatFdArray(inputs, repeatFdArray); in testRepeatFdArray()
|
/cts/tests/mediapc/common/ |
D | README.md | 57 private; they always take in two inputs: `String id, RequiredMeasurement<?> ...
|
/cts/apps/CtsVerifier/libs/ |
D | opencv3-android.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/opencv/
org/ ... |