Searched refs:ts (Results 1 – 8 of 8) sorted by relevance
/build/kati/ |
D | timeutil.cc | 26 struct timespec ts; in GetTime() local 27 clock_gettime(CLOCK_REALTIME, &ts); in GetTime() 28 return ts.tv_sec + ts.tv_nsec * 0.001 * 0.001 * 0.001; in GetTime()
|
D | exec.cc | 82 double ts = ExecNode(d, n); in ExecNode() local 83 if (latest < ts) in ExecNode() 84 latest = ts; in ExecNode() 88 double ts = ExecNode(d, n); in ExecNode() local 89 if (latest < ts) in ExecNode() 90 latest = ts; in ExecNode()
|
D | regen.cc | 154 double ts = GetTimestamp(s); in CheckStep1() local 155 if (gen_time < ts) { in CheckStep1() 166 printf("file %s: ignored (%f)\n", s.c_str(), ts); in CheckStep1() 170 printf("file %s: dirty (%f)\n", s.c_str(), ts); in CheckStep1() 175 printf("file %s: clean (%f)\n", s.c_str(), ts); in CheckStep1() 312 double ts = GetTimestampFromStat(st); in ShouldRunCommand() local 313 if (gen_time_ < ts) { in ShouldRunCommand() 317 ts = GetTimestamp(dir); in ShouldRunCommand() 318 if (ts < 0 || gen_time_ < ts) in ShouldRunCommand()
|
D | shellutil_test.go | 45 ts := ShellDateTimestamp 48 ShellDateTimestamp = ts
|
D | stats.go | 89 func (t *traceEventT) emit(ph string, e event, ts time.Duration) { 101 ts.Nanoseconds()/1e3,
|
D | parser.go | 759 ts int64 member 779 ts := getTimestamp(filename) 780 if ts < 0 || ts >= c.ts { 812 ts: time.Now().Unix(),
|
/build/tools/releasetools/ |
D | ota_from_target_files.py | 565 ts = GetBuildProp("ro.build.date.utc", OPTIONS.info_dict) 567 script.AssertOlderBuild(ts, ts_text)
|
D | ota_from_target_files | 565 ts = GetBuildProp("ro.build.date.utc", OPTIONS.info_dict) 567 script.AssertOlderBuild(ts, ts_text)
|