/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/commands/actions/ |
H A D | AbstractRequestMonitor.java | 28 private boolean fCancelled = false; field in AbstractRequestMonitor 45 return fCancelled; in isCanceled() 50 fCancelled = value; in setCanceled()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform/ant/org.eclipse.ant.launching/src/org/eclipse/ant/internal/launching/launchConfigurations/ |
H A D | AntProcess.java | 34 private boolean fCancelled = false; field in AntProcess 132 return fCancelled; in isCanceled() 137 fCancelled = value; in setCanceled()
|
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libusb/libusb/os/ |
H A D | haiku_usb_backend.cpp | 39 fCancelled = false; in USBTransfer() 55 fCancelled = true; in SetCancelled() 61 return fCancelled; in IsCancelled() 78 if (fCancelled) in Do() 97 if (fCancelled) in Do() 140 if (fCancelled) in Do()
|
H A D | haiku_usb.h | 101 bool fCancelled; variable
|
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/libusb/libusb/os/haiku/ |
H A D | haiku_usb_backend.cpp | 39 fCancelled=false; in USBTransfer() 55 fCancelled=true; in SetCancelled() 61 return fCancelled; in IsCancelled() 79 if(fCancelled) in Do() 100 if(fCancelled) in Do() 151 if(fCancelled) in Do()
|
H A D | haiku_usb.h | 101 bool fCancelled; variable
|
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/karalabe/usb/libusb/libusb/os/ |
H A D | haiku_usb_backend.cpp | 39 fCancelled = false; in USBTransfer() 55 fCancelled = true; in SetCancelled() 61 return fCancelled; in IsCancelled() 78 if (fCancelled) in Do() 97 if (fCancelled) in Do() 140 if (fCancelled) in Do()
|
H A D | haiku_usb.h | 101 bool fCancelled; variable
|
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/ |
H A D | niash.c | 119 SANE_Bool fCancelled; /* SANE_TRUE if scanning cancelled */ member 926 s->fCancelled = SANE_FALSE; in sane_open() 1359 s->fCancelled = SANE_FALSE; in sane_start() 1380 if (s->fCancelled) in sane_read() 1384 s->fCancelled = SANE_FALSE; in sane_read() 1407 s->fCancelled = SANE_FALSE; in sane_read() 1435 s->fCancelled = SANE_FALSE; in sane_read() 1473 s->fCancelled = SANE_TRUE; in sane_cancel()
|
/dports/editors/lazarus/lazarus/ide/ |
H A D | diffdialog.pas | 137 fCancelled: boolean; 271 fCancelled := False; 312 fCancelled := True;
|
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/ |
H A D | diffdialog.pas | 138 fCancelled: boolean; 272 fCancelled := False; 313 fCancelled := True;
|
/dports/editors/lazarus-qt5/lazarus/ide/ |
H A D | diffdialog.pas | 137 fCancelled: boolean; 271 fCancelled := False; 312 fCancelled := True;
|
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/ide/ |
H A D | diffdialog.pas | 138 fCancelled: boolean; 272 fCancelled := False; 313 fCancelled := True;
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui/org/eclipse/jdt/internal/ui/jarimport/ |
H A D | JarImportWizard.java | 275 if (rename && !fCancelled) { in deconfigureClasspath() 288 if (!fCancelled) in deconfigureClasspath()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ |
H A D | PluginModelManager.java | 197 private boolean fCancelled = false; field in PluginModelManager 514 return fCancelled; in isCancelled() 571 fCancelled = false; in initializeTable() 599 fCancelled = true; in initializeTable()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui/ui refactoring/org/eclipse/jdt/internal/ui/refactoring/binary/ |
H A D | BinaryRefactoringHistoryWizard.java | 246 protected boolean fCancelled= false; field in BinaryRefactoringHistoryWizard 659 fCancelled= true; in performCancel()
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.model/workspace/Converter/src/test0501/ |
H A D | JavaEditor.java | 2686 private boolean fCancelled= false; 2696 return fCount != fComputeCount || fCancelled; 2788 fCancelled= true;
|