HomeSort by relevance Sort by last modified time
    Searched refs:agent (Results 126 - 150 of 215) sorted by null

1 2 3 4 56 7 8 9

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
org.eclipse.equinox.p2.artifact.repository_1.1.1.R36x_v20100901.jar 
org.eclipse.equinox.p2.extensionlocation_1.2.0.v20100518.jar 
org.eclipse.equinox.p2.repository_2.0.1.R36x_v20100823.jar 
  /external/chromium_org/content/shell/renderer/
webkit_test_runner.cc 386 WebDevToolsAgent* agent = render_view()->GetWebView()->devToolsAgent(); local
387 if (agent)
388 agent->detach();
393 WebDevToolsAgent* agent = render_view()->GetWebView()->devToolsAgent(); local
394 if (agent)
395 agent->evaluateInWebInspector(call_id, WebString::fromUTF8(script));
  /external/v8/src/
debug-agent.cc 31 #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_org/content/browser/devtools/
renderer_overrides_handler.h 34 explicit RendererOverridesHandler(DevToolsAgentHost* agent);
  /external/chromium_org/remoting/host/
desktop_session_agent.cc 72 static scoped_ptr<SharedBuffer> Create(DesktopSessionAgent* agent,
79 new SharedBuffer(agent, memory.Pass(), size, id));
87 SharedBuffer(DesktopSessionAgent* agent,
98 agent_(agent),
  /external/libmtp/
hotplug.sh.in 156 CVSTAG=`grep '\$Id:' /etc/hotplug/usb.agent`
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
Agent.java 20 package org.jivesoftware.smackx.workgroup.agent;
34 * The <code>Agent</code> class is used to represent one agent in a Workgroup Queue.
38 public class Agent {
63 * Constructs an Agent.
65 Agent(Connection connection, String workgroupJID) {
107 * Changes the name of the agent in the server. The server may have this functionality
108 * disabled for all the agents or for this agent in particular. If the agent is not
112 * @param newName the new name of the agent.
    [all...]
Offer.java 20 package org.jivesoftware.smackx.workgroup.agent;
31 * A class embodying the semantic agent chat offer; specific instances allow the acceptance or
58 * @param agentSession the agent session instance through which this offer was issued.
134 * The date when the offer will expire. The agent must {@link #accept()}
136 * routed to another agent. Alternatively, the agent can {@link #reject()}
174 * Returns true if the agent accepted this offer.
176 * @return true if the agent accepted this offer.
183 * Return true if the agent rejected this offer.
185 * @return true if the agent rejected this offer.
    [all...]
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
QueueOverview.java 22 import org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue;
  /external/chromium/chrome/common/extensions/docs/js/
bootstrap.js 17 // or if the user-agent is chrome AND the document is being served
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/84/1/.cp/ant_tasks/
metadataRepository-ant.jar 
  /external/openssh/contrib/cygwin/
Makefile 44 $(INSTALL) -m 644 $(srcdir)/PROTOCOL.agent $(DESTDIR)$(sshdocdir)/PROTOCOL.agent
  /external/chromium_org/v8/src/
debug-agent.cc 32 #include "debug-agent.h"
39 // to the debugger agent through it's data parameter.
42 DebuggerAgent* agent = isolate->debugger_agent_instance(); local
43 ASSERT(agent != NULL);
44 agent->DebuggerMessage(message);
69 // Debugger agent main thread.
81 // make the agent take over the port when it becomes free.
  /external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java 596 String agent = System.getProperty("http.agent"); local
597 return agent != null ? agent : ("Java" + System.getProperty("java.version"));
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
connectivitychecker_unittest.cc 96 const std::string& agent)
105 agent) {
httpportallocator.cc 270 const std::string& agent)
273 relay_hosts, relay, agent) {
  /external/chromium_org/tools/python/google/httpd_config/
httpd2_mac.conf 85 LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
88 LogFormat "%{User-agent}i" agent
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
OverridesView.js 254 this._userAgentLabel.textContent = WebInspector.UIString("User agent:");
666 WebInspector.OverridesView.Tab.call(this, "user-agent", WebInspector.UIString("User Agent"), [WebInspector.settings.overrideUserAgent]);
667 this.element.classList.add("overrides-user-agent");
668 var checkbox = this._createSettingCheckbox(WebInspector.UIString("Spoof user agent"), WebInspector.settings.overrideUserAgent);
    [all...]
  /external/openssh/
sshconnect2.c 246 AuthenticationConnection *ac; /* set if agent supports key */
248 char *filename; /* comment for agent-only keys */
264 AuthenticationConnection *agent; member in struct:Authctxt
1178 /* the agent supports this key */
1363 Idlist agent, files, *preferred; local
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 28 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/doclava/res/assets/templates/assets/
doclava-developer-docs.js 28 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) {

Completed in 1382 milliseconds

1 2 3 4 56 7 8 9