HomeSort by relevance Sort by last modified time
    Searched full:collector (Results 151 - 175 of 545) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/chromium_org/base/debug/
profiler.h 65 // when the garbage collector moves code. The functions declarations below here
  /external/chromium_org/content/browser/
tcmalloc_internals_request_job.cc 90 // Populate the collector with stats from the local browser process
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_manager_jni.cc 65 // the garbage collector.
  /external/chromium_org/tools/gn/
template.cc 59 // Targets defined in the template go in the collector for the invoking file.
  /external/chromium_org/tools/telemetry/telemetry/core/platform/power_monitor/
monsoon_power_monitor.py 105 """Parse the output of of the samples collector process.
  /external/chromium_org/v8/src/
preparse-data.h 170 Collector<unsigned> function_store_;
handles.h 78 // the garbage collector.
178 // garbage collector will no longer track the object stored in the
  /external/smack/src/org/jivesoftware/smackx/
GroupChatInvitation.java 46 * // Create a packet collector or packet listeners using the filter...
  /frameworks/av/include/drm/
DrmInfoEvent.h 59 //! Can in the future perhaps be used to trigger garbage collector
  /frameworks/base/drm/java/android/drm/
DrmErrorEvent.java 45 * garbage collector.
  /libcore/luni/src/main/java/java/lang/ref/
PhantomReference.java 37 * references. Once the garbage collector decides that an object {@code obj} is
WeakReference.java 37 * references. Once the garbage collector decides that an object {@code obj} is
  /packages/apps/Mms/src/com/android/mms/util/
SimpleCache.java 25 * the garbage collector and an LRU cache eviction algorithm to limit the number
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sgmllib.py 101 collector = EventCollector variable in class:SGMLParserTestCase
104 parser = self.collector()
273 self.collector = HTMLEntityCollector
323 self.collector = CDATAEventCollector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sgmllib.py 101 collector = EventCollector variable in class:SGMLParserTestCase
104 parser = self.collector()
273 self.collector = HTMLEntityCollector
323 self.collector = CDATAEventCollector
  /art/runtime/gc/space/
malloc_space.h 29 namespace collector { namespace in namespace:art::gc
31 } // namespace collector
  /external/chromium_org/third_party/skia/third_party/lua/src/
lstate.h 116 l_mem GCdebt; /* bytes allocated not yet compensated by the collector */
123 lu_byte gcstate; /* state of garbage collector */
  /external/chromium_org/v8/src/heap/
objects-visiting.cc 195 MarkCompactCollector* collector = heap->mark_compact_collector(); local
212 collector->RecordSlot(next_slot, next_slot, retained);
  /external/clang/include/clang/StaticAnalyzer/Checkers/
ObjCRetainCount.h 61 /// transfers the object to the Garbage Collector under GC.
115 /// Garbage collector.
  /external/smack/src/org/jivesoftware/smack/util/collections/
ReferenceMap.java 26 * removed by the garbage collector.
30 * If non-hard references are used, then the garbage collector can remove
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
ggc.h 123 /* Initialize the garbage collector. */
224 /* Invoke the collector. Garbage collection occurs only when this
  /art/runtime/gc/collector/
semi_space.cc 54 namespace collector { namespace in namespace:art::gc
106 // Semi-space collector is special since it is sometimes called with the mutators suspended
107 // during the zygote creation and collector transitions. If we already exclusively hold the
670 explicit SemiSpaceMarkObjectVisitor(SemiSpace* collector) : collector_(collector) {
    [all...]
  /external/chromium_org/chrome/browser/chromeos/policy/
device_status_collector_browsertest.cc 360 // Process the list a second time after restarting the collector. It should be
361 // able to count the active periods found by the original collector, because
506 // The collector returns the same status again.
615 // Restart the status collector. Check that the last known location has been
626 // Allow the new pref to propagate to the status collector.
635 // Allow the new pref to propagate to the status collector.
  /external/smack/src/org/jivesoftware/smack/
SASLAuthentication.java 444 PacketCollector collector = connection local
449 Bind response = (Bind) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
450 collector.cancel();
462 collector = connection.createPacketCollector(new PacketIDFilter(session.getPacketID()));
466 IQ ack = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
467 collector.cancel();
SASLAuthentication.java.orig 444 PacketCollector collector = connection
449 Bind response = (Bind) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
450 collector.cancel();
462 collector = connection.createPacketCollector(new PacketIDFilter(session.getPacketID()));
466 IQ ack = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
467 collector.cancel();

Completed in 2378 milliseconds

1 2 3 4 5 67 8 91011>>