Home
last modified time | relevance | path

Searched defs:stage (Results 1 – 8 of 8) sorted by relevance

/chre-3.4.0/apps/test/chqts/src/shared/
Dtest_success_marker.cc32 void TestSuccessMarker::markStage(uint32_t stage) { in markStage()
47 bool TestSuccessMarker::isStageMarked(uint32_t stage) { in isStageMarked()
56 void TestSuccessMarker::markStageAndSuccessOnFinish(uint32_t stage) { in markStageAndSuccessOnFinish()
/chre-3.4.0/apps/test/chqts/src/general_test/
Dtimer_cancel_test.cc47 Stage *stage = &mStages[i]; in startStages() local
104 void TimerCancelTest::handleStageEvent(Stage *stage) { in handleStageEvent()
144 const Stage *stage = static_cast<const Stage *>(eventData); in handleEvent() local
153 void TimerCancelTest::markSuccess(uint32_t stage) { in markSuccess()
Dtimer_set_test.cc55 TimerSetTest::Stage::Stage(uint32_t stage, uint64_t duration, in Stage()
172 Stage *stage = getStageFromCookie(eventData); in handleEvent() local
181 void TimerSetTest::markSuccess(uint32_t stage) { in markSuccess()
Dtimer_cancel_test.h41 uint32_t stage; member
Dsend_message_to_host_test.cc117 uint32_t stage = getSmallDataIndex(msg); in smallMessageCallback() local
197 void SendMessageToHostTest::markSuccess(uint32_t stage) { in markSuccess()
Dtimer_stress_test.cc156 void TimerStressTest::markSuccess(uint32_t stage) { in markSuccess()
Dheap_exhaustion_stability_test.cc264 void HeapExhaustionStabilityTest::markSuccess(uint32_t stage) { in markSuccess()
/chre-3.4.0/external/kiss_fft/
Dkissfft.hh78 … void kf_work( int stage,cpx_type * Fout, const cpx_type * f, size_t fstride,size_t in_stride) in kf_work()