HomeSort by relevance Sort by last modified time
    Searched defs:time_started (Results 1 - 6 of 6) 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))
  /external/autotest/frontend/afe/
models.py 2142 time_started = dbmodels.DateTimeField(null=True, blank=True) variable in class:SpecialTask
    [all...]
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 358 __le64 time_started; member in struct:btrfs_dev_replace_item
btrfs.h 125 __u64 time_started; member in struct:btrfs_ioctl_dev_replace_status_params
  /external/kernel-headers/original/uapi/linux/
btrfs_tree.h 824 __le64 time_started; member in struct:btrfs_dev_replace_item
btrfs.h 193 __u64 time_started; /* out, seconds since 1-Jan-1970 */ member in struct:btrfs_ioctl_dev_replace_status_params

Completed in 228 milliseconds