Home
last modified time | relevance | path

Searched refs:ProcessOptions (Results 1 – 25 of 790) sorted by relevance

12345678910>>...32

/dports/cad/ktechlab/ktechlab-0.50.0/src/languages/
H A Dgpasm.cpp47 …if ( ProcessOptions::ProcessPath::from( options.processPath() ) == ProcessOptions::ProcessPath::As… in processInput()
140 ProcessOptions::ProcessPath::Path Gpasm::outputPath( ProcessOptions::ProcessPath::Path inputPath ) … in outputPath()
148 return ProcessOptions::ProcessPath::None; in outputPath()
154 return ProcessOptions::ProcessPath::None; in outputPath()
163 case ProcessOptions::ProcessPath::C_Library: in outputPath()
164 case ProcessOptions::ProcessPath::C_Object: in outputPath()
165 case ProcessOptions::ProcessPath::C_PIC: in outputPath()
166 case ProcessOptions::ProcessPath::C_Program: in outputPath()
181 case ProcessOptions::ProcessPath::Invalid: in outputPath()
182 case ProcessOptions::ProcessPath::None: in outputPath()
[all …]
H A Dmicrobe.cpp96 ProcessOptions::ProcessPath::Path Microbe::outputPath( ProcessOptions::ProcessPath::Path inputPath … in outputPath()
101 return ProcessOptions::ProcessPath::None; in outputPath()
116 case ProcessOptions::ProcessPath::C_Library: in outputPath()
117 case ProcessOptions::ProcessPath::C_Object: in outputPath()
118 case ProcessOptions::ProcessPath::C_PIC: in outputPath()
119 case ProcessOptions::ProcessPath::C_Program: in outputPath()
126 case ProcessOptions::ProcessPath::Object_PIC: in outputPath()
131 case ProcessOptions::ProcessPath::Invalid: in outputPath()
132 case ProcessOptions::ProcessPath::None: in outputPath()
133 return ProcessOptions::ProcessPath::Invalid; in outputPath()
[all …]
H A Dgplib.cpp32 void Gplib::processInput( ProcessOptions options ) in processInput()
102 ProcessOptions::ProcessPath::Path Gplib::outputPath( ProcessOptions::ProcessPath::Path inputPath ) … in outputPath()
107 return ProcessOptions::ProcessPath::None; in outputPath()
116 case ProcessOptions::ProcessPath::C_Library: in outputPath()
117 case ProcessOptions::ProcessPath::C_Object: in outputPath()
118 case ProcessOptions::ProcessPath::C_PIC: in outputPath()
119 case ProcessOptions::ProcessPath::C_Program: in outputPath()
128 case ProcessOptions::ProcessPath::Object_PIC: in outputPath()
133 case ProcessOptions::ProcessPath::Invalid: in outputPath()
134 case ProcessOptions::ProcessPath::None: in outputPath()
[all …]
H A Dgpdasm.cpp123 ProcessOptions::ProcessPath::Path Gpdasm::outputPath( ProcessOptions::ProcessPath::Path inputPath )… in outputPath()
129 return ProcessOptions::ProcessPath::None; in outputPath()
138 case ProcessOptions::ProcessPath::C_Library: in outputPath()
139 case ProcessOptions::ProcessPath::C_Object: in outputPath()
140 case ProcessOptions::ProcessPath::C_PIC: in outputPath()
141 case ProcessOptions::ProcessPath::C_Program: in outputPath()
150 case ProcessOptions::ProcessPath::Object_PIC: in outputPath()
154 case ProcessOptions::ProcessPath::Invalid: in outputPath()
155 case ProcessOptions::ProcessPath::None: in outputPath()
156 return ProcessOptions::ProcessPath::Invalid; in outputPath()
[all …]
H A Dsdcc.cpp35 void SDCC::processInput( ProcessOptions options ) in processInput()
184 ProcessOptions::ProcessPath::Path SDCC::outputPath( ProcessOptions::ProcessPath::Path inputPath ) c… in outputPath()
189 return ProcessOptions::ProcessPath::None; in outputPath()
191 case ProcessOptions::ProcessPath::C_Library: in outputPath()
194 case ProcessOptions::ProcessPath::C_Object: in outputPath()
197 case ProcessOptions::ProcessPath::C_PIC: in outputPath()
200 case ProcessOptions::ProcessPath::C_Program: in outputPath()
218 case ProcessOptions::ProcessPath::Object_PIC: in outputPath()
223 case ProcessOptions::ProcessPath::Invalid: in outputPath()
224 case ProcessOptions::ProcessPath::None: in outputPath()
[all …]
H A Dgplink.cpp213 ProcessOptions::ProcessPath::Path Gplink::outputPath( ProcessOptions::ProcessPath::Path inputPath )… in outputPath()
217 case ProcessOptions::ProcessPath::Object_PIC: in outputPath()
221 return ProcessOptions::ProcessPath::None; in outputPath()
230 case ProcessOptions::ProcessPath::C_Library: in outputPath()
231 case ProcessOptions::ProcessPath::C_Object: in outputPath()
232 case ProcessOptions::ProcessPath::C_PIC: in outputPath()
233 case ProcessOptions::ProcessPath::C_Program: in outputPath()
246 case ProcessOptions::ProcessPath::Invalid: in outputPath()
247 case ProcessOptions::ProcessPath::None: in outputPath()
248 return ProcessOptions::ProcessPath::Invalid; in outputPath()
[all …]
H A Dprocesschain.cpp58 if ( ProcessOptions::ProcessPath::to( options.processPath() ) == ProcessOptions::ProcessPath::Pic ) in ProcessChain()
145 case ProcessOptions::ProcessPath::None: in compile()
159ProcessOptions::ProcessPath::MediaType typeTo = ProcessOptions::ProcessPath::to( m_processOptions.… in slotFinishedCompile()
173 case ProcessOptions::ProcessPath::C: in slotFinishedCompile()
177 case ProcessOptions::ProcessPath::Object: in slotFinishedCompile()
210 case ProcessOptions::Method::Load: in slotFinishedCompile()
216 case ProcessOptions::Method::Forget: in slotFinishedCompile()
222 case ProcessOptions::ProcessPath::Pic: in slotFinishedCompile()
241 case ProcessOptions::ProcessPath::C: in slotFinishedCompile()
259 case ProcessOptions::ProcessPath::Pic: in slotFinishedCompile()
[all …]
H A Dflowcode.cpp459 ProcessOptions::ProcessPath::Path FlowCode::outputPath( ProcessOptions::ProcessPath::Path inputPath… in outputPath()
467 return ProcessOptions::ProcessPath::None; in outputPath()
482 case ProcessOptions::ProcessPath::C_Library: in outputPath()
483 case ProcessOptions::ProcessPath::C_Object: in outputPath()
484 case ProcessOptions::ProcessPath::C_PIC: in outputPath()
485 case ProcessOptions::ProcessPath::C_Program: in outputPath()
491 case ProcessOptions::ProcessPath::Object_PIC: in outputPath()
496 case ProcessOptions::ProcessPath::Invalid: in outputPath()
497 case ProcessOptions::ProcessPath::None: in outputPath()
498 return ProcessOptions::ProcessPath::Invalid; in outputPath()
[all …]
H A Dpicprogrammer.cpp423 ProcessOptions::ProcessPath::Path PicProgrammer::outputPath( ProcessOptions::ProcessPath::Path inpu… in outputPath()
429 return ProcessOptions::ProcessPath::None; in outputPath()
438 case ProcessOptions::ProcessPath::C_Library: in outputPath()
439 case ProcessOptions::ProcessPath::C_Object: in outputPath()
440 case ProcessOptions::ProcessPath::C_PIC: in outputPath()
441 case ProcessOptions::ProcessPath::C_Program: in outputPath()
451 case ProcessOptions::ProcessPath::Object_PIC: in outputPath()
454 case ProcessOptions::ProcessPath::Invalid: in outputPath()
455 case ProcessOptions::ProcessPath::None: in outputPath()
456 return ProcessOptions::ProcessPath::Invalid; in outputPath()
[all …]
H A Dlanguage.cpp70 ProcessOptions::ProcessPath::Path newPath = outputPath( m_processOptions.processPath() ); in finish()
72 if ( newPath == ProcessOptions::ProcessPath::None ) in finish()
165 ProcessOptions::ProcessOptions() in ProcessOptions() function in ProcessOptions
174 ProcessOptions::ProcessOptions( OutputMethodInfo info ) in ProcessOptions() function in ProcessOptions
201 void ProcessOptions::setTextOutputTarget( TextDocument * target, QObject * receiver, const char * s… in setTextOutputTarget()
208 void ProcessOptions::setTextOutputtedTo( TextDocument * outputtedTo ) in setTextOutputtedTo()
215 void ProcessOptions::setTargetFile( const QString &file ) in setTargetFile()
228 ProcessOptions::ProcessPath::MediaType ProcessOptions::guessMediaType( const QString & url ) in guessMediaType()
270 ProcessOptions::ProcessPath::Path ProcessOptions::ProcessPath::path( MediaType from, MediaType to ) in path()
442 ProcessOptions::ProcessPath::MediaType ProcessOptions::ProcessPath::from( Path path ) in from()
[all …]
H A Dlanguage.h24 class ProcessOptions; variable
28 typedef QList<ProcessOptions> ProcessOptionsList;
64 class ProcessOptions : public ProcessOptionsSpecial
67 ProcessOptions();
68 ProcessOptions( OutputMethodInfo info );
217 virtual void processInput( ProcessOptions options ) = 0;
221 ProcessOptions processOptions() const { return m_processOptions; } in processOptions()
226 …virtual ProcessOptions::ProcessPath::Path outputPath( ProcessOptions::ProcessPath::Path inputPath …
257 ProcessOptions m_processOptions;
H A Dprocesschain.h29 typedef QList<ProcessOptions> ProcessOptionsList;
39 ProcessChain( ProcessOptions options, const char *name = nullptr );
42 void setProcessOptions( ProcessOptions options ) { m_processOptions = options; } in setProcessOptions()
65 void successful(ProcessOptions options);
86 ProcessOptions m_processOptions;
H A Dgpasm.h26 void processInput( ProcessOptions options ) override;
27ProcessOptions::ProcessPath::Path outputPath( ProcessOptions::ProcessPath::Path inputPath ) const …
H A Dsdcc.h25 void processInput( ProcessOptions options ) override;
26ProcessOptions::ProcessPath::Path outputPath( ProcessOptions::ProcessPath::Path inputPath ) const …
H A Dmicrobe.h30 void processInput( ProcessOptions options ) override;
31ProcessOptions::ProcessPath::Path outputPath( ProcessOptions::ProcessPath::Path inputPath ) const …
/dports/graphics/megapov/megapov-1.2.1/source/base/
H A Dprocessoptions.cpp48 ProcessOptions::ProcessOptions(INI_Parser_Table *pit, Cmd_Parser_Table *pct) in ProcessOptions() function in ProcessOptions
54 ProcessOptions::~ProcessOptions() in ~ProcessOptions()
58 int ProcessOptions::ParseFile(const char *filespec, POVMSObjectPtr obj) in ParseFile()
372 bool ProcessOptions::WriteOptionFilter(INI_Parser_Table *) in WriteOptionFilter()
384 int ProcessOptions::ProcessUnknownString(char *, POVMSObjectPtr) in ProcessUnknownString()
390 void ProcessOptions::ParseError(const char *format, ...) in ParseError()
414 void ProcessOptions::WriteError(const char *format, ...) in WriteError()
554 int ProcessOptions::Parse_INI_Skip_Line(ITextStream *file) in Parse_INI_Skip_Line()
1233 bool ProcessOptions::Matches(const char *v1, const char *v2) in Matches()
1247 bool ProcessOptions::IsTrue(const char *value) in IsTrue()
[all …]
/dports/graphics/povray36/povray-3.6.1/source/base/
H A Dprocessoptions.cpp43 ProcessOptions::ProcessOptions(INI_Parser_Table *pit, Cmd_Parser_Table *pct) in ProcessOptions() function in ProcessOptions
49 ProcessOptions::~ProcessOptions() in ~ProcessOptions()
53 int ProcessOptions::ParseFile(const char *filespec, POVMSObjectPtr obj) in ParseFile()
367 bool ProcessOptions::WriteOptionFilter(INI_Parser_Table *) in WriteOptionFilter()
379 int ProcessOptions::ProcessUnknownString(char *, POVMSObjectPtr) in ProcessUnknownString()
385 void ProcessOptions::ParseError(const char *format, ...) in ParseError()
409 void ProcessOptions::WriteError(const char *format, ...) in WriteError()
549 int ProcessOptions::Parse_INI_Skip_Line(ITextStream *file) in Parse_INI_Skip_Line()
1228 bool ProcessOptions::Matches(const char *v1, const char *v2) in Matches()
1242 bool ProcessOptions::IsTrue(const char *value) in IsTrue()
[all …]
/dports/graphics/povray37/povray-3.7.0.10/source/base/
H A Dprocessoptions.cpp51 ProcessOptions::ProcessOptions(INI_Parser_Table *pit, Cmd_Parser_Table *pct) in ProcessOptions() function in pov_base::ProcessOptions
57 ProcessOptions::~ProcessOptions() in ~ProcessOptions()
376 bool ProcessOptions::IsTrue(const char *value) in IsTrue()
382 bool ProcessOptions::IsFalse(const char *value) in IsFalse()
388 bool ProcessOptions::Matches(const char *v1, const char *v2) in Matches()
573 bool ProcessOptions::WriteOptionFilter(INI_Parser_Table *) in WriteOptionFilter()
585 int ProcessOptions::ProcessUnknownString(char *, POVMSObjectPtr) in ProcessUnknownString()
591 void ProcessOptions::ParseError(const char *format, ...) in ParseError()
615 void ProcessOptions::WriteError(const char *format, ...) in WriteError()
775 int ProcessOptions::Parse_INI_Skip_Line(ITextStream *file) in Parse_INI_Skip_Line()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/system/
H A DProcess.hpp93 struct ProcessOptions struct
95 ProcessOptions() in ProcessOptions() function
243 const ProcessOptions& options,
248 const ProcessOptions& options,
255 const ProcessOptions& options,
260 const ProcessOptions& options,
369 const ProcessOptions& options,
375 const ProcessOptions& options,
394 const ProcessOptions& options,
401 const ProcessOptions& options,
[all …]
H A DChildProcess.hpp42 const ProcessOptions& options);
46 const ProcessOptions& options);
49 void init(const ProcessOptions& options);
88 const ProcessOptions& options() const { return options_; } in options()
99 ProcessOptions options_;
109 const ProcessOptions& options) in SyncChildProcess()
121 const ProcessOptions& options) in SyncChildProcess()
194 const ProcessOptions& options);
196 const ProcessOptions& options);
197 AsyncChildProcess(const ProcessOptions& options);
/dports/graphics/povray38/povunix-v3.8.0-beta.2-src/source/frontend/
H A Dprocessoptions.cpp51 ProcessOptions::ProcessOptions(INI_Parser_Table *pit, Cmd_Parser_Table *pct) in ProcessOptions() function in pov_frontend::ProcessOptions
57 ProcessOptions::~ProcessOptions() in ~ProcessOptions()
61 int ProcessOptions::ParseFile(const char *filespec, POVMSObjectPtr obj) in ParseFile()
376 bool ProcessOptions::IsTrue(const char *value) in IsTrue()
382 bool ProcessOptions::IsFalse(const char *value) in IsFalse()
388 bool ProcessOptions::Matches(const char *v1, const char *v2) in Matches()
534 int ProcessOptions::ProcessUnknownString(char *, POVMSObjectPtr) in ProcessUnknownString()
540 void ProcessOptions::ParseError(const char *format, ...) in ParseError()
564 void ProcessOptions::WriteError(const char *format, ...) in WriteError()
722 int ProcessOptions::Parse_INI_Skip_Line(ITextStream *file) in Parse_INI_Skip_Line()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/system/
H A DProcess.cpp49 const ProcessOptions& options, in runProgram()
58 const ProcessOptions& options, in runProgram()
66 const ProcessOptions& options, in runCommand()
74 const ProcessOptions& options, in runCommand()
125 const ProcessOptions& options, in runProgram()
139 const ProcessOptions& options, in runCommand()
150 Error ProcessSupervisor::runTerminal(const ProcessOptions& options, in runTerminal()
267 const ProcessOptions& options, in runProgram()
280 const ProcessOptions& options, in runCommand()
289 const ProcessOptions& options, in runCommand()
/dports/cad/ktechlab/ktechlab-0.50.0/src/
H A Dflowcodedocument.cpp187 ProcessOptions o( dlg->info() ); in convertToMicrobe()
190 o.setProcessPath( ProcessOptions::ProcessPath::FlowCode_Microbe ); in convertToMicrobe()
209 ProcessOptions o( dlg->info() ); in convertToAssembly()
212 o.setProcessPath( ProcessOptions::ProcessPath::FlowCode_AssemblyAbsolute ); in convertToAssembly()
231 ProcessOptions o( dlg->info() ); in convertToHex()
234 o.setProcessPath( ProcessOptions::ProcessPath::FlowCode_Program ); in convertToHex()
251 ProcessOptions o; in convertToPIC()
254 o.setProcessPath( ProcessOptions::ProcessPath::FlowCode_PIC ); in convertToPIC()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/src/System/Diagnostics/
H A DProcess.Windows.cs91 …using (SafeProcessHandle handle = GetProcessHandle(Interop.Advapi32.ProcessOptions.PROCESS_TERMINA… in Kill()
149 handle = GetProcessHandle(Interop.Advapi32.ProcessOptions.SYNCHRONIZE, false); in WaitForExitCore()
188 …Interop.Advapi32.ProcessOptions.PROCESS_QUERY_LIMITED_INFORMATION | Interop.Advapi32.ProcessOption… in UpdateHasExited()
282 …using (SafeProcessHandle handle = GetProcessHandle(Interop.Advapi32.ProcessOptions.PROCESS_QUERY_I…
294 …using (SafeProcessHandle handle = GetProcessHandle(Interop.Advapi32.ProcessOptions.PROCESS_SET_INF…
321 …using (SafeProcessHandle handle = GetProcessHandle(Interop.Advapi32.ProcessOptions.PROCESS_SET_INF…
346 …using (SafeProcessHandle handle = GetProcessHandle(Interop.Advapi32.ProcessOptions.PROCESS_SET_INF…
366 return GetProcessHandle(Interop.Advapi32.ProcessOptions.PROCESS_ALL_ACCESS); in GetProcessHandle()
372 …using (SafeProcessHandle handle = GetProcessHandle(Interop.Advapi32.ProcessOptions.PROCESS_QUERY_I… in GetWorkingSetLimits()
387 …le = GetProcessHandle(Interop.Advapi32.ProcessOptions.PROCESS_QUERY_INFORMATION | Interop.Advapi32…
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/include/session/
H A DSessionConsoleProcess.hpp67 const core::system::ProcessOptions& options,
73 const core::system::ProcessOptions& options,
112 core::system::ProcessOptions options,
118 core::system::ProcessOptions options,
123 core::system::ProcessOptions options,
128 core::system::ProcessOptions options,
137 static core::system::ProcessOptions createTerminalProcOptions(
240 core::system::ProcessOptions options_;

12345678910>>...32