Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp337 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F() local
343 ASSERT_TRUE(Flatten(context.get(), {}, table_in.get(), &no_sparse_contents)); in TEST_F()
346 ASSERT_TRUE(Flatten(context.get(), options, table_in.get(), &sparse_contents)); in TEST_F()
380 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F() local
386 ASSERT_TRUE(Flatten(context.get(), {}, table_in.get(), &no_sparse_contents)); in TEST_F()
389 ASSERT_TRUE(Flatten(context.get(), options, table_in.get(), &sparse_contents)); in TEST_F()
402 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F() local
408 ASSERT_TRUE(Flatten(context.get(), {}, table_in.get(), &no_sparse_contents)); in TEST_F()
411 ASSERT_TRUE(Flatten(context.get(), options, table_in.get(), &sparse_contents)); in TEST_F()
421 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F() local
[all …]