Searched defs:SetState (Results 1 - 18 of 18) sorted by relevance

/external/lldb/tools/debugserver/source/
H A DTTYState.cpp101 TTYStateSwitcher::SetState(uint32_t idx) const function in class:TTYStateSwitcher
/external/openfst/src/include/fst/
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 Darcsort.h56 void SetState(StateId s) { function in class:fst::ArcSortMapper
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 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 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 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);
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 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 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 Dvector-fst.h137 void SetState(StateId s, State *state) { states_[s] = state; } function in class:fst::VectorFstBaseImpl
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);
/external/ceres-solver/internal/ceres/
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...]
/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/lldb/source/Target/
H A DThread.cpp531 Thread::SetState(StateType state) function in class:Thread
671 SetState (eStateStopped);
/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc2104 PyObject* SetState(CMessage* self, PyObject* state) { function in namespace:google::protobuf::python::cmessage
2139 { "__setstate__", (PyCFunction)SetState, METH_O,

Completed in 406 milliseconds