Home
last modified time | relevance | path

Searched refs:testRepeat (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/binder_ndk/libbinder_ndk_test/
Dtest_native_aidl_client.cpp398 void testRepeat(const std::shared_ptr<ITest>& i, RepeatMethod<T> repeatMethod, in testRepeat() function
412 testRepeat<bool>(iface, &ITest::RepeatBooleanArray, in TEST_P()
418 testRepeat<int8_t>(iface, &ITest::RepeatByteArray, in TEST_P()
424 testRepeat<char16_t>(iface, &ITest::RepeatCharArray, in TEST_P()
430 testRepeat<int32_t>(iface, &ITest::RepeatIntArray, in TEST_P()
436 testRepeat<int64_t>(iface, &ITest::RepeatLongArray, in TEST_P()
442 testRepeat<float>(iface, &ITest::RepeatFloatArray, in TEST_P()
448 testRepeat<double>(iface, &ITest::RepeatDoubleArray, in TEST_P()
454 testRepeat<std::string>(iface, &ITest::RepeatStringArray, in TEST_P()
460 testRepeat<RegularPolygon>(iface, &ITest::RepeatRegularPolygonArray, in TEST_P()
[all …]
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapShaderTest.java123 public void testRepeat() { in testRepeat() method in BitmapShaderTest