Home
last modified time | relevance | path

Searched refs:pauseFile (Results 1 – 16 of 16) sorted by relevance

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/trilinos/cmake/tribits/python_utils/
H A Dgeneric-looping-demon.py135 print(" --pause-file='" + options.pauseFile + "' \\")
155 def pauseFileExists(pauseFile): argument
156 if pauseFile and os.path.exists(pauseFile):
179 if pauseFileExists(options.pauseFile):
180 print("\nThe file " + options.pauseFile + " exists at start so deleteing it!")
181 os.remove(options.pauseFile)
194 if pauseFileExists(options.pauseFile):
195 print("\nThe file " + options.pauseFile + " exists so skipping this iteration!")
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/test/serviceability/attach/
H A DAttachWithStalePidFile.java122 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
124 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
131 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/test/serviceability/attach/
H A DAttachWithStalePidFile.java122 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
124 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
131 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/serviceability/attach/
H A DAttachWithStalePidFile.java129 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
131 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
138 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/serviceability/attach/
H A DAttachWithStalePidFile.java129 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
131 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
138 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/serviceability/attach/
H A DAttachWithStalePidFile.java130 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
132 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
139 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/attach/
H A DAttachWithStalePidFile.java135 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
137 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
144 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/serviceability/attach/
H A DAttachWithStalePidFile.java135 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
137 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
144 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/serviceability/attach/
H A DAttachWithStalePidFile.java135 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
137 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
144 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/serviceability/attach/
H A DAttachWithStalePidFile.java135 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
137 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
144 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/serviceability/attach/
H A DAttachWithStalePidFile.java135 Path pauseFile = Paths.get("vm.paused." + pid); in waitForAndResumeVM() local
137 while(!Files.exists(pauseFile) && --retries > 0) { in waitForAndResumeVM()
144 Files.delete(pauseFile); in waitForAndResumeVM()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/embedded/
H A Dqsoundqss_qws.h74 void pauseFile( int id );
151 void pauseFile(int, int);
H A Dqsoundqss_qws.cpp741 this, SIGNAL(pauseFile(int,int))); in newConnection()
790 connect(server, SIGNAL(pauseFile(int,int)), in QWSSoundServerPrivate()
791 this, SLOT(pauseFile(int,int))); in QWSSoundServerPrivate()
839 void pauseFile(int wid, int sid);
989 void QWSSoundServerPrivate::pauseFile(int wid, int sid) in pauseFile() function in QWSSoundServerPrivate
1370 void QWSSoundServer::pauseFile( int sid ) in pauseFile() function in QWSSoundServer
1372 d->pauseFile(0, sid); in pauseFile()
/dports/www/getleft/Getleft-v1.2/scripts/
H A DVentana.tcl127 tkwait variable getleftOptions(pauseFile)
350 $menus(pause) add check -variable getleftOptions(pauseFile) \
580 if {($getleftOptions(pauseFile)==1)||($getleftOptions(pausePage)==1)} {
581 set getleftOptions(pauseFile) 0
H A DDescargar.tcl643 if {$getleftOptions(pauseFile)==1} {
/dports/www/getleft/Getleft-v1.2/
H A DGetleft.tcl433 set getleftOptions(pauseFile) 0
840 if {$getleftOptions(pauseFile)==1} {