Home
last modified time | relevance | path

Searched refs:Sub (Results 1 – 5 of 5) sorted by relevance

/build/soong/sdk/
Dbp_test.go41 Sub struct { member
52 str.Sub.X = proptools.StringPtr("taxi")
53 str.Sub.Y = intPtr(1729)
/build/soong/ui/status/
Dcritical_path.go83 duration := end.Sub(start)
113 elapsedTime := cp.end.Sub(cp.start).Round(time.Second)
/build/soong/finder/
Dfinder.go803 len(cachedNodes), id, unmarshalDate.Sub(helperStartTime))
834 f.verbosef("Statted inodes of block %v in %v\n", id, time.Now().Sub(unmarshalDate))
925 block.id, processStartTime.Sub(startTime))
1001 f.verbosef("Loaded db and statted all dirs in %v\n", time.Now().Sub(startTime))
1040 f.verbosef("Scanned filesystem (not using cache) in %v\n", time.Now().Sub(startTime))
1077 f.verbosef("Generated %v cache entries in %v\n", len(nodes), discoveryDate.Sub(startTime))
1083 f.verbosef("Sorted %v cache entries in %v\n", len(nodes), sortDate.Sub(discoveryDate))
1165 f.verbosef("Serialized db in %v\n", serializeDate.Sub(startTime))
1176 f.verbosef("Wrote db in %v\n", time.Now().Sub(serializeDate))
/build/soong/ui/metrics/
Devent.go70 realTime := uint64(_now().Sub(e.start).Nanoseconds())
/build/soong/ui/build/
Dproc_sync.go141 remainingSleep := s.deadline.Sub(time.Now())