Lines Matching refs:config
28 ResTable_config config; in BM_SparseEntryGetResourceOldSparse() local
29 memset(&config, 0, sizeof(config)); in BM_SparseEntryGetResourceOldSparse()
30 config.sdkVersion = 26; in BM_SparseEntryGetResourceOldSparse()
31 GetResourceBenchmarkOld({GetTestDataPath() + "/sparse/sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceOldSparse()
37 ResTable_config config; in BM_SparseEntryGetResourceOldNotSparse() local
38 memset(&config, 0, sizeof(config)); in BM_SparseEntryGetResourceOldNotSparse()
39 config.sdkVersion = 26; in BM_SparseEntryGetResourceOldNotSparse()
40 GetResourceBenchmarkOld({GetTestDataPath() + "/sparse/not_sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceOldNotSparse()
46 ResTable_config config; in BM_SparseEntryGetResourceSparse() local
47 memset(&config, 0, sizeof(config)); in BM_SparseEntryGetResourceSparse()
48 config.sdkVersion = 26; in BM_SparseEntryGetResourceSparse()
49 GetResourceBenchmark({GetTestDataPath() + "/sparse/sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceSparse()
55 ResTable_config config; in BM_SparseEntryGetResourceNotSparse() local
56 memset(&config, 0, sizeof(config)); in BM_SparseEntryGetResourceNotSparse()
57 config.sdkVersion = 26; in BM_SparseEntryGetResourceNotSparse()
58 GetResourceBenchmark({GetTestDataPath() + "/sparse/not_sparse.apk"}, &config, resid, state); in BM_SparseEntryGetResourceNotSparse()