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

  /external/chromium/chrome/browser/metrics/
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()) <<
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
  /external/llvm/include/llvm/CodeGen/
GCMetadata.h 12 // garbage collectors. This interface allows code generators and garbage
13 // collectors to be developed independently.
26 // they are compiled. This accretion is necessary for collectors which must emit
  /external/smack/src/org/jivesoftware/smack/filter/
PacketFilter.java 27 * used when constructing packet listeners or collectors -- the filter defines
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
neighbour.h 54 NUD_PERMANENT is also cannot be deleted by garbage collectors.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
neighbour.h 54 NUD_PERMANENT is also cannot be deleted by garbage collectors.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
neighbour.h 54 NUD_PERMANENT is also cannot be deleted by garbage collectors.
  /external/llvm/docs/
GarbageCollection.rst 37 conservative garbage collectors (though these seem rare in practice).
39 Accurate garbage collectors do not suffer from any of these problems, but they
56 * semi-space collectors
58 * mark-sweep collectors
60 * generational collectors
64 * incremental collectors
66 * concurrent collectors
68 * cooperative collectors
94 used to optimize incremental scans in generational collectors.
97 for interoperating with concurrent collectors
    [all...]
Lexicon.rst 69 the collector might free the referenced object. With copying collectors,
LangRef.rst     [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
collector.py 140 # The stack of active Collectors. Collectors are added here when started,
141 # and popped when stopped. Collectors on the stack are paused when not
  /external/iproute2/include/linux/
neighbour.h 54 NUD_PERMANENT is also cannot be deleted by garbage collectors.
  /external/kernel-headers/original/linux/
neighbour.h 56 NUD_PERMANENT is also cannot be deleted by garbage collectors.
  /external/smack/src/org/jivesoftware/smack/
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.
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...]
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...]
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.
  /external/llvm/include/llvm/Support/
Registry.h 55 /// pluggable components (like targets or garbage collectors) "just work" when
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPIterator.java 29 * schema nodes. These are just collectors for top level properties in the same
  /external/llvm/docs/HistoricalNotes/
2000-11-18-EarlyDesignIdeasResp.txt 83 A. Support for languages that require garbage collectors and integration
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java 929 // We have a problem here. The service collectors must be called synchronously so that their cache get cleaned up immediately or we will report .
    [all...]
  /frameworks/base/docs/html/training/articles/
perf-jni.jd 555 necessary to support better garbage collectors, but this means that lots
    [all...]
  /art/runtime/gc/
heap.cc 232 // Create our garbage collectors.
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java     [all...]

Completed in 2351 milliseconds