Searched defs:testArray (Results 1 – 4 of 4) sorted by relevance
/system/tools/hidl/test/java_test/ |
D | hidl_test_java_native.cpp | 658 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/ |
D | primitives_tests.cpp | 126 static const float testArray[] = { in TEST() local
|
/system/tools/hidl/test/hidl_test/ |
D | hidl_test_client.cpp | 1663 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/ |
D | HidlTestJava.java | 252 long[] testArray = new long[] {1, -2, 3, -4, 5}; in runClientSafeUnionTests() local
|