Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DSchedulerUtilsTest.cpp42 std::array<int64_t, 30> testArray{}; in TEST_F() local
/aosp12/frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/plugin/hp/
H A DServiceListener.java65 …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 DTextViewTest.java75 public void testArray() { in testArray() method in TextViewTest
/aosp12/frameworks/av/camera/tests/
H A DVendorTagDescriptorTests.cpp194 uint32_t* testArray = tagArray; in TEST() local
/aosp12/system/tools/hidl/test/java_test/
H A Dhidl_test_java_native.cpp819 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 Dhidl_test_client.cpp1625 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 Dprimitives_tests.cpp119 static const float testArray[] = { in TEST() local
/aosp12/system/tools/hidl/test/java_test/src/com/android/commands/hidl_test_java/
H A DHidlTestJava.java309 long[] testArray = new long[] {1, -2, 3, -4, 5}; in runClientSafeUnionTests() local