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

123

/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/webkit/Source/WebCore/page/
H A DNavigatorBase.cpp81 // Version is everything in the user agent string past the "Mozilla/" prefix.
82 const String& agent = userAgent(); local
83 return agent.substring(agent.find('/') + 1);
/external/webkit/Tools/DumpRenderTree/chromium/
H A DDRTDevToolsClient.cpp45 DRTDevToolsClient::DRTDevToolsClient(DRTDevToolsAgent* agent, WebView* webView) argument
47 , m_drtDevToolsAgent(agent)
H A DDRTDevToolsAgent.cpp87 WebDevToolsAgent* agent = webDevToolsAgent(); local
88 if (agent)
89 agent->dispatchOnInspectorBackend(args);
94 WebDevToolsAgent* agent = webDevToolsAgent(); local
95 if (agent)
96 agent->frontendLoaded();
111 WebDevToolsAgent* agent = webDevToolsAgent(); local
112 if (agent)
113 agent->attach();
119 WebDevToolsAgent* agent local
132 WebDevToolsAgent* agent = webDevToolsAgent(); local
141 WebDevToolsAgent* agent = webDevToolsAgent(); local
[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 ...
H A 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 ...
H A Dorg.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent public void " href="/4.1.2/s?defs ...
H A Dorg.eclipse.equinox.p2.updatechecker_1.1.101.R36x_v20100823.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent org.eclipse.equinox.p2.engine. ...
H A Dorg.eclipse.equinox.p2.engine_2.0.0.v20100606.jar ... .eclipse.equinox.p2.core.IProvisioningAgent agent public void " href="/4.1.2/s?defs ...
/external/doclava/res/assets/templates/assets/
H A Ddoclava-developer-reference.js384 var agent = navigator['userAgent'].toLowerCase(); variable
385 var mac = agent.indexOf("macintosh") != -1;
H A Ddoclava-developer-docs.js28 var agent = navigator['userAgent'].toLowerCase(); variable
30 if ((agent.indexOf("mobile") != -1) || // android, iphone, ipod
31 (agent.indexOf("blackberry") != -1) ||
32 (agent.indexOf("webos") != -1) ||
33 (agent.indexOf("mini") != -1)) { // opera mini browsers
37 } else if (agent.indexOf("msie 6") != -1) {
/external/nist-sip/java/javax/sip/header/
H A DWarningHeader.java23 void setAgent(String agent) throws ParseException; argument
H A DHeaderFactory.java175 WarningHeader createWarningHeader(String agent, int code, String comment) argument
/external/v8/src/
H A Ddebug-agent.h42 // Debugger agent which starts a socket listener on the debugger port and
76 int port_; // Port to use for the agent.
91 // Debugger agent session. The session receives requests from the remote
95 DebuggerAgentSession(DebuggerAgent* agent, Socket* client) argument
97 agent_(agent), client_(client) {}
H A Ddebug-agent.cc31 #include "debug-agent.h"
39 // to the debugger agent through it's data parameter.
41 DebuggerAgent* agent = Isolate::Current()->debugger_agent_instance(); local
42 ASSERT(agent != NULL);
43 agent->DebuggerMessage(message);
47 // Debugger agent main thread.
61 // make the agent take over the port when it becomes free.
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dportallocator.h100 void set_proxy(const std::string& agent, const talk_base::ProxyInfo& proxy) { argument
101 agent_ = agent;
/external/llvm/unittests/ExecutionEngine/JIT/
H A DOProfileJITEventListenerTest.cpp57 int close_agent(op_agent_t agent) argument
59 EXPECT_EQ(globalAgent, agent);
63 int write_native_code(op_agent_t agent, argument
69 EXPECT_EQ(globalAgent, agent);
80 int write_debug_line_info(op_agent_t agent, argument
85 EXPECT_EQ(globalAgent, agent);
105 int unload_native_code(op_agent_t agent, uint64_t addr) { argument
106 EXPECT_EQ(globalAgent, agent);
/external/chromium/third_party/libjingle/source/talk/base/
H A Dhttpclient.h78 HttpClient(const std::string& agent, StreamPool* pool,
84 void set_agent(const std::string& agent) { agent_ = agent; } argument
85 const std::string& agent() const { return agent_; } function in class:talk_base::HttpClient
205 HttpClientDefault(SocketFactory* factory, const std::string& agent,
/external/webkit/Source/WebCore/inspector/
H A DInstrumentingAgents.h85 void setInspectorAgent(InspectorAgent* agent) { m_inspectorAgent = agent; } argument
88 void setInspectorPageAgent(InspectorPageAgent* agent) { m_inspectorPageAgent = agent; } argument
91 void setInspectorCSSAgent(InspectorCSSAgent* agent) { m_inspectorCSSAgent = agent; } argument
94 void setInspectorConsoleAgent(InspectorConsoleAgent* agent) { m_inspectorConsoleAgent = agent; } argument
97 void setInspectorDOMAgent(InspectorDOMAgent* agent) { m_inspectorDOMAgent = agent; } argument
100 setInspectorResourceAgent(InspectorResourceAgent* agent) argument
103 setInspectorRuntimeAgent(InspectorRuntimeAgent* agent) argument
106 setInspectorTimelineAgent(InspectorTimelineAgent* agent) argument
110 setInspectorDOMStorageAgent(InspectorDOMStorageAgent* agent) argument
114 setInspectorDatabaseAgent(InspectorDatabaseAgent* agent) argument
118 setInspectorApplicationCacheAgent(InspectorApplicationCacheAgent* agent) argument
122 setInspectorDebuggerAgent(InspectorDebuggerAgent* agent) argument
125 setInspectorBrowserDebuggerAgent(InspectorBrowserDebuggerAgent* agent) argument
128 setInspectorProfilerAgent(InspectorProfilerAgent* agent) argument
[all...]
/external/webkit/Source/WebKit/chromium/src/
H A DDebuggerAgentManager.cpp89 DebuggerAgentImpl* agent = it->second; local
90 s_pageDeferrers.set(agent->webView(), new WebCore::PageGroupLoadDeferrer(agent->page(), true));
91 views.append(agent->webView());
92 agent->webView()->setIgnoreInputEvents(true);
157 // Remove all breakpoints set by the agent.
212 DebuggerAgentImpl* agent = debuggerAgentForHostId(hostId); local
213 if (agent) {
214 if (agent->autoContinueOnException()
220 agent
[all...]
/external/webkit/Tools/MiniBrowser/qt/
H A DBrowserWindow.cpp380 QString agent = file.readLine().trimmed(); local
381 if (!m_userAgentList.contains(agent))
382 m_userAgentList << agent; local
/external/bluetooth/bluez/audio/
H A Dgateway.c69 struct hf_agent *agent; member in struct:gateway
91 static void agent_free(struct hf_agent *agent) argument
93 if (!agent)
96 g_free(agent->name);
97 g_free(agent->path);
98 g_free(agent);
117 static void agent_disconnect(struct audio_device *dev, struct hf_agent *agent) argument
121 msg = dbus_message_new_method_call(agent->name, agent->path,
127 static gboolean agent_sendfd(struct hf_agent *agent, in argument
438 struct hf_agent *agent = gateway->agent; local
482 struct hf_agent *agent; local
[all...]
/external/bluetooth/bluez/src/
H A Dagent.c47 #include "agent.h"
60 struct agent { struct
74 struct agent *agent; member in struct:agent_request
87 static void agent_release(struct agent *agent) argument
91 DBG("Releasing agent %s, %s", agent->name, agent->path);
93 if (agent
140 struct agent *agent = user_data; local
149 agent_free(struct agent *agent) argument
195 struct agent *agent; local
213 agent_request_new(struct agent *agent, agent_request_type_t type, void *cb, void *user_data, GDestroyNotify destroy) argument
232 agent_cancel(struct agent *agent) argument
252 struct agent *agent = req->agent; local
306 struct agent *agent = req->agent; local
330 agent_authorize(struct agent *agent, const char *path, const char *uuid, agent_cb cb, void *user_data, GDestroyNotify destroy) argument
362 struct agent *agent = req->agent; local
430 struct agent *agent = req->agent; local
452 agent_request_pincode(struct agent *agent, struct btd_device *device, agent_pincode_cb cb, void *user_data, GDestroyNotify destroy) argument
482 struct agent *agent = req->agent; local
505 agent_confirm_mode_change(struct agent *agent, const char *new_mode, agent_cb cb, void *user_data, GDestroyNotify destroy) argument
537 struct agent *agent = req->agent; local
587 struct agent *agent = req->agent; local
609 agent_request_passkey(struct agent *agent, struct btd_device *device, agent_passkey_cb cb, void *user_data, GDestroyNotify destroy) argument
643 struct agent *agent = req->agent; local
668 agent_request_confirmation(struct agent *agent, struct btd_device *device, uint32_t passkey, agent_cb cb, void *user_data, GDestroyNotify destroy) argument
701 struct agent *agent = req->agent; local
725 agent_request_pairing_consent(struct agent *agent, struct btd_device *device, agent_cb cb, void *user_data, GDestroyNotify destroy) argument
792 agent_display_passkey(struct agent *agent, struct btd_device *device, uint32_t passkey) argument
819 agent_get_io_capability(struct agent *agent) argument
824 agent_matches(struct agent *agent, const char *name, const char *path) argument
832 agent_is_busy(struct agent *agent, void *user_data) argument
[all...]
H A Devent.c57 #include "agent.h"
126 static void pincode_cb(struct agent *agent, DBusError *derr, argument
186 static void confirm_cb(struct agent *agent, DBusError *err, void *user_data) argument
195 static void passkey_cb(struct agent *agent, DBusError *err, uint32_t passkey, argument
/external/chromium/chrome/browser/policy/
H A Ddevice_management_backend_impl.cc32 const char DeviceManagementBackendImpl::kParamAgent[] = "agent";
394 static std::string agent; local
395 if (!agent.empty())
396 return agent;
399 agent = base::StringPrintf(kValueAgent,
403 return agent;

Completed in 520 milliseconds

123