Searched refs:duration (Results 1 - 6 of 6) sorted by path

/system/core/charger/
H A Dcharger.c780 int64_t duration = now - charger->keys[code].timestamp; local
781 int64_t secs = duration / 1000;
782 int64_t msecs = duration - secs * 1000;
/system/core/libpixelflinger/codeflinger/
H A DARMAssembler.cpp183 const int64_t duration = ggl_system_time() - mDuration; local
185 ALOGI(format, name, int(pc()-base()), base(), pc(), duration);
197 printf(format, name, int(pc()-base()), base(), pc(), duration);
H A DGGLAssembler.cpp96 int64_t duration = ggl_system_time(); local
H A DMIPSAssembler.cpp1404 const int64_t duration = ggl_system_time() - mDuration; local
1406 ALOGI(format, name, int(pc()-base()), base(), pc(), duration);
/system/extras/tests/sdcard/
H A Dplot_sdcard.py52 'duration ([0-9.]+). Samples: ([0-9]+)'), line)
56 self.duration = float(res.group(2))
94 self.duration = 0.0
114 return '%s-duration:%f\\n-%s\\n%s' % (
115 self.kernel, self.duration, self.command_line, self.sched)
118 self.duration = max(self.duration, dataset.duration)
184 """Plot the duration of the ops against iteration.
204 gp.ylabel('duration i
[all...]
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c133 float duration = DEFAULT_DURATION; local
161 duration = strtod(optarg, &chptr);
162 if ((*chptr != '\0') || (duration < 0.0)) {
163 testPrintE("Invalid command-line specified duration of: %s",
252 testPrintE(" %s [-s start_pass] [-e end_pass] [-d duration]",
256 testPrintI("duration: %g", duration);
267 // Stop if duration of work has already been performed
270 if (tv2double(&delta) > duration) { break; }

Completed in 1022 milliseconds