HomeSort by relevance Sort by last modified time
    Searched refs:Agent (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 36 // Global mutex to ensure a single thread initializes oprofile agent.
44 : Agent(0),
183 Agent = OpenAgentFunc();
184 return Agent != 0;
195 if (Agent && CloseAgentFunc) {
196 ret = CloseAgentFunc(Agent);
198 Agent = 0;
205 return Agent != 0;
215 if (Agent && WriteNativeCodeFunc)
216 return WriteNativeCodeFunc(Agent, Name, Addr, Code, Size)
    [all...]
  /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...]
AgentSession.java 20 package org.jivesoftware.smackx.workgroup.agent;
45 * This class embodies the agent's active presence within a given workgroup. The application
47 * owning agent of the application belongs. This class provides all functionality that a
48 * session within a given workgroup is expected to have from an agent's perspective -- setting
49 * the status, tracking the status of queues to which the agent belongs within the workgroup, and
75 private Agent agent; field in class:AgentSession
79 * Constructs a new agent session instance. Note, the {@link #setOnline(boolean)}
80 * method must be called with an argument of <tt>true</tt> to mark the agent
126 // Create the agent associated to this session
    [all...]
  /external/chromium/chrome/common/
launchd_mac.h 16 Agent, // LaunchAgent
  /external/chromium_org/chrome/common/mac/
launchd.h 16 Agent, // LaunchAgent
  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 50 op_agent_t Agent;
106 // loaded and a connection to the agent has been established, and false
  /external/chromium_org/chrome_frame/cfinstall/src/stub/
chromeframe.js 71 // Look for CF in the User Agent before trying more expensive checks
  /external/ppp/pppd/plugins/radius/etc/
dictionary.ascend 23 ATTRIBUTE Ascend-Primary-Home-Agent 129 string
24 ATTRIBUTE Ascend-Secondary-Home-Agent 130 string
77 ATTRIBUTE Ascend-Home-Agent-IP-Addr 183 ipaddr
78 ATTRIBUTE Ascend-Home-Agent-Password 184 string
80 ATTRIBUTE Ascend-Home-Agent-UDP-Port 186 integer
  /external/chromium_org/chrome_frame/
CFInstall.js 42 // Look for CF in the User Agent before trying more expensive checks
CFInstance.js 48 * An object for User Agent detection
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditRules.js 683 varyHeader = varyHeader.replace(/User-Agent/gi, "");
    [all...]

Completed in 271 milliseconds