Home
last modified time | relevance | path

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

1234

/trunk/main/sal/osl/w32/
H A Dprocess.cxx53 if (Process == NULL) 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()
103 if (Process == NULL) in osl_getProcessInfo()
110 hProcess = ((oslProcessImpl*)Process)->m_hProcess; in osl_getProcessInfo()
111 IdProcess = ((oslProcessImpl*)Process)->m_IdProcess; in osl_getProcessInfo()
179 oslProcessError SAL_CALL osl_joinProcess(oslProcess Process) in osl_joinProcess() argument
181 return osl_joinProcessWithTimeout(Process, NULL); in osl_joinProcess()
[all …]
/trunk/main/sal/osl/unx/
H A Dprocess.c959 if (Process == NULL) in osl_terminateProcess()
1040 if (Process != NULL) in osl_freeProcessHandle()
1058 if (pChild == (oslProcessImpl*)Process) in osl_freeProcessHandle()
1076 free(Process); in osl_freeProcessHandle()
1281 if (Process == NULL) in osl_getProcessInfo()
1284 pid = ((oslProcessImpl*)Process)->m_pid; in osl_getProcessInfo()
1299 if ((Process != NULL) && in osl_getProcessInfo()
1470 if (NULL == Process || 0 == ChildListMutex) in osl_joinProcessWithTimeout()
1478 if (pChild == (oslProcessImpl*)Process) in osl_joinProcessWithTimeout()
1498 pid_t pid = ((oslProcessImpl*)Process)->m_pid; in osl_joinProcessWithTimeout()
[all …]
/trunk/main/sal/osl/os2/
H A Dprocess.c702 if (Process == NULL) 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()
810 return osl_joinProcess( Process); in osl_joinProcessWithTimeout()
918 if( Process == NULL ) in osl_getProcessInfo()
927 pInfo->Ident = ((oslProcessImpl*)Process)->pProcess; in osl_getProcessInfo()
[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.h283 oslProcessError SAL_CALL osl_terminateProcess(oslProcess Process);
298 void SAL_CALL osl_freeProcessHandle(oslProcess Process);
306 oslProcessError SAL_CALL osl_joinProcess(oslProcess Process);
325 oslProcessError SAL_CALL osl_joinProcessWithTimeout(oslProcess Process, const TimeValue* pTimeout);
342 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/source/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.java47 Process proc = null; in checkGeneratedCLITypes()
/trunk/main/testtools/qa/cli/
H A DCLITest.java54 Process proc = null; in runCLITests()

Completed in 123 milliseconds

1234