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

1 2 34 5 6 7 8 91011>>

  /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
  /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;
space.cc 84 collector::ObjectBytePair ContinuousMemMapAllocSpace::Sweep(bool swap_bitmaps) {
89 return collector::ObjectBytePair(0, 0);
  /external/chromium_org/chrome/browser/extensions/
extension_garbage_collector_chromeos.h 12 // Chrome OS specific extensions garbage collector. In addition to base class
  /external/chromium_org/chrome/browser/notifications/
google_now_notification_stats_collector.h 14 // The Google Now Notification Stats Collector listens for message center
  /external/chromium_org/chrome/renderer/net/
net_error_page_controller.h 52 // garbage collector.
  /external/chromium_org/third_party/skia/third_party/lua/src/
lgc.h 3 ** Garbage Collector
19 ** The main invariant of the garbage collector, while marking objects,
37 ** Possible states of the Garbage Collector
65 ** Outside the collector, the state in generational mode is kept in
  /external/guava/guava/src/com/google/common/base/
FinalizablePhantomReference.java 24 * after the garbage collector reclaims the referent. This is a simpler alternative to using a
FinalizableSoftReference.java 24 * the garbage collector reclaims the referent. This is a simpler alternative to using a {@link
FinalizableWeakReference.java 24 * the garbage collector reclaims the referent. This is a simpler alternative to using a {@link
  /external/smack/src/org/jivesoftware/smackx/commands/
RemoteCommand.java 154 PacketCollector collector = connection.createPacketCollector( local
159 Packet response = collector.nextResult(timeout);
161 // Cancel the collector.
162 collector.cancel();
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
StreamNegotiator.java 88 // establish collector to await response
89 PacketCollector collector = connection local
93 Packet streamMethodInitiation = collector
95 collector.cancel();
  /external/smack/src/org/jivesoftware/smackx/packet/
LastActivity.java 149 PacketCollector collector = con.createPacketCollector(new PacketIDFilter(activity.getPacketID())); local
152 LastActivity response = (LastActivity) collector.nextResult(SmackConfiguration.getPacketReplyTimeout());
154 // Cancel the collector.
155 collector.cancel();
  /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...]
  /external/guava/guava-testlib/src/com/google/common/testing/
GcFinalization.java 111 * collector as necessary to try to ensure that this will happen.
146 * invoking the garbage collector as necessary to try to ensure that this will happen.
184 * of the following actions taken by the garbage collector when performing a full collection in
198 * Waits until the given predicate returns true, invoking the garbage collector as necessary to
226 * Waits until the given weak reference is cleared, invoking the garbage collector as necessary
  /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 \
  /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/
uploader_unittest.cc 52 // Whether the upload callback was called for a particular collector index.
54 // Whether the upload to a particular collector was successful.
beacon.h 19 // The per-request data that is uploaded to the Domain Reliability collector.
  /external/llvm/lib/CodeGen/
ErlangGC.cpp 10 // This file implements the Erlang/OTP runtime-compatible garbage collector
41 X("erlang", "erlang-compatible garbage collector");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
timevar.h 64 /* Garbage collector memory. */
86 /* Total amount of memory allocated by garbage collector. */
  /external/chromium_org/chrome/browser/chromeos/power/
power_data_collector.cc 24 // Check that power data collector is initialized only after the
  /external/chromium_org/third_party/WebKit/Source/platform/heap/asm/
SaveRegisters_mips64.S 30 // and so do not need to be kept visible to the garbage collector.
  /external/chromium_org/v8/test/mjsunit/regress/
regress-937896.js 28 // This used to crash because the label collector in the parser didn't

Completed in 3496 milliseconds

1 2 34 5 6 7 8 91011>>