| /system/update_engine/common/ | 
| D | fake_clock.h | 35   void SetWallclockTime(const base::Time& time) { wallclock_time_ = time; }  in SetWallclockTime()37   void SetMonotonicTime(const base::Time& time) { monotonic_time_ = time; }  in SetMonotonicTime()
 39   void SetBootTime(const base::Time& time) { boot_time_ = time; }  in SetBootTime()
 
 | 
| /system/extras/tests/timetest/ | 
| D | rtc_test.cpp | 186 TEST(time, rtc_rollover_1970_1990) {  in TEST()  argument190 TEST(time, rtc_rollover_1990_2010) {  in TEST()  argument
 194 TEST(time, rtc_rollover_2010_2030) {  in TEST()  argument
 198 TEST(time, rtc_rollover_2030_2037) {  in TEST()  argument
 
 | 
| /system/extras/boottime_tools/io_analysis/ | 
| D | check_file_read.py | 68   def add_access(self, time, offset, size, process_name, read_sizes):  argument81   def add_merged_access(self, time, offsets, lens, process_names):  argument
 143   def add_access(self, is_read, time, offset, size, process_name, read_sizes):  argument
 149   def add_merged_access(self, is_read, time, offsets, lens, process_names):  argument
 176   def __init__(self, process_name, pid, time, dev, inode, lblk, pblk, len, fevent):  argument
 215   def handle_req_complete(self, time, is_read):  argument
 219   def handle_merged_req(self, time, offsets, lens, names, is_read):  argument
 
 | 
| /system/chre/chpp/platform/linux/include/chpp/platform/ | 
| D | platform_time.h | 28 #define CHPP_TIMESPEC_TO_NS(time) \  argument
 | 
| /system/chre/chre_api/legacy/v1_1/chre/ | 
| D | re.h | 269     uint64_t time = chreGetTime();  in chreGetEstimatedHostTime()  local
 | 
| /system/chre/chre_api/legacy/v1_3/chre/ | 
| D | re.h | 275     uint64_t time = chreGetTime();  in chreGetEstimatedHostTime()  local
 | 
| /system/chre/chre_api/legacy/v1_2/chre/ | 
| D | re.h | 275     uint64_t time = chreGetTime();  in chreGetEstimatedHostTime()  local
 | 
| /system/chre/chre_api/legacy/v1_7/chre/ | 
| D | re.h | 289     uint64_t time = chreGetTime();  in chreGetEstimatedHostTime()  local
 | 
| /system/chre/chre_api/legacy/v1_5/chre/ | 
| D | re.h | 289     uint64_t time = chreGetTime();  in chreGetEstimatedHostTime()  local
 | 
| /system/chre/chre_api/include/chre_api/chre/ | 
| D | re.h | 289     uint64_t time = chreGetTime();  in chreGetEstimatedHostTime()  local
 | 
| /system/chre/chre_api/legacy/v1_6/chre/ | 
| D | re.h | 289     uint64_t time = chreGetTime();  in chreGetEstimatedHostTime()  local
 | 
| /system/chre/chre_api/legacy/v1_4/chre/ | 
| D | re.h | 289     uint64_t time = chreGetTime();  in chreGetEstimatedHostTime()  local
 | 
| /system/chre/apps/test/chqts/src/general_test/ | 
| D | get_time_test.cc | 83   uint64_t time = nanoapp_testing::hostToLittleEndian(chreGetTime());  in handleEvent()  local
 | 
| /system/vold/bench/ | 
| D | benchgen.py | 35     def __init__(self, thread, time, call, args, ret):  argument119             time, call, args, ret = line.groups()  variable
 123             time = float(time)  variable
 
 | 
| /system/extras/simpleperf/ | 
| D | cmd_report_sample.proto | 37   optional uint64 time = 1;  field152   optional uint64 time = 2;  field
 
 | 
| /system/extras/tests/framebuffer/ | 
| D | refresh.c | 145     int64_t time = systemTime();  in main()  local
 | 
| /system/logging/logd/ | 
| D | SerializedLogChunkTest.cpp | 41     log_time time(CLOCK_REALTIME);  in TEST()  local
 | 
| /system/media/audio_utils/ | 
| D | PowerLog.cpp | 131         const int64_t time = mEntries[idx].first;  in dumpToString()  local183             const int64_t time = mEntries[idx].first;  in dumpToString()  local
 
 | 
| /system/media/audio_utils/include/audio_utils/ | 
| D | SimpleLog.h | 172             const int64_t time = it->first;  variable
 | 
| D | clock.h | 84     char time[19]; /* minimum size buffer */  member
 | 
| /system/extras/simpleperf/app_api/java/com/android/simpleperf/ | 
| D | RecordOptions.java | 173         LocalDateTime time = LocalDateTime.now();  in getDefaultOutputFilename()  local
 | 
| /system/bpfprogs/ | 
| D | timeInState.c | 62 static inline __always_inline void update_uid(uint32_t uid, uint64_t delta, uint64_t time,  in update_uid()109     uint64_t time = bpf_ktime_get_ns();  variable
 
 | 
| /system/libziparchive/ | 
| D | zip_writer.cc | 146 int32_t ZipWriter::StartEntryWithTime(std::string_view path, size_t flags, time_t time) {  in StartEntryWithTime()201 int32_t ZipWriter::StartAlignedEntryWithTime(std::string_view path, size_t flags, time_t time,  in StartAlignedEntryWithTime()
 
 | 
| /system/chre/host/hal_generic/aidl/ | 
| D | event_logger.cc | 37   time_t time = std::chrono::system_clock::to_time_t(timePoint);  in formatLocalTime()  local
 | 
| /system/update_engine/payload_generator/ | 
| D | erofs_filesystem.cc | 183   const time_t time = sbi.build_time;  in CreateFromFile()  local
 |