Searched refs:table_in (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp276 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); local
282 ASSERT_TRUE(Flatten(context.get(), {}, table_in.get(), &no_sparse_contents));
285 ASSERT_TRUE(Flatten(context.get(), options, table_in.get(), &sparse_contents));
319 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); local
325 ASSERT_TRUE(Flatten(context.get(), {}, table_in.get(), &no_sparse_contents));
328 ASSERT_TRUE(Flatten(context.get(), options, table_in.get(), &sparse_contents));
341 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.80f); local
347 ASSERT_TRUE(Flatten(context.get(), {}, table_in.get(), &no_sparse_contents));
350 ASSERT_TRUE(Flatten(context.get(), options, table_in.get(), &sparse_contents));

Completed in 122 milliseconds