Home
last modified time | relevance | path

Searched defs:time (Results 1 – 25 of 56) 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/update_engine/update_manager/
Dweekly_time.h30 WeeklyTime(const int& day_of_week, const base::TimeDelta& time) in WeeklyTime()
56 base::TimeDelta time() const { return time_; } in time() function
Dweekly_time.cc52 WeeklyTime WeeklyTime::FromTime(const Time& time) { in FromTime()
Dreal_time_provider_unittest.cc54 Time time; in CurrTime() local
Dupdate_time_restrictions_policy_impl_unittest.cc61 Time time; in TestPolicy() local
/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/extras/simpleperf/
DInplaceSamplerClient.cpp149 uint64_t time; in HandleMessage() local
158 uint64_t time; in HandleMessage() local
171 uint64_t time; in HandleMessage() local
Dreport_sample.proto22 optional uint64 time = 1; field
Drecord.cpp220 uint64_t event_id, uint64_t time) { in MmapRecord()
271 const std::string& filename, uint64_t event_id, uint64_t time) { in Mmap2Record()
325 const std::string& comm, uint64_t event_id, uint64_t time) { in CommRecord()
502 uint64_t time, uint32_t cpu, uint64_t period, in SampleRecord()
1088 uint64_t time, const std::vector<uint64_t>& ips, in CallChainRecord()
1145 UnwindingResultRecord::UnwindingResultRecord(uint64_t time, in UnwindingResultRecord()
/system/chre/chre_api/include/chre_api/chre/
Dre.h275 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_1/chre/
Dre.h269 uint64_t time = chreGetTime(); in chreGetEstimatedHostTime() local
/system/chre/apps/chqts/src/general_test/
Dget_time_test.cc87 uint64_t time = nanoapp_testing::hostToLittleEndian(chreGetTime()); in handleEvent() local
/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/extras/tests/framebuffer/
Drefresh.c145 int64_t time = systemTime(); in main() local
/system/media/audio_utils/
DPowerLog.cpp129 const int64_t time = mEntries[idx].first; in dumpToString() local
181 const int64_t time = mEntries[idx].first; in dumpToString() local
/system/media/audio_utils/include/audio_utils/
DSimpleLog.h172 const int64_t time = it->first; variable
Dclock.h84 char time[19]; /* minimum size buffer */ member
/system/bt/vendor_libs/test_vendor_lib/model/setup/
Dasync_manager.cc322 …Task(std::chrono::steady_clock::time_point time, std::chrono::milliseconds period, const TaskCallb… in Task()
324 Task(std::chrono::steady_clock::time_point time, const TaskCallback& callback) in Task()
338 std::chrono::steady_clock::time_point time; member in test_vendor_lib::AsyncManager::AsyncTaskManager::Task
/system/extras/simpleperf/app_api/java/com/android/simpleperf/
DRecordOptions.java159 LocalDateTime time = LocalDateTime.now(); in getDefaultOutputFilename() local
/system/core/adb/
Dfile_sync_protocol.h45 uint32_t time; member
65 uint32_t time; member
/system/security/keystore/
Dauth_token_table.cpp75 struct timespec time; in clock_gettime_raw() local
232 void AuthTokenTable::Entry::UpdateLastUse(time_t time) { in UpdateLastUse()
/system/core/libziparchive/
Dzip_writer.cc146 int32_t ZipWriter::StartEntryWithTime(const char* path, size_t flags, time_t time) { in StartEntryWithTime()
200 int32_t ZipWriter::StartAlignedEntryWithTime(const char* path, size_t flags, time_t time, in StartAlignedEntryWithTime()
Dzip_writer_test.cc154 time_t time = mktime(&tm); in TEST_F() local
204 time_t time = mktime(&tm); in TEST_F() local

123