Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 58) sorted by relevance

123

/system/update_engine/common/
Dfake_clock.h35 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/
Drtc_test.cpp186 TEST(time, rtc_rollover_1970_1990) { in TEST() argument
190 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/
Dcheck_file_read.py68 def add_access(self, time, offset, size, process_name, read_sizes): argument
81 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/
Dplatform_time.h28 #define CHPP_TIMESPEC_TO_NS(time) \ argument
/system/memory/mmd/src/
Dlib.rs21 pub mod time; module
/system/vold/bench/
Dbenchgen.py35 def __init__(self, thread, time, call, args, ret): argument
119 time, call, args, ret = line.groups() variable
123 time = float(time) variable
/system/chre/chre_api/legacy/v1_1/chre/
Dre.h269 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/chre_api/legacy/v1_2/chre/
Dre.h275 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/chre_api/legacy/v1_3/chre/
Dre.h275 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/chre_api/legacy/v1_6/chre/
Dre.h289 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/chre_api/legacy/v1_5/chre/
Dre.h289 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/chre_api/legacy/v1_9/chre/
Dre.h292 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/chre_api/legacy/v1_7/chre/
Dre.h289 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/chre_api/legacy/v1_4/chre/
Dre.h289 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/chre_api/legacy/v1_8/chre/
Dre.h289 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/chre_api/legacy/v1_10/chre/
Dre.h343 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/apps/test/chqts/src/general_test/
Dget_time_test.cc83 uint64_t time = nanoapp_testing::hostToLittleEndian(chreGetTime()); in handleEvent() local
Dtest.cc82 uint32_t time = in validateChreAsyncResult() local
/system/chre/chre_api/include/chre_api/chre/
Dre.h347 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/extras/simpleperf/
Dcmd_report_sample.proto37 optional uint64 time = 1; field
152 optional uint64 time = 2; field
/system/libziparchive/
Dzip_writer_test.cc202 time_t time = mktime(&tm); in TEST_F() local
252 time_t time = mktime(&tm); in TEST_F() local
349 time_t time = mktime(&tm); in TEST_F() local
/system/extras/tests/framebuffer/
Drefresh.c145 int64_t time = systemTime(); in main() local
/system/logging/logd/
DSerializedLogChunkTest.cpp41 log_time time(CLOCK_REALTIME); in TEST() local
/system/media/audio_utils/include/audio_utils/
DSimpleLog.h172 const int64_t time = it->first; variable
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DRecordOptions.java173 LocalDateTime time = LocalDateTime.now(); in getDefaultOutputFilename() local

123