Searched refs:SetState (Results 1 - 25 of 37) sorted by relevance

12

/external/lldb/tools/debugserver/source/
H A DTTYState.h52 bool SetState(uint32_t idx) const;
H A DTTYState.cpp101 TTYStateSwitcher::SetState(uint32_t idx) const function in class:TTYStateSwitcher
/external/openfst/src/include/fst/
H A Dmatcher.h67 // void SetState(StateId s);
78 // // Initially and after SetState() the iterator methods
115 void SetState(StateId s) { SetState_(s); } function in class:fst::MatcherBase
212 void SetState(StateId s) { function in class:fst::SortedMatcher
300 virtual void SetState_(StateId s) { SetState(s); }
448 void SetState(StateId s) { function in class:fst::RhoMatcher
449 matcher_->SetState(s);
505 virtual void SetState_(StateId s) { SetState(s); }
622 void SetState(StateId s) { function in class:fst::SigmaMatcher
623 matcher_->SetState(
811 void SetState(StateId s) { function in class:fst::PhiMatcher
1035 void SetState(StateId s) { function in class:fst::MultiEpsMatcher
1186 void SetState(StateId s) { base_->SetState(s); } function in class:fst::Matcher
[all...]
H A Dlookahead-matcher.h206 void SetState(StateId s) { return matcher_.SetState(s); } function in class:fst::TrivialLookAheadMatcher
228 virtual void SetState_(StateId s) { SetState(s); }
286 void SetState(StateId s) { function in class:fst::ArcLookAheadMatcher
288 matcher_.SetState(s);
320 virtual void SetState_(StateId s) { SetState(s); }
481 void SetState(StateId s) { function in class:fst::LabelLookAheadMatcher
491 matcher_.SetState(s_);
530 label_reachable_->SetState(s_);
561 virtual void SetState_(StateId s) { SetState(
737 void SetState(StateId s) { base_->SetState(s); } function in class:fst::LookAheadMatcher
[all...]
H A Dcompose-filter.h75 void SetState(T state) { state_ = state; } function in class:fst::IntegerFilterState
143 void SetState(const F1 &f1, const F2 &f2) { function in class:fst::PairFilterState
179 // void SetState(StateId s1, StateId s2, const FilterState &f);
245 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::SequenceComposeFilter
330 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::AltSequenceComposeFilter
418 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::MatchComposeFilter
506 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::MultiEpsFilter
507 return filter_.SetState(s1, s2, f);
H A Dstate-map.h61 // void SetState(B::StateId s);
108 mapper->SetState(s);
163 mapper->SetState(s);
291 for (mapper_->SetState(s); !mapper_->Done(); mapper_->Next())
421 void SetState(StateId s) { function in class:fst::IdentityStateMapper
459 void SetState(StateId s) { function in class:fst::ArcSumMapper
543 void SetState(StateId s) { function in class:fst::ArcUniqueMapper
H A Dmatcher-fst.h227 void SetState(StateId s) { matcher_->SetState(s); } function in class:fst::Matcher
268 void SetState(StateId s) { matcher_->SetState(s); } function in class:fst::LookAheadMatcher
H A Dlookahead-filter.h244 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::LookAheadComposeFilter
245 filter_.SetState(s1, s2, f);
304 selector_.GetMatcher()->SetState(arca->nextstate);
360 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::PushWeightsComposeFilter
362 filter_.SetState(s1, s2, f.GetState1());
474 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::PushLabelsComposeFilter
476 filter_.SetState(s1, s2, f.GetState1());
560 Selector().GetMatcher()->SetState(arca->nextstate);
H A Dstate-reachable.h136 // reachability from a state s, first do SetState(s). Then a final
162 void SetState(StateId s) { s_ = s; } function in class:fst::StateReachable
H A Daccumulator.h54 void SetState(StateId) {} function in class:fst::DefaultAccumulator
93 void SetState(StateId) {} function in class:fst::LogAccumulator
187 void SetState(StateId s) { function in class:fst::FastLogAccumulator
192 FSTERROR() << "FastLogAccumulator::SetState: invalid state id.";
467 void SetState(StateId s, int depth = 0) { function in class:fst::CacheLogAccumulator
478 FSTERROR() << "CacheLogAccumulator::SetState: incorrectly initialized.";
694 void SetState(StateId s) { function in class:fst::ReplaceAccumulator
696 FSTERROR() << "ReplaceAccumulator::SetState: incorrectly initialized.";
702 data_->GetAccumulator(fst_id_)->SetState(tuple.fst_state);
H A Dcache.h117 using VectorFstBaseImpl<State>::SetState;
352 SetState(s, 0);
527 SetState(s, state);
531 SetState(cache_first_state_id_, cache_first_state_);
578 SetState(s, 0);
H A Darcsort.h56 void SetState(StateId s) { function in class:fst::ArcSortMapper
H A Dlabel-reachable.h117 // SetState(s). Then a label l can be reached from state s of FST f
262 void SetState(StateId s, StateId aiter_s = kNoStateId) { function in class:fst::LabelReachable
265 accumulator_->SetState(aiter_s);
/external/ceres-solver/internal/ceres/
H A Dparameter_block_test.cc119 parameter_block.SetState(x);
169 EXPECT_FALSE(parameter_block.SetState(&y));
H A Dcoordinate_descent_minimizer.cc128 parameter_block->SetState(parameters + parameter_block->state_offset());
188 parameter_block->SetState(parameters + parameter_block->state_offset());
H A Dprogram.cc79 !parameter_blocks_[i]->SetState(state)) {
103 !parameter_blocks_[i]->SetState(parameter_blocks_[i]->user_state())) {
H A Dparameter_block.h94 bool SetState(const double* x) { function in class:ceres::internal::ParameterBlock
/external/lldb/tools/debugserver/source/MacOSX/
H A DMachThread.cpp387 SetState (thread_action->state);
486 SetState(eStateSuspended);
488 SetState(eStateStopped);
527 MachThread::SetState(nub_state_t state) function in class:MachThread
531 DNBLogThreadedIf(LOG_THREAD, "MachThread::SetState ( %s ) for tid = 0x%8.8" PRIx64 "", DNBStateAsString(state), m_unique_id);
H A DMachProcess.cpp261 MachProcess::SetState(nub_state_t new_state) function in class:MachProcess
273 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) ignoring new state since current state is exited", DNBStateAsString(new_state));
277 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) ignoring redundant state change...", DNBStateAsString(new_state));
286 DNBLogThreadedIf(LOG_PROCESS, "MachProcess::SetState(%s) upating state (previous state was %s), event_mask = 0x%8.8x", DNBStateAsString(new_state), DNBStateAsString(old_state), event_mask);
320 SetState(eStateUnloaded);
559 SetState(eStateDetached);
709 SetState (eStateStepping);
711 SetState (eStateRunning);
1180 SetState(eStateStopped);
1474 SetState(eStateAttachin
[all...]
H A DMachThread.h75 void SetState(nub_state_t state);
H A DMachProcess.h187 void SetState (nub_state_t state);
214 SetState(eStateExited);
/external/lldb/source/Plugins/Process/POSIX/
H A DProcessPOSIX.cpp400 thread->SetState(eStateStopped);
424 thread->SetState(eStateExited);
436 thread->SetState(eStateStopped);
454 thread->SetState(eStateStopped);
H A DPOSIXThread.cpp251 SetState(resume_state);
256 SetState(resume_state);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h82 void SetState(StateId s) { function in class:fst::ParenMatcher
83 matcher_.SetState(s);
332 void SetState(StateId s1, StateId s2, const FilterState &f) { function in class:fst::ParenFilter
334 filter_.SetState(s1, s2, f_.GetState1());
/external/openfst/src/test/
H A Dfst_test.h73 matcher.SetState(s);

Completed in 516 milliseconds

12