Home
last modified time | relevance | path

Searched refs:my_time (Results 1 – 4 of 4) sorted by relevance

/external/toolchain-utils/cros_utils/
Dmanifest_versions.py61 def TimeToVersion(self, my_time): argument
64 des_time = float(my_time)
69 ' --max-count=1 --before={0} origin/master)'.format(my_time)]
/external/ImageMagick/MagickCore/
Dstring.c1191 *my_time; in FormatMagickTime() local
1193 my_time=localtime(&time); in FormatMagickTime()
1194 if (my_time != (struct tm *) NULL) in FormatMagickTime()
1195 (void) memcpy(&local_time,my_time,sizeof(local_time)); in FormatMagickTime()
1203 *my_time; in FormatMagickTime() local
1205 my_time=gmtime(&time); in FormatMagickTime()
1206 if (my_time != (struct tm *) NULL) in FormatMagickTime()
1207 (void) memcpy(&gm_time,my_time,sizeof(gm_time)); in FormatMagickTime()
/external/ltp/testcases/kernel/io/disktest/
Dsfunc.c166 time_t my_time; in pMsg() local
178 time(&my_time); in pMsg()
179 pstruct_time = localtime(&my_time); in pMsg()
/external/valgrind/massif/
Dms_main.c1299 take_snapshot(Snapshot* snapshot, SnapshotKind kind, Time my_time, in take_snapshot() argument
1326 snapshot->time = my_time; in take_snapshot()
1355 Time my_time = get_time(); in maybe_take_snapshot() local
1360 if (my_time < earliest_possible_time_of_next_snapshot) { in maybe_take_snapshot()
1390 take_snapshot(snapshot, kind, my_time, is_detailed); in maybe_take_snapshot()
1436 earliest_possible_time_of_next_snapshot = my_time + min_time_interval; in maybe_take_snapshot()