Home
last modified time | relevance | path

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

12

/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/v8/src/inspector/
Dv8-inspector-impl.cc75 V8DebuggerAgentImpl* agent = session ? session->debuggerAgent() : nullptr; in enabledDebuggerAgentForGroup() local
82 V8RuntimeAgentImpl* agent = session ? session->runtimeAgent() : nullptr; in enabledRuntimeAgentForGroup() local
89 V8ProfilerAgentImpl* agent = session ? session->profilerAgent() : nullptr; in enabledProfilerAgentForGroup() local
98 if (V8DebuggerAgentImpl* agent = enabledDebuggerAgentForGroup(groupId)) in runCompiledScript() local
103 if (V8DebuggerAgentImpl* agent = enabledDebuggerAgentForGroup(groupId)) in runCompiledScript() local
128 if (V8DebuggerAgentImpl* agent = enabledDebuggerAgentForGroup(groupId)) in callFunction() local
134 if (V8DebuggerAgentImpl* agent = enabledDebuggerAgentForGroup(groupId)) in callFunction() local
290 if (V8DebuggerAgentImpl* agent = in willExecuteScript() local
297 if (V8DebuggerAgentImpl* agent = in didExecuteScript() local
Dwasm-translation.cc62 V8DebuggerAgentImpl* agent) override { in Init()
181 V8DebuggerAgentImpl* agent) { in AddFakeScript()
258 V8DebuggerAgentImpl* agent) { in AddScript()
Dv8-debugger.cc534 V8DebuggerAgentImpl* agent = m_inspector->enabledDebuggerAgentForGroup( in handleProgramBreak() local
584 V8DebuggerAgentImpl* agent = agentForScript(m_inspector, script); in ScriptCompiled() local
622 V8DebuggerAgentImpl* agent = agentForScript(m_inspector, script); in IsFunctionBlackboxed() local
813 void V8Debugger::setAsyncCallStackDepth(V8DebuggerAgentImpl* agent, int depth) { in setAsyncCallStackDepth()
/external/libbackup/src/com/google/android/libraries/backup/shadow/
DBackupAgentHelperShadow.java71 public static Map<String, Object> simulateBackup(BackupAgentHelper agent) { in simulateBackup()
94 BackupAgentHelper agent, Map<String, Object> backupDataMap, int appVersionCode) { in simulateRestore()
111 private static void attachBaseContextToAgentIfNecessary(BackupAgentHelper agent) { in attachBaseContextToAgentIfNecessary()
/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/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/nist-sip/java/gov/nist/javax/sip/header/
DWarning.java59 protected String agent; field in Warning
/external/python/cpython2/Lib/test/
Dtest_robotparser.py12 def __init__(self, index, parser, url, good, agent): argument
40 agent="test_robotparser"): argument
/external/nist-sip/java/javax/sip/header/
DWarningHeader.java23 void setAgent(String agent) throws ParseException; in setAgent()
/external/autotest/scheduler/
Dmonitor_db.py420 def _register_agent_for_ids(self, agent_dict, object_ids, agent): argument
425 def _unregister_agent_for_ids(self, agent_dict, object_ids, agent): argument
472 def remove_agent(self, agent): argument
993 def _can_start_agent(self, agent, have_reached_limit): argument
Dhost_scheduler_unittests.py206 def _check_agent_invariants(self, host, agent): argument
/external/doclava/res/assets/templates/assets/
Ddoclava-developer-reference.js384 var agent = navigator['userAgent'].toLowerCase(); variable
/external/chromium-trace/catapult/systrace/systrace/
Dtracing_controller.py251 def __init__(self, agent, config): argument
/external/syslinux/gpxe/src/net/infiniband/
Dib_mi.c78 struct ib_mad_agent *agent; in ib_mi_handle() local
/external/syslinux/efi/
Dconsole.c41 void **interface, EFI_HANDLE agent, in open_protocol()
/external/webrtc/webrtc/p2p/base/
Dportallocator.h201 void set_proxy(const std::string& agent, const rtc::ProxyInfo& proxy) { in set_proxy()
/external/okhttp/okhttp-urlconnection/src/main/java/com/squareup/okhttp/internal/huc/
DHttpURLConnectionImpl.java390 String agent = System.getProperty("http.agent"); in defaultUserAgent() local

12