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

1 23 4 5 6

  /external/apache-xml/src/main/java/org/apache/xml/serializer/
SerializerTraceWriter.java 54 /** The tracer to send events to */
58 * events from being sent to the tracer
95 * @param tracer the tracer to inform that characters are being written
97 public SerializerTraceWriter(Writer out, SerializerTrace tracer)
100 m_tracer = tracer;
  /external/python/cpython2/Demo/turtle/
tdemo_fractalcurves.py 84 ft.tracer(1,0)
120 ft.tracer(1,0)
tdemo_planet_and_moon.py 74 s.tracer(0,0)
92 s.tracer(1,0)
  /external/python/cpython3/Lib/turtledemo/
fractalcurves.py 84 ft.getscreen().tracer(1,0)
120 ft.getscreen().tracer(1,0)
planet_and_moon.py 73 s.getscreen().tracer(0,0)
91 s.getscreen().tracer(1,0)
  /external/v8/src/heap/
scavenge-job.cc 27 heap->tracer()->ScavengeSpeedInBytesPerMillisecond();
gc-tracer.h 99 #define TRACE_GC(tracer, scope_id) \
101 GCTracer::Scope gc_tracer_scope(tracer, gc_tracer_scope_id); \
145 Scope(GCTracer* tracer, ScopeId scope);
384 // Pointer to the heap that owns this tracer.
387 // Current tracer event. Populated during Start/Stop cycle. Valid after Stop()
391 // Previous tracer event.
407 // here are merged back upon starting/stopping the GC tracer.
mark-compact.cc 18 #include "src/heap/gc-tracer.h"
600 heap()->tracer()->CompactionSpeedInBytesPerMillisecond();
802 TRACE_GC(heap()->tracer(), GCTracer::Scope::MC_MARK_WRAPPER_PROLOGUE);
828 TRACE_GC(heap()->tracer(), GCTracer::Scope::MC_FINISH);
    [all...]
incremental-marking.cc 11 #include "src/heap/gc-tracer.h"
465 heap_->tracer()->NotifyIncrementalMarkingStart();
521 TRACE_GC(heap()->tracer(),
596 TRACE_GC(heap_->tracer(),
712 TRACE_GC(heap()->tracer(), GCTracer::Scope::MC_INCREMENTAL_FINALIZE_BODY);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_doctest.py     [all...]
  /external/python/cpython2/Lib/test/
test_doctest.py     [all...]
  /external/python/cpython3/Lib/test/
test_doctest.py     [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_doctest.py     [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_doctest.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_doctest.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_doctest.py     [all...]
  /system/core/debuggerd/
crash_dump.cpp 77 return process_info.tracer;
86 pid_t tracer = get_tracer(tid); local
87 if (tracer != -1) {
89 tracer, get_process_name(tracer).c_str());
  /bionic/tests/
sys_ptrace_test.cpp 221 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint.
255 raise(SIGSTOP); // Synchronize with the tracer, let it set the watchpoint.
294 raise(SIGSTOP); // Synchronize with the tracer, let it set the breakpoint.
383 pid_t tracer = -1; member in class:PtraceResumptionTest
402 // Allow the tracer process, which is not a direct process ancestor, to
430 tracer = fork();
431 ASSERT_NE(-1, tracer);
432 if (tracer == 0) {
442 if (tracer == -1) {
443 errx(1, "tracer not started")
    [all...]
  /external/python/cpython3/Lib/test/libregrtest/
main.py 90 self.tracer = None
318 self.tracer = trace.Trace(trace=False, count=True)
333 if self.tracer:
339 self.tracer.runctx(cmd, globals=globals(), locals=ns)
428 if self.tracer:
429 r = self.tracer.results()
  /external/tensorflow/tensorflow/core/platform/default/
device_tracer.cc 318 Tracer *StartTracing(StringPiece label, bool is_expensive) override {
482 DeviceTracerImpl *tracer = reinterpret_cast<DeviceTracerImpl *>(userdata); local
502 tracer->AddCorrelationId(cbInfo->correlationId, annotation);
517 tracer->AddCorrelationId(cbInfo->correlationId, annotation);
529 tracer->AddCorrelationId(cbInfo->correlationId, annotation);
638 std::unique_ptr<DeviceTracer> tracer(new devicetracer::DeviceTracerImpl());
639 return tracer;
  /external/v8/src/tracing/
trace-event.h 168 v8::internal::tracing::ScopedTracer INTERNAL_TRACE_EVENT_UID(tracer); \
175 INTERNAL_TRACE_EVENT_UID(tracer) \
183 v8::internal::tracing::ScopedTracer INTERNAL_TRACE_EVENT_UID(tracer); \
193 INTERNAL_TRACE_EVENT_UID(tracer) \
258 tracer); \
260 INTERNAL_TRACE_EVENT_UID(tracer) \
  /external/trappy/trappy/
bare_trace.py 139 trace_class.tracer = self
  /system/core/libprocinfo/include/procinfo/
process.h 53 pid_t tracer; member in struct:android::procinfo::ProcessInfo
  /system/core/libprocinfo/
process.cpp 111 process_info->tracer = atoi(tab + 1);
  /build/soong/ui/tracer/
microfactory.go 15 package tracer package

Completed in 1043 milliseconds

1 23 4 5 6