Searched refs:GetState (Results 1 - 25 of 112) sorted by relevance

12345

/external/gptfdisk/
H A Dgdisk.cc34 if (theGPT.GetState() != use_gpt)
41 if (theGPT.GetState() != use_gpt)
H A Dcgdisk.cc68 if (theGPT.GetState() != use_gpt) {
/external/lldb/test/api/multithreaded/
H A Dtest_listener_resume.cpp37 if (process.GetState() == eStateStopped) {
/external/lldb/test/python_api/lldbutil/process/
H A DTestPrintStackTraces.py46 if process.GetState() != lldb.eStateStopped:
49 lldbutil.state_type_to_str(process.GetState()))
/external/lldb/tools/debugserver/source/
H A DTTYState.h51 bool GetState(uint32_t idx, int fd, bool saveProcessGroup);
H A DTTYState.cpp93 TTYStateSwitcher::GetState(uint32_t idx, int fd, bool saveProcessGroup) function in class:TTYStateSwitcher
/external/lldb/test/functionalities/thread/break_after_join/
H A DTestBreakAfterJoin.py91 if process.GetState() != lldb.eStateExited:
96 self.assertTrue(process.GetState() == lldb.eStateExited, PROCESS_EXITED)
/external/lldb/test/functionalities/return-value/
H A DTestReturnValue.py62 self.assertTrue (self.process.GetState() == lldb.eStateStopped)
103 self.assertTrue(self.process.GetState() == lldb.eStateStopped,
115 self.assertTrue (self.process.GetState() == lldb.eStateStopped)
148 self.assertTrue (self.process.GetState() == lldb.eStateStopped)
175 self.assertTrue (self.process.GetState() == lldb.eStateStopped)
/external/lldb/test/python_api/frame/
H A DTestFrames.py62 self.assertTrue(process.GetState() == lldb.eStateStopped,
71 while process.GetState() == lldb.eStateStopped:
112 self.assertTrue(process.GetState() == lldb.eStateExited, PROCESS_EXITED)
146 self.assertTrue(process.GetState() == lldb.eStateStopped,
183 self.assertTrue(process.GetState() == lldb.eStateStopped,
/external/lldb/scripts/Python/interface/
H A DSBProcess.i187 GetState ();
361 s = self.GetState()
374 state = self.GetState()
381 state = self.GetState()
441 __swig_getmethods__["state"] = GetState
442 if _newclass: state = property(GetState, None, doc='''A read only property that returns an lldb enumeration value (see enumerations that start with "lldb.eState") that represents the current state of this process (running, stopped, exited, etc.).''')
/external/lldb/test/functionalities/exec/
H A DTestExec.py68 self.assertTrue(process.GetState() == lldb.eStateStopped,
84 self.assertTrue(process.GetState() == lldb.eStateStopped,
/external/lldb/test/python_api/frame/inlines/
H A DTestInlinedFrame.py58 self.assertTrue(process.GetState() == lldb.eStateStopped,
82 self.assertTrue(process.GetState() == lldb.eStateStopped,
/external/lldb/test/python_api/function_symbol/
H A DTestSymbolAPI.py62 self.assertTrue(process.GetState() == lldb.eStateStopped)
75 self.assertTrue(process.GetState() == lldb.eStateStopped)
H A DTestDisasmAPI.py62 self.assertTrue(process.GetState() == lldb.eStateStopped)
81 self.assertTrue(process.GetState() == lldb.eStateStopped)
/external/lldb/test/python_api/interpreter/
H A DTestCommandInterpreterAPI.py78 if process.GetState() != lldb.eStateStopped:
81 lldbutil.state_type_to_str(process.GetState()))
/external/lldb/test/python_api/watchpoint/
H A DTestSetWatchpoint.py58 self.assertTrue(process.GetState() == lldb.eStateStopped,
101 self.assertTrue(process.GetState() == lldb.eStateExited, PROCESS_EXITED)
H A DTestWatchpointIgnoreCount.py58 self.assertTrue(process.GetState() == lldb.eStateStopped,
91 self.assertTrue(process.GetState() == lldb.eStateExited, PROCESS_EXITED)
H A DTestWatchpointIter.py58 self.assertTrue(process.GetState() == lldb.eStateStopped,
115 self.assertTrue(process.GetState() == lldb.eStateExited, PROCESS_EXITED)
/external/lldb/test/lang/objc/objc-ivar-stripped/
H A DTestObjCIvarStripped.py40 self.assertTrue (process.GetState() == lldb.eStateStopped, "Stopped it too.")
/external/lldb/test/python_api/default-constructor/
H A Dsb_process.py26 obj.GetState()
/external/openfst/src/include/fst/
H A Dvector-fst.h133 State *GetState(StateId s) { return states_[s]; } function in class:fst::VectorFstBaseImpl
135 const State *GetState(StateId s) const { return states_[s]; } function in class:fst::VectorFstBaseImpl
192 using VectorFstBaseImpl<VectorState<A> >::GetState;
209 size_t NumInputEpsilons(StateId s) const { return GetState(s)->niepsilons; }
211 size_t NumOutputEpsilons(StateId s) const { return GetState(s)->noepsilons; }
231 VectorState<A> *state = GetState(s);
257 const vector<A> &arcs = GetState(s)->arcs;
261 --GetState(s)->niepsilons;
263 --GetState(s)->noepsilons;
270 GetState(
[all...]
H A Dcache.h165 static_cast<const VectorFstBaseImpl<S> &>(impl).GetState(s);
184 const S *GetState(StateId s) const { function in class:fst::CacheBaseImpl
188 return VectorFstBaseImpl<S>::GetState(s);
192 S *GetState(StateId s) { function in class:fst::CacheBaseImpl
196 return VectorFstBaseImpl<S>::GetState(s);
204 return VectorFstBaseImpl<S>::GetState(s);
351 allocator_->Free(VectorFstBaseImpl<S>::GetState(s), s);
395 const S *state = GetState(s);
400 const S *state = GetState(s);
405 const S *state = GetState(
[all...]
/external/lldb/test/lang/cpp/class_types/
H A DTestClassTypes.py131 if process.GetState() != lldb.eStateStopped:
134 lldbutil.state_type_to_str(process.GetState()))
/external/lldb/test/lang/objc/blocks/
H A DTestObjCIvarsInBlocks.py56 self.assertTrue (process.GetState() == lldb.eStateStopped, "Stopped it too.")
102 self.assertTrue (process.GetState() == lldb.eStateStopped, "Stopped at the second breakpoint.")
/external/lldb/test/python_api/watchpoint/watchlocation/
H A DTestTargetWatchAddress.py76 self.assertTrue(process.GetState() == lldb.eStateStopped,
135 self.assertTrue(process.GetState() == lldb.eStateStopped,

Completed in 911 milliseconds

12345