Home
last modified time | relevance | path

Searched refs:running (Results 1 – 17 of 17) sorted by relevance

/build/soong/ui/tracer/
Dstatus.go26 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/
Dcritical_path.go26 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)
Dninja.go108 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/
Dreadme.notzip20 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/
Dmetrics.proto130 // 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/
DREADME.md53 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/
Dcommon.bazelrc47 # These are disabled when running under soong_ui (default = auto). Force enable them here.
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto37 // running the command. If false, leave the working directory where it was when sbox was started.
/build/make/
DUsage.txt55 (after running the build once), split among these two files:
DChanges.md328 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/
Dota_metadata.proto42 // The build information on the device. The bytes of the running images are thus
/build/bazel/docs/
Dconcepts.md88 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/
DLINUX_KERNEL_COPYING90 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
Denvsetup.rbc148 # is whatever we are running on.
/build/soong/java/
Ddroidstubs.go722 ` 2. Update the file of expected warnings by running:\n`+
/build/soong/docs/
Dbest_practices.md135 generate the entire build graph before reading source files, or running your
Dperf.md222 interface can be used by running `NINJA_ARGS="-t browse <target>" m`.