Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DSparseEntry_bench.cpp49 GetResourceBenchmark({GetTestDataPath() + "/sparse/sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceSparse()
58 GetResourceBenchmark({GetTestDataPath() + "/sparse/not_sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceNotSparse()
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.h33 void GetResourceBenchmark(const std::vector<std::string>& paths, const ResTable_config* config,
DBenchmarkHelpers.cpp54 void GetResourceBenchmark(const std::vector<std::string>& paths, const ResTable_config* config, in GetResourceBenchmark() function