Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/tests/
DSparseEntry_bench.cpp31 GetResourceBenchmarkOld({GetTestDataPath() + "/sparse/sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceOldSparse()
40 GetResourceBenchmarkOld({GetTestDataPath() + "/sparse/not_sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceOldNotSparse()
DBenchmarkHelpers.h30 void GetResourceBenchmarkOld(const std::vector<std::string>& paths, const ResTable_config* config,
DAssetManager2_bench.cpp91 GetResourceBenchmarkOld({GetTestDataPath() + "/basic/basic.apk"}, nullptr /*config*/, resid, in BM_AssetManagerGetResourceOld()
106 GetResourceBenchmarkOld( in BM_AssetManagerGetLibraryResourceOld()
127 GetResourceBenchmarkOld({kFrameworkPath}, &config, kStringOkId, state); in BM_AssetManagerGetResourceFrameworkLocaleOld()
DBenchmarkHelpers.cpp25 void GetResourceBenchmarkOld(const std::vector<std::string>& paths, const ResTable_config* config, in GetResourceBenchmarkOld() function