Searched refs:GetResourceBenchmark (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/androidfw/tests/ |
D | SparseEntry_bench.cpp | 49 GetResourceBenchmark({GetTestDataPath() + "/sparse/sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceSparse() 58 GetResourceBenchmark({GetTestDataPath() + "/sparse/not_sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceNotSparse()
|
D | AssetManager2_bench.cpp | 85 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()
|
D | BenchmarkHelpers.h | 33 void GetResourceBenchmark(const std::vector<std::string>& paths, const ResTable_config* config,
|
D | BenchmarkHelpers.cpp | 54 void GetResourceBenchmark(const std::vector<std::string>& paths, const ResTable_config* config, in GetResourceBenchmark() function
|