Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 8 of 8) sorted by relevance

/build/kati/
Dtimeutil.cc26 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()
Dexec.cc82 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()
Dregen.cc154 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()
Dshellutil_test.go45 ts := ShellDateTimestamp
48 ShellDateTimestamp = ts
Dstats.go89 func (t *traceEventT) emit(ph string, e event, ts time.Duration) {
101 ts.Nanoseconds()/1e3,
Dparser.go759 ts int64 member
779 ts := getTimestamp(filename)
780 if ts < 0 || ts >= c.ts {
812 ts: time.Now().Unix(),
/build/tools/releasetools/
Dota_from_target_files.py565 ts = GetBuildProp("ro.build.date.utc", OPTIONS.info_dict)
567 script.AssertOlderBuild(ts, ts_text)
Dota_from_target_files565 ts = GetBuildProp("ro.build.date.utc", OPTIONS.info_dict)
567 script.AssertOlderBuild(ts, ts_text)