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

  /external/chromium/chrome/browser/metrics/
metrics_response.cc 11 int collectors; member in struct:SAXState
48 state->collectors |= MetricsResponse::COLLECTOR_DOCUMENT;
50 state->collectors |= MetricsResponse::COLLECTOR_PROFILE;
52 state->collectors |= MetricsResponse::COLLECTOR_WINDOW;
54 state->collectors |= MetricsResponse::COLLECTOR_UI;
78 collectors_ = state.collectors;
metrics_response.h 36 int collectors() { return collectors_; } function in class:MetricsResponse
metrics_response_unittest.cc 23 "<collectors>"
28 "</collectors>"
34 "<collectors>"
38 "</collectors>"
45 int collectors; member in struct:ResponseCase
83 EXPECT_EQ(rcase.collectors, response.collectors()) <<
  /external/smack/src/org/jivesoftware/smack/
Connection.java.orig 143 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;
    [all...]
Connection.java 143 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;
    [all...]
PacketReader.java 38 * 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.
BOSHConnection.java 458 collectors.clear();
570 * installed packet collectors and listeners and letting them examine the
580 // Loop through all collectors and notify the appropriate ones.

Completed in 79 milliseconds