Home
last modified time | relevance | path

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

/system/tools/hidl/test/java_test/
Dhidl_test_java_native.cpp827 const std::array<int64_t, 5> testArray{1, -2, 3, -4, 5}; in TEST_F() local
907 const std::array<int8_t, 7> testArray{-1, -2, -3, 0, 1, 2, 3}; in TEST_F() local
1004 std::array<hidl_handle, 5> testArray; in TEST_F() local
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1637 const std::array<int8_t, 7> testArray{-1, -2, -3, 0, 1, 2, 3}; in TEST_F() local
2053 const std::array<int64_t, 5> testArray{1, -2, 3, -4, 5}; in TEST_F() local
2192 const std::array<int64_t, 5> testArray{-1, -2, -3, -4, -5}; in TEST_F() local
2241 const std::array<int8_t, 7> testArray{-1, -2, -3, 0, 1, 2, 3}; in TEST_F() local
2310 std::array<hidl_handle, 5> testArray; in TEST_F() local
/system/media/audio_utils/tests/
Dprimitives_tests.cpp119 static const float testArray[] = { in TEST() local
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java310 long[] testArray = new long[] {1, -2, 3, -4, 5}; in runClientSafeUnionTests() local