Home
last modified time | relevance | path

Searched refs:Proc (Results 1 – 25 of 7933) sorted by relevance

12345678910>>...318

/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-processes.adb123 Free (Proc.Sys);
133 Proc.Sys.Set_Streams (Input => To_String (Proc.In_File),
141 Proc.Sys.Spawn (Proc);
178 Proc.Sys.Set_Streams (Input => To_String (Proc.In_File),
186 Proc.Sys.Spawn (Proc, Mode);
199 Proc.Sys.Wait (Proc, -1.0);
211 Proc.Sys.Stop (Proc, Signal);
228 return Proc.Pid;
236 return Proc.Pid > 0 and Proc.Exit_Value < 0;
244 return Proc.Input;
[all …]
/dports/cad/ghdl/ghdl-1.0.0/src/grt/
H A Dgrt-processes.adb139 return Proc.Rti;
173 Proc : Proc_Acc;
183 Proc : Proc_Acc;
193 Proc : Proc_Acc;
203 Proc : Proc_Acc;
286 := Proc;
355 Proc => Proc,
449 pragma Assert (El.Proc = Proc);
753 Proc.Subprg.all (Proc.This);
806 Proc.Subprg.all (Proc.This);
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/test/t/
H A Dproc.rb5 assert_equal Class, Proc.class
10 Proc.new
13 assert_equal (Proc.new {}).class, Proc
16 Proc.new{ break }.call
22 b = Proc.new { a += 1 }
26 b2 = Proc.new { |i| a2 += i }
34 a = Proc.new {|x, y|}.arity
55 b = Proc.new { a += 1 }
67 pr = Proc.new {|a,b,&c|
145 c = Class.new(Proc) do
[all …]
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/test/t/
H A Dproc.rb5 assert_equal Class, Proc.class
10 Proc.new
13 assert_equal (Proc.new {}).class, Proc
16 Proc.new{ break }.call
22 b = Proc.new { a += 1 }
26 b2 = Proc.new { |i| a2 += i }
34 a = Proc.new {|x, y|}.arity
55 b = Proc.new { a += 1 }
67 pr = Proc.new {|a,b,&c|
145 c = Class.new(Proc) do
[all …]
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/test/t/
H A Dproc.rb5 assert_equal Class, Proc.class
10 Proc.new
13 assert_equal (Proc.new {}).class, Proc
16 Proc.new{ break }.call
22 b = Proc.new { a += 1 }
26 b2 = Proc.new { |i| a2 += i }
34 a = Proc.new {|x, y|}.arity
55 b = Proc.new { a += 1 }
67 pr = Proc.new {|a,b,&c|
145 c = Class.new(Proc) do
[all …]
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/test/t/
H A Dproc.rb5 assert_equal Class, Proc.class
10 Proc.new
13 assert_equal (Proc.new {}).class, Proc
16 Proc.new{ break }.call
22 b = Proc.new { a += 1 }
26 b2 = Proc.new { |i| a2 += i }
34 a = Proc.new {|x, y|}.arity
55 b = Proc.new { a += 1 }
67 pr = Proc.new {|a,b,&c|
145 c = Class.new(Proc) do
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/test/t/
H A Dproc.rb5 assert_equal Class, Proc.class
10 Proc.new
13 assert_equal (Proc.new {}).class, Proc
16 Proc.new{ break }.call
22 b = Proc.new { a += 1 }
26 b2 = Proc.new { |i| a2 += i }
34 a = Proc.new {|x, y|}.arity
55 b = Proc.new { a += 1 }
67 pr = Proc.new {|a,b,&c|
145 c = Class.new(Proc) do
[all …]
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/test/t/
H A Dproc.rb5 assert_equal Class, Proc.class
10 Proc.new
13 assert_equal (Proc.new {}).class, Proc
16 Proc.new{ break }.call
22 b = Proc.new { a += 1 }
26 b2 = Proc.new { |i| a2 += i }
34 a = Proc.new {|x, y|}.arity
55 b = Proc.new { a += 1 }
67 pr = Proc.new {|a,b,&c|
145 c = Class.new(Proc) do
[all …]
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/test/t/
H A Dproc.rb5 assert_equal Class, Proc.class
10 Proc.new
13 assert_equal (Proc.new {}).class, Proc
16 Proc.new{ break }.call
22 b = Proc.new { a += 1 }
26 b2 = Proc.new { |i| a2 += i }
34 a = Proc.new {|x, y|}.arity
55 b = Proc.new { a += 1 }
67 pr = Proc.new {|a,b,&c|
145 c = Class.new(Proc) do
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/test/eunit/
H A Dcouch_js_tests.erl48 Proc = couch_query_servers:get_os_process(<<"javascript">>),
49 true = couch_query_servers:proc_prompt(Proc, [<<"add_fun">>, Src]),
64 Proc = couch_query_servers:get_os_process(<<"javascript">>),
65 true = couch_query_servers:proc_prompt(Proc, [<<"add_fun">>, Src]),
80 Proc = couch_query_servers:get_os_process(<<"javascript">>),
97 Proc = couch_query_servers:get_os_process(<<"javascript">>),
134 Proc = couch_query_servers:get_os_process(<<"javascript">>),
159 Proc = couch_query_servers:get_os_process(<<"javascript">>),
161 trigger_oom(Proc).
163 trigger_oom(Proc) ->
[all …]
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49 …ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53 … ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49 …ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53 … ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49 …ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53 … ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49 …ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53 … ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49 …ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53 … ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-error/test/
H A Dexception.rb15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49 …ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53 … ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-error/test/
H A Dexception.rb15 ExceptionTest.mrb_ensure Proc.new { 'test' }, Proc.new { a = true }
21 ExceptionTest.mrb_ensure Proc.new { raise 'test' }, Proc.new { a = true }
28 ExceptionTest.mrb_rescue Proc.new { 'test' }, Proc.new {}
35 ExceptionTest.mrb_rescue Proc.new { raise CustomExp.new 'test' }, Proc.new { 'rescue' }
39 ExceptionTest.mrb_rescue Proc.new { raise 'test' }, Proc.new { 'rescue' }
45 ExceptionTest.mrb_rescue_exceptions Proc.new { 'test' }, Proc.new {}
49 …ExceptionTest.mrb_rescue_exceptions Proc.new { raise RangeError.new 'test' }, Proc.new { 'rescue' }
53 … ExceptionTest.mrb_rescue_exceptions Proc.new { raise TypeError.new 'test' }, Proc.new { 'rescue' }
/dports/sysutils/p5-Proc-ProcessTable-Match/Proc-ProcessTable-Match-0.0.1/
H A DMANIFEST2 lib/Proc/ProcessTable/Match/Cmndline.pm
3 lib/Proc/ProcessTable/Match/Command.pm
4 lib/Proc/ProcessTable/Match/EGID.pm
5 lib/Proc/ProcessTable/Match/EGIDset.pm
6 lib/Proc/ProcessTable/Match/EUID.pm
8 lib/Proc/ProcessTable/Match/Fname.pm
9 lib/Proc/ProcessTable/Match/GID.pm
10 lib/Proc/ProcessTable/Match/Idle.pm
11 lib/Proc/ProcessTable/Match/JID.pm
13 lib/Proc/ProcessTable/Match/PID.pm
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/github.com/prometheus/procfs/procfs-0.0.10/
H A Dproc.go29 type Proc struct { struct
37 type Procs []Proc
47 return Proc{}, err
56 return Proc{}, err
58 return fs.Proc(pid)
74 return Proc{}, err
78 return Proc{}, err
80 return fs.Proc(pid)
87 return fs.Proc(pid)
91 func (fs FS) Proc(pid int) (Proc, error) { func
[all …]
/dports/net/inlets/inlets-3.0.2/vendor/github.com/prometheus/procfs/
H A Dproc.go29 type Proc struct { struct
37 type Procs []Proc
47 return Proc{}, err
56 return Proc{}, err
58 return fs.Proc(pid)
74 return Proc{}, err
78 return Proc{}, err
80 return fs.Proc(pid)
87 return fs.Proc(pid)
91 func (fs FS) Proc(pid int) (Proc, error) { func
[all …]
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/github.com/prometheus/procfs/
H A Dproc.go29 type Proc struct { struct
37 type Procs []Proc
47 return Proc{}, err
56 return Proc{}, err
58 return fs.Proc(pid)
74 return Proc{}, err
78 return Proc{}, err
80 return fs.Proc(pid)
87 return fs.Proc(pid)
91 func (fs FS) Proc(pid int) (Proc, error) { func
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/docker/moby-20.10.2/vendor/github.com/prometheus/procfs/
H A Dproc.go29 type Proc struct { struct
37 type Procs []Proc
47 return Proc{}, err
56 return Proc{}, err
58 return fs.Proc(pid)
74 return Proc{}, err
78 return Proc{}, err
80 return fs.Proc(pid)
87 return fs.Proc(pid)
91 func (fs FS) Proc(pid int) (Proc, error) { func
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/cli/cli-20.10.2/vendor/github.com/prometheus/procfs/
H A Dproc.go29 type Proc struct { struct
37 type Procs []Proc
47 return Proc{}, err
56 return Proc{}, err
58 return fs.Proc(pid)
74 return Proc{}, err
78 return Proc{}, err
80 return fs.Proc(pid)
87 return fs.Proc(pid)
91 func (fs FS) Proc(pid int) (Proc, error) { func
[all …]
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/containerd/containerd/containerd-1.4.3/vendor/github.com/prometheus/procfs/
H A Dproc.go29 type Proc struct { struct
37 type Procs []Proc
47 return Proc{}, err
56 return Proc{}, err
58 return fs.Proc(pid)
74 return Proc{}, err
78 return Proc{}, err
80 return fs.Proc(pid)
87 return fs.Proc(pid)
91 func (fs FS) Proc(pid int) (Proc, error) { func
[all …]
/dports/sysutils/helmfile/vault-f6547fa8e820/vendor/github.com/prometheus/procfs/
H A Dproc.go29 type Proc struct { struct
37 type Procs []Proc
47 return Proc{}, err
56 return Proc{}, err
58 return fs.Proc(pid)
74 return Proc{}, err
78 return Proc{}, err
80 return fs.Proc(pid)
87 return fs.Proc(pid)
91 func (fs FS) Proc(pid int) (Proc, error) { func
[all …]

12345678910>>...318