Home
last modified time | relevance | path

Searched defs:agent (Results 1 – 25 of 67) sorted by relevance

123

/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
DAgentTest.java70 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.p2.console_1.0.200.v20100601.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent public void modifiedService (org.osgi.framework. ...
Dorg.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent java.util.Collection bundleRepositories public java.io ...
Dorg.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent org.eclipse.equinox.p2.engine. ...
Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent public void <init> () private org. ...
Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent public void <init> (org.eclipse. ...
Dorg.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent org.eclipse.equinox.p2.repository. ...
Dorg.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/webrtc/webrtc/base/
Dautodetectproxy.cc35 bool AutoDetectProxy::GetProxyForUrl(const char* agent, in GetProxyForUrl()
89 char agent[kSavedStringLimit]; in OnMessage() local
Dhttpclient.h69 void set_agent(const std::string& agent) { agent_ = agent; } in set_agent()
70 const std::string& agent() const { return agent_; } in agent() function
Dproxydetect.cc360 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()
Dproxy_unittest.cc35 explicit AutoDetectProxyRunner(const std::string& agent) in AutoDetectProxyRunner()
Dhttpclient.cc267 HttpClient::HttpClient(const std::string& agent, StreamPool* pool, in HttpClient()
823 const std::string& agent, in HttpClientDefault()
/external/okhttp/android/main/java/com/squareup/okhttp/internal/
DVersion.java20 String agent = System.getProperty("http.agent"); in userAgent() local
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DJmxRegistration.java34 JmxRegistration(final IAgent agent) throws Exception { in JmxRegistration()
DPreMain.java45 final Agent agent = Agent.getInstance(agentOptions); in premain() local
DAgent.java49 final Agent agent = new Agent(options, IExceptionLogger.SYSTEM_ERR); in getInstance() local
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/tracing_agent/
Dchrome_tracing_agent_unittest.py99 def FlushTracing(self, agent): argument
102 def StopTracing(self, agent): argument
/external/nist-sip/java/gov/nist/javax/sip/header/
DWarning.java59 protected String agent; field in Warning
/external/autotest/scheduler/
Dmonitor_db.py401 def _register_agent_for_ids(self, agent_dict, object_ids, agent): argument
406 def _unregister_agent_for_ids(self, agent_dict, object_ids, agent): argument
453 def remove_agent(self, agent): argument
953 def _can_start_agent(self, agent, have_reached_limit): argument
Dhost_scheduler_unittests.py207 def _check_agent_invariants(self, host, agent): argument
/external/nist-sip/java/javax/sip/header/
DWarningHeader.java23 void setAgent(String agent) throws ParseException; in setAgent()
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js384 var agent = navigator['userAgent'].toLowerCase(); variable
/external/dbus/bus/
DMakefile.am41 agentdir=$(LAUNCHD_AGENT_DIR) directory
/external/jetty/src/java/org/eclipse/jetty/server/
DNCSARequestLog.java635 String agent = request.getHeader(HttpHeaders.USER_AGENT); in logExtended() local

123