Home
last modified time | relevance | path

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

/chre-3.4.0/apps/test/chqts/src/general_test/
Dtimer_cancel_test.h56 static constexpr size_t kStageCount = 4; variable
57 Stage mStages[kStageCount];
59 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.h66 static constexpr size_t kStageCount = 6; variable
69 static constexpr uint32_t kAllFinished = (1 << kStageCount) - 1;
Dtimer_set_test.cc110 mStages = static_cast<Stage *>(chreHeapAlloc(sizeof(*mStages) * kStageCount)); in initStages()
129 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_cancel_test.cc46 for (uint32_t i = 0; i < kStageCount; i++) { in startStages()
145 if (stage->stage >= kStageCount) { in handleEvent()