Searched refs:time (Results 51 - 75 of 348) sorted by relevance

1234567891011>>

/system/update_engine/
H A Dmetrics_utils.h22 #include <base/time/time.h>
54 // time it was called for the same |state_variable_key| value.
64 // last time it was called for the same |storage| pointer.
87 // Persists the finished time of an update to the |kPrefsSystemUpdatedMarker|.
90 // Persists the start time of an update to |kPrefsUpdateTimestampStart|.
98 // (current monotonic-clock time).
/system/update_engine/update_manager/
H A Dreal_shill_provider.h22 // connection manager when the time comes.
27 #include <base/time/time.h>
H A Dreal_time_provider.cc21 #include <base/time/time.h>
58 // A variable returning the current hour in local time.
H A Dumtest_utils.h23 #include <base/time/time.h>
H A Dupdater_provider.h22 #include <base/time/time.h>
59 // wallclock time.
62 // A variable returning the last update check time.
65 // A variable reporting the time when an update was last completed in the
66 // current boot cycle. Returns an error if an update completed time could not
70 // IMPORTANT: The time reported is not the wallclock time reading at the time
71 // of the update, rather it is the point in time whe
[all...]
/system/extras/simpleperf/
H A Dthread_tree.cpp42 if (map1->time != map2->time) {
43 return map1->time < map2->time;
103 uint64_t time, const std::string& filename) {
110 AllocateMap(MapEntry(start_addr, len, pgoff, time, dso, true));
130 uint64_t len, uint64_t pgoff, uint64_t time,
135 AllocateMap(MapEntry(start_addr, len, pgoff, time, dso, false));
171 old->pgoff, old->time, old->dso, old->in_kernel));
177 map->get_end_addr() - old->start_addr + old->pgoff, old->time,
102 AddKernelMap(uint64_t start_addr, uint64_t len, uint64_t pgoff, uint64_t time, const std::string& filename) argument
129 AddThreadMap(int pid, int tid, uint64_t start_addr, uint64_t len, uint64_t pgoff, uint64_t time, const std::string& filename) argument
[all...]
H A DIOEventLoop.h20 #include <time.h>
50 // Register a signal Event, so [callback] is called each time signal [sig]
/system/core/libcutils/tests/
H A Dsockets_test.cpp24 #include <time.h>
84 start_time = time(nullptr);
86 EXPECT_LE(difftime(time(nullptr), start_time), 1.0);
90 start_time = time(nullptr);
92 EXPECT_LE(1.0, difftime(time(nullptr), start_time));
/system/media/audio_utils/include/audio_utils/
H A DErrorLog.h35 * (within a specified time) into a single entry (to reduce log spamming).
38 * together with the first time the error code occurs and the last time the error code occurs.
49 * \param aggregateNs the maximum time in nanoseconds between identical error codes
67 * \param nowNs current time in nanoseconds.
127 ss << prefix << " Code Freq First time Last time\n";
134 << " " << audio_utils_time_string_from_ns(entry.mFirstTime).time
135 << " " << audio_utils_time_string_from_ns(entry.mLastTime).time << "\n";
170 // Initialize entry with code as the first error at the given time
171 setFirstError(T code, int64_t time) argument
[all...]
H A Dresampler.h21 #include <sys/time.h>
/system/bt/btif/include/
H A Dbtif_util.h25 #include <sys/time.h>
/system/connectivity/wificond/tests/integration/
H A Dprocess_utils.h20 #include <time.h>
/system/connectivity/wifilogd/
H A Draw_os.cpp17 #include <time.h>
/system/core/include/utils/
H A DProcessCallStack.h25 #include <time.h>
/system/core/libasyncio/include/asyncio/
H A DAsyncIO.h25 #include <time.h>
/system/core/libcutils/
H A Dashmem-host.cpp33 #include <time.h>
/system/core/libutils/
H A DTimers.cpp23 #include <time.h>
/system/core/libutils/include/utils/
H A DProcessCallStack.h25 #include <time.h>
/system/extras/boottime_tools/io_analysis/
H A Dcheck_verity.py77 self.reads = [] # all events in start time
86 time = int(float(match.group(1))*1000000) #us
92 event = Event(time, block_nr, size)
102 event.set_io_end_time(time)
105 event.set_finish_time(time)
/system/extras/memcpy-perf/
H A Dgraph_memcpy.py4 import time namespace
/system/extras/simpleperf/runtest/
H A Drun_and_sleep.cpp3 #include <time.h>
/system/extras/tests/lib/testUtil/include/
H A DtestUtil.h23 #include <sys/time.h>
/system/update_engine/common/
H A Dclock.cc19 #include <time.h>
/system/core/adb/
H A Dfile_sync_service.h49 uint32_t time; member in struct:syncmsg::__anon1539
69 uint32_t time; member in struct:syncmsg::__anon1541
/system/core/libziparchive/include/ziparchive/
H A Dzip_writer.h118 * Same as StartEntry(const char*, size_t), but sets a last modified time for the entry.
120 int32_t StartEntryWithTime(const char* path, size_t flags, time_t time);
123 * Same as StartAlignedEntry(const char*, size_t), but sets a last modified time for the entry.
125 int32_t StartAlignedEntryWithTime(const char* path, size_t flags, time_t time, uint32_t alignment);

Completed in 591 milliseconds

1234567891011>>