Searched refs:RepeatNullableFloatArray (Results 1 – 5 of 5) sorted by relevance
114 @nullable float[] RepeatNullableFloatArray(in @nullable float[] input); in RepeatNullableFloatArray() method
615 Assert.assertArrayEquals(null, mInterface.RepeatNullableFloatArray(null), 0.0f); in testNullableArrays()616 … Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableFloatArray(emptyValue), 0.0f); in testNullableArrays()617 Assert.assertArrayEquals(value, mInterface.RepeatNullableFloatArray(value), 0.0f); in testNullableArrays()
352 public float[] RepeatNullableFloatArray(float[] in_value) { in RepeatNullableFloatArray() method in TestImpl
398 ::ndk::ScopedAStatus RepeatNullableFloatArray( in RepeatNullableFloatArray() function
1117 testRepeat<float>(iface, &ITest::RepeatNullableFloatArray, in TEST_P()