Home
last modified time | relevance | path

Searched defs:Subprocess (Results 1 – 25 of 244) sorted by relevance

12345678910

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
H A Dsubprocess.go29 type Subprocess struct { struct
30 cmd *exec.Cmd
31 stdin io.WriteCloser
32 stdout io.ReadCloser
33 primitives map[string]primitive
87 func (m *Subprocess) Close() {
94 func (m *Subprocess) transact(cmd string, expectedResults int, args ...[]byte) ([][]byte, error) {
158 func (m *Subprocess) Config() ([]byte, error) {
178 func (m *Subprocess) Process(algorithm string, vectorSet []byte) ([]byte, error) {
/dports/devel/ninja/ninja-1.10.2/src/
H A Dsubprocess.h42 struct Subprocess { struct
76 friend struct SubprocessSet; argument
86 Subprocess* Add(const std::string& command, bool use_console = false); argument
/dports/security/boringssl/boringssl-6a71840/util/fipstools/acvp/acvptool/subprocess/
H A Dsubprocess.go37 type Subprocess struct { struct
38 cmd *exec.Cmd
39 stdin io.WriteCloser
40 stdout io.ReadCloser
41 primitives map[string]primitive
95 func (m *Subprocess) Close() {
102 func (m *Subprocess) Transact(cmd string, expectedResults int, args ...[]byte) ([][]byte, error) {
166 func (m *Subprocess) Config() ([]byte, error) {
186 func (m *Subprocess) Process(algorithm string, vectorSet []byte) ([]byte, error) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/ninja/src/
H A Dsubprocess.h43 struct Subprocess { struct
77 friend struct SubprocessSet; argument
87 Subprocess* Add(const string& command, bool use_console = false); argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
H A Dsubprocess.go37 type Subprocess struct { struct
38 cmd *exec.Cmd
39 stdin io.WriteCloser
40 stdout io.ReadCloser
41 primitives map[string]primitive
105 func (m *Subprocess) Close() {
112 func (m *Subprocess) Transact(cmd string, expectedResults int, args ...[]byte) ([][]byte, error) {
176 func (m *Subprocess) Config() ([]byte, error) {
196 func (m *Subprocess) Process(algorithm string, vectorSet []byte) (interface{}, error) {
/dports/net/quiche/quiche-0.9.0/deps/boringssl/src/util/fipstools/acvp/acvptool/subprocess/
H A Dsubprocess.go37 type Subprocess struct { struct
38 cmd *exec.Cmd
39 stdin io.WriteCloser
40 stdout io.ReadCloser
41 primitives map[string]primitive
110 func (m *Subprocess) Close() {
117 func (m *Subprocess) Transact(cmd string, expectedResults int, args ...[]byte) ([][]byte, error) {
181 func (m *Subprocess) Config() ([]byte, error) {
201 func (m *Subprocess) Process(algorithm string, vectorSet []byte) (interface{}, error) {
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/GoASTScanner/gas/rules/
H A Dsubproc.go25 type Subprocess struct { struct
26 pattern *regexp.Regexp
29 func (r *Subprocess) Match(n ast.Node, c *gas.Context) (*gas.Issue, error) {
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbservice/
H A DFDBService.cpp211 struct Subprocess { struct in FDBService
219 ~Subprocess() { in ~Subprocess()
240 void onHandleSignaled() { in onHandleSignaled()
262 int id;
263 size_t subprocess_index;
266 FDBService* svc;
267 Command command;
268 HANDLE process_or_timer;
272 void startTimer() { in startTimer()
281 void createProcess() { in createProcess()
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/objc-src/
H A DSubprocess.m32 @interface Subprocess(Private) interface in Private
37 @implementation Subprocess(Private) implementation in Private
175 @implementation Subprocess implementation
/dports/editors/emacs/emacs-27.2/test/manual/etags/objc-src/
H A DSubprocess.m32 @interface Subprocess(Private) interface in Private
37 @implementation Subprocess(Private) implementation in Private
175 @implementation Subprocess implementation
/dports/sysutils/consul/consul-1.10.3/agent/exec/
H A Dexec.go9 func Subprocess(args []string) (*exec.Cmd, error) { func
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/github.com/hashicorp/consul/agent/exec/
H A Dexec.go9 func Subprocess(args []string) (*exec.Cmd, error) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/hashicorp/consul/agent/exec/
H A Dexec.go9 func Subprocess(args []string) (*exec.Cmd, error) { func
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/hashicorp/consul/agent/exec/
H A Dexec.go9 func Subprocess(args []string) (*exec.Cmd, error) { func
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/hashicorp/consul/agent/exec/
H A Dexec.go9 func Subprocess(args []string) (*exec.Cmd, error) { func
/dports/www/fabio/fabio-1.5.14/vendor/github.com/hashicorp/consul/consul-1.4.2/agent/exec/
H A Dexec.go9 func Subprocess(args []string) (*exec.Cmd, error) { func
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul/agent/exec/
H A Dexec.go9 func Subprocess(args []string) (*exec.Cmd, error) { func
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/hashicorp/consul/agent/exec/
H A Dexec.go9 func Subprocess(args []string) (*exec.Cmd, error) { func
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/hashicorp/consul/agent/exec/
H A Dexec.go9 func Subprocess(args []string) (*exec.Cmd, error) { func
/dports/x11/squeekboard/squeekboard-d49ce45de0956432cef9b957f806d9377fee4bc0/cargo-crates/gio-0.7.0/src/
H A Dsubprocess.rs14 impl Subprocess { impl
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen3/docs/
H A Dapi-pycompat24.rst21 Subprocess section in Python 2.4 Compatibiity
/dports/devel/py-kitchen/kitchen-1.2.6/kitchen2/docs/
H A Dapi-pycompat24.rst21 Subprocess section in Python 2.4 Compatibiity
/dports/multimedia/gstreamer1-plugins-rust/gst-plugins-rs-d0466b3eee114207f851b37cae0015c0e718f021/cargo-crates/gio-0.14.3/src/
H A Dsubprocess.rs12 impl Subprocess { implementation
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/gio/src/
H A Dsubprocess.rs12 impl Subprocess { impl
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/gio-0.14.8/src/
H A Dsubprocess.rs12 impl Subprocess { implementation

12345678910