Home
last modified time | relevance | path

Searched refs:start (Results 1 – 25 of 40) sorted by relevance

12

/build/soong/ui/tracer/
Dstatus.go32 start time.Time member
59 start: time.Now(),
64 start, ok := s.running[result.Action]
69 s.cpus[start.cpu] = false
79 Time: uint64(start.start.UnixNano()) / 1000,
80 Dur: uint64(time.Since(start.start).Nanoseconds()) / 1000,
82 Tid: uint64(start.cpu),
/build/soong/cc/
Drs.go39 (echo '${out}: \' && cat ${depFiles} | awk 'start { sub(/( \\)?$$/, " \\"); print } /:/ { start=1 }…
Dbuilder.go891 start := 0
899 lists = append(lists, list[start:i])
900 start = i
906 lists = append(lists, list[start:])
/build/soong/ui/status/
Dninja_test.go38 start := time.Now()
42 if g, w := time.Since(start), NINJA_READER_CLOSE_TIMEOUT; g >= w {
/build/make/tools/atree/
Dfiles.cpp88 const char* start = q; in split_line() local
90 if (len > 2 && *start == '"' && start[len - 1] == '"') { in split_line()
91 start++; in split_line()
94 out->push_back(string(start, len)); in split_line()
103 const char* start = q; in split_line() local
105 if (len > 2 && *start == '"' && start[len - 1] == '"') { in split_line()
106 start++; in split_line()
109 out->push_back(string(start, len)); in split_line()
/build/soong/ui/terminal/
Dstatus.go29 start time.Time member
44 start: time.Now(),
130 fmt.Fprintf(buf, "%.1f", float64(counts.FinishedActions)/time.Since(s.start).Seconds())
137 fmt.Fprintf(buf, "%.3f", time.Since(s.start).Seconds())
/build/make/tools/releasetools/
Drangelib.py264 start = None
268 start = p
270 offset += p-start
271 start = None
273 out.append(offset + p - start)
/build/blueprint/bootstrap/
Dcleanup.go119 start := precedingFields
121 filePath := strings.Join(fields[start:end], fieldSeperator)
/build/blueprint/parser/
Dmodify.go71 func (list *PatchList) Add(start, end int, replacement string) error { argument
72 patch := Patch{start, end, replacement}
/build/soong/cmd/host_bionic_inject/
Dhost_bionic_inject.go111 start, err := findSymbol(symbols, "_start")
115 return start.Value, nil
/build/make/tools/docker/
DREADME.md12 Then you can start up new instances with:
/build/soong/cmd/soong_ui/
Dmain.go121 if start, ok := os.LookupEnv("TRACE_BEGIN_SOONG"); ok {
122 if !strings.HasSuffix(start, "N") {
123 if start_time, err := strconv.ParseUint(start, 10, 64); err == nil {
/build/soong/zip/
Dzip.go731 for start := int64(0); start < fileSize; start += parallelBlockSize {
732 sr := io.NewSectionReader(r, start, parallelBlockSize)
738 last := !(start+parallelBlockSize < fileSize)
740 if start >= windowSize {
741 dict, err = ioutil.ReadAll(io.NewSectionReader(r, start-windowSize, windowSize))
/build/kati/
Dstats.go42 traceEvent.start(f)
50 func (t *traceEventT) start(f io.WriteCloser) { func
DCONTRIBUTING.md39 1. It's generally best to start by opening a new issue describing the bug or
/build/make/tools/droiddoc/templates-ndk/
Dmacros_override.cs2 <?cs # pre is an HTML string to start the list, post is an HTML string to close the list ?>
Dsampleindex.cs13 <!-- start breadcrumb block -->
Dsample.cs13 <!-- start breadcrumb block -->
/build/soong/third_party/zip/
Dwriter.go69 start := w.cw.count
127 size := uint64(end - start)
128 offset := uint64(start)
/build/make/core/
Dcxx_stl_setup.mk38 linux_static_gcclibs := -Wl,--start-group -lgcc -lgcc_eh -lc -Wl,--end-group
/build/blueprint/
DCONTRIBUTING.md13 Before you start working on a larger contribution, you should get in touch with
Dcontext_test.go383 start := time.Now()
385 duration := time.Since(start)
/build/make/tools/zipalign/
DREADME.txt16 with a particular alignment relative to the start of the file. This
/build/soong/ui/status/ninja_frontend/
Dfrontend.proto41 // Edge start time in milliseconds since Ninja started.
/build/soong/androidmk/parser/
Dparser.go380 func (p *parser) parseBracketedVariable(start, end rune, pos Pos) Variable {
381 p.accept(start)

12