HomeSort by relevance Sort by last modified time
    Searched refs:collector (Results 101 - 125 of 648) sorted by null

1 2 3 45 6 7 8 91011>>

  /frameworks/support/room/compiler/src/main/kotlin/android/arch/persistence/room/solver/query/result/
PojoRowAdapter.kt 127 relationCollectors.forEach { collector ->
128 collector.writeCollectionCode(scope)
  /art/runtime/gc/space/
rosalloc_space.h 27 namespace collector { namespace in namespace:art::gc
29 } // namespace collector
182 friend class collector::MarkSweep;
space.h 27 #include "gc/collector/object_byte_pair.h"
217 // Thread-unsafe allocation for when mutators are suspended, used by the semispace collector.
254 collector::ObjectBytePair freed;
439 collector::ObjectBytePair Sweep(bool swap_bitmaps);
  /art/runtime/
oat_file.h 52 namespace collector { namespace in namespace:art::gc
54 } // namespace collector
376 friend class gc::collector::DummyOatFile; // For modifying begin_ and end_.
thread_list.cc 36 #include "gc/collector/concurrent_copying.h"
533 gc::collector::GarbageCollector* collector,
535 TimingLogger::ScopedTiming split("ThreadListFlip", collector->GetTimings());
542 collector->GetHeap()->ThreadFlipBegin(self); // Sync with JNI critical calls.
552 // Run the flip callback for the collector.
557 collector->RegisterPause(NanoTime() - suspend_start_time);
566 TimingLogger::ScopedTiming split2("ResumeRunnableThreads", collector->GetTimings());
596 collector->GetHeap()->ThreadFlipEnd(self);
600 TimingLogger::ScopedTiming split3("FlipOtherThreads", collector->GetTimings())
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_htmlparser.py 75 def _run_check(self, source, expected_events, collector=EventCollector):
76 parser = collector()
  /external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
FactoryProvider2.java 201 /** The binding collector, for equality/hashing purposes. */
202 private final BindingCollector collector; field in class:FactoryProvider2
206 * @param collector binding configuration that maps method return types to
209 FactoryProvider2(Key<F> factoryKey, BindingCollector collector) {
211 this.collector = collector;
271 TypeLiteral<?> implementation = collector.getBindings().get(returnType);
794 return Objects.hashCode(factoryKey, collector);
802 return factoryKey.equals(other.factoryKey) && Objects.equal(collector, other.collector);
    [all...]
  /external/v8/src/heap/
gc-tracer.cc 150 void GCTracer::Start(GarbageCollector collector,
161 switch (collector) {
198 if (Heap::IsYoungGenerationCollector(collector)) {
221 void GCTracer::Stop(GarbageCollector collector) {
225 Heap::CollectorName(collector),
231 DCHECK((collector == SCAVENGER && current_.type == Event::SCAVENGER) ||
232 (collector == MINOR_MARK_COMPACTOR &&
234 (collector == MARK_COMPACTOR &&
    [all...]
gc-tracer.h 105 // GCTracer collects and prints ONE line after each garbage collector
235 void Start(GarbageCollector collector, GarbageCollectionReason gc_reason,
239 void Stop(GarbageCollector collector);
mark-compact.cc 1117 MarkCompactCollector* collector = heap->mark_compact_collector(); local
1246 MarkCompactCollector* collector = heap->mark_compact_collector(); local
1410 MarkCompactCollector* collector = heap_->mark_compact_collector(); variable
    [all...]
  /prebuilts/go/darwin-x86/src/time/
tick.go 52 // Ticker cannot be recovered by the garbage collector; it "leaks".
  /prebuilts/go/darwin-x86/test/bench/go1/
binarytree_test.go 5 // This benchmark, taken from the shootout, tests garbage collector
  /prebuilts/go/linux-x86/src/time/
tick.go 52 // Ticker cannot be recovered by the garbage collector; it "leaks".
  /prebuilts/go/linux-x86/test/bench/go1/
binarytree_test.go 5 // This benchmark, taken from the shootout, tests garbage collector
  /prebuilts/go/darwin-x86/src/runtime/
mgcwork.go 17 // Garbage collector work pool abstraction.
44 // garbage collector.
56 // the garbage collector from transitioning to mark termination since
98 // put enqueues a pointer for the garbage collector to trace.
147 // tryGet dequeues a pointer for the garbage collector to trace.
178 // tryGetFast dequeues a pointer for the garbage collector to trace
195 // get dequeues a pointer for the garbage collector to trace, blocking
  /prebuilts/go/linux-x86/src/runtime/
mgcwork.go 17 // Garbage collector work pool abstraction.
44 // garbage collector.
56 // the garbage collector from transitioning to mark termination since
98 // put enqueues a pointer for the garbage collector to trace.
147 // tryGet dequeues a pointer for the garbage collector to trace.
178 // tryGetFast dequeues a pointer for the garbage collector to trace
195 // get dequeues a pointer for the garbage collector to trace, blocking
  /libcore/ojluni/src/main/java/java/util/stream/
ReduceOps.java 152 * @param collector a {@code Collector} defining the reduction
156 makeRef(Collector<? super T, I, ?> collector) {
157 Supplier<I> supplier = Objects.requireNonNull(collector).supplier();
158 BiConsumer<I, ? super T> accumulator = collector.accumulator();
159 BinaryOperator<I> combiner = collector.combiner();
185 return collector.characteristics().contains(Collector.Characteristics.UNORDERED)
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
InstrumentationTest.java 168 "collector, so use the EACH setting with due caution.")
496 * collector, so use the EACH setting with due caution: if a large quantity of failures happen
778 BugreportCollector collector = new BugreportCollector(listener, getDevice()); local
779 collector.addPredicate(pred);
780 listener = collector;
959 CollectingTestListener collector = new CollectingTestListener(); local
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/Eot/
c.py 354 collector = CodeFragmentCollector.CodeFragmentCollector(FullName)
356 collector.ParseFile()
365 collector.CleanFileProfileBuffer()
  /external/python/cpython2/Lib/test/
test_htmlparser.py 75 def _run_check(self, source, expected_events, collector=EventCollector):
76 parser = collector()
373 # The normal event collector normalizes the events in get_events,
375 class Collector(EventCollector):
389 collector=Collector)
  /frameworks/base/cmds/uiautomator/library/testrunner-src/com/android/uiautomator/testrunner/
UiAutomatorTestRunner.java 104 TestCaseCollector collector = getTestCaseCollector(this.getClass().getClassLoader()); local
106 collector.addTestClasses(mTestClasses);
124 List<TestCase> testCases = collector.getTestCases();
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_htmlparser.py 75 def _run_check(self, source, expected_events, collector=EventCollector):
76 parser = collector()
369 # The normal event collector normalizes the events in get_events,
371 class Collector(EventCollector):
385 collector=Collector)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_htmlparser.py 75 def _run_check(self, source, expected_events, collector=EventCollector):
76 parser = collector()
369 # The normal event collector normalizes the events in get_events,
371 class Collector(EventCollector):
385 collector=Collector)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 75 def _run_check(self, source, expected_events, collector=EventCollector):
76 parser = collector()
369 # The normal event collector normalizes the events in get_events,
371 class Collector(EventCollector):
385 collector=Collector)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_htmlparser.py 75 def _run_check(self, source, expected_events, collector=EventCollector):
76 parser = collector()
369 # The normal event collector normalizes the events in get_events,
371 class Collector(EventCollector):
385 collector=Collector)

Completed in 449 milliseconds

1 2 3 45 6 7 8 91011>>