Home
last modified time | relevance | path

Searched refs:inputs (Results 1 – 10 of 10) sorted by relevance

/cts/hostsidetests/compilation/
DAndroid.bp78 cmd: "inputs=($(in)) && " +
80 "--create-profile-from=$${inputs[0]} " +
81 "--apk=$${inputs[1]} " +
/cts/hostsidetests/library/
DAndroid.bp60 // 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/
DReduceTest.java511 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()
Dreduce.rscript410 // Simple test case where there are two inputs
419 // Test case where inputs are of different types
DMatrixTest.rscript373 // Verify that rsLoadMultiply can store the result in its inputs.
/cts/tests/tests/content/src/android/content/pm/cts/
DPackageManagerShellCommandIncrementalTest.java1298 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()
DPackageManagerShellCommandInstallTest.java257 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/
DJavaClientTest.java274 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/
DREADME.md57 private; they always take in two inputs: `String id, RequiredMeasurement<?> ...
/cts/apps/CtsVerifier/libs/
Dopencv3-android.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/opencv/ org/ ...