HomeSort by relevance Sort by last modified time
    Searched refs:agent (Results 76 - 100 of 169) sorted by null

1 2 34 5 6 7

  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.garbagecollector_1.0.100.v20100503.jar 
org.eclipse.equinox.p2.engine_2.0.0.v20100606.jar 
org.eclipse.equinox.p2.reconciler.dropins_1.1.2.R36x_v20101111-1430.jar 
org.eclipse.equinox.p2.touchpoint.natives_1.0.200.v20100503a.jar 
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.eclipse.equinox.p2.metadata.repository_1.1.0.v20100513.jar 
  /frameworks/base/core/java/android/app/backup/
IBackupManager.aidl 56 * Notifies the Backup Manager Service that an agent has become available. This
59 void agentConnected(String packageName, IBinder agent);
62 * Notify the Backup Manager Service that an agent has unexpectedly gone away.
89 * that data will be supplied to the new package's restore agent before the package
  /external/chromium/third_party/libjingle/source/talk/base/
proxydetect.cc 369 UserAgent GetAgent(const char* agent) {
370 if (agent) {
371 std::string agent_str(agent);
712 bool WinHttpAutoDetectProxyForUrl(const char* agent, const char* url,
731 if (HINTERNET hWinHttp = pWHO(ToUtf16(agent).c_str(),
946 bool GetIeProxySettings(const char* agent, const char* url, ProxyInfo* proxy) {
    [all...]
httprequest.cc 84 SslSocketFactory factory(ss, client_.agent());
  /external/smack/src/org/jivesoftware/smackx/workgroup/packet/
OfferRequestProvider.java 23 import org.jivesoftware.smackx.workgroup.agent.InvitationRequest;
24 import org.jivesoftware.smackx.workgroup.agent.OfferContent;
25 import org.jivesoftware.smackx.workgroup.agent.TransferRequest;
26 import org.jivesoftware.smackx.workgroup.agent.UserRequest;
38 * An IQProvider for agent offer requests.
160 * Returns the number of seconds the agent has to accept the offer before
QueueOverview.java 22 import org.jivesoftware.smackx.workgroup.agent.WorkgroupQueue;
  /external/chromium/third_party/libjingle/source/talk/p2p/client/
httpportallocator.h 105 const std::string& agent);
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
OfferConfirmation.java 20 package org.jivesoftware.smackx.workgroup.agent;
TranscriptManager.java 20 package org.jivesoftware.smackx.workgroup.agent;
TranscriptSearchManager.java 20 package org.jivesoftware.smackx.workgroup.agent;
WorkgroupQueue.java 20 package org.jivesoftware.smackx.workgroup.agent;
75 * an agent.
88 * an agent (QueueUser instances).
105 * routed to an agent. If average wait time info isn't available, -1 will
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/webkit/Source/WebCore/inspector/
CodeGeneratorInspector.pm 296 my %agent = (
300 generateFunctions($interface, \%agent);
301 if (@{$agent{methodDeclarations}}) {
302 generateAgentDeclaration($interface, \%agent);
309 my $agent = shift;
314 push(@frontendMethods, @{$agent->{methodDeclarations}});
347 my $agent = shift;
351 generateFrontendFunction($interface, $function, $agent);
365 my $agent = shift;
375 !$agent->{methodSignatures}->{$signature} || die "Duplicate frontend function was detected for signature ' (…)
    [all...]
  /external/chromium/chrome/browser/policy/
device_management_backend_impl.cc 32 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;
  /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/libmtp/
hotplug.sh.in 156 CVSTAG=`grep '\$Id:' /etc/hotplug/usb.agent`
  /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

Completed in 881 milliseconds

1 2 34 5 6 7