Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/androidfw/tests/
H A DSparseEntry_bench.cpp40 state, &GetResourceBenchmarkOld); in BM_SparseEntryGetResourceOldSparse()
47 state, &GetResourceBenchmarkOld); in BM_SparseEntryGetResourceOldNotSparse()
69 &GetResourceBenchmarkOld); in BM_SparseEntryGetResourceOldSparseRuntime()
77 &GetResourceBenchmarkOld); in BM_SparseEntryGetResourceOldNotSparseRuntime()
H A 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()
H A DBenchmarkHelpers.h30 void GetResourceBenchmarkOld(const std::vector<std::string>& paths, const ResTable_config* config,
H A DBenchmarkHelpers.cpp25 void GetResourceBenchmarkOld(const std::vector<std::string>& paths, const ResTable_config* config, in GetResourceBenchmarkOld() function