Home
last modified time | relevance | path

Searched defs:is_started (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/webrtc/base/
Dprofiler.h101 bool is_started() const { return start_count_ > 0; } in is_started() function
/external/crosvm/src/plugin/
Dprocess.rs216 pub fn is_started(&self) -> bool { in is_started() method
/external/toolchain-utils/cros_utils/
Dbuildbot_json.py631 def is_started(self): member in BuildStep