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 | 516 void testRepeat(const std::shared_ptr<ITest>& i, RepeatMethod<T> repeatMethod, in testRepeat() function 547 testRepeat<bool>(iface, &ITest::RepeatBooleanArray, in TEST_P() 553 testRepeat<uint8_t>(iface, &ITest::RepeatByteArray, in TEST_P() 559 testRepeat<char16_t>(iface, &ITest::RepeatCharArray, in TEST_P() 565 testRepeat<int32_t>(iface, &ITest::RepeatIntArray, in TEST_P() 571 testRepeat<int64_t>(iface, &ITest::RepeatLongArray, in TEST_P() 577 testRepeat<float>(iface, &ITest::RepeatFloatArray, in TEST_P() 583 testRepeat<double>(iface, &ITest::RepeatDoubleArray, in TEST_P() 589 testRepeat<ByteEnum>(iface, &ITest::RepeatByteEnumArray, in TEST_P() 595 testRepeat<IntEnum>(iface, &ITest::RepeatIntEnumArray, in TEST_P() [all …]
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
D | BitmapShaderTest.java | 123 public void testRepeat() { in testRepeat() method in BitmapShaderTest
|