Home
last modified time | relevance | path

Searched refs:kStageCount (Results 1 – 6 of 6) sorted by relevance

/system/chre/apps/chqts/src/general_test/
Dtimer_cancel_test.h54 static constexpr size_t kStageCount = 4; variable
55 Stage mStages[kStageCount];
57 static constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
Dtimer_stress_test.h41 static constexpr size_t kStageCount = 3; variable
42 static constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
Dheap_exhaustion_stability_test.h49 static constexpr size_t kStageCount = 2; variable
50 static constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
Dtimer_set_test.cc108 kStageCount)); in initStages()
127 static_assert((5 + 1) == kStageCount, "Missized array"); in initStages()
146 for (size_t i = 0; i < kStageCount; i++) { in setUp()
195 for (size_t i = 0; i < kStageCount; i++) { in getStageFromCookie()
Dtimer_set_test.h65 static constexpr size_t kStageCount = 6; variable
68 static constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
Dtimer_cancel_test.cc46 for (uint32_t i = 0; i < kStageCount; i++) { in startStages()
146 if (stage->stage >= kStageCount) { in handleEvent()