HomeSort by relevance Sort by last modified time
    Searched refs:collector (Results 51 - 75 of 208) sorted by null

1 23 4 5 6 7 8 9

  /art/runtime/gc/collector/
garbage_collector.cc 32 namespace collector { namespace in namespace:art::gc
147 GarbageCollector::ScopedPause::ScopedPause(GarbageCollector* collector)
148 : start_time_(NanoTime()), collector_(collector) {
174 } // namespace collector
garbage_collector.h 34 namespace collector { namespace in namespace:art::gc
50 // A information related single garbage collector iteration. Since we only ever have one GC running
112 explicit ScopedPause(GarbageCollector* collector) EXCLUSIVE_LOCK_FUNCTION(Locks::mutator_lock_);
131 // Run the garbage collector.
144 // Swap the live and mark bitmaps of spaces that are active for the collector. For partial GC,
198 } // namespace collector
mark_compact.cc 56 namespace collector { namespace in namespace:art::gc
107 explicit CalculateObjectForwardingAddressVisitor(MarkCompact* collector)
108 : collector_(collector) {}
327 explicit UpdateObjectReferencesVisitor(MarkCompact* collector) : collector_(collector) {
424 explicit UpdateReferenceVisitor(MarkCompact* collector) : collector_(collector) {
492 explicit MoveObjectVisitor(MarkCompact* collector) : collector_(collector) {
561 explicit MarkCompactMarkObjectVisitor(MarkCompact* collector) : collector_(collector)
    [all...]
immune_region.cc 24 namespace collector { namespace in namespace:art::gc
69 } // namespace collector
semi_space-inl.h 27 namespace collector { namespace in namespace:art::gc
90 } // namespace collector
  /external/chromium_org/third_party/WebKit/Source/core/css/
TreeBoundaryCrossingRules.cpp 64 void TreeBoundaryCrossingRules::collectTreeBoundaryCrossingRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules)
69 RuleRange ruleRange = collector.matchedResult().ranges.authorRuleRange();
84 collector.collectMatchingRules(request, ruleRange, SelectorChecker::ScopeContainsLastMatchedElement, ignoreCascadeScope, cascadeOrder, true);
  /external/smack/src/org/jivesoftware/smack/
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();
Connection.java.orig 579 * Creates a new packet collector for this connection. A packet filter determines
580 * which packets will be accumulated by the collector. A PacketCollector is
585 * @return a new packet collector.
588 PacketCollector collector = new PacketCollector(this, packetFilter);
589 // Add the collector to the list of active collectors.
590 collectors.add(collector);
591 return collector;
595 * Remove a packet collector of this connection.
597 * @param collector a packet collectors which was created for this connection.
599 protected void removePacketCollector(PacketCollector collector) {
    [all...]
Connection.java 579 * Creates a new packet collector for this connection. A packet filter determines
580 * which packets will be accumulated by the collector. A PacketCollector is
585 * @return a new packet collector.
588 PacketCollector collector = new PacketCollector(this, packetFilter); local
589 // Add the collector to the list of active collectors.
590 collectors.add(collector);
591 return collector;
595 * Remove a packet collector of this connection.
597 * @param collector a packet collectors which was created for this connection.
599 protected void removePacketCollector(PacketCollector collector) {
    [all...]
  /external/smack/src/org/jivesoftware/smackx/
LastActivityManager.java 197 PacketCollector collector = con.createPacketCollector(new PacketIDFilter(activity.getPacketID())); local
200 LastActivity response = (LastActivity) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
202 // Cancel the collector.
203 collector.cancel();
  /external/smack/src/org/jivesoftware/smackx/carbons/
CarbonManager.java 153 PacketCollector collector = local
156 IQ result = (IQ) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
157 collector.cancel();
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 8 from coverage.collector import Collector
131 self.collector = Collector(
154 collector="coverage v%s" % __version__
355 self.collector.reset()
385 self.collector.start()
389 self.collector.stop()
399 self.collector.reset()
480 """Get the collected data and reset the collector
    [all...]
  /external/chromium_org/components/domain_reliability/
test_util.cc 188 DomainReliabilityConfig::Collector* collector; local
189 collector = new DomainReliabilityConfig::Collector();
190 collector->upload_url = GURL("https://exampleuploader/upload");
191 config->collectors.push_back(collector);
config_unittest.cc 22 DomainReliabilityConfig::Collector* collector = local
23 new DomainReliabilityConfig::Collector();
24 collector->upload_url = GURL("https://example/upload");
25 config->collectors.push_back(collector);
scheduler_unittest.cc 81 size_t collector = scheduler_->OnUploadStart(); local
82 if (collector == expected_collector)
86 << "expected upload to collector " << expected_collector
87 << ", got upload to collector " << collector;
185 // Make sure that the scheduler uses the first available collector at upload
202 // T = min_delay + retry_interval; collector 0 should be active again.
  /art/runtime/
Android.mk 54 gc/collector/concurrent_copying.cc \
55 gc/collector/garbage_collector.cc \
56 gc/collector/immune_region.cc \
57 gc/collector/mark_compact.cc \
58 gc/collector/mark_sweep.cc \
59 gc/collector/partial_mark_sweep.cc \
60 gc/collector/semi_space.cc \
61 gc/collector/sticky_mark_sweep.cc \
302 gc/collector/gc_type.h \
  /development/ndk/tools/
headers-diff-bionic-vs-ndk.py 107 """Fully automated sysincludes collector upto specified platform"""
124 self.collector = FileCollector(self.platforms_root, self.archs)
126 self.platforms = self.collector.platforms
129 self.collector.scan_sysincludes(latest_platform)
130 self.collector.scan_bionic_includes(self.bionic_root)
132 self.sysincludes = self.collector.sysincludes
133 self.bionic_includes = self.collector.bionic_includes
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
RemoteAdtTestRunner.java 144 // Launch all test info collector jobs
151 TestCollector collector = new TestCollector(deviceName); local
152 perDeviceCollectors.add(collector);
155 "Test Tree Collector for " + deviceName,
156 runner, mLaunchInfo.isDebugMode(), collector);
163 // wait for all test info collector jobs to complete
178 TestCollector collector = job.getCollector(); local
179 String err = collector.getErrorMessage();
185 totalTests += collector.getTestCaseCount();
204 "Test Tree Collector for " + deviceName
    [all...]
  /art/runtime/gc/space/
bump_pointer_space.h 26 namespace collector { namespace in namespace:art::gc
28 } // namespace collector
51 // Thread-unsafe allocation for when mutators are suspended, used by the semispace collector.
192 friend class collector::MarkSweep;
dlmalloc_space.h 26 namespace collector { namespace in namespace:art::gc
28 } // namespace collector
152 friend class collector::MarkSweep;
space.cc 84 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) {
89 return collector::ObjectBytePair(0, 0);
  /external/chromium_org/tools/gn/
scope.h 264 // The item collector is where Items (Targets, Configs, etc.) go that have
267 // responsible for setting up the collector and then dealing with the
277 // When retrieving the collector, the non-const scopes are recursively
278 // queried. The collector is not copied for closures, etc.
279 void set_item_collector(ItemVector* collector) {
280 item_collector_ = collector;
  /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
  /external/smack/src/org/jivesoftware/smackx/ping/
PingManager.java 206 PacketCollector collector = local
211 IQ result = (IQ) collector.nextResult(pingTimeout);
213 collector.cancel();

Completed in 699 milliseconds

1 23 4 5 6 7 8 9