Searched refs:testRepeat (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/binder_ndk/libbinder_ndk_test/ |
D | test_native_aidl_client.cpp | 902 void testRepeat(const std::shared_ptr<ITest>& i, RepeatMethod<T> repeatMethod, in testRepeat() function 933 testRepeat<bool>(iface, &ITest::RepeatBooleanArray, in TEST_P() 939 testRepeat<uint8_t>(iface, &ITest::RepeatByteArray, in TEST_P() 945 testRepeat<char16_t>(iface, &ITest::RepeatCharArray, in TEST_P() 951 testRepeat<int32_t>(iface, &ITest::RepeatIntArray, in TEST_P() 957 testRepeat<int64_t>(iface, &ITest::RepeatLongArray, in TEST_P() 963 testRepeat<float>(iface, &ITest::RepeatFloatArray, in TEST_P() 969 testRepeat<double>(iface, &ITest::RepeatDoubleArray, in TEST_P() 975 testRepeat<ByteEnum>(iface, &ITest::RepeatByteEnumArray, in TEST_P() 981 testRepeat<IntEnum>(iface, &ITest::RepeatIntEnumArray, in TEST_P() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapShaderTest.java | 140 public void testRepeat(Bitmap.Config config) { in testRepeat() method in BitmapShaderTest
|