/system/update_engine/common/ |
D | fake_clock.h | 41 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/ |
D | rtc_test.cpp | 184 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/ |
D | user_action_event.proto | 34 optional int64 time = 2; field
|
/system/extras/simpleperf/ |
D | sample_tree.cpp | 33 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()
|
D | thread_tree.cpp | 83 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()
|
D | thread_tree.h | 34 uint64_t time; // Map creation time. member
|
D | sample_tree.h | 43 uint64_t time; member
|
/system/vold/bench/ |
D | benchgen.py | 35 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/ |
D | file_sync_service.h | 47 uint32_t time; member 53 uint32_t time; member
|
D | file_sync_client.cpp | 78 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/ |
D | log_manager.cc | 105 time_t time = timestamp.ToTimeT(); in Log() local 193 time_t time = timestamp.ToTimeT(); in OnRequestCompleted() local
|
D | log_manager_unittest.cc | 86 time_t time = timestamp.ToTimeT(); in TEST_F() local
|
/system/extras/tests/framebuffer/ |
D | refresh.c | 146 int64_t time = systemTime(); in main() local
|
/system/connectivity/shill/net/ |
D | netlink_manager.h | 158 void set_delete_after(const timeval& time) { delete_after_ = time; } in set_delete_after()
|
/system/core/libziparchive/ |
D | zip_writer_test.cc | 173 time_t time = mktime(&tm); in TEST_F() local 224 time_t time = mktime(&tm); in TEST_F() local
|
D | zip_writer.cc | 130 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/ |
D | auth_token_table.cpp | 47 struct timespec time; in clock_gettime_raw() local 203 void AuthTokenTable::Entry::UpdateLastUse(time_t time) { in UpdateLastUse()
|
/system/core/metricsd/uploader/ |
D | metrics_log_base.cc | 86 Time time = base::GetBuildTime(); in GetBuildTime() local
|
/system/extras/tests/sdcard/ |
D | plot_sdcard.py | 63 def Add(self, time, value): argument
|
D | stopwatch.cpp | 209 double StopWatch::timespecToDouble(const struct timespec& time) in timespecToDouble()
|
/system/extras/iotop/ |
D | iotop.cpp | 36 static float TimeToTgidPercent(uint64_t ns, int time, const TaskStatistics& stats) { in TimeToTgidPercent()
|
/system/core/liblog/ |
D | logprint.c | 1029 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/ |
D | SoftGateKeeper.h | 101 struct timespec time; in GetMillisecondsSinceBoot() local
|
/system/security/keystore/tests/ |
D | auth_token_table_test.cpp | 94 static time_t time = 0; in monotonic_clock() local
|
/system/update_engine/ |
D | common_service.cc | 283 base::Time time; in GetDurationSinceUpdate() local
|