Home
last modified time | relevance | path

Searched defs:in1 (Results 1 – 4 of 4) sorted by relevance

/cts/suite/audio_quality/test/
DSignalProcessingInterfaceTest.cpp58 android::sp<Buffer> in1(new Buffer(8, 8, false)); in TEST_F() local
98 TaskCase::Value in1((int64_t)100); in TEST_F() local
123 TaskCase::Value in1((int64_t)100); in TEST_F() local
154 android::sp<Buffer> in1(new Buffer(16, 16, true)); in TEST_F() local
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DScriptGroupTest.java213 Allocation in1, in2, out, resultAlloc; in testScriptGroupTorture() local
252 group.setInput(node1.getKernelID_arith(), in1); in testScriptGroupTorture() local
DFloat16ArithmeticTest.java138 short in1 = Float16TestData.input[x]; in checkFloat16Output() local
/cts/tests/tests/os/src/android/os/cts/
DParcelFileDescriptorTest.java195 AutoCloseInputStream in1 = new AutoCloseInputStream(pf); in testClose() local