Home
last modified time | relevance | path

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

/frameworks/native/libs/ftl/
Dfunction_test.cpp215 T templated(T x) { in templated() function
235 auto templated = [](auto x) { return x; }; in TEST() local
247 EXPECT_EQ(check(templated), 0); in TEST()
251 EXPECT_EQ(check(Function::make<&ImplicitConversionsHelper::templated<int>>(&helper)), 0); in TEST()
/frameworks/av/media/codec2/tests/
DAndroid.bp23 // param tests must not depend on any codec2 libraries as all params should be templated