Home
last modified time | relevance | path

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

/cts/tests/tests/binder_ndk/libbinder_ndk_test/test_package/
DITest.aidl104 @nullable float[] RepeatNullableFloatArray(in @nullable float[] input); in RepeatNullableFloatArray() method
/cts/tests/tests/binder_ndk/src/android/binder/cts/
DJavaClientTest.java525 Assert.assertArrayEquals(null, mInterface.RepeatNullableFloatArray(null), 0.0f); in testNullableArrays()
526 … Assert.assertArrayEquals(emptyValue, mInterface.RepeatNullableFloatArray(emptyValue), 0.0f); in testNullableArrays()
527 Assert.assertArrayEquals(value, mInterface.RepeatNullableFloatArray(value), 0.0f); in testNullableArrays()
DTestImpl.java334 public float[] RepeatNullableFloatArray(float[] in_value) { in RepeatNullableFloatArray() method in TestImpl
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/2/test_package/
DITest.aidl52 @nullable float[] RepeatNullableFloatArray(in @nullable float[] input); in RepeatNullableFloatArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/1/test_package/
DITest.aidl52 @nullable float[] RepeatNullableFloatArray(in @nullable float[] input); in RepeatNullableFloatArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface_dup/current/test_package/
DITest.aidl69 @nullable float[] RepeatNullableFloatArray(in @nullable float[] input); in RepeatNullableFloatArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/1/test_package/
DITest.aidl52 @nullable float[] RepeatNullableFloatArray(in @nullable float[] input); in RepeatNullableFloatArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/aidl_api/libbinder_ndk_test_interface/current/test_package/
DITest.aidl69 @nullable float[] RepeatNullableFloatArray(in @nullable float[] input); in RepeatNullableFloatArray() method
/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Ditest_impl.h367 ::ndk::ScopedAStatus RepeatNullableFloatArray( in RepeatNullableFloatArray() function
Dtest_native_aidl_client.cpp714 testRepeat<float>(iface, &ITest::RepeatNullableFloatArray, in TEST_P()