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.cpp296 IAaptContext* context, const ConfigDescription& sparse_config, float load) { in BuildTableWithSparseEntries() argument
321 .SetValue(std::unique_ptr<Value>(value->Transform(cloner)), sparse_config) in BuildTableWithSparseEntries()
336 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); in TEST_F() local
337 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F()
358 sparse_config); in TEST_F()
363 sparse_config), in TEST_F()
367 sparse_config); in TEST_F()
379 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB-v32"); in TEST_F() local
380 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f); in TEST_F()
401 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); in TEST_F() local
[all …]