Searched refs:time (Results 201 - 225 of 348) sorted by relevance

1234567891011>>

/system/update_engine/
H A Domaha_request_params.h25 #include <base/time/time.h>
341 // amount of absolute time that we've to wait for before sending a request to
H A Dupdate_attempter_android_unittest.cc23 #include <base/time/time.h>
/system/update_engine/payload_consumer/
H A Ddelta_performer.h26 #include <base/time/time.h>
369 // and the actual point in time for the next forced log to be emitted.
H A Dextent_reader_unittest.cc51 srand(time(nullptr));
156 srand(time(nullptr));
/system/update_engine/update_manager/
H A Dboxed_value_unittest.cc27 #include <base/time/time.h>
/system/extras/simpleperf/scripts/
H A Dtest.py44 import time namespace
361 time.sleep(3)
370 time.sleep(1)
374 time.sleep(3)
383 time.sleep(1)
386 time.sleep(3)
830 if sample.ip == 0x4004ff and sample.time == 7637889424953:
/system/core/base/
H A Dlogging.cpp25 #include <time.h>
64 #include <sys/time.h>
211 time_t t = time(nullptr);
/system/keymaster/include/keymaster/
H A Dandroid_keymaster_utils.h22 #include <time.h> // for time_t.
32 * Convert the specified time value into "Java time", which is a signed 64-bit integer representing
35 inline int64_t java_time(time_t time) { argument
39 return static_cast<int64_t>(time) * 1000;
/system/vold/
H A DIdleMaint.cpp177 nsecs_t time = systemTime(SYSTEM_TIME_BOOTTIME) - start; local
179 << " in " << nanoseconds_to_milliseconds(time) << "ms";
181 extras.putLong(String16("time"), time);
H A DBenchmark.cpp31 #include <sys/time.h>
42 // safely run one at a time.
H A DCheckEncryption.cpp31 #include <sys/time.h>
/system/core/fastboot/
H A Dusbtest.cpp34 #include <sys/time.h>
/system/core/include/log/
H A Dlog_time.h21 #include <time.h>
/system/core/include/utils/
H A DMutex.h22 #include <time.h>
114 // Lock the mutex, but don't wait longer than timeoutNs (relative time).
122 // which is subject to NTP adjustments, and includes time during suspend,
/system/core/libcutils/
H A Dtrace-container.cpp23 #include <time.h>
123 // Write trace events to container trace file. Note that we need to amend tid and time information
/system/core/liblog/include/log/
H A Dlog_time.h21 #include <time.h>
/system/core/libutils/include/utils/
H A DMutex.h22 #include <time.h>
114 // Lock the mutex, but don't wait longer than timeoutNs (relative time).
122 // which is subject to NTP adjustments, and includes time during suspend,
/system/core/libziparchive/
H A Dzip_writer.cc144 int32_t ZipWriter::StartEntryWithTime(const char* path, size_t flags, time_t time) { argument
150 return StartAlignedEntryWithTime(path, flags, time, alignment);
198 int32_t ZipWriter::StartAlignedEntryWithTime(const char* path, size_t flags, time_t time, argument
232 ExtractTimeAndDate(time, &file_entry.last_mod_time, &file_entry.last_mod_date);
/system/core/storaged/
H A Dstoraged_uid_monitor.cpp20 #include <time.h>
272 first_ts = time(NULL) - hours * HOUR_TO_SEC;
374 add_records_locked(time(NULL));
514 start_ts = time(NULL);
/system/core/toolbox/
H A Dgetevent.c500 fprintf(stderr, " -t: show time stamps\n");
669 printf("[%8ld.%06ld] ", event.time.tv_sec, event.time.tv_usec);
675 int64_t now = event.time.tv_sec * 1000000LL + event.time.tv_usec;
/system/extras/memory_replay/
H A DAction.cpp24 #include <time.h>
/system/extras/simpleperf/
H A Dutils.h21 #include <time.h>
/system/netd/server/
H A DNetlinkManager.cpp23 #include <sys/time.h>
H A Dndc.cpp27 #include <sys/time.h>
/system/timezone/tzlookup_generator/src/main/java/com/android/libcore/timezone/tzlookup/zonetree/
H A DZoneOffsetPeriod.java23 import java.time.Instant;
28 * A period of time when all time-zone related properties are expected to remain the same.
39 /** A name for the time. */

Completed in 497 milliseconds

1234567891011>>