Searched defs:InitState (Results 1 - 16 of 16) sorted by path

/external/chromium_org/base/third_party/symbolize/
H A Ddemangle.cc187 static void InitState(State *state, const char *mangled, function
1300 InitState(&state, mangled, out, out_size);
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_impl_autogen.h179 void ContextState::InitState(const ContextState* prev_state) const { function in class:ContextState
H A Dgles2_cmd_decoder_unittest_base.cc45 void NormalizeInitState(gpu::gles2::GLES2DecoderTestBase::InitState* init) {
74 // Make sure we don't set up an invalid InitState.
115 InitState init;
133 GLES2DecoderTestBase::InitState::InitState() function in class:gpu::gles2::GLES2DecoderTestBase::InitState
145 void GLES2DecoderTestBase::InitDecoder(const InitState& init) {
150 const InitState& init,
152 InitState normalized_init = init;
H A Dgles2_cmd_decoder_unittest_base.h154 struct InitState { struct in class:gpu::gles2::GLES2DecoderTestBase
155 InitState();
170 void InitDecoder(const InitState& init);
171 void InitDecoderWithCommandLine(const InitState& init,
/external/chromium_org/ui/events/gesture_detection/
H A Dvelocity_tracker.cc185 void InitState(State& state,
726 InitState(state, event_time, position.x, position.y);
746 void IntegratingVelocityTrackerStrategy::InitState(State& state, function in class:IntegratingVelocityTrackerStrategy
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h117 ProgramStateRef InitState,
119 return Engine.ExecuteWorkListWithInitialState(L, Steps, InitState, Dst);
116 ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, ProgramStateRef InitState, ExplodedNodeSet &Dst) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp165 ProgramStateRef InitState) {
193 if (!InitState)
197 generateNode(StartLoc, InitState, nullptr);
273 ProgramStateRef InitState,
275 bool DidNotFinish = ExecuteWorkList(L, Steps, InitState);
164 ExecuteWorkList(const LocationContext *L, unsigned Steps, ProgramStateRef InitState) argument
271 ExecuteWorkListWithInitialState(const LocationContext *L, unsigned Steps, ProgramStateRef InitState, ExplodedNodeSet &Dst) argument
/external/openfst/src/include/fst/
H A Dconnect.h61 bool InitState(StateId s, StateId root) { function in class:fst::CcVisitor
142 bool InitState(StateId s, StateId root);
228 bool SccVisitor<A>::InitState(StateId s, StateId root) { function in class:fst::SccVisitor
H A Dminimize.h338 bool InitState(StateId s, StateId root) { function in class:fst::AcyclicMinimizer::HeightVisitor
H A Drandgen.h624 bool InitState(StateId s, StateId root) { return true; } function in class:fst::RandGenVisitor
H A Dstate-reachable.h65 bool InitState(StateId s, StateId r) { function in class:fst::IntervalReachVisitor
H A Dtopsort.h54 bool InitState(StateId s, StateId r) { return true; } function in class:fst::TopOrderVisitor
H A Dvisit.h49 // bool InitState(StateId s, StateId root);
109 visit = visitor->InitState(root, root);
149 visit = visitor->InitState(arc.nextstate, root);
208 bool InitState(StateId s, StateId) { function in class:fst::CopyVisitor
260 bool InitState(StateId s, StateId root) { function in class:fst::PartialVisitor
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dconnect.h74 bool InitState(StateId s, StateId root) { function in class:fst::SccVisitor
H A Dminimize.h325 bool InitState(StateId s, StateId root) { function in class:fst::AcyclicMinimizer::HeightVisitor
H A Dtopsort.h49 bool InitState(StateId s, StateId r) { return true; } function in class:fst::TopOrderVisitor

Completed in 550 milliseconds