/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | SchedulerUtilsTest.cpp | 42 std::array<int64_t, 30> testArray{}; in TEST_F() local
|
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/ |
H A D | ServiceListener.java | 65 …TypedArray testArray = context.getResources().obtainTypedArray(R.array.known_print_plugin_vendors); in ServiceListener() local
|
/aosp12/frameworks/base/core/tests/coretests/src/android/widget/ |
H A D | TextViewTest.java | 75 public void testArray() { in testArray() method in TextViewTest
|
/aosp12/frameworks/av/camera/tests/ |
H A D | VendorTagDescriptorTests.cpp | 194 uint32_t* testArray = tagArray; in TEST() local
|
/aosp12/system/tools/hidl/test/java_test/ |
H A D | hidl_test_java_native.cpp | 819 const std::array<int64_t, 5> testArray{1, -2, 3, -4, 5}; in TEST_F() local 899 const std::array<int8_t, 7> testArray{-1, -2, -3, 0, 1, 2, 3}; in TEST_F() local 993 std::array<hidl_handle, 5> testArray; in TEST_F() local
|
/aosp12/system/tools/hidl/test/hidl_test/ |
H A D | hidl_test_client.cpp | 1625 const std::array<int8_t, 7> testArray{-1, -2, -3, 0, 1, 2, 3}; in TEST_F() local 2039 const std::array<int64_t, 5> testArray{1, -2, 3, -4, 5}; in TEST_F() local 2178 const std::array<int64_t, 5> testArray{-1, -2, -3, -4, -5}; in TEST_F() local 2227 const std::array<int8_t, 7> testArray{-1, -2, -3, 0, 1, 2, 3}; in TEST_F() local 2290 std::array<hidl_handle, 5> testArray; in TEST_F() local
|
/aosp12/system/media/audio_utils/tests/ |
H A D | primitives_tests.cpp | 119 static const float testArray[] = { in TEST() local
|
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/ |
H A D | HidlTestJava.java | 309 long[] testArray = new long[] {1, -2, 3, -4, 5}; in runClientSafeUnionTests() local
|