HomeSort by relevance Sort by last modified time
    Searched defs:time_started (Results 1 - 8 of 8) 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))
  /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/
service.h 103 android::base::boot_clock::time_point time_started() const { return time_started_; } function in class:android::init::Service
  /external/autotest/frontend/afe/
models.py 2115 time_started = dbmodels.DateTimeField(null=True, blank=True) variable in class:SpecialTask
    [all...]
  /bionic/libc/kernel/uapi/linux/
btrfs_tree.h 355 __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 821 __le64 time_started; member in struct:btrfs_dev_replace_item
btrfs.h 192 __u64 time_started; /* out, seconds since 1-Jan-1970 */ member in struct:btrfs_ioctl_dev_replace_status_params

Completed in 287 milliseconds