Home
last modified time | relevance | path

Searched refs:agents (Results 1 – 25 of 30) sorted by relevance

12

/external/smack/src/org/jivesoftware/smackx/workgroup/packet/
DAgentStatusRequest.java50 private Set<Item> agents; field in AgentStatusRequest
53 agents = new HashSet<Item>(); in AgentStatusRequest()
57 return agents.size(); in getAgentCount()
61 return Collections.unmodifiableSet(agents); in getAgents()
75 synchronized (agents) { in getChildElementXML()
76 for (Iterator<Item> i=agents.iterator(); i.hasNext(); ) { in getChildElementXML()
132 statusRequest.agents.add(parseAgent(parser)); in parseIQ()
DTranscriptsProvider.java78 List<Transcripts.AgentDetail> agents = new ArrayList<Transcripts.AgentDetail>(); in parseSummary() local
95 agents = parseAgents(parser); in parseSummary()
105 return new Transcripts.TranscriptSummary(sessionID, joinTime, leftTime, agents); in parseSummary()
109 List<Transcripts.AgentDetail> agents = new ArrayList<Transcripts.AgentDetail>(); in parseAgents() local
142 agents.add(new Transcripts.AgentDetail(agentJID, joinTime, leftTime)); in parseAgents()
146 return agents; in parseAgents()
/external/chromium_org/content/browser/devtools/
Ddevtools_manager_impl.cc170 std::vector<DevToolsAgentHostImpl*> agents; in CloseAllClientHosts() local
174 agents.push_back(it->first); in CloseAllClientHosts()
176 for (std::vector<DevToolsAgentHostImpl*>::iterator it = agents.begin(); in CloseAllClientHosts()
177 it != agents.end(); ++it) { in CloseAllClientHosts()
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DCodeGeneratorInstrumentation.py212 for agent in set(declaration.agents):
265 self.agents = filter(lambda option: not "=" in option, self.options)
308 if len(self.agents) == 0:
311 body_lines = map(self.generate_agent_call, self.agents)
314 if "Timeline" in self.agents:
437 agents = list(used_agents)
445 for agent in agents:
DWorkerDebuggerAgent.cpp53 DEFINE_STATIC_LOCAL(WorkerDebuggerAgents, agents, ()); in workerDebuggerAgents()
54 return agents; in workerDebuggerAgents()
DInspectorInstrumentation.cpp64 InspectorInstrumentationCookie::InspectorInstrumentationCookie(InstrumentingAgents* agents, int tim… in InspectorInstrumentationCookie() argument
65 : m_instrumentingAgents(agents) in InspectorInstrumentationCookie()
DInspectorController.cpp426 Vector<InspectorAgent*> agents = m_moduleAgents; in didCommitLoadForMainFrame() local
427 for (size_t i = 0; i < agents.size(); i++) in didCommitLoadForMainFrame()
428 agents[i]->didCommitLoadForMainFrame(); in didCommitLoadForMainFrame()
DInspectorInstrumentation.idl48 * Attributes without "=" are the names of the agents to be invoked.
52 * Keep - pass first parameter (used to access the InstrumentingAgents instance) to agents.
57 * methodName: C++ name for the public instrumentation method and agents methods.
63 * so reference will not be passed or released until all agents are notified.
/external/smack/src/org/jivesoftware/smackx/workgroup/agent/
DAgentRoster.java157 Set<String> agents = new HashSet<String>(); in getAgents() local
160 agents.add(i.next()); in getAgents()
163 return Collections.unmodifiableSet(agents); in getAgents()
/external/oprofile/
DChangeLog-2008199 * agents/Makefile.am:
269 * oprofile/agents/jvmpi/jvmpi_oprofile.cpp:
270 * oprofile/agents/jvmpi/Makefile.am:
271 * oprofile/agents/jvmti/libjvmti_oprofile.c:
272 * oprofile/agents/jvmti/Makefile.am:
273 * oprofile/agents/Makefile.am:
Dconfigure.in271 agents/Makefile \
272 agents/jvmti/Makefile \
273 agents/jvmpi/Makefile)
DMakefile.am22 agents
DREADME_PACKAGERS52 JIT agents for other virtual machines. The development files provided for this
DChangeLog187 * agents/Makefile.am:
255 * agents/jvmpi/jvmpi_oprofile.cpp: Add extra #includes since new
493 * agents/jvmpi/jvmpi_oprofile.cpp: Change this file to use LGPL license
DTODO226 o See FIXME in agents/jvmti/libjvmti_oprofile.c:
/external/oprofile/events/i386/core_2/
Dunit_masks108 0x20 include all agents
113 0x20 bus: include all agents
116 0x20 bus: include all agents
/external/chromium_org/third_party/openmax_dl/
DLICENSE32 employees, agents or representatives be liable for any damages, whether
/external/libpcap/
DREADME.sita33 work, but interfaces via a TCP session to remote agents that
/external/oprofile/events/i386/atom/
Dunit_masks109 0x40 any Include any agents
/external/valgrind/main/
DCOPYING.DOCS168 Opaque copy (directly or through your agents or retailers) of that
/external/chromium_org/native_client_sdk/src/doc/community/security-contest/
Dcontest-terms.rst886 Google and its agents;
908 officers, employees and agents from and against any and all
/external/bison/doc/
Dfdl.texi179 Opaque copy (directly or through your agents or retailers) of that
/external/owasp/sanitizer/lib/htmlparser-1.3/doc/
Dtree-construction.txt50 likely force user agents to impose nesting depths.
/external/chromium_org/net/base/registry_controlled_domains/
Deffective_tld_names.gperf114 agents.aero, 0
Deffective_tld_names.dat41 agents.aero

12