Home
last modified time | relevance | path

Searched refs:kNumResources (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/tools/aapt2/optimize/
H A DObfuscator_test.cpp263 const auto kNumResources = 3999; in TEST() local
267 FillTable(builder1, 0, kNumResources); in TEST()
286 int start_index = (kNumResources / kNumTries) * i; in TEST()
287 FillTable(builder2, start_index, kNumResources); in TEST()
/aosp_15_r20/external/skia/tests/
H A DResourceCacheTest.cpp1577 static constexpr int kNumResources = kLastTagIdx * (kLastTagIdx + 1) / 2; in test_tags() local
1579 Mock mock(kNumResources * TestResource::kDefaultSize); in test_tags()
1590 for (int i = 0; i < kNumResources; ++i, ++currTagCnt) { in test_tags()