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 | 643 void testRepeat(const std::shared_ptr<ITest>& i, RepeatMethod<T> repeatMethod, in testRepeat() function 674 testRepeat<bool>(iface, &ITest::RepeatBooleanArray, in TEST_P() 680 testRepeat<uint8_t>(iface, &ITest::RepeatByteArray, in TEST_P() 686 testRepeat<char16_t>(iface, &ITest::RepeatCharArray, in TEST_P() 692 testRepeat<int32_t>(iface, &ITest::RepeatIntArray, in TEST_P() 698 testRepeat<int64_t>(iface, &ITest::RepeatLongArray, in TEST_P() 704 testRepeat<float>(iface, &ITest::RepeatFloatArray, in TEST_P() 710 testRepeat<double>(iface, &ITest::RepeatDoubleArray, in TEST_P() 716 testRepeat<ByteEnum>(iface, &ITest::RepeatByteEnumArray, in TEST_P() 722 testRepeat<IntEnum>(iface, &ITest::RepeatIntEnumArray, in TEST_P() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapShaderTest.java | 137 public void testRepeat(Bitmap.Config config) { in testRepeat() method in BitmapShaderTest
|