Home
last modified time | relevance | path

Searched refs:processID (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.java456 ProcessHandler processID = new ProcessHandler(sProcessIdCommand); in getOfficeProcessID() local
457 processID.noOutput(); in getOfficeProcessID()
458 processID.executeSynchronously(); in getOfficeProcessID()
459 String text = processID.getOutputText(); in getOfficeProcessID()
487 processID.noOutput(); in getOfficeMemoryUsage()
488 processID.executeSynchronously(); in getOfficeMemoryUsage()
489 int nError = processID.getExitCode(); in getOfficeMemoryUsage()
491 String text = processID.getOutputText(); in getOfficeMemoryUsage()
524 processID.noOutput(); in createExecutableFile()
525 processID.executeSynchronously(); in createExecutableFile()
[all …]
/trunk/main/udkapi/com/sun/star/java/
H A DXJavaVM.idl56 <p>If the <code>processID</code> is a normal 16-byte ID, the returned
59 platform). If the <code>processID</code> does not match the current
63 <p>If the <code>processID</code> has an additional 17th byte of
72 <code>processID</code> do not match the current process, or if the VM
76 <p>If the <code>processID</code> has an additional 17th byte of
83 the first 16 bytes of the <code>processID</code> do not match the
101 @param processID
110 any getJavaVM( [in] sequence<byte> processID );
/trunk/main/connectivity/source/commontools/
H A DCommonTools.cxx240 Sequence<sal_Int8> processID(16); in getJavaVM() local
241 rtl_getGlobalProcessId( (sal_uInt8*) processID.getArray() ); in getJavaVM()
242 processID.realloc(17); in getJavaVM()
243 processID[16] = 0; in getJavaVM()
245 Any uaJVM = xVM->getJavaVM( processID ); in getJavaVM()
/trunk/main/accessibility/bridge/source/java/
H A DWindowsAccessBridgeAdapter.cxx113 jbyte processID[17]; in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID() local
114 rtl_getGlobalProcessId(reinterpret_cast<sal_uInt8 *> (processID)); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()
117 processID[16] = 1; in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()
121 pJNIEnv->SetByteArrayRegion(jbaProcessID, 0, 17, processID); in Java_org_openoffice_accessibility_WindowsAccessBridgeAdapter_getProcessID()
/trunk/main/stoc/source/javaloader/
H A Djavaloader.cxx181 Sequence<sal_Int8> processID(17); in getJavaLoader() local
182 rtl_getGlobalProcessId(reinterpret_cast<sal_uInt8 *>(processID.getArray())); in getJavaLoader()
183 processID[16] = 1; in getJavaLoader()
195 javaVM_xJavaVM->getJavaVM(processID) >>= nPointer; in getJavaLoader()
/trunk/main/fpicker/source/unx/gnome/
H A DSalGtkPicker.cxx137 sal_Int8 processID[16]; in RunDialog() local
139 rtl_getGlobalProcessId( (sal_uInt8*)processID ); in RunDialog()
140 uno::Sequence<sal_Int8> processIdSeq(processID, 16); in RunDialog()
/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx976 sal_Int8 processID[16]; in ImplCreateWindow() local
978 rtl_getGlobalProcessId( (sal_uInt8*)processID ); in ImplCreateWindow()
980 ::com::sun::star::uno::Sequence<sal_Int8> processIdSeq(processID, 16); in ImplCreateWindow()

Completed in 41 milliseconds