Searched refs:table_in (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/tools/aapt2/format/binary/ |
D | TableFlattener_test.cpp | 334 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F() local 340 ASSERT_TRUE(Flatten(context.get(), {}, table_in.get(), &no_sparse_contents)); in TEST_F() 343 ASSERT_TRUE(Flatten(context.get(), options, table_in.get(), &sparse_contents)); in TEST_F() 377 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F() local 383 ASSERT_TRUE(Flatten(context.get(), {}, table_in.get(), &no_sparse_contents)); in TEST_F() 386 ASSERT_TRUE(Flatten(context.get(), options, table_in.get(), &sparse_contents)); in TEST_F() 399 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.80f); in TEST_F() local 405 ASSERT_TRUE(Flatten(context.get(), {}, table_in.get(), &no_sparse_contents)); in TEST_F() 408 ASSERT_TRUE(Flatten(context.get(), options, table_in.get(), &sparse_contents)); in TEST_F()
|