Home
last modified time | relevance | path

Searched +defs:start +defs:process (Results 1 – 25 of 2223) sorted by relevance

12345678910>>...89

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/tools/
H A Dswarming_tasks_count.py64 def _run_json(key, process, cmd): argument
72 def _get_cmd(swarming, endpoint, start, end, state, tags): argument
93 def fetch_tasks(swarming, start, end, state, tags, parallel): argument
98 def process(data): function
110 def fetch_counts(swarming, start, end, state, tags, parallel): argument
113 def process(data): function
120 def _fetch_daily_internal(delta, swarming, process, endpoint, start, end, state, argument
/dports/sysutils/qdirstat/qdirstat-1.8/src/
H A DProcessStarter.cpp28 void ProcessStarter::start() in start() function in ProcessStarter
38 void ProcessStarter::add( Process * process ) in add()
57 Process * process = _waiting.takeFirst(); in startProcesses() local
74 Process * process = qobject_cast<Process *>( sender() ); in processFinished() local
/dports/net/kea/kea-2.0.1/src/lib/log/
H A Dlogger_manager.h56 void process(T start, T finish) { in process() function
69 void process(const LoggerSpecification& spec) { in process() function
85 void process() { in process() function
/dports/news/inn-current/inn-2.7-20211226/nnrpd/
H A Dauth-ext.c21 struct process { struct
33 ** struct process providing the PID and file descriptors. argument
38 struct process *process; in start_process() local
134 char *start; in output() local
185 handle_output(struct client *client, struct process *process) in handle_output()
194 double start, end; in handle_output() local
333 struct process *process; in auth_external() local
/dports/news/inn/inn-2.6.4/nnrpd/
H A Dauth-ext.c22 struct process { struct
34 ** struct process providing the PID and file descriptors. argument
39 struct process *process; in start_process() local
129 char *start; in output() local
180 handle_output(struct client *client, struct process *process) in handle_output()
189 double start, end; in handle_output() local
328 struct process *process; in auth_external() local
/dports/sysutils/shlock/inn-2.6.4/nnrpd/
H A Dauth-ext.c22 struct process { struct
34 ** struct process providing the PID and file descriptors. argument
39 struct process *process; in start_process() local
129 char *start; in output() local
180 handle_output(struct client *client, struct process *process) in handle_output()
189 double start, end; in handle_output() local
328 struct process *process; in auth_external() local
/dports/www/dtse/dtse-1.3/
H A DProcessor.cpp53 bool Processor::process(HttpHandler& http, URL& url) in process() function in Processor
128 bool Processor::process(HttpHandler& http, URL& url, string& title, string& in process() function in Processor
185 size_t start(lowerTag.find("content=\"") + 9), in process() local
215 size_t start(lowerTag.find("content=\"") + 9), in process() local
227 size_t start(lowerTag.find("href=\"") + 6), in process() local
236 size_t start(lowerTag.find("href='") + 6), in process() local
245 size_t start(lowerTag.find("href=") + 5), in process() local
270 size_t start(lowerTag.find("alt=\"") + 5), in process() local
280 size_t start(lowerTag.find("alt=") + 4), in process() local
/dports/www/p5-HTML-FormFu/HTML-FormFu-2.07/lib/HTML/FormFu/Element/
H A DBlock.pm105 sub process { method in HTML::FormFu::Element::Block
229 sub start { subroutine
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dobjsize.cpp170 void ProcessVisitAddresses::ShowBytes(PolyObject *start) in ShowBytes()
198 void ProcessVisitAddresses::ShowCode(PolyObject *start) in ShowCode()
233 void ProcessVisitAddresses::ShowWords(PolyObject *start) in ShowWords()
350 ProcessVisitAddresses process(false); in ObjSize() local
357 ProcessVisitAddresses process(true); in ShowSize() local
383 ProcessVisitAddresses process(false); in PolyObjSize() local
397 ProcessVisitAddresses process(true); in PolyShowSize() local
412 ProcessVisitAddresses process(false); in PolyObjProfile() local
/dports/misc/adios2/ADIOS2-2.7.1/source/adios2/toolkit/transport/
H A DTransport.cpp25 size_t start) in IWrite()
30 void Transport::IRead(char *buffer, size_t size, Status &status, size_t start) in IRead()
93 void Transport::ProfilerStart(const std::string process) noexcept in ProfilerStart()
101 void Transport::ProfilerStop(const std::string process) noexcept in ProfilerStop()
/dports/editors/calligra/calligra-3.2.1/devtools/cstester/cstrunner/
H A DCSTProcessRunner.cpp67 void CSTProcessRunner::start() in start() function in CSTProcessRunner
70 QProcess *process = new QProcess(); in start() local
78 QProcess *process = qobject_cast<QProcess *>(sender()); in processFinished() local
123 void CSTProcessRunner::startCstester(QProcess *process) in startCstester()
151 void CSTProcessRunner::startMd5(QProcess *process, const QString &document) in startMd5()
/dports/net/evans/evans-0.9.1/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
434 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/security/vault/vault-1.8.2/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
433 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/devel/liteide/liteide-x37.4/liteidex/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
433 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go162 type process struct { struct
163 out chan<- *Message
164 done chan struct{} // closed when wait completes
165 run *exec.Cmd
166 path string
206 func (p *process) end(err error) {
311 func (p *process) Kill() {
336 func (p *process) startProcess(path string, args []string, body string) error {
353 func (p *process) start(body string, opt *Options) error { func
434 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
434 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/security/xray-core/Xray-core-1.5.0/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go162 type process struct { struct
163 out chan<- *Message
164 done chan struct{} // closed when wait completes
165 run *exec.Cmd
166 path string
206 func (p *process) end(err error) {
311 func (p *process) Kill() {
336 func (p *process) startProcess(path string, args []string, body string) error {
353 func (p *process) start(body string, opt *Options) error { func
434 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
434 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
433 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go162 type process struct { struct
163 out chan<- *Message
164 done chan struct{} // closed when wait completes
165 run *exec.Cmd
166 path string
206 func (p *process) end(err error) {
311 func (p *process) Kill() {
336 func (p *process) startProcess(path string, args []string, body string) error {
353 func (p *process) start(body string, opt *Options) error { func
434 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
433 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
433 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
433 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/dns/blocky/blocky-0.17/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go162 type process struct { struct
163 out chan<- *Message
164 done chan struct{} // closed when wait completes
165 run *exec.Cmd
166 path string
206 func (p *process) end(err error) {
311 func (p *process) Kill() {
336 func (p *process) startProcess(path string, args []string, body string) error {
353 func (p *process) start(body string, opt *Options) error { func
434 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/golang.org/x/tools/playground/socket/
H A Dsocket.go161 type process struct { struct
162 out chan<- *Message
163 done chan struct{} // closed when wait completes
164 run *exec.Cmd
165 path string
205 func (p *process) end(err error) {
310 func (p *process) Kill() {
335 func (p *process) startProcess(path string, args []string, body string) error {
352 func (p *process) start(body string, opt *Options) error { func
434 func (p *process) cmd(dir string, args ...string) *exec.Cmd {
[all …]

12345678910>>...89