Searched refs:RepeatDoubleArray (Results 1 – 5 of 5) sorted by relevance
94 double[] RepeatDoubleArray(in double[] input, out double[] repeated); in RepeatDoubleArray() method
252 public double[] RepeatDoubleArray(double[] in_value, double[] repeated) { in RepeatDoubleArray() method in TestImpl
487 double[] out2 = mInterface.RepeatDoubleArray(value, out1); in testArrays()
277 ::ndk::ScopedAStatus RepeatDoubleArray( in RepeatDoubleArray() function
969 testRepeat<double>(iface, &ITest::RepeatDoubleArray, in TEST_P()