Home
last modified time | relevance | path

Searched refs:process_factory (Results 1 – 25 of 39) sorted by relevance

12

/dports/audio/faust/faust-2.37.3/architecture/faust/dsp/
H A Dpoly-llvm-dsp.h133 if (process_factory) {
134 return new dsp_poly_factory(process_factory, effect_factory);
137 return (process_factory) ? new dsp_poly_factory(process_factory, NULL) : NULL;
175 …llvm_dsp_factory* process_factory = readDSPFactoryFromIRFile(process_path, target, error_msg, opt_…
177 if (process_factory) {
178 return new dsp_poly_factory(process_factory, effect_factory);
181 return (process_factory) ? new dsp_poly_factory(process_factory, NULL) : NULL;
219 …llvm_dsp_factory* process_factory = readDSPFactoryFromMachineFile(process_path, target, error_msg); in readPolyDSPFactoryFromMachineFile() local
221 if (process_factory) { in readPolyDSPFactoryFromMachineFile()
222 return new dsp_poly_factory(process_factory, effect_factory); in readPolyDSPFactoryFromMachineFile()
[all …]
H A Dpoly-interpreter-dsp.h115 …interpreter_dsp_factory* process_factory = readInterpreterDSPFactoryFromBitcodeFile(process_path, … in readInterpreterPolyDSPFactoryFromMachineFile() local
117 if (process_factory) { in readInterpreterPolyDSPFactoryFromMachineFile()
118 return new dsp_poly_factory(process_factory, effect_factory); in readInterpreterPolyDSPFactoryFromMachineFile()
120 …interpreter_dsp_factory* process_factory = readInterpreterDSPFactoryFromBitcodeFile(bit_code_path,… in readInterpreterPolyDSPFactoryFromMachineFile() local
121 return (process_factory) ? new dsp_poly_factory(process_factory, NULL) : NULL; in readInterpreterPolyDSPFactoryFromMachineFile()
H A Dpoly-wasm-dsp.h66 wasm_dsp_poly_factory(wasm_dsp_factory* process_factory = NULL,
68 : dsp_poly_factory(process_factory, effect_factory) in dsp_poly_factory()
169 wasm_dsp_factory* process_factory = readWasmDSPFactoryFromMachineFile(process_path, error_msg); in readWasmPolyDSPFactoryFromMachineFile() local
171 if (process_factory) { in readWasmPolyDSPFactoryFromMachineFile()
172 return new dsp_poly_factory(process_factory, effect_factory); in readWasmPolyDSPFactoryFromMachineFile()
174 process_factory = readWasmDSPFactoryFromMachineFile(machine_code_path, error_msg); in readWasmPolyDSPFactoryFromMachineFile()
175 return (process_factory) ? new dsp_poly_factory(process_factory, NULL) : NULL; in readWasmPolyDSPFactoryFromMachineFile()
H A Dpoly-dsp.h957 dsp_poly_factory(dsp_factory* process_factory = nullptr,
959 fProcessFactory(process_factory) in fProcessFactory()
/dports/security/py-asyncssh/asyncssh-2.8.1/examples/
H A Dsimple_cert_server.py40 process_factory=handle_client)
H A Dsimple_keyed_server.py53 process_factory=handle_client)
H A Dmath_server.py54 process_factory=handle_client)
H A Dshow_environment.py46 process_factory=handle_client)
H A Deditor.py51 process_factory=handle_client)
H A Dredirect_server.py44 process_factory=handle_client)
H A Dreverse_client.py54 process_factory=handle_request, encoding=None)
H A Dsimple_server.py63 process_factory=handle_client)
H A Dshow_terminal.py55 process_factory=handle_client)
H A Dchat_server.py73 process_factory=ChatClient.handle_client)
/dports/security/py-asyncssh/asyncssh-2.8.1/tests/
H A Dtest_logging.py59 return await cls.create_server(process_factory=_handle_client,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h37 const NativeProcessProtocol::Factory &process_factory);

12