Home
last modified time | relevance | path

Searched refs:OutputDataReceived (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/tests/
H A DProcessStreamReadTests.cs73 p.OutputDataReceived += (s, e) => in TestAsyncOutputStream()
98 p.OutputDataReceived += (s, e) => { Assert.Equal(expected, e.Data); }; in TestSyncStreams()
134 p1.OutputDataReceived += (s, e) => Assert.Equal(ExpectedLine, e.Data); in TestEOFReceivedWhenStdInClosed()
171 p.OutputDataReceived += (s, e) => in TestAsyncHalfCharacterAtATime()
213 p.OutputDataReceived += (s, e) => in TestManyOutputLines()
240 …p.OutputDataReceived += (s, e) => { Assert.True(PlatformDetection.IsFullFramework && e.Data == nul… in TestClosingStreamsAsyncDoesNotThrow()
299 p.OutputDataReceived += (s, e) => {}; in TestStreamNegativeTests()
315 p.OutputDataReceived += (s, e) => {}; in TestStreamNegativeTests()
H A DProcessWaitingTests.cs185 p.OutputDataReceived += (s, e) => in WaitForSignal()
/dports/lang/mono/mono-5.10.1.57/external/linker/linker/Tests/TestCasesRunner/
H A DILCompiler.cs29 process.OutputDataReceived += (sender, args) => capturedOutput.Add (args.Data); in Compile()
H A DPeVerifier.cs83 process.OutputDataReceived += (sender, args) => capturedOutput.Add (args.Data); in CheckAssembly()
/dports/devel/msbuild/msbuild-0.06/src/UnitTests.Shared/
H A DRunnerUtilities.cs92 p.OutputDataReceived += delegate (object sender, DataReceivedEventArgs args) in RunProcessAndGetOutput()
/dports/lang/mono/mono-5.10.1.57/mcs/class/Microsoft.Build.Utilities/Microsoft.Build.Utilities/
H A DProcessWrapper.cs40 base.OutputDataReceived += (s, args) => { in Start()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.CodeDom/src/System/CodeDom/Compiler/
H A DExecutor.cs70 p.OutputDataReceived += (s, e) => in ExecWaitWithCapture()
/dports/audio/faust/faust-2.37.3/tests/impulse-tests/archs/csharp/IRTest/IRTest/
H A DDSPCompiler.cs35 … process.OutputDataReceived += (sender, args) => compilerOutput.AppendLine(args.Data); in CompileDSP()
/dports/lang/mono/mono-5.10.1.57/mono/tests/
H A Dtest-runner.cs282 p.OutputDataReceived += delegate (object sender, DataReceivedEventArgs e) { in Main()
592 process.OutputDataReceived += delegate (object sender, DataReceivedEventArgs e) { in TryLLDB()
637 process.OutputDataReceived += delegate (object sender, DataReceivedEventArgs e) { in TryGDB()
/dports/lang/mono/mono-5.10.1.57/external/cecil-legacy/Test/Mono.Cecil.Tests/
H A DCompilationService.cs206 process.OutputDataReceived += (_, args) => stdout.Write (args.Data); in RunProcess()
/dports/lang/mono/mono-5.10.1.57/external/linker/corebuild/integration/test/
H A DIntegrationTestBase.cs87 process.OutputDataReceived += handler; in RunCommand()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcess.cs76 public event DataReceivedEventHandler OutputDataReceived; event in System.Diagnostics.Process
1451 DataReceivedEventHandler outputDataReceived = OutputDataReceived; in OutputReadNotifyUser()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Compilation/
H A DAppResourcesAssemblyBuilder.cs183 al.OutputDataReceived += outputHandler; in BuildSatelliteAssembly()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/ref/
H A DSystem.Diagnostics.Process.cs98 … public event System.Diagnostics.DataReceivedEventHandler OutputDataReceived { add { } remove { } } property in System.Diagnostics.Process
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Instance/
H A DRemoteInstance.cs144 workerProcess.OutputDataReceived += this.WorkerProcess_OutputDataReceived; in Initialize()
/dports/lang/mono/mono-5.10.1.57/external/linker/cecil/Test/Mono.Cecil.Tests/
H A DCompilationService.cs309 process.OutputDataReceived += (_, args) => stdout.Write (args.Data); in RunProcess()
/dports/lang/mono/mono-5.10.1.57/external/cecil/Test/Mono.Cecil.Tests/
H A DCompilationService.cs309 process.OutputDataReceived += (_, args) => stdout.Write (args.Data); in RunProcess()
/dports/irc/smuxi/smuxi-1.1/src/Frontend/
H A DCommandManager.cs295 process.OutputDataReceived += handler; in CommandExec()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Diagnostics/
H A DProcessTest.cs751 p.OutputDataReceived += (object sender, DataReceivedEventArgs e) => { in TestEventRaising()
998 p.OutputDataReceived += (s, e) => {}; in StandardInputWrite()
/dports/net-mgmt/icinga2/icinga2-2.13.2/agent/windows-setup-agent/
H A DSetupWizard.cs127 proc.OutputDataReceived += delegate (object sender, DataReceivedEventArgs args) in RunProcess()
/dports/devel/msbuild/msbuild-0.06/src/Utilities/
H A DToolTask.cs855 proc.OutputDataReceived += new DataReceivedEventHandler(ReceiveStandardOutputData); in ExecuteTool()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/ReferenceSources/
H A DSR.cs1256 …public const string OutputDataReceived = "User event handler to call for async IO with StandardOut… field in SR
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/services/monitoring/system/diagnosticts/
H A DProcess.cs140 public event DataReceivedEventHandler OutputDataReceived; event in System.Diagnostics.Process
2766 DataReceivedEventHandler outputDataReceived = OutputDataReceived; in OutputReadNotifyUser()
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs4377 … public event System.Diagnostics.DataReceivedEventHandler OutputDataReceived { add { } remove { } } property in System.Diagnostics.Process
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs4395 … public event System.Diagnostics.DataReceivedEventHandler OutputDataReceived { add { } remove { } } property in System.Diagnostics.Process

12