Searched refs:isPhaseEntry (Results 1 – 13 of 13) sorted by relevance
40 MOCK_CONST_METHOD0(isPhaseEntry, bool());86 bool isPhaseEntry = fdp.ConsumeBool(); in LLVMFuzzerTestOneInput() local87 if (isTransitionComplete != isPhaseEntry) { in LLVMFuzzerTestOneInput()92 ON_CALL((e), isPhaseEntry()).WillByDefault([isPhaseEntry]() { in LLVMFuzzerTestOneInput()93 return isPhaseEntry; in LLVMFuzzerTestOneInput()95 } else if (isPhaseEntry) { in LLVMFuzzerTestOneInput()99 EXPECT_CALL((e), isPhaseEntry()).WillOnce([isPhaseEntry]() { in LLVMFuzzerTestOneInput()100 return isPhaseEntry; in LLVMFuzzerTestOneInput()104 if (res == Status::SUCCESS && !isTransitionComplete && isPhaseEntry) { in LLVMFuzzerTestOneInput()
47 virtual bool isPhaseEntry() const;69 bool isPhaseEntry() const override { in isPhaseEntry() function
40 bool isPhaseEntry() const override;
90 if (mState == CONFIG_DONE && e.isPhaseEntry()) { in handleExecutionPhase()119 if (mState == RUNNING && e.isPhaseEntry()) { in handleStopWithFlushPhase()
252 if (mState == CONFIG_DONE && e.isPhaseEntry()) { in handleExecutionPhase()285 if (mState == RUNNING && e.isPhaseEntry()) { in handleStopImmediatePhase()
32 MOCK_CONST_METHOD0(isPhaseEntry, bool());
318 EXPECT_CALL(event, isPhaseEntry()).Times(AnyNumber()).WillRepeatedly(Return(false)); in TEST_F()355 EXPECT_CALL(event, isPhaseEntry()).Times(AnyNumber()).WillRepeatedly(Return(false)); in TEST_F()
25 bool DefaultEvent::isPhaseEntry() const { in isPhaseEntry() function in android::automotive::computepipe::runner::generator::DefaultEvent
26 bool RunnerEvent::isPhaseEntry() const { in isPhaseEntry() function in android::automotive::computepipe::runner::RunnerEvent
46 if (e.isPhaseEntry()) { in handleExecutionPhase()
78 bool isPhaseEntry() const override { return true; } in isPhaseEntry() function in android::automotive::computepipe::graph::__anon5148c1330111::TestRunnerEvent
176 if (e.isPhaseEntry()) { in handleExecutionPhase()
223 if (e.isPhaseEntry()) { in handleResetPhase()