Home
last modified time | relevance | path

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

/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_tests.cpp141 constexpr int kMaxIterations = 500; in TEST_F() local
143 for (int i = 0; i < kMaxIterations; i++) { in TEST_F()
H A Dservice_framework_tests.cpp520 const int kMaxIterations = 1000; in TEST_F() local
521 for (int i = 0; i < kMaxIterations; i++) { in TEST_F()
/aosp12/frameworks/base/libs/androidfw/
H A DAssetManager2.cpp942 constexpr const uint32_t kMaxIterations = 20; in ResolveReference() local
957 result->data == resolve_resid || i == kMaxIterations) { in ResolveReference()
1434 constexpr const uint32_t kMaxIterations = 20; in GetAttribute() local
1436 for (uint32_t i = 0; i <= kMaxIterations; i++) { in GetAttribute()
/aosp12/frameworks/base/tools/aapt2/dump/
H A DDumpManifest.cpp219 const int kMaxIterations = 40; in ResolveReference() local
221 while (ref && ref->id && i++ < kMaxIterations) { in ResolveReference()