Searched refs:running (Results 1 – 17 of 17) sorted by relevance
/build/soong/ui/tracer/ |
D | status.go | 26 running: map[*status.Action]actionStatus{}, 39 running map[*status.Action]actionStatus member 57 s.running[action] = actionStatus{ 64 start, ok := s.running[result.Action] 68 delete(s.running, result.Action)
|
/build/soong/ui/status/ |
D | critical_path.go | 26 running: make(map[*Action]time.Time), 36 running map[*Action]time.Time member 65 cp.running[action] = start 69 if start, ok := cp.running[result.Action]; ok { 70 delete(cp.running, result.Action)
|
D | ninja.go | 108 running := map[uint32]*Action{} 149 running[msg.EdgeStarted.GetId()] = action 152 if started, ok := running[msg.EdgeFinished.GetId()]; ok { 153 delete(running, msg.EdgeFinished.GetId())
|
/build/soong/third_party/zip/testdata/ |
D | readme.notzip | 20 doc/install.html by running godoc --http=:6060 34 from sources by running all.bash (see doc/install.html).
|
/build/soong/ui/metrics/metrics_proto/ |
D | metrics.proto | 130 // The description for the phase/action/part while the tool running. 133 // The name for the running phase/action/part. 140 // The real running time. 203 // The metrics produced when running the critical user journey test.
|
/build/make/tools/rbcrun/ |
D | README.md | 53 A `struct` containing environment variables. E.g., `rblf_env.USER` is the username when running on … 57 A `struct` containing the variable set by the interpreter's command line. That is, running
|
/build/bazel/ |
D | common.bazelrc | 47 # These are disabled when running under soong_ui (default = auto). Force enable them here.
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.proto | 37 // running the command. If false, leave the working directory where it was when sbox was started.
|
/build/make/ |
D | Usage.txt | 55 (after running the build once), split among these two files:
|
D | Changes.md | 328 identity of the user running the build, but if you do, it's available in the 610 It is not required to source envsetup.sh before running a build. Many scripts,
|
/build/make/tools/releasetools/ |
D | ota_metadata.proto | 42 // The build information on the device. The bytes of the running images are thus
|
/build/bazel/docs/ |
D | concepts.md | 88 build environment, and running auxiliary tools. These tools (minibp, 144 soong\_build communicates with Kati-build by generating Make Vars and running
|
/build/make/core/ |
D | LINUX_KERNEL_COPYING | 90 running the Program is not restricted, and the output from the Program 92 Program (independent of having been made by running the Program). 120 when run, you must cause it, when started running for such
|
D | envsetup.rbc | 148 # is whatever we are running on.
|
/build/soong/java/ |
D | droidstubs.go | 722 ` 2. Update the file of expected warnings by running:\n`+
|
/build/soong/docs/ |
D | best_practices.md | 135 generate the entire build graph before reading source files, or running your
|
D | perf.md | 222 interface can be used by running `NINJA_ARGS="-t browse <target>" m`.
|