HomeSort by relevance Sort by last modified time
    Searched refs:total_delay (Results 1 - 7 of 7) sorted by null

  /external/wayland/cursor/
wayland-cursor.c 151 uint32_t total_delay; /* length of the animation in ms */ member in struct:cursor
222 cursor->total_delay = 0;
306 cursor->total_delay = 0;
332 cursor->total_delay += image->image.delay;
491 t = time % cursor->total_delay;
495 * time % cursor->total_delay wraps again.
  /art/runtime/
thread_list.cc 377 const uint64_t total_delay = NanoTime() - start_time; local
380 if (UNLIKELY(total_delay > kLongWaitThreshold)) {
381 LOG(WARNING) << "Long wait of " << PrettyDuration(total_delay) << " for "
983 const uint64_t total_delay = NanoTime() - start_time; local
1094 const uint64_t total_delay = NanoTime() - start_time; local
    [all...]
  /external/adhd/cras/src/server/
cras_dsp_pipeline.c 94 int total_delay; member in struct:instance
631 delay = MAX(upstream->total_delay, delay);
634 instance->total_delay = delay + module->get_delay(module);
732 return pipeline->sink_instance->total_delay;
967 instance->total_delay);
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 60 flagTotalDelay := flag.Bool("total_delay", false, "Display total delay at each region")
119 si = sampleIndex(flagTotalDelay, si, "delay", "-total_delay", o.UI)
310 " -total_delay Same as -sample_index=delay\n" +
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/driver/
cli.go 60 flagTotalDelay := flag.Bool("total_delay", false, "Display total delay at each region")
119 si = sampleIndex(flagTotalDelay, si, "delay", "-total_delay", o.UI)
310 " -total_delay Same as -sample_index=delay\n" +
  /device/linaro/bootloader/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/
dfs.c 1412 uint32_t rddqs_gate_delay, rddqs_latency, total_delay; local
    [all...]
  /external/jemalloc/bin/
jeprof.in 217 --total_delay Display total delay at each region [default]
425 "total_delay!" => \$main::opt_total_delay,
    [all...]

Completed in 417 milliseconds