Searched defs:sparse_config (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/aapt2/format/binary/
H A DTableFlattener_test.cpp240 IAaptContext* context, const ConfigDescription& sparse_config, float load) {
258 // Every few entries, write out a sparse_config value. This will give us the desired load.
260 CHECK(table->AddResourceWithId(name, resid, sparse_config, "",
275 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); local
276 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.25f);
297 sparse_config);
302 sparse_config),
306 sparse_config);
318 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB-v26"); local
319 auto table_in = BuildTableWithSparseEntries(context.get(), sparse_config, 0.2
239 BuildTableWithSparseEntries( IAaptContext* context, const ConfigDescription& sparse_config, float load) argument
340 const ConfigDescription sparse_config = test::ParseConfigOrDie("en-rGB"); local
[all...]

Completed in 66 milliseconds