HomeSort by relevance Sort by last modified time
    Searched refs:_is_running (Results 1 - 6 of 6) sorted by null

  /external/grpc-grpc/src/python/grpcio_tests/tests/qps/
client_runner.py 46 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/python/setuptools/setuptools/command/
bdist_wininst.py 17 self._is_running = True
21 self._is_running = False
  /external/libxcam/xcore/
pipe_manager.h 45 return _is_running;
72 bool _is_running; member in class:XCam::PipeManager
pipe_manager.cpp 34 : _is_running (false)
92 _is_running = true;
101 _is_running = false;
device_manager.h 91 return _is_running;
141 bool _is_running; member in class:XCam::DeviceManager
device_manager.cpp 78 , _is_running (false)
235 _is_running = true;
244 _is_running = false;

Completed in 507 milliseconds