Home
last modified time | relevance | path

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

/external/autotest/client/site_tests/platform_PrinterPpds/
Dfake_printer.py39 self._stopped = False
71 self._stopped = True
96 if self._stopped:
125 if self._stopped:
141 if self._stopped:
177 self._stopped = True
/external/libxcam/xcore/
Dxcam_thread.cpp31 , _stopped (true) in Thread()
73 thread->_stopped = true; in thread_func()
101 _stopped = false; in start()
130 if (!_stopped) { in stop()
Dxcam_thread.h61 bool _stopped; variable
/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog.h17 bool _stopped; variable
22 CProgressSync(): _stopped(false), _paused(false), _total(1), _completed(0) {} in CProgressSync()
28 return _stopped; in GetStopped()
33 _stopped = value; in SetStopped()
DProgressDialog2.h34 bool _stopped; variable
61 return _stopped; in Get_Stopped()
66 _stopped = val; in Set_Stopped()
DProgressDialog2.cpp76 _stopped(false), _paused(false), in CProgressSync()
85 #define CHECK_STOP if (_stopped) return E_ABORT; if (!_paused) return S_OK;
/external/v8/tools/testrunner/testproc/
Dbase.py45 self._stopped = False
97 if not self._stopped:
98 self._stopped = True
106 return self._stopped
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket2_manager_win.cc28 _stopped(false), in UdpSocket2ManagerWindows()
126 _stopped = false; in Start()
240 _stopped = true; in Stop()
390 if(!_stopped) in PopIoContext()
Dudp_socket2_manager_win.h149 volatile bool _stopped; variable
/external/autotest/client/cros/
Ddhcp_test_server.py78 self._stopped = False
90 return self._stopped
152 self._stopped = True