Home
last modified time | relevance | path

Searched refs:timerString (Results 1 – 25 of 73) sorted by relevance

123

/dports/devel/staf/src/staf/services/timer/
H A DTimerObject.java38 private String timerString; field in TimerObject
139 timerString = TimerUtils.createTimerString( in TimerObject()
144 timerString = TimerUtils.createTimerString( in TimerObject()
154 reqHandler.timerList.put(timerString, this); in TimerObject()
221 Thread thisThread = new Thread(this, timerString); in fire()
416 reqHandler.unregister(timerString); in run()
449 reqHandler.unregister(timerString); in run()
461 reqHandler.unregister(timerString); in run()
469 "timer: " + this.timerString); in run()
524 reqHandler.unregister(timerString); in run()
[all …]
H A DTimerRequestHandler.java559 String timerString; in register() local
563 timerString = TimerUtils.createTimerString( in register()
568 timerString = TimerUtils.createTimerString( in register()
574 if (timerList.getTimerObject(timerString) != null) in register()
576 return new STAFResult(STAFResult.AlreadyExists, timerString); in register()
663 public STAFResult unregister(String timerString) in unregister() argument
667 if (timerList.containsTimer(timerString)) in unregister()
669 timerList.remove(timerString); in unregister()
700 public TimerObject getTimerObject(String timerString) in getTimerObject() argument
702 return timerList.getTimerObject(timerString); in getTimerObject()
H A DTimerList.java115 public TimerObject getTimerObject(String timerString) in getTimerObject() argument
117 return (TimerObject) this.get(timerString); in getTimerObject()
/dports/www/node10/node-v10.24.1/src/
H A Dtimer_wrap.cc52 Local<String> timerString = FIXED_ONE_BYTE_STRING(env->isolate(), "Timer"); in Initialize() local
55 constructor->SetClassName(timerString); in Initialize()
61 target->Set(timerString, constructor->GetFunction()); in Initialize()
/dports/net/grpcurl/grpcurl-1.8.5/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/net/go-bapu/carlostrub-bapu-23ca6b019fbc/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/vendor/github.com/go-check/check/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/www/gohugo/hugo-0.91.2/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/go-check/check/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/docker/docker/vendor/github.com/go-check/check/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/net-im/coyim/coyim-0.3.11/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/docker/docker/vendor/github.com/go-check/check/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/sysutils/aptly/aptly-1.4.0/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/docker/vendor/github.com/go-check/check/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/net/croc/croc-9.5.0/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/security/gopass/gopass-1.13.0/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/docker/vendor/github.com/go-check/check/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/dns/blocky/blocky-0.17/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/net/traefik/traefik-2.6.1/vendor/github.com/go-check/check/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/misc/cheat/cheat-4.2.2/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/docker/vendor/github.com/go-check/check/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()
/dports/net/termshark/termshark-2.1.1/vendor/gopkg.in/check.v1/
H A Dreporter.go64 suffix += "\t" + c.timerString()

123