Home
last modified time | relevance | path

Searched refs:_all_instances (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/common_lib/cros/
Dmemory_eater.py31 _all_instances = [] variable in MemoryEater
37 self._all_instances.append(self)
66 if self in self._all_instances:
67 self._all_instances.remove(self)
93 for instance in cls._all_instances: