Home
last modified time | relevance | path

Searched refs:_aborted (Results 1 – 25 of 146) sorted by relevance

123456

/dports/graphics/p5-SWF-File/SWF-File-0.42/lib/SWF/
H A DParser.pm16 _aborted => 0,
37 if ($self->{_aborted}) {
51 $self->parsetag while !$self->{_aborted} and $stream->Length;
54 redo if !$self->{_aborted} and $stream->Length;
75 while(!$self->{_aborted} and read($file, $chunk, 4096)) {
79 $self->eof unless $self->{_aborted};
141 shift->{_aborted} = 1;
/dports/sysutils/android-file-transfer-qt5/android-file-transfer-linux-4.2/qt/
H A Dfileuploader.cpp32 _aborted(false) in FileUploader()
137 _aborted = false; in upload()
141 if (_aborted) in upload()
186 _aborted = false; in download()
192 if (_aborted) in download()
246 _aborted = false; in importMusic()
250 if (_aborted) in importMusic()
260 _aborted = true; in abort()
H A Dcommandqueue.cpp86 if (_aborted) in downloadFile()
104 if (_aborted) in uploadFile()
139 if (_aborted || !_library) in importFile()
230 if (_aborted) in createDirectory()
259 CommandQueue::CommandQueue(MtpObjectsModel *model): _model(model), _completedFilesSize(0), _aborted in CommandQueue()
301 if (_aborted) in finish()
339 _aborted = false; in finish()
346 _aborted = true; in abort()
/dports/sysutils/android-file-transfer/android-file-transfer-linux-4.2/qt/
H A Dfileuploader.cpp32 _aborted(false) in FileUploader()
137 _aborted = false; in upload()
141 if (_aborted) in upload()
186 _aborted = false; in download()
192 if (_aborted) in download()
246 _aborted = false; in importMusic()
250 if (_aborted) in importMusic()
260 _aborted = true; in abort()
H A Dcommandqueue.cpp86 if (_aborted) in downloadFile()
104 if (_aborted) in uploadFile()
139 if (_aborted || !_library) in importFile()
230 if (_aborted) in createDirectory()
259 CommandQueue::CommandQueue(MtpObjectsModel *model): _model(model), _completedFilesSize(0), _aborted in CommandQueue()
301 if (_aborted) in finish()
339 _aborted = false; in finish()
346 _aborted = true; in abort()
/dports/math/z3/z3-z3-4.8.13/examples/msf/SolverFoundation.Plugin.Z3/
H A DAbortWorker.cs32 private bool _aborted = false; field in Microsoft.SolverFoundation.Plugin.Z3.AbortWorker
69 return _aborted;
92 _aborted = true; in Start()
/dports/math/py-z3-solver/z3-z3-4.8.10/examples/msf/SolverFoundation.Plugin.Z3/
H A DAbortWorker.cs32 private bool _aborted = false; field in Microsoft.SolverFoundation.Plugin.Z3.AbortWorker
69 return _aborted;
92 _aborted = true; in Start()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/WebSockets/
H A DAspNetWebSocketManager.cs21 private bool _aborted; field in System.Web.WebSockets.AspNetWebSocketManager
45 _aborted = true; in AbortAllAndWait()
62 shouldAbort = _aborted; in Add()
/dports/games/ufoai/ufoai-2.5-source/src/tools/radiant/radiant/ui/lightdialog/
H A DLightDialog.cpp43 _widget(gtk_window_new(GTK_WINDOW_TOPLEVEL)), _aborted(false) in LightDialog()
165 self->_aborted = true; in _onDelete()
182 self->_aborted = true; in _onCancel()
196 return _aborted; in isAborted()
/dports/graphics/evolvotron/evolvotron/libevolvotron/
H A Dmutatable_image_computer_task.h40 bool _aborted;
136 return _aborted; in aborted()
142 _aborted=true; in abort()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/made/
H A Dpmvplayer.cpp43 _aborted = false; in PmvPlayer()
50 _aborted = false; in play()
123 while (!_vm->shouldQuit() && !_aborted && !_fd->eos() && frameNumber < frameCount) { in play()
232 return !_aborted; in play()
253 _aborted = true; in handleEvents()
/dports/games/scummvm/scummvm-2.5.1/engines/made/
H A Dpmvplayer.cpp43 _aborted = false; in PmvPlayer()
50 _aborted = false; in play()
123 while (!_vm->shouldQuit() && !_aborted && !_fd->eos() && frameNumber < frameCount) { in play()
232 return !_aborted; in play()
253 _aborted = true; in handleEvents()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/
H A Dexport_status.cc38 _aborted = false; in init()
61 _aborted = true; in abort()
/dports/audio/ardour6/Ardour-6.8.0/libs/ardour/ardour/
H A Dexport_status.h47 bool aborted () const { return _aborted; } in aborted()
89 volatile bool _aborted;
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux/common/ADM_toolkit/
H A DADM_packetQueue.h44 uint8_t _aborted; variable
55 uint8_t isAborted(void) {return _aborted;} in isAborted()
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux/common/ADM_toolkit/
H A DADM_packetQueue.h44 uint8_t _aborted; variable
55 uint8_t isAborted(void) {return _aborted;} in isAborted()
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux/common/ADM_toolkit/
H A DADM_packetQueue.h44 uint8_t _aborted; variable
55 uint8_t isAborted(void) {return _aborted;} in isAborted()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux/common/ADM_toolkit/
H A DADM_packetQueue.h44 uint8_t _aborted; variable
55 uint8_t isAborted(void) {return _aborted;} in isAborted()
/dports/emulators/mess/mame-mame0226/3rdparty/portmidi/pm_python/pyportmidi/
H A Dmidi.py360 self._aborted = 0
394 if self._aborted:
424 self._aborted = 1
/dports/emulators/mame/mame-mame0226/3rdparty/portmidi/pm_python/pyportmidi/
H A Dmidi.py360 self._aborted = 0
394 if self._aborted:
424 self._aborted = 1
/dports/games/odamex/odamex-src-0.7.0/libraries/portmidi/pm_python/pyportmidi/
H A Dmidi.py360 self._aborted = 0
394 if self._aborted:
424 self._aborted = 1
/dports/audio/portmidi/portmidi-236/bindings/python/pyportmidi/
H A Dmidi.py360 self._aborted = 0
394 if self._aborted:
424 self._aborted = 1
/dports/devel/p5-MCE/MCE-1.876/lib/MCE/Core/
H A DManager.pm115 $_aborted, $_eof_flag, $_max_retries, $_syn_flag, $_win32_ipc,
158 $_aborted = 1;
302 if ($_offset_pos >= $_input_size || $_aborted) {
339 if ($_eof_flag || $_aborted) {
405 if ($_offset_pos >= $_input_size || $_aborted) {
435 if ($_aborted) {
454 $_aborted = 1;
730 $_aborted = $_chunk_id = $_eof_flag = $_size_completed = 0;
/dports/devel/py-transaction/transaction-3.0.1/src/transaction/tests/
H A Dtest__manager.py65 _aborted = False variable in TransactionManagerTests.test_begin_w_existing_txn.Existing
68 self._aborted = True
73 self.assertTrue(txn._aborted)
83 _aborted = False variable in TransactionManagerTests.test_get_w_existing_txn.Existing
100 _aborted = False variable in TransactionManagerTests.test_free_w_existing_txn.Existing
181 _aborted = False variable in TransactionManagerTests.test_abort_w_existing_txn.Existing
184 self._aborted = True
188 self.assertTrue(txn._aborted)
193 _aborted = False variable in TransactionManagerTests.test_as_context_manager_wo_error._Test
209 _aborted = False variable in TransactionManagerTests.test_as_context_manager_w_error._Test
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A Dworkgroup.hpp280 bool _aborted; member in WorkGangBarrierSync
286 bool aborted() { return _aborted; } in aborted()
290 void set_aborted() { _aborted = true; } in set_aborted()

123456