Searched refs:Agent (Results 1 - 9 of 9) sorted by relevance
/external/llvm/lib/ExecutionEngine/OProfileJIT/ |
H A D | OProfileWrapper.cpp | 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); 228 if (Agent [all...] |
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/ |
H A D | Agent.java | 34 * The <code>Agent</code> class is used to represent one agent in a Workgroup Queue.
38 public class Agent {
class 63 * Constructs an Agent.
65 Agent(Connection connection, String workgroupJID) {
method in class:Agent
|
H A D | AgentSession.java | 75 private Agent agent;
127 agent = new Agent(connection, workgroupJID);
539 * Returns the Agent associated to this session.
541 * @return the Agent associated to this session.
543 public Agent getAgent() {
|
/external/chromium/chrome/common/ |
H A D | launchd_mac.h | 16 Agent, // LaunchAgent enumerator in enum:Launchd::Type
|
/external/chromium_org/chrome/common/mac/ |
H A D | launchd.h | 16 Agent, // LaunchAgent enumerator in enum:Launchd::Type
|
/external/llvm/include/llvm/ExecutionEngine/ |
H A D | OProfileWrapper.h | 50 op_agent_t Agent; member in class:llvm::OProfileWrapper
|
/external/libvpx/libvpx/examples/includes/geshi/geshi/ |
H A D | tsql.php | 255 //SQL Server Agent Procedures
|
/external/ppp/pppd/plugins/radius/etc/ |
H A D | 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/third_party/WebKit/Source/devtools/front_end/ |
H A D | AuditRules.js | 683 varyHeader = varyHeader.replace(/User-Agent/gi, "");
|
Completed in 744 milliseconds