Home
last modified time | relevance | path

Searched refs:Process (Results 1 – 25 of 91) sorted by relevance

1234

/trunk/main/sal/osl/w32/
H A Dprocess.cxx51 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process) in osl_terminateProcess() argument
53 if (Process == NULL) in osl_terminateProcess()
56 if (TerminateProcess(((oslProcessImpl*)Process)->m_hProcess, 0)) in osl_terminateProcess()
85 void SAL_CALL osl_freeProcessHandle(oslProcess Process) in osl_freeProcessHandle() argument
87 if (Process != NULL) in osl_freeProcessHandle()
89 CloseHandle(((oslProcessImpl*)Process)->m_hProcess); in osl_freeProcessHandle()
91 rtl_freeMemory((oslProcessImpl*)Process); in osl_freeProcessHandle()
97 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields, in osl_getProcessInfo() argument
103 if (Process == NULL) in osl_getProcessInfo()
110 hProcess = ((oslProcessImpl*)Process)->m_hProcess; in osl_getProcessInfo()
[all …]
/trunk/main/sal/osl/unx/
H A Dprocess.c957 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process) in osl_terminateProcess() argument
959 if (Process == NULL) in osl_terminateProcess()
962 if (kill(((oslProcessImpl*)Process)->m_pid, SIGKILL) != 0) in osl_terminateProcess()
1038 void SAL_CALL osl_freeProcessHandle(oslProcess Process) in osl_freeProcessHandle() argument
1040 if (Process != NULL) in osl_freeProcessHandle()
1058 if (pChild == (oslProcessImpl*)Process) in osl_freeProcessHandle()
1074 osl_destroyCondition(((oslProcessImpl*)Process)->m_terminated); in osl_freeProcessHandle()
1076 free(Process); in osl_freeProcessHandle()
1277 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields, oslProcessIn… in osl_getProcessInfo() argument
1281 if (Process == NULL) in osl_getProcessInfo()
[all …]
/trunk/main/sal/osl/os2/
H A Dprocess.c700 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process) in osl_terminateProcess() argument
702 if (Process == NULL) in osl_terminateProcess()
706 DosStopSession( STOP_SESSION_SPECIFIED, ((oslProcessImpl*)Process)->nSessionID ); in osl_terminateProcess()
735 void SAL_CALL osl_freeProcessHandle(oslProcess Process) in osl_freeProcessHandle() argument
738 if (Process != NULL) in osl_freeProcessHandle()
739 free((oslProcessImpl*)Process); in osl_freeProcessHandle()
744 oslProcessError SAL_CALL osl_joinProcess(oslProcess Process) in osl_joinProcess() argument
746 oslProcessImpl* pProcImpl = (oslProcessImpl*) Process; in osl_joinProcess()
749 if (Process == NULL) in osl_joinProcess()
808 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout) in osl_joinProcessWithTimeout() argument
[all …]
/trunk/main/sal/workben/
H A Dtestpipe.cxx48 oslProcess Process = NULL; variable
57 if( Process ) osl_freeProcessHandle( Process ); in fail()
93 &Process ); in main()
134 ProcessError = osl_joinProcess( Process ); in main()
143 ProcessError = osl_getProcessInfo( Process, osl_Process_EXITCODE, &ProcessInfo ); in main()
153 osl_freeProcessHandle( Process ); in main()
H A Dtestproc.cxx40 oslProcess Process; in MAIN() local
/trunk/main/autodoc/inc/cosv/tpl/
H A Dprocessor.hxx95 R Process( in Process() function in csv::ConstProcessor
116 R Process( in Process() function in csv::Processor
134 pProcessor->Process(i_client); in CheckedCall()
146 pProcessor->Process(io_client); in CheckedCall()
159 pProcessor->Process(i_client); in AssertedCall()
172 pProcessor->Process(io_client); in AssertedCall()
/trunk/main/sal/inc/osl/
H A Dprocess.h280 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process);
295 void SAL_CALL osl_freeProcessHandle(oslProcess Process);
303 oslProcessError SAL_CALL osl_joinProcess(oslProcess Process);
322 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout);
339 oslProcessError SAL_CALL osl_getProcessInfo(oslProcess Process, oslProcessData Fields,
/trunk/main/autodoc/source/display/html/
H A Dhd_docu.cxx102 Process(i_rData.Docu()); in do_Process()
109 Process(i_rData.Docu()); in do_Process()
116 Process(i_rData.Docu()); in do_Process()
122 Process(i_rData.Docu()); in do_Process()
128 Process(i_rData.Docu()); in do_Process()
134 Process(i_rData.Docu()); in do_Process()
H A Dpagemake.hxx100 using csv::ConstProcessor<ary::cpp::Class>::Process;
101 using csv::ConstProcessor<ary::cpp::Enum>::Process;
102 using csv::ConstProcessor<ary::cpp::Typedef>::Process;
H A Dpagemake.cxx478 aDocuShow.Process(i_rData.Docu()); in Write_DocuArea_Enum()
546 aDocuShow.Process(i_rData.Docu()); in Write_DocuArea_Typedef()
/trunk/main/basic/inc/basic/
H A Dprocess.hxx36 class BASIC_DLLPUBLIC Process class
48 Process();
49 ~Process();
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DExecuteProcess.java41 Process p = Runtime.getRuntime().exec(command); in executeProcessReturnValue()
58 Process p = Runtime.getRuntime().exec(command); in executeProcessReturnVector()
86 Process p = Runtime.getRuntime().exec(command, envP); in executeProcessReturnVectorEnv()
/trunk/main/wizards/com/sun/star/wizards/web/
H A DTOCPreview.java87 Process.copyStaticImages(ucb, settings, tempDir); in TOCPreview()
102 Process.generate(xmsf, layout, doc, fileAccess, tempDir, task); in refresh()
103 Process.copyLayoutFiles(ucb, fileAccess, settings, layout, tempDir); in refresh()
H A DProcess.java86 public class Process implements WebWizardConst, ProcessErrors class
111 public Process( in Process() method in Process
/trunk/main/solenv/bin/
H A Dbuild_client.pl48 eval { require Win32::Process; import Win32::Process; };
84 my $rc = Win32::Process::Create($process_obj, $^X,
/trunk/main/sdext/source/presenter/
H A DPresenterAnimator.cxx73 void PresenterAnimator::Process (void) in Process() function in sdext::presenter::PresenterAnimator
162 ::boost::bind(&PresenterAnimator::Process, this), in ScheduleNextRun()
H A DPresenterAnimator.hxx59 void Process (void);
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DSystemUtil.java224 …public static Process backgroundExec(String[] cmd, String[] env, File dir, StringBuffer output, St… in backgroundExec()
226 Process process = Runtime.getRuntime().exec(cmd, env, dir); in backgroundExec()
247 Process process = null; in exec()
/trunk/main/test/java/test/src/main/java/org/openoffice/test/
H A DOfficeConnection.java147 private static Integer waitForProcess(Process process, final long millis) in waitForProcess()
216 private Process process = null;
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DProcessHandler.java137 private Process m_aProcess = null;
951 Process p = Runtime.getRuntime().exec(_sProcess); in system()
/trunk/main/toolkit/test/accessibility/
H A DTableEventHandler.java56 public void Process () in Process() method in TableEventHandler
H A DChildEventHandler.java48 public void Process () in Process() method in ChildEventHandler
H A DContextEventHandler.java69 public void Process () in Process() method in ContextEventHandler
/trunk/main/cli_ure/qa/climaker/
H A DClimakerTestCase.java37 Process proc = null; in checkGeneratedCLITypes()
/trunk/main/testtools/qa/cli/
H A DCLITest.java47 Process proc = null; in runCLITests()

1234