Home
last modified time | relevance | path

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

12

/system/update_engine/common/
Dfake_clock.h41 void SetWallclockTime(const base::Time &time) { in SetWallclockTime()
45 void SetMonotonicTime(const base::Time &time) { in SetMonotonicTime()
49 void SetBootTime(const base::Time &time) { in SetBootTime()
/system/extras/tests/timetest/
Drtc_test.cpp184 TEST(time, rtc_rollover_1970_1990) { in TEST() argument
188 TEST(time, rtc_rollover_1990_2010) { in TEST() argument
192 TEST(time, rtc_rollover_2010_2030) { in TEST() argument
196 TEST(time, rtc_rollover_2030_2037) { in TEST() argument
/system/core/metricsd/uploader/proto/
Duser_action_event.proto34 optional int64 time = 2; field
/system/extras/simpleperf/
Dsample_tree.cpp33 SampleEntry* SampleTree::AddSample(int pid, int tid, uint64_t ip, uint64_t time, uint64_t period, in AddSample()
48 uint64_t branch_flags, uint64_t time, uint64_t period) { in AddBranchSample()
73 SampleEntry* SampleTree::AddCallChainSample(int pid, int tid, uint64_t ip, uint64_t time, in AddCallChainSample()
Dthread_tree.cpp83 void ThreadTree::AddKernelMap(uint64_t start_addr, uint64_t len, uint64_t pgoff, uint64_t time, in AddKernelMap()
112 uint64_t time, const std::string& filename) { in AddThreadMap()
Dthread_tree.h34 uint64_t time; // Map creation time. member
Dsample_tree.h43 uint64_t time; member
/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/core/adb/
Dfile_sync_service.h47 uint32_t time; member
53 uint32_t time; member
Dfile_sync_client.cpp78 unsigned int time = 0; member
590 const char* name) { in do_sync_ls()
821 auto callback = [&](unsigned mode, unsigned size, unsigned time, const char* name) { in remote_build_list()
867 static int set_time_and_mode(const std::string& lpath, time_t time, in set_time_and_mode()
/system/webservd/webservd/
Dlog_manager.cc105 time_t time = timestamp.ToTimeT(); in Log() local
193 time_t time = timestamp.ToTimeT(); in OnRequestCompleted() local
Dlog_manager_unittest.cc86 time_t time = timestamp.ToTimeT(); in TEST_F() local
/system/extras/tests/framebuffer/
Drefresh.c146 int64_t time = systemTime(); in main() local
/system/connectivity/shill/net/
Dnetlink_manager.h158 void set_delete_after(const timeval& time) { delete_after_ = time; } in set_delete_after()
/system/core/libziparchive/
Dzip_writer_test.cc173 time_t time = mktime(&tm); in TEST_F() local
224 time_t time = mktime(&tm); in TEST_F() local
Dzip_writer.cc130 int32_t ZipWriter::StartEntryWithTime(const char* path, size_t flags, time_t time) { in StartEntryWithTime()
161 time_t time, uint32_t alignment) { in StartAlignedEntryWithTime()
/system/security/keystore/
Dauth_token_table.cpp47 struct timespec time; in clock_gettime_raw() local
203 void AuthTokenTable::Entry::UpdateLastUse(time_t time) { in UpdateLastUse()
/system/core/metricsd/uploader/
Dmetrics_log_base.cc86 Time time = base::GetBuildTime(); in GetBuildTime() local
/system/extras/tests/sdcard/
Dplot_sdcard.py63 def Add(self, time, value): argument
Dstopwatch.cpp209 double StopWatch::timespecToDouble(const struct timespec& time) in timespecToDouble()
/system/extras/iotop/
Diotop.cpp36 static float TimeToTgidPercent(uint64_t ns, int time, const TaskStatistics& stats) { in TimeToTgidPercent()
/system/core/liblog/
Dlogprint.c1029 struct timespec time; in convertMonotonic() member
1032 struct timespec time, convert; in convertMonotonic() local
1304 struct timespec time; in android_log_formatLogLine() local
/system/core/gatekeeperd/
DSoftGateKeeper.h101 struct timespec time; in GetMillisecondsSinceBoot() local
/system/security/keystore/tests/
Dauth_token_table_test.cpp94 static time_t time = 0; in monotonic_clock() local
/system/update_engine/
Dcommon_service.cc283 base::Time time; in GetDurationSinceUpdate() local

12