Home
last modified time | relevance | path

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

/external/grpc-grpc/src/python/grpcio_tests/tests/qps/
Dclient_runner.py46 self._is_running = False
52 self._is_running = True
57 self._is_running = False
63 while self._is_running:
72 self._is_running = False
78 self._is_running = True
84 self._is_running = False
89 if self._is_running:
/external/libxcam/xcore/
Dpipe_manager.cpp34 : _is_running (false) in PipeManager()
92 _is_running = true; in start()
101 _is_running = false; in stop()
Dpipe_manager.h45 return _is_running; in is_running()
72 bool _is_running;
Ddevice_manager.h91 return _is_running; in is_running()
141 bool _is_running; variable
Ddevice_manager.cpp78 , _is_running (false) in DeviceManager()
235 _is_running = true; in start()
244 _is_running = false; in stop()
/external/python/setuptools/setuptools/command/
Dbdist_wininst.py17 self._is_running = True
21 self._is_running = False