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

  /external/toolchain-utils/automation/common/
events.py 20 def __init__(self, event, time_started=None, time_elapsed=None):
22 self._time_started = time_started or time.time()
33 def time_started(self): member in class:_EventRecord
117 _Transition(evrec.event, next_evrec.event), evrec.time_started,
123 'NOW'), self.last.time_started, self.last.time_elapsed))
job_group.py 60 return self.status.timeline[1].time_started
  /system/vold/
EncryptInplace.cpp 74 time_t time_started; member in struct:encryptGroupsData
106 double elapsed_time = difftime(time_now.tv_sec, data->time_started);
265 struct timespec time_started = {0}; local
325 if (clock_gettime(CLOCK_MONOTONIC, &time_started)) {
329 data.time_started = time_started.tv_sec;
438 data.time_started = time(NULL);
  /system/core/init/
sigchld_handler.cpp 77 auto exec_duration = boot_clock::now() - service->time_started();
service.h 103 android::base::boot_clock::time_point time_started() const { return time_started_; } function in class:android::init::Service
init.cpp 200 auto restart_time = s->time_started() + 5s;
  /external/autotest/contrib/
compare_suite.py 100 self.start_time_db = (self.task.time_started if self.task.time_started
162 if task.time_started < self.start_time:
  /external/autotest/server/lib/
status_history.py 293 afetask.time_started, afetask.time_finished)
705 query0 = query0.order_by('time_started').reverse()
710 task1 = query1.order_by('time_started')[0]
711 return [task0.time_started.strftime(time_utils.TIME_FMT),
743 is_complete=True).order_by('time_started').reverse()[0:1]
  /external/autotest/site_utils/
job_history.py 97 self.start_time = self.task.time_started
283 if task.time_started < self.start_time:
  /external/autotest/scheduler/
agent_task.py 703 if (self.task.time_finished and self.task.time_started):
705 self.task.time_started).total_seconds()
  /bionic/libc/kernel/uapi/linux/
btrfs.h 125 __u64 time_started; member in struct:btrfs_ioctl_dev_replace_status_params
btrfs_tree.h 355 __le64 time_started; member in struct:btrfs_dev_replace_item
  /external/kernel-headers/original/uapi/linux/
btrfs.h 192 __u64 time_started; /* out, seconds since 1-Jan-1970 */ member in struct:btrfs_ioctl_dev_replace_status_params
btrfs_tree.h 821 __le64 time_started; member in struct:btrfs_dev_replace_item
  /external/strace/
btrfs.c 712 tprintf(", time_started=%" PRIu64,
713 (uint64_t) args.status.time_started);
714 tprints_comment(sprinttime(args.status.time_started));
    [all...]
  /external/autotest/frontend/afe/
rpc_interface_unittest.py     [all...]
models.py 2115 time_started = dbmodels.DateTimeField(null=True, blank=True) variable in class:SpecialTask
    [all...]

Completed in 462 milliseconds