Searched defs:agent (Results 1 - 25 of 75) sorted by relevance

123

/external/jacoco/org.jacoco.agent/src/org/jacoco/agent/
H A Dpackage-info.java14 * Provides the runtime Java agent (JAR file) as a resource.
16 package org.jacoco.agent
H A DAgentJar.java12 package org.jacoco.agent;
23 * API to access the agent JAR file as a resource. While the agent is a JAR file
25 * application under test (target JVM). The agent JAR does not provide any
31 * Name of the agent JAR file resource within this bundle.
65 * Extract the JaCoCo agent JAR and put it into a temporary location. This
71 * Unable to unpack agent jar
83 * Extract the JaCoCo agent JAR and put it into the specified location.
88 * Unable to unpack agent jar
127 + "/org.jacoco.agent/READM
[all...]
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
H A Dpackage-info.java14 * API to access the JaCoCo agent from within the JVM under test.
16 package org.jacoco.agent.rt
H A DRT.java12 package org.jacoco.agent.rt;
14 import org.jacoco.agent.rt.internal.Agent;
17 * Entry point to access the JaCoCo agent runtime.
25 * Returns the agent instance of the JaCoCo runtime in this JVM.
27 * @return agent instance
H A DIAgent.java12 package org.jacoco.agent.rt;
17 * Runtime API and MBean agent interface.
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DJmxRegistration.java12 package org.jacoco.agent.rt.internal;
21 import org.jacoco.agent.rt.IAgent;
34 JmxRegistration(final IAgent agent) throws Exception { argument
37 server.registerMBean(new StandardMBean(agent, IAgent.class), name);
41 * De-register the agent again.
H A DClassFileDumper.java12 package org.jacoco.agent.rt.internal;
H A DIExceptionLogger.java12 package org.jacoco.agent.rt.internal;
H A DPreMain.java12 package org.jacoco.agent.rt.internal;
21 * The agent which is referred as the <code>Premain-Class</code>. The agent
22 * configuration is provided with the agent parameters in the command line.
34 * agent options
45 final Agent agent = Agent.getInstance(agentOptions);
48 runtime.startup(agent.getData());
H A DConfigLoader.java12 package org.jacoco.agent.rt.internal;
29 private static final String SYS_PREFIX = "jacoco-agent.";
H A DOffline.java12 package org.jacoco.agent.rt.internal;
24 * The API for classes instrumented in "offline" mode. The agent configuration
33 private static final String CONFIG_RESOURCE = "/jacoco-agent.properties";
78 * Creates a default agent, using config loaded from the classpath resource and the system
81 * this agent).
83 * @return the new agent
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A DConfigLoaderTest.java12 package org.jacoco.agent.rt.internal;
30 "/org/jacoco/agent/rt/internal/agent-test.properties", system);
47 system.setProperty("jacoco-agent.output", "mbean");
49 system.setProperty("jacoco-agent.sessionid", "testid");
51 "/org/jacoco/agent/rt/internal/agent-test.properties", system);
64 "/org/jacoco/agent/rt/internal/agent-subst-test.properties",
H A DClassFileDumperTest.java12 package org.jacoco.agent.rt.internal;
H A DExceptionRecorder.java12 package org.jacoco.agent.rt.internal;
17 import org.jacoco.agent.rt.internal.IExceptionLogger;
/external/slf4j/slf4j-ext/src/main/java/org/slf4j/agent/
H A DAgentOptions.java25 package org.slf4j.agent;
29 * All recognized options in the string passed to the java agent. For
42 * before the agent cannot be instrumented.
47 * added by the agent. Default is "info".
51 * Indicate that the agent should print out "new java.util.Date()" at the time
57 * Indicate that the agent should log actions to System.err, like adding
H A DAgentPremain.java25 package org.slf4j.agent;
36 * Entry point for slf4j-ext when used as a Java agent.
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/output/
H A DFileOutput.java12 package org.jacoco.agent.rt.internal.output;
24 * Local only agent output that will write coverage data to the filesystem. This
25 * controller uses the following agent options:
H A DIAgentOutput.java12 package org.jacoco.agent.rt.internal.output;
26 * Configure the agent controller with the supplied options and connect it
30 * Options used to configure the agent controller
32 * Execution data for this agent
40 * Shutdown the agent controller and clean up any resources it has created.
49 * agent controller. This method should only be called by the Agent
H A DNoneOutput.java12 package org.jacoco.agent.rt.internal.output;
H A DTcpClientOutput.java12 package org.jacoco.agent.rt.internal.output;
17 import org.jacoco.agent.rt.internal.IExceptionLogger;
23 * agent options:
H A DTcpConnection.java12 package org.jacoco.agent.rt.internal.output;
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/output/
H A DExecutorTestBase.java12 package org.jacoco.agent.rt.internal.output;
H A DFileOutputTest.java12 package org.jacoco.agent.rt.internal.output;
20 import org.jacoco.agent.rt.internal.output.FileOutput;
/external/jacoco/org.jacoco.agent.test/src/org/jacoco/agent/
H A DAgentJarTest.java12 package org.jacoco.agent;
56 file = File.createTempFile("agent", ".jar");
/external/mockito/lib/
H A Dbyte-buddy-agent-1.7.9.jar ... -INF/maven/net.bytebuddy/byte-buddy-agent/ net/bytebuddy/agent/ByteBuddyAgent$AttachmentTypeEvaluator$ForJava9CapableVm.class ...

Completed in 186 milliseconds

123