Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/format/binary/
DTableFlattener_test.cpp300 IAaptContext* context, const ConfigDescription& sparse_config, float load) { in BuildTableWithSparseEntries() argument
320 CHECK(table->AddResourceWithId(name, resid, sparse_config, "", in BuildTableWithSparseEntries()
335 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); in TEST_F() local
336 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F()
357 sparse_config); in TEST_F()
362 sparse_config), in TEST_F()
366 sparse_config); in TEST_F()
378 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB-v26"); in TEST_F() local
379 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F()
400 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); in TEST_F() local
[all …]