Searched refs:exit_state (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher_unittest.cc185 State exit_state = INITIALIZED; local
199 exit_state = thread_watcher_state_;
200 if (exit_state == expected_state)
205 return exit_state;
213 CheckResponseState exit_state = UNKNOWN; local
228 exit_state = check_response_state_;
229 if (exit_state == expected_state)
234 return exit_state;
/external/lldb/scripts/Python/interface/
H A DSBProcess.i444 __swig_getmethods__["exit_state"] = GetExitStatus
445 if _newclass: exit_state = property(GetExitStatus, None, doc='''A read only property that returns an exit status as an integer of this process when the process state is lldb.eStateExited.''')

Completed in 385 milliseconds