Home
last modified time | relevance | path

Searched refs:SystemUtil (Results 1 – 16 of 16) sorted by relevance

/aoo41x/test/testcommon/source/org/openoffice/test/
H A DOpenOffice.java39 import org.openoffice.test.common.SystemUtil;
58 …private static final String BIN = SystemUtil.isWindows() ? "program/soffice.exe" : SystemUtil.isMa…
59 …private static final String SYSUSERCONFIG = SystemUtil.isWindows()? System.getenv("APPDATA") : Sys…
89 …private String processPattern = SystemUtil.isMac() ? ".*soffice .*" + id + ".*" : ".*soffice\\.bin…
267 SystemUtil.killProcess(".*soffice.*" + id + ".*"); in kill()
268 SystemUtil.sleep(1); in kill()
276 SystemUtil.killProcess(".*soffice.*"); in killAll()
277 SystemUtil.sleep(1); in killAll()
342 process = SystemUtil.backgroundExec(cmds.toArray(new String[]{}), null, null, null, null); in start()
355 HashMap<String, Object> proccessInfo = SystemUtil.findProcess(processPattern); in getPerfData()
[all …]
/aoo41x/test/testgui/source/testlib/gui/
H A DAppTool.java29 import org.openoffice.test.common.SystemUtil;
46 if (SystemUtil.isMac()) {
55 } else if (SystemUtil.isLinux()) {
133 if (SystemUtil.isMac()) { in openStartcenter()
134 SystemUtil.execScript("osascript -e 'tell app \"OpenOffice.org\" to activate'"); in openStartcenter()
/aoo41x/test/testcommon/source/org/openoffice/test/common/
H A DXMLReporter.java181 System.setProperty("info.os.name", SystemUtil.getOSName()); in store()
182 System.setProperty("info.os.version", SystemUtil.getOSVersion()); in store()
183 System.setProperty("info.os.arch", SystemUtil.getOSArch()); in store()
184 String ipaddrStr = SystemUtil.getIPAddress(); in store()
186 String hostnameStr = SystemUtil.getHostName(); in store()
H A DSystemUtil.java51 public class SystemUtil { class
53 private static Logger LOG = Logger.getLogger(SystemUtil.class.getName());
349 List<HashMap<String, Object>> processes = SystemUtil.getProcesses(); in killProcess()
368 List<HashMap<String, Object>> processes = SystemUtil.getProcesses(); in findProcess()
381 List<HashMap<String, Object>> processes = SystemUtil.getProcesses(); in findProcesses()
H A DInstaller.java46 if (SystemUtil.findProcesses(".*org\\.openoffice\\.test\\.common\\.Installer.*").size() > 1) { in run()
105 …if (SystemUtil.exec(new String[] { "tar", "-zxpf", packFile.getAbsolutePath(), "-C", installTempDi… in findOpenofficeHome()
H A DNamedRequest.java99 List<String> klasses = SystemUtil.getClassesInPackage(p); in tp()
H A DFileProvider.java155 String[] args = SystemUtil.parseCommandLine(filter); in FileProvider()
/aoo41x/test/testuno/source/fvt/uno/ffc/
H A DFFCTest.java43 import org.openoffice.test.common.SystemUtil;
128 SystemUtil.killProcess("WerFault.*"); in tearDown()
129 SystemUtil.sleep(2); in tearDown()
130 SystemUtil.killProcess("EQNEDT32.*"); in tearDown()
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/widgets/
H A DVclMenuItem.java26 import org.openoffice.test.common.SystemUtil;
258 SystemUtil.sleep(interval); in exists()
/aoo41x/test/testcommon/source/org/openoffice/test/vcl/client/
H A DCommunicationManager.java36 import org.openoffice.test.common.SystemUtil;
227 SystemUtil.sleep(reconnectInterval); in start()
/aoo41x/test/testuno/source/org/openoffice/test/uno/
H A DUnoApp.java30 import org.openoffice.test.common.SystemUtil;
114 SystemUtil.sleep(reconnectInterval); in start()
/aoo41x/test/testassistant/lib/
H A Dtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
/aoo41x/test/testgui/source/fvt/gui/sw/table/
H A DTableGeneral.java35 import org.openoffice.test.common.SystemUtil;
523 if (SystemUtil.isWindows()) in testConvertTableToText()
/aoo41x/test/testgui/source/svt/gui/sw/
H A DFileTypeAboutWriter.java50 import org.openoffice.test.common.SystemUtil;
H A DBasicFuncOnWriter.java50 import org.openoffice.test.common.SystemUtil;
/aoo41x/test/testgui/source/svt/gui/sd/
H A DBasicFuncOnImpress.java51 import org.openoffice.test.common.SystemUtil;

Completed in 38 milliseconds