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

1 2 3 4 5 6 78 91011>>

  /external/autotest/site_utils/
generate_test_report 434 collector = ResultCollector(
444 self._results.extend(collector.RecursivelyCollectResults(resdir))
  /external/v8/src/heap/
mark-compact.h 405 // Mark-Compact collector
802 // The current stage of the collector.
837 explicit EvacuationScope(MarkCompactCollector* collector)
838 : collector_(collector) {
spaces.cc 1247 MarkCompactCollector* collector = heap()->mark_compact_collector(); local
2821 MarkCompactCollector* collector = heap()->mark_compact_collector(); local
2834 MarkCompactCollector* collector = heap()->mark_compact_collector(); local
2848 MarkCompactCollector* collector = heap()->mark_compact_collector(); local
    [all...]
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 406 XmlIdCollector collector; local
407 if (!collector.Consume(context, xmlres.get())) {
  /libcore/ojluni/src/main/java/java/lang/invoke/
Transformers.java 1533 private final MethodHandle collector; field in class:Transformers.CollectArguments
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/arm64/
ggen.go 29 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/s390x/
ggen.go 28 // so that the garbage collector only sees initialized values
  /prebuilts/go/darwin-x86/src/runtime/
signal_sighandler.go 24 // The garbage collector may have stopped the world, so write barriers
mstats.go 72 // Statistics about garbage collector.
207 // well as unreachable objects that the garbage collector has
327 // Garbage collector statistics.
331 // The garbage collector's goal is to keep HeapAlloc ? NextGC.
345 // and only the garbage collector can run.
mfinal.go 5 // Garbage collector: finalizers and block profiling.
231 // finalizer function. When the garbage collector finds an unreachable block
235 // is not called again, the next time the garbage collector sees
  /prebuilts/go/linux-x86/src/cmd/compile/internal/arm64/
ggen.go 29 // so that the garbage collector only sees initialized values
  /prebuilts/go/linux-x86/src/cmd/compile/internal/s390x/
ggen.go 28 // so that the garbage collector only sees initialized values
  /prebuilts/go/linux-x86/src/runtime/
signal_sighandler.go 24 // The garbage collector may have stopped the world, so write barriers
mstats.go 72 // Statistics about garbage collector.
207 // well as unreachable objects that the garbage collector has
327 // Garbage collector statistics.
331 // The garbage collector's goal is to keep HeapAlloc ? NextGC.
345 // and only the garbage collector can run.
mfinal.go 5 // Garbage collector: finalizers and block profiling.
231 // finalizer function. When the garbage collector finds an unreachable block
235 // is not called again, the next time the garbage collector sees
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
propagateNoContraction.cpp 432 TSymbolDefinitionCollectingTraverser collector(&symbol_definition_mapping, &accesschain_mapping,
434 root->traverse(&collector);
    [all...]
  /art/runtime/gc/collector/
mark_sweep.h 52 namespace collector { namespace in namespace:art::gc
372 } // namespace collector
semi_space.cc 56 namespace collector { namespace in namespace:art::gc
119 // Semi-space collector is special since it is sometimes called with the mutators suspended
120 // during the zygote creation and collector transitions. If we already exclusively hold the
689 explicit MarkObjectVisitor(SemiSpace* collector) : collector_(collector) {}
    [all...]
  /external/python/cpython2/Lib/test/
test_pyexpat.py 298 def collector(name, *args): function in function:InterningTest.test
300 p.StartElementHandler = collector
301 p.EndElementHandler = collector
  /external/webrtc/talk/app/webrtc/
statscollector.cc 53 // Strings used by the stats collector to report adapter types. This fits the
310 StatsCollector* collector,
316 StatsReport* report = collector->PrepareReport(true, ssrc, transport_id,
322 report = collector->PrepareReport(false, ssrc, transport_id, direction);
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_pyexpat.py 272 def collector(name, *args): function in function:InterningTest.test
274 p.StartElementHandler = collector
275 p.EndElementHandler = collector
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_pyexpat.py 272 def collector(name, *args): function in function:InterningTest.test
274 p.StartElementHandler = collector
275 p.EndElementHandler = collector
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 272 def collector(name, *args): function in function:InterningTest.test
274 p.StartElementHandler = collector
275 p.EndElementHandler = collector
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 272 def collector(name, *args): function in function:InterningTest.test
274 p.StartElementHandler = collector
275 p.EndElementHandler = collector
  /cts/tests/camera/utils/src/android/hardware/camera2/cts/helpers/
StaticMetadata.java 137 this(characteristics, CheckLevel.WARN, /*collector*/null);
148 * @param collector The {@link CameraErrorCollector} used by this StaticMetadata
149 * @throws IllegalArgumentException if characteristics or collector was null.
151 public StaticMetadata(CameraCharacteristics characteristics, CameraErrorCollector collector) {
152 this(characteristics, CheckLevel.COLLECT, collector);
165 * @param collector The {@link CameraErrorCollector} used by this StaticMetadata
167 * {@link CheckLevel.COLLECT} but collector was null.
170 CameraErrorCollector collector) {
174 if (level == CheckLevel.COLLECT && collector == null) {
175 throw new IllegalArgumentException("collector must valid when COLLECT level is set")
    [all...]

Completed in 1000 milliseconds

1 2 3 4 5 6 78 91011>>