OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetTimestamp
(Results
1 - 4
of
4
) sorted by null
/build/kati/
fileutil.cc
54
double
GetTimestamp
(StringPiece filename) {
/system/connectivity/shill/net/
event_history_unittest.cc
85
Timestamp
GetTimestamp
(int monotonic_seconds, int boottime_seconds,
108
RecordEvent(
GetTimestamp
(kTime1, kTime1, ""));
114
RecordEvent(
GetTimestamp
(kTime2, kTime2, ""));
127
RecordEvent(
GetTimestamp
(kTime1, kTime1, ""));
136
RecordEvent(
GetTimestamp
(kTime2, kTime2, ""));
150
RecordEvent(
GetTimestamp
(kTimeEarly, kTimeEarly, ""));
156
RecordEvent(
GetTimestamp
(kTimeLate, kTimeLate, ""));
166
GetTimestamp
(kTimeLate, kTimeLate, ""),
180
RecordEvent(
GetTimestamp
(kTime1, kTime1, ""));
192
GetTimestamp
(kTime2Monotonic, kTime2Boot, ""), clock_type)
[
all
...]
/system/connectivity/shill/
service_unittest.cc
159
Timestamp
GetTimestamp
(int monotonic_seconds, int boottime_seconds,
171
GetTimestamp
(monotonic_seconds, boottime_seconds, wall_clock));
[
all
...]
/external/mesa3d/src/mesa/main/
dd.h
831
uint64_t (*
GetTimestamp
)(struct gl_context *ctx);
[
all
...]
Completed in 284 milliseconds