Home
last modified time | relevance | path

Searched defs:is_active (Results 1 – 8 of 8) sorted by relevance

/external/google-breakpad/src/common/
Dsimple_string_dictionary.h71 bool is_active() const { in is_active() function
/external/autotest/server/
Dsite_utils.py508 def get_special_task_status(is_complete, success, is_active): argument
/external/v8/src/debug/
Ddebug.h474 inline bool is_active() const { return is_active_; } in is_active() function
Ddebug.cc1992 bool is_active = message_handler_ != NULL || !event_listener_.is_null(); in UpdateState() local
/external/autotest/scheduler/
Dmonitor_db.py526 def _get_special_task_agent_tasks(self, is_active=False): argument
/external/libnfc-nci/src/nfa/ee/
Dnfa_ee_act.c1804 BOOLEAN is_active = FALSE; in nfa_ee_is_active() local
/external/v8/src/
Dglobal-handles.cc166 bool is_active() { in is_active() function in v8::internal::GlobalHandles::Node
/external/autotest/frontend/afe/
Dmodels.py2030 is_active = dbmodels.BooleanField(default=False, blank=False, null=False) variable in SpecialTask