Home
last modified time | relevance | path

Searched refs:ts (Results 1 – 12 of 12) 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.second, n); in ExecNode() local
83 if (latest < ts) in ExecNode()
84 latest = ts; in ExecNode()
88 double ts = ExecNode(d.second, n); in ExecNode() local
89 if (latest < ts) in ExecNode()
90 latest = ts; in ExecNode()
Dregen.cc162 double ts = GetTimestamp(s); in CheckStep1() local
163 if (gen_time < ts) { in CheckStep1()
174 printf("file %s: ignored (%f)\n", s.c_str(), ts); in CheckStep1()
178 printf("file %s: dirty (%f)\n", s.c_str(), ts); in CheckStep1()
183 printf("file %s: clean (%f)\n", s.c_str(), ts); in CheckStep1()
331 double ts = GetTimestampFromStat(st); in ShouldRunCommand() local
332 if (gen_time_ < ts) { in ShouldRunCommand()
336 ts = GetTimestamp(dir); in ShouldRunCommand()
337 if (ts < 0 || gen_time_ < ts) in ShouldRunCommand()
360 double ts = GetTimestamp(sr->cmd); in CheckShellResult() local
[all …]
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/soong/ui/build/
Dtest_build.go44 ts := ctx.Status.StartTool()
48 ts.StartAction(action)
102 ts.FinishAction(status.ActionResult{
109 ts.FinishAction(status.ActionResult{Action: action})
/build/soong/third_party/zip/
Dzip_test.go398 ts := time.Now()
399 filename := ts.Format(timeFormat)
404 …Extra: []byte(ts.Format(time.RFC3339Nano)), // missing tag and len, but Extra is best-effort pars…
406 h.SetModTime(ts)
/build/make/tools/releasetools/
Dota_from_target_files885 ts = target_info.GetBuildProp("ro.build.date.utc")
887 script.AssertOlderBuild(ts, ts_text)
Dota_from_target_files.py885 ts = target_info.GetBuildProp("ro.build.date.utc")
887 script.AssertOlderBuild(ts, ts_text)
/build/
DCleanSpec.mk518 $(call add-clean-step, rm -f $(HOST_OUT)/*ts/host-libprotobuf-java-*.jar)
/build/make/
DCleanSpec.mk518 $(call add-clean-step, rm -f $(HOST_OUT)/*ts/host-libprotobuf-java-*.jar)