Home
last modified time | relevance | path

Searched refs:agents (Results 1 – 25 of 32) 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/third_party/WebKit/Source/core/inspector/
DCodeGeneratorInstrumentation.py225 for agent in set(declaration.agents):
281 self.agents = filter(lambda option: not "=" in option, self.options)
324 if len(self.agents) == 0:
328 body_lines += map(self.generate_agent_call, self.agents)
331 if "Timeline" in self.agents:
463 agents = list(used_agents)
472 for agent in agents:
DInspectorInstrumentation.cpp67 InspectorInstrumentationCookie::InspectorInstrumentationCookie(InstrumentingAgents* agents, int tim… in InspectorInstrumentationCookie() argument
68 : m_instrumentingAgents(agents) in InspectorInstrumentationCookie()
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/chromium_org/android_webview/browser/
Daw_dev_tools_manager_delegate.cc117 DevToolsAgentHost::List agents = DevToolsAgentHost::GetOrCreateAll(); in EnumerateTargets() local
118 for (DevToolsAgentHost::List::iterator it = agents.begin(); in EnumerateTargets()
119 it != agents.end(); ++it) { in EnumerateTargets()
/external/chromium_org/chromecast/shell/browser/devtools/
Dcast_dev_tools_delegate.cc149 content::DevToolsAgentHost::List agents = in EnumerateTargets() local
151 for (content::DevToolsAgentHost::List::iterator it = agents.begin(); in EnumerateTargets()
152 it != agents.end(); ++it) { in EnumerateTargets()
/external/chromium_org/content/shell/browser/
Dshell_devtools_delegate.cc264 content::DevToolsAgentHost::List agents = in EnumerateTargets() local
266 for (content::DevToolsAgentHost::List::iterator it = agents.begin(); in EnumerateTargets()
267 it != agents.end(); ++it) { in EnumerateTargets()
/external/chromium_org/chrome/browser/devtools/
Ddevtools_target_impl.cc275 DevToolsAgentHost::List agents = DevToolsAgentHost::GetOrCreateAll(); in EnumerateAllTargets() local
276 for (DevToolsAgentHost::List::iterator it = agents.begin(); in EnumerateAllTargets()
277 it != agents.end(); ++it) { in EnumerateAllTargets()
/external/chromium_org/chrome/browser/android/
Ddev_tools_manager_delegate_android.cc324 DevToolsAgentHost::List agents = DevToolsAgentHost::GetOrCreateAll(); in EnumerateTargets() local
325 for (DevToolsAgentHost::List::iterator it = agents.begin(); in EnumerateTargets()
326 it != agents.end(); ++it) { in EnumerateTargets()
/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.

12