Home
last modified time | relevance | path

Searched refs:Now (Results 1 – 25 of 28) 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
/build/soong/ui/build/
Dupload_test.go142 buildDateTime: strconv.FormatInt(time.Now().UnixNano()/int64(time.Millisecond), 10),
145 UploadMetrics(ctx, config, false, time.Now(), metricsFiles...)
199 UploadMetrics(ctx, config, true, time.Now(), metricsFile)
Dproc_sync.go134 return &sleepWaiter{interval, time.Now().Add(duration), duration}
141 remainingSleep := s.deadline.Sub(time.Now())
Dupload.go114 CompletionTimestampMs: proto.Uint64(uint64(time.Now().UnixNano() / int64(time.Millisecond))),
Drbe.go58 rand.Seed(time.Now().UnixNano())
Dexec.go65 c.started = time.Now()
/build/soong/finder/
Dfinder.go288 scanStart := time.Now()
794 helperStartTime := time.Now()
801 unmarshalDate := time.Now()
834 f.verbosef("Statted inodes of block %v in %v\n", id, time.Now().Sub(unmarshalDate))
842 startTime := time.Now()
923 processStartTime := time.Now()
1001 f.verbosef("Loaded db and statted all dirs in %v\n", time.Now().Sub(startTime))
1009 startTime := time.Now()
1040 f.verbosef("Scanned filesystem (not using cache) in %v\n", time.Now().Sub(startTime))
1069 startTime := time.Now()
[all …]
/build/soong/ui/build/paths/
Dlogs.go149 conn.SetDeadline(time.Now().Add(timeout))
194 conn.SetDeadline(time.Now().Add(timeoutDuration))
/build/soong/ui/tracer/
Dtracer.go222 Time: uint64(time.Now().UnixNano()) / 1000,
232 Time: uint64(time.Now().UnixNano()) / 1000,
Dstatus.go59 start: time.Now(),
/build/soong/cuj/
Dcuj.go105 … buildCtx.CompleteTrace(metrics.RunSetupTool, "startup", start_time, uint64(time.Now().UnixNano()))
128 currentTime := time.Now().Local()
/build/soong/finder/cmd/
Dfinder.go83 startTime := time.Now()
/build/soong/ui/metrics/
Devent.go41 return time.Now()
/build/soong/ui/terminal/
Dformat.go39 start: time.Now(),
Dsmart_status.go123 startTime := time.Now()
/build/blueprint/bootstrap/bpglob/
Dbpglob.go184 s := fmt.Sprintf("%s: error: %s\n", time.Now().Format(time.StampNano), globErr.Error())
/build/soong/cmd/multiproduct_kati/
Dmain.go214 name += "-" + time.Now().Format("20060102150405")
473 before := time.Now()
/build/soong/cmd/soong_ui/
Dmain.go156 buildStarted := time.Now()
269 … buildCtx.CompleteTrace(metrics.RunSetupTool, "startup", start_time, uint64(time.Now().UnixNano()))
/build/blueprint/microfactory/
Dmicrofactory.go646 fmt.Fprintf(traceFile, "%d B %s\n", time.Now().UnixNano()/1000, name)
648 fmt.Fprintf(traceFile, "%d E %s\n", time.Now().UnixNano()/1000, name)
Dmicrofactory_test.go222 newTime := time.Now().Local()
/build/soong/cmd/soong_build/
Dmain.go352 currentTime := time.Now().Local()
/build/soong/cmd/sbox/
Dsbox.go546 now := time.Now()
/build/blueprint/
Dcontext_test.go481 start := time.Now()

12