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.cpp658 const std::array<int64_t, 5> testArray{1, -2, 3, -4, 5}; in TEST_F() local
738 const std::array<int8_t, 7> testArray{-1, -2, -3, 0, 1, 2, 3}; in TEST_F() local
835 std::array<hidl_handle, 5> testArray; in TEST_F() local
/system/media/audio_utils/tests/
Dprimitives_tests.cpp126 static const float testArray[] = { in TEST() local
/system/tools/hidl/test/hidl_test/
Dhidl_test_client.cpp1663 const std::array<int8_t, 7> testArray{-1, -2, -3, 0, 1, 2, 3}; in TEST_F() local
2027 const std::array<int64_t, 5> testArray{1, -2, 3, -4, 5}; in TEST_F() local
2166 const std::array<int64_t, 5> testArray{-1, -2, -3, -4, -5}; in TEST_F() local
2215 const std::array<int8_t, 7> testArray{-1, -2, -3, 0, 1, 2, 3}; in TEST_F() local
2284 std::array<hidl_handle, 5> testArray; in TEST_F() local
/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
DHidlTestJava.java252 long[] testArray = new long[] {1, -2, 3, -4, 5}; in runClientSafeUnionTests() local