Searched refs:time (Results 101 - 125 of 348) sorted by relevance

1234567891011>>

/system/update_engine/update_manager/
H A Dreal_system_provider_unittest.cc21 #include <base/time/time.h>
H A Dupdate_manager.h26 #include <base/time/time.h>
/system/extras/simpleperf/
H A Drecord.h78 uint64_t time; member in struct:PerfSampleTimeType
177 // complexity of referring to perf_event_attr each time, we copy sample_id_all
281 const std::string& filename, uint64_t event_id, uint64_t time = 0);
324 const std::string& comm, uint64_t event_id, uint64_t time);
334 uint64_t time; member in struct:ExitOrForkRecord::ExitOrForkRecordDataType
391 uint32_t pid, uint32_t tid, uint64_t time, uint32_t cpu,
509 uint64_t time; member in struct:CallChainRecord
516 CallChainRecord(pid_t pid, pid_t tid, simpleperf::CallChainJoiner::ChainType type, uint64_t time,
520 return time;
528 uint64_t time; member in struct:UnwindingResultRecord
[all...]
H A Drecord.cpp136 PrintIndented(indent, "sample_id: time %" PRId64 "\n", time_data.time);
193 uint64_t Record::Timestamp() const { return sample_id.time_data.time; }
219 uint64_t event_id, uint64_t time) {
223 sample_id.time_data.time = time;
308 const std::string& comm, uint64_t event_id, uint64_t time) {
314 sample_id.time_data.time = time;
357 data.time
216 MmapRecord(const perf_event_attr& attr, bool in_kernel, uint32_t pid, uint32_t tid, uint64_t addr, uint64_t len, uint64_t pgoff, const std::string& filename, uint64_t event_id, uint64_t time) argument
307 CommRecord(const perf_event_attr& attr, uint32_t pid, uint32_t tid, const std::string& comm, uint64_t event_id, uint64_t time) argument
465 SampleRecord(const perf_event_attr& attr, uint64_t id, uint64_t ip, uint32_t pid, uint32_t tid, uint64_t time, uint32_t cpu, uint64_t period, const std::vector<uint64_t>& ips) argument
1057 CallChainRecord(pid_t pid, pid_t tid, CallChainJoiner::ChainType type, uint64_t time, const std::vector<uint64_t>& ips, const std::vector<uint64_t>& sps) argument
1115 UnwindingResultRecord(uint64_t time, const UnwindingResult& unwinding_result) argument
1236 uint64_t time = record->Timestamp(); local
[all...]
/system/core/adb/
H A Dfile_sync_client.cpp23 #include <sys/time.h>
25 #include <time.h>
77 int64_t time = 0; member in struct:copyinfo
357 if (msg.stat_v1.mode == 0 && msg.stat_v1.size == 0 && msg.stat_v1.time == 0) {
365 st->st_ctime = msg.stat_v1.time;
366 st->st_mtime = msg.stat_v1.time;
612 typedef void (sync_ls_cb)(unsigned mode, unsigned size, unsigned time, const char* name);
632 func(msg.dent.mode, msg.dent.size, msg.dent.time, buf);
798 return sync_ls(sc, path, [](unsigned mode, unsigned size, unsigned time,
800 printf("%08x %08x %08x %s\n", mode, size, time, nam
[all...]
/system/bt/main/
H A Dbte_main.cc35 #include <time.h>
63 /* Run-time configuration file for BLE*/
/system/bt/test/suite/adapter/
H A Dbluetooth_test.h27 #include <time.h>
/system/bt/vendor_libs/test_vendor_lib/include/
H A Dasync_manager.h4 #include <time.h>
27 // read is possible or can call a callback at a specific time (aproximately) and
39 // possible for a read callback and a task callback to execute at the same time
67 // time in the past that it should have been called and then scheduled for
/system/connectivity/wifilogd/
H A Dos.h20 #include <time.h>
69 // Returns the current time, as reported by the clock with |clock_id|.
/system/core/gatekeeperd/
H A DSoftGateKeeper.h101 struct timespec time; local
102 int res = clock_gettime(CLOCK_BOOTTIME, &time);
104 return (time.tv_sec * 1000) + (time.tv_nsec / 1000 / 1000);
/system/core/include/utils/
H A DThread.h22 #include <time.h>
59 // Good place to do one-time initializations
/system/core/libcutils/tests/
H A Dandroid_get_control_file_test.cpp22 #include <time.h>
H A Dandroid_get_control_socket_test.cpp22 #include <time.h>
/system/core/libmemunreachable/
H A DScopedAlarm.h21 #include <sys/time.h>
/system/core/libutils/include/utils/
H A DThread.h22 #include <time.h>
59 // Good place to do one-time initializations
/system/extras/ioshark/
H A Ddump_ioshark_filenames.c17 #include <sys/time.h>
/system/extras/tests/pagingtest/
H A Dmmap_test.c6 #include <sys/time.h>
/system/extras/tests/sdcard/
H A Dstopwatch.cpp32 #include <time.h>
209 double StopWatch::timespecToDouble(const struct timespec& time) argument
211 double val = double(time.tv_nsec) / 1.0e9 + double(time.tv_sec);
/system/extras/tests/storage/
H A Dopentest.c23 #include <sys/time.h>
/system/extras/tests/timetest/
H A Drtc_test.cpp151 // correct saved time to compensate for rollover check
186 TEST(time, rtc_rollover_1970_1990) {
190 TEST(time, rtc_rollover_1990_2010) {
194 TEST(time, rtc_rollover_2010_2030) {
198 TEST(time, rtc_rollover_2030_2037) {
/system/libfmq/include/fmq/
H A DEventFlag.h20 #include <time.h>
144 * clock time which is required by futex syscalls.
/system/libufdt/tests/src/
H A Dfdt_overlay_test_app.c18 #include <time.h>
59 // Outputs the used time.
H A Dufdt_overlay_test_app.c19 #include <time.h>
62 // Outputs the used time.
/system/media/audio_utils/include/audio_utils/
H A Dfifo_index.h22 #include <time.h>
56 * \param timeout Indicates the maximum time to block while waiting for value to change.
59 * We use the Linux kernel representation of time for the very lowest levels,
98 // This is in the case when compile-time polymorphism is sufficient.
176 * \param timeout Indicates the maximum time to block while waiting for value to change.
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DCountryZoneUsage.java18 import java.time.Instant;

Completed in 491 milliseconds

1234567891011>>