Searched refs:ts (Results 1 – 12 of 12) 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.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()
|
D | regen.cc | 162 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 …]
|
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/soong/ui/build/ |
D | test_build.go | 44 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/ |
D | zip_test.go | 398 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/ |
D | ota_from_target_files | 885 ts = target_info.GetBuildProp("ro.build.date.utc") 887 script.AssertOlderBuild(ts, ts_text)
|
D | ota_from_target_files.py | 885 ts = target_info.GetBuildProp("ro.build.date.utc") 887 script.AssertOlderBuild(ts, ts_text)
|
/build/ |
D | CleanSpec.mk | 518 $(call add-clean-step, rm -f $(HOST_OUT)/*ts/host-libprotobuf-java-*.jar)
|
/build/make/ |
D | CleanSpec.mk | 518 $(call add-clean-step, rm -f $(HOST_OUT)/*ts/host-libprotobuf-java-*.jar)
|