/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/ |
D | AgentTest.java | 70 Agent agent = new Agent(options, this); in testCreateController() local 92 Agent agent = new Agent(options, this); in testStartupShutdown() local 107 Agent agent = new Agent(options, this) { in testShutdownWithException() local 132 Agent agent = new Agent(options, this); in testNoSessionId() local 145 Agent agent = new Agent(options, this); in testNoDumpOnExit() local 157 Agent agent = new Agent(options, this); in testInvalidExecFile() local 166 Agent agent = new Agent(options, this); in testGetVersion() local 172 Agent agent = new Agent(options, this); in testGetSetSessionId() local 187 Agent agent = new Agent(options, this); in testReset() local 202 Agent agent = new Agent(options, this); in testGetExecutionData() local [all …]
|
/external/mockito/lib/ |
D | byte-buddy-agent-1.6.9.jar | ... net/
net/bytebuddy/
net/bytebuddy/agent/
net/bytebuddy/agent/ByteBuddyAgent$AttachmentProvider ... |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.equinox.p2.console_1.0.200.v20100601.jar | ... .eclipse.equinox.p2.core.IProvisioningAgent agent
public void modifiedService (org.osgi.framework. ... |
D | org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar | ... .eclipse.equinox.p2.core.IProvisioningAgent agent
java.util.Collection bundleRepositories
public java.io ... |
D | org.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar | ... .eclipse.equinox.p2.core.IProvisioningAgent agent
org.eclipse.equinox.p2.engine. ... |
D | org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar | ... .eclipse.equinox.p2.core.IProvisioningAgent agent
public void <init> ()
private org. ... |
D | org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar | ... .eclipse.equinox.p2.core.IProvisioningAgent agent
public void <init> (org.eclipse. ... |
D | org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar | ... .eclipse.equinox.p2.core.IProvisioningAgent agent
org.eclipse.equinox.p2.repository. ... |
/external/v8/src/inspector/ |
D | v8-inspector-impl.cc | 64 V8DebuggerAgentImpl* agent = session ? session->debuggerAgent() : nullptr; in enabledDebuggerAgentForGroup() local 71 V8RuntimeAgentImpl* agent = session ? session->runtimeAgent() : nullptr; in enabledRuntimeAgentForGroup() local 78 V8ProfilerAgentImpl* agent = session ? session->profilerAgent() : nullptr; in enabledProfilerAgentForGroup() local 87 if (V8DebuggerAgentImpl* agent = enabledDebuggerAgentForGroup(groupId)) in runCompiledScript() local 92 if (V8DebuggerAgentImpl* agent = enabledDebuggerAgentForGroup(groupId)) in runCompiledScript() local 103 if (V8DebuggerAgentImpl* agent = enabledDebuggerAgentForGroup(groupId)) in callFunction() local 109 if (V8DebuggerAgentImpl* agent = enabledDebuggerAgentForGroup(groupId)) in callFunction() local 267 if (V8DebuggerAgentImpl* agent = in willExecuteScript() local 273 if (V8DebuggerAgentImpl* agent = in didExecuteScript() local
|
/external/webrtc/webrtc/base/ |
D | autodetectproxy.cc | 35 bool AutoDetectProxy::GetProxyForUrl(const char* agent, in GetProxyForUrl() 89 char agent[kSavedStringLimit]; in OnMessage() local
|
D | httpclient.h | 69 void set_agent(const std::string& agent) { agent_ = agent; } in set_agent() 70 const std::string& agent() const { return agent_; } in agent() function
|
D | proxydetect.cc | 360 UserAgent GetAgent(const char* agent) { in GetAgent() 703 bool WinHttpAutoDetectProxyForUrl(const char* agent, const char* url, in WinHttpAutoDetectProxyForUrl() 937 bool GetIeProxySettings(const char* agent, const char* url, ProxyInfo* proxy) { in GetIeProxySettings() 1238 bool AutoDetectProxySettings(const char* agent, const char* url, in AutoDetectProxySettings() 1248 bool GetSystemDefaultProxySettings(const char* agent, const char* url, in GetSystemDefaultProxySettings() 1262 bool GetProxySettingsForUrl(const char* agent, const char* url, in GetProxySettingsForUrl()
|
D | proxy_unittest.cc | 35 explicit AutoDetectProxyRunner(const std::string& agent) in AutoDetectProxyRunner()
|
/external/okhttp/android/main/java/com/squareup/okhttp/internal/ |
D | Version.java | 20 String agent = System.getProperty("http.agent"); in userAgent() local
|
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/ |
D | JmxRegistration.java | 34 JmxRegistration(final IAgent agent) throws Exception { in JmxRegistration()
|
D | PreMain.java | 45 final Agent agent = Agent.getInstance(agentOptions); in premain() local
|
D | Agent.java | 49 final Agent agent = new Agent(options, IExceptionLogger.SYSTEM_ERR); in getInstance() local
|
/external/nist-sip/java/gov/nist/javax/sip/header/ |
D | Warning.java | 59 protected String agent; field in Warning
|
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/ |
D | chrome_tracing_agent_unittest.py | 119 def FlushTracing(self, agent): argument 122 def StopTracing(self, agent): argument
|
/external/autotest/scheduler/ |
D | monitor_db.py | 424 def _register_agent_for_ids(self, agent_dict, object_ids, agent): argument 429 def _unregister_agent_for_ids(self, agent_dict, object_ids, agent): argument 476 def remove_agent(self, agent): argument 988 def _can_start_agent(self, agent, have_reached_limit): argument
|
D | host_scheduler_unittests.py | 206 def _check_agent_invariants(self, host, agent): argument
|
/external/nist-sip/java/javax/sip/header/ |
D | WarningHeader.java | 23 void setAgent(String agent) throws ParseException; in setAgent()
|
/external/chromium-trace/catapult/systrace/systrace/ |
D | tracing_controller.py | 242 def __init__(self, agent, config): argument
|
/external/doclava/res/assets/templates/assets/ |
D | doclava-developer-reference.js | 384 var agent = navigator['userAgent'].toLowerCase(); variable
|
/external/syslinux/gpxe/src/net/infiniband/ |
D | ib_mi.c | 78 struct ib_mad_agent *agent; in ib_mi_handle() local
|