Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DSparseEntry_bench.cpp54 state, &GetResourceBenchmark); in BM_SparseEntryGetResourceSparse()
61 state, &GetResourceBenchmark); in BM_SparseEntryGetResourceNotSparse()
85 &GetResourceBenchmark); in BM_SparseEntryGetResourceSparseRuntime()
93 &GetResourceBenchmark); in BM_SparseEntryGetResourceNotSparseRuntime()
DBenchmarkHelpers.h33 void GetResourceBenchmark(const std::vector<std::string>& paths, const ResTable_config* config,
DAssetManager2_bench.cpp85 GetResourceBenchmark({GetTestDataPath() + "/basic/basic.apk"}, nullptr /*config*/, resid, state); in BM_AssetManagerGetResource()
98 GetResourceBenchmark( in BM_AssetManagerGetLibraryResource()
119 GetResourceBenchmark({kFrameworkPath}, &config, kStringOkId, state); in BM_AssetManagerGetResourceFrameworkLocale()
DBenchmarkHelpers.cpp54 void GetResourceBenchmark(const std::vector<std::string>& paths, const ResTable_config* config, in GetResourceBenchmark() function