Searched refs:collectors (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/components/domain_reliability/
H A Dconfig.cc108 resources.empty() || collectors.empty()) {
117 for (size_t i = 0; i < collectors.size(); ++i) {
118 if (!collectors[i]->IsValid())
154 converter->RegisterRepeatedMessage("collectors",
155 &DomainReliabilityConfig::collectors);
H A Dconfig_unittest.cc25 config->collectors.push_back(collector);
125 config->collectors.clear();
129 config->collectors[0]->upload_url = GURL();
188 " \"collectors\": [ {"
206 EXPECT_EQ(1u, config->collectors.size());
208 config->collectors[0]->upload_url);
H A Dconfig.h114 ScopedVector<Collector> collectors; member in class:domain_reliability::DomainReliabilityConfig
H A Dscheduler.cc171 base::ListValue* collectors = new base::ListValue(); local
177 collectors->Append(value);
179 data->Set("collectors", collectors);
H A Dcontext.cc111 config_->collectors.size(),
232 config_->collectors[collector_index]->upload_url,
H A Dtest_util.cc191 config->collectors.push_back(collector);
/external/smack/src/org/jivesoftware/smack/
H A DConnection.java.orig143 protected final Collection<PacketCollector> collectors = new ConcurrentLinkedQueue<PacketCollector>();
589 // Add the collector to the list of active collectors.
590 collectors.add(collector);
597 * @param collector a packet collectors which was created for this connection.
600 collectors.remove(collector);
604 * Get the collection of all packet collectors for this connection.
606 * @return a collection of packet collectors for this connection.
609 return collectors;
H A DConnection.java143 protected final Collection<PacketCollector> collectors = new ConcurrentLinkedQueue<PacketCollector>(); field in class:Connection
589 // Add the collector to the list of active collectors.
590 collectors.add(collector);
597 * @param collector a packet collectors which was created for this connection.
600 collectors.remove(collector);
604 * Get the collection of all packet collectors for this connection.
606 * @return a collection of packet collectors for this connection.
609 return collectors;
H A DPacketReader.java38 * The packet reader also invokes all packet listeners and collectors.<p>
150 connection.collectors.clear();
308 * packet collectors and listeners and letting them examine the packet to see if
318 // Loop through all collectors and notify the appropriate ones.
H A DBOSHConnection.java458 collectors.clear();
570 * installed packet collectors and listeners and letting them examine the
580 // Loop through all collectors and notify the appropriate ones.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 130 milliseconds