Home
last modified time | relevance | path

Searched refs:Now (Results 1 – 25 of 38) sorted by relevance

12

/build/soong/ui/status/
Dcritical_path.go44 Now() time.Time methodSpec
49 func (osClock) Now() time.Time { return time.Now() } func
61 start := cp.clock.Now()
82 end := cp.clock.Now()
Dninja_test.go38 start := time.Now()
Dcritical_path_test.go32 func (t testClock) Now() time.Time { return time.Time(t) } func
Dninja.go196 n.status.SetEstimatedTime(time.Now().Add(estimatedDuration))
/build/soong/ui/build/
Dproc_sync.go134 return &sleepWaiter{interval, time.Now().Add(duration), duration}
141 remainingSleep := s.deadline.Sub(time.Now())
Dupload.go117 CompletionTimestampMs: proto.Uint64(uint64(time.Now().UnixNano() / int64(time.Millisecond))),
Dexec.go65 c.started = time.Now()
/build/soong/finder/
Dfinder.go292 scanStart := time.Now()
798 helperStartTime := time.Now()
805 unmarshalDate := time.Now()
838 f.verbosef("Statted inodes of block %v in %v\n", id, time.Now().Sub(unmarshalDate))
846 startTime := time.Now()
928 processStartTime := time.Now()
1006 f.verbosef("Loaded db and statted all dirs in %v\n", time.Now().Sub(startTime))
1014 startTime := time.Now()
1045 f.verbosef("Scanned filesystem (not using cache) in %v\n", time.Now().Sub(startTime))
1074 startTime := time.Now()
[all …]
/build/soong/ui/terminal/
Dformat.go39 start: time.Now(),
55 now := time.Now()
/build/soong/ui/build/paths/
Dlogs.go149 conn.SetDeadline(time.Now().Add(timeout))
194 conn.SetDeadline(time.Now().Add(timeoutDuration))
/build/bazel/scripts/incremental_build/
DREADME.md9 4. Now it's "warmed-up", for each cuj:
/build/soong/cuj/
Dcuj.go106 … buildCtx.CompleteTrace(metrics.RunSetupTool, "startup", start_time, uint64(time.Now().UnixNano()))
129 currentTime := time.Now().Local()
/build/blueprint/metrics/
Devent_handler.go35 var _now = time.Now
/build/soong/android/
Dmetrics.go104 previousTime := time.Now()
119 currentTime := time.Now()
/build/blueprint/bootstrap/bpglob/
Dbpglob.go108 s := fmt.Sprintf("%s: error: %s\n", time.Now().Format(time.StampNano), globErr.Error())
/build/soong/ui/tracer/
Dtracer.go224 Time: uint64(time.Now().UnixNano()) / 1000,
234 Time: uint64(time.Now().UnixNano()) / 1000,
Dstatus.go61 start: time.Now(),
/build/soong/finder/cmd/
Dfinder.go83 startTime := time.Now()
/build/soong/ui/metrics/
Devent.go40 return time.Now()
/build/soong/cmd/run_with_timeout/
Drun_with_timeout.go118 startTime := time.Now()
/build/soong/bazel/
Dbazel_proxy.go188 listener.(*net.UnixListener).SetDeadline(time.Now().Add(time.Second))
/build/soong/cmd/multiproduct_kati/
Dmain.go284 name += "-" + time.Now().Format("20060102150405")
532 before := time.Now()
/build/soong/cmd/soong_ui/
Dmain.go130 buildStarted := time.Now()
288 … buildCtx.CompleteTrace(metrics.RunSetupTool, "startup", start_time, uint64(time.Now().UnixNano()))
/build/blueprint/microfactory/
Dmicrofactory.go670 fmt.Fprintf(traceFile, "%d B %s\n", time.Now().UnixNano()/1000, name)
672 fmt.Fprintf(traceFile, "%d E %s\n", time.Now().UnixNano()/1000, name)
/build/soong/cmd/soong_build/
Dmain.go362 currentTime := time.Now().Local()

12