Searched refs:agent (Results 1 - 25 of 138) sorted by relevance

123456

/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
/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/okhttp/android/main/java/com/squareup/okhttp/internal/
H A DVersion.java20 String agent = System.getProperty("http.agent");
21 return agent != null ? agent : ("Java" + System.getProperty("java.version"));
/external/chromium-trace/catapult/systrace/profile_chrome/
H A Dchrome_startup_tracing_agent_unittest.py16 # if there is a way to run this agent on Android KTU84P.
19 agent = chrome_startup_tracing_agent.ChromeStartupTracingAgent(
23 agent.StartAgentTracing(None)
25 agent.StopAgentTracing()
27 result = agent.GetResults()
H A Dddms_tracing_agent_unittest.py16 agent = ddms_tracing_agent.DdmsAgent(self.device, self.package_info)
19 agent.StartAgentTracing(None)
21 agent.StopAgentTracing()
23 result = agent.GetResults()
H A Dchrome_tracing_agent_unittest.py16 # if there is a way to run this agent on Android KTU84P.
34 # if there is a way to run this agent on Android KTU84P.
43 agent = chrome_tracing_agent.ChromeTracingAgent(self.device,
46 agent.StartAgentTracing(chrome_tracing_agent.ChromeConfig(categories, None,
49 agent.StopAgentTracing()
50 result = agent.GetResults()
H A Dperf_tracing_agent_unittest.py30 agent = perf_tracing_agent.PerfProfilerAgent(self.device)
33 agent.StartAgentTracing(perf_tracing_agent.PerfConfig(categories,
36 agent.StopAgentTracing()
38 result = agent.GetResults()
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A DAgentTest.java12 package org.jacoco.agent.rt.internal;
30 import org.jacoco.agent.rt.internal.output.IAgentOutput;
31 import org.jacoco.agent.rt.internal.output.FileOutput;
32 import org.jacoco.agent.rt.internal.output.NoneOutput;
33 import org.jacoco.agent.rt.internal.output.TcpClientOutput;
34 import org.jacoco.agent.rt.internal.output.TcpServerOutput;
70 Agent agent = new Agent(options, this);
73 assertEquals(FileOutput.class, agent.createAgentOutput()
77 assertEquals(TcpServerOutput.class, agent.createAgentOutput()
81 assertEquals(TcpClientOutput.class, agent
[all...]
/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
/external/webrtc/webrtc/base/
H A Dproxydetect.h25 bool GetProxySettingsForUrl(const char* agent, const char* url,
/external/chromium-trace/catapult/systrace/systrace/tracing_agents/
H A Dftrace_agent_unittest.py54 agent = ftrace_agent.FtraceAgent(io_interface)
55 self.assertEqual(['sched'], agent._avail_categories())
60 agent = ftrace_agent.FtraceAgent(io_interface)
61 self.assertEqual([], agent._avail_categories())
69 agent = ftrace_agent.FtraceAgent(io_interface)
70 self.assertEqual(['disk'], agent._avail_categories())
82 agent = ftrace_agent.FtraceAgent(io_interface)
83 self.assertEqual(['workq'], agent._avail_categories())
86 agent.StartAgentTracing(options, categories)
95 agent
[all...]
H A Dbattor_trace_agent_unittest.py111 agent = battor_trace_agent.BattOrTraceAgent()
112 agent.StartAgentTracing(OPTIONS, CATEGORIES)
114 lambda: agent.StartAgentTracing(OPTIONS, CATEGORIES))
120 agent = battor_trace_agent.BattOrTraceAgent()
122 lambda: agent.StartAgentTracing(OPTIONS, CATEGORIES))
128 agent = battor_trace_agent.BattOrTraceAgent()
130 lambda: agent.StartAgentTracing(OPTIONS, CATEGORIES))
136 agent = battor_trace_agent.BattOrTraceAgent()
137 agent.StartAgentTracing(OPTIONS, CATEGORIES)
138 self.assertRaises(RuntimeError, agent
[all...]
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
H A Dtracing_controller_backend.py74 # Hack: chrome tracing agent may only depend on the number of alive chrome
87 agent = agent_class(self._platform_backend)
90 agent=str(agent.__class__.__name__)):
91 started = agent.StartAgentTracing(config, timeout)
93 self._active_agents_instances.append(agent)
113 for agent in self._active_agents_instances + [self]:
117 agent=str(agent.__class__.__name__)):
118 agent
[all...]
/external/jacoco/
H A DAndroid.mk25 jacoco_src_files += $(call all-java-files-under,org.jacoco.agent/src)
26 jacoco_src_files += $(call all-java-files-under,org.jacoco.agent.rt/src)
35 %org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/PreMain.java \
36 %org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/CoverageTransformer.java \
37 %org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/JmxRegistration.java
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DWarning.java59 protected String agent; field in class:Warning
79 + agent
84 : Integer.toString(code) + SP + agent;
96 * Gets agent host of WarningHeader
97 * @return agent host of WarningHeader
100 return agent;
134 this.agent = host;
/external/mockito/lib/
H A Dbyte-buddy-agent-1.6.9.jar ... -INF/MANIFEST.MF net/ net/bytebuddy/ net/bytebuddy/agent/ net/bytebuddy/agent/ByteBuddyAgent$AttachmentProvider$ForToolsJarVm.class ...
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
H A Dchrome_tracing_agent_unittest.py110 agent = chrome_tracing_agent.ChromeTracingAgent(platform_backend)
114 agent._platform_backend.tracing_controller_backend.is_tracing_running = True
115 agent._test_config = config
116 agent.StartAgentTracing(config, 10)
117 return agent
119 def FlushTracing(self, agent):
120 agent.FlushAgentTracing(agent._test_config, 10, None)
122 def StopTracing(self, agent):
123 agent
[all...]
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DIExceptionLogger.java12 package 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 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 DAgent.java12 package org.jacoco.agent.rt.internal;
19 import org.jacoco.agent.rt.IAgent;
20 import org.jacoco.agent.rt.internal.output.FileOutput;
21 import org.jacoco.agent.rt.internal.output.IAgentOutput;
22 import org.jacoco.agent.rt.internal.output.NoneOutput;
23 import org.jacoco.agent.rt.internal.output.TcpClientOutput;
24 import org.jacoco.agent.rt.internal.output.TcpServerOutput;
33 * The agent manages the life cycle of JaCoCo runtime.
49 final Agent agent = new Agent(options, IExceptionLogger.SYSTEM_ERR);
50 agent
[all...]
/external/chromium-trace/catapult/systrace/systrace/
H A Dtracing_controller.py27 """Record the clock sync marker for controller tracing agent.
43 """Start tracing for the controller tracing agent.
45 Start tracing for the controller tracing agent. Note that
62 """Stops tracing for the controller tracing agent.
72 """Gets the log output from the controller tracing agent.
84 sync, it is not an agent controlled by other controllers so it does not
100 controller is also a tracing agent.
121 This function starts tracing for both the controller tracing agent
127 controller tracing agent was started.
132 # Start the controller tracing agents. Controller tracing agent
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent public void modifiedService (org.osgi.framework.ServiceReference ...

Completed in 746 milliseconds

123456