Home | History | Annotate | Download | only in internal

Lines Matching defs:system

28 		Properties system = new Properties();
30 "/org/jacoco/agent/rt/internal/agent-test.properties", system);
37 Properties system = new Properties();
39 system);
46 Properties system = new Properties();
47 system.setProperty("jacoco-agent.output", "mbean");
48 system.setProperty("output", "tcpserver"); // no prefix
49 system.setProperty("jacoco-agent.sessionid", "testid");
51 "/org/jacoco/agent/rt/internal/agent-test.properties", system);
60 Properties system = new Properties();
61 system.setProperty("user.home", "/home/jacoco");
62 system.setProperty("java.version", "1.5.0");
65 system);