Searched refs:startTime (Results 1 – 8 of 8) sorted by relevance
/build/soong/ui/metrics/ |
D | time_test.go | 25 startTime := time.Date(2020, time.July, 13, 13, 0, 0, 0, time.UTC) 28 _now = func() time.Time { return startTime.Add(dur) } 35 start: startTime,
|
/build/soong/finder/cmd/ |
D | finder.go | 83 startTime := time.Now() 106 logger.Printf("Finder starting at %v\n", startTime) 138 findDuration := time.Since(startTime) 145 logger.Printf("Finder completed in %v\n", time.Since(startTime))
|
/build/soong/ui/terminal/ |
D | smart_status.go | 35 startTime time.Time member 123 startTime := time.Now() 137 startTime: startTime, 356 seconds := int(time.Since(runningAction.startTime).Round(time.Second).Seconds())
|
/build/soong/ui/status/ |
D | critical_path_test.go | 34 func (t *testCriticalPath) start(id int, startTime time.Duration, outputs, inputs []string) { 35 t.clock = testClock(time.Unix(0, 0).Add(startTime))
|
/build/soong/finder/ |
D | finder.go | 839 startTime := time.Now() 883 duration := time.Since(startTime) 922 block.id, processStartTime.Sub(startTime)) 947 numProcessed, time.Since(startTime)) 996 f.verbosef("Loaded db and statted known dirs in %v\n", time.Since(startTime)) 998 f.verbosef("Loaded db and statted all dirs in %v\n", time.Now().Sub(startTime)) 1006 startTime := time.Now() 1037 f.verbosef("Scanned filesystem (not using cache) in %v\n", time.Now().Sub(startTime)) 1066 startTime := time.Now() 1074 f.verbosef("Generated %v cache entries in %v\n", len(nodes), discoveryDate.Sub(startTime)) [all …]
|
/build/soong/finder/fs/ |
D | fs.go | 154 func NewClock(startTime time.Time) *Clock { 155 return &Clock{time: startTime}
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 639 var startTime = 0; 641 startTime = idAndHash[1].split("t=")[1] != undefined ? idAndHash[1].split("t=")[1] : 0; 651 playerVars: {start: startTime, hl: lang, cc_load_policy: captionsOn},
|
/build/make/tools/droiddoc/templates-pdk/assets/ |
D | jquery-resizable.min.js | 19 …startTime=e();this.start=I;this.end=H;this.unit=G||this.unit||"px";this.now=this.start;this.pos=th…
|