/build/soong/ui/tracer/ |
D | status.go | 32 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/ |
D | rs.go | 39 (echo '${out}: \' && cat ${depFiles} | awk 'start { sub(/( \\)?$$/, " \\"); print } /:/ { start=1 }…
|
D | builder.go | 891 start := 0 899 lists = append(lists, list[start:i]) 900 start = i 906 lists = append(lists, list[start:])
|
/build/soong/ui/status/ |
D | ninja_test.go | 38 start := time.Now() 42 if g, w := time.Since(start), NINJA_READER_CLOSE_TIMEOUT; g >= w {
|
/build/make/tools/atree/ |
D | files.cpp | 88 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/ |
D | status.go | 29 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/ |
D | rangelib.py | 264 start = None 268 start = p 270 offset += p-start 271 start = None 273 out.append(offset + p - start)
|
/build/blueprint/bootstrap/ |
D | cleanup.go | 119 start := precedingFields 121 filePath := strings.Join(fields[start:end], fieldSeperator)
|
/build/blueprint/parser/ |
D | modify.go | 71 func (list *PatchList) Add(start, end int, replacement string) error { argument 72 patch := Patch{start, end, replacement}
|
/build/soong/cmd/host_bionic_inject/ |
D | host_bionic_inject.go | 111 start, err := findSymbol(symbols, "_start") 115 return start.Value, nil
|
/build/make/tools/docker/ |
D | README.md | 12 Then you can start up new instances with:
|
/build/soong/cmd/soong_ui/ |
D | main.go | 121 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/ |
D | zip.go | 731 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/ |
D | stats.go | 42 traceEvent.start(f) 50 func (t *traceEventT) start(f io.WriteCloser) { func
|
D | CONTRIBUTING.md | 39 1. It's generally best to start by opening a new issue describing the bug or
|
/build/make/tools/droiddoc/templates-ndk/ |
D | macros_override.cs | 2 <?cs # pre is an HTML string to start the list, post is an HTML string to close the list ?>
|
D | sampleindex.cs | 13 <!-- start breadcrumb block -->
|
D | sample.cs | 13 <!-- start breadcrumb block -->
|
/build/soong/third_party/zip/ |
D | writer.go | 69 start := w.cw.count 127 size := uint64(end - start) 128 offset := uint64(start)
|
/build/make/core/ |
D | cxx_stl_setup.mk | 38 linux_static_gcclibs := -Wl,--start-group -lgcc -lgcc_eh -lc -Wl,--end-group
|
/build/blueprint/ |
D | CONTRIBUTING.md | 13 Before you start working on a larger contribution, you should get in touch with
|
D | context_test.go | 383 start := time.Now() 385 duration := time.Since(start)
|
/build/make/tools/zipalign/ |
D | README.txt | 16 with a particular alignment relative to the start of the file. This
|
/build/soong/ui/status/ninja_frontend/ |
D | frontend.proto | 41 // Edge start time in milliseconds since Ninja started.
|
/build/soong/androidmk/parser/ |
D | parser.go | 380 func (p *parser) parseBracketedVariable(start, end rune, pos Pos) Variable { 381 p.accept(start)
|