Searched refs:running (Results 1 – 14 of 14) 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/ui/metrics/metrics_proto/ |
D | metrics.proto | 100 // The description for the phase/action/part while the tool running. 103 // The name for the running phase/action/part. 110 // The real running time. 138 // The metrics produced when running the critical user journey test.
|
/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/make/ |
D | Usage.txt | 55 (after running the build once), split among these two files:
|
D | Changes.md | 274 identity of the user running the build, but if you do, it's available in the 556 It is not required to source envsetup.sh before running a build. Many scripts,
|
/build/make/tools/droiddoc/templates-ndk/assets/js/ |
D | docs.js | 1520 var running = false; 1611 if(!running) { 1620 running = true; 1625 running = false; 1715 var running = false; 1732 if(!running) { 1734 running = true; 1738 running = false;
|
D | android_3p-bundle.js | 2682 …running=0,b.element.addClass("ui-accordion ui-widget ui-helper-reset").children("li").addClass("ui…
|
/build/make/tools/droiddoc/templates-ndk/assets/ |
D | GPL-LICENSE.txt | 74 running the Program is not restricted, and the output from the Program 76 Program (independent of having been made by running the Program). 104 when run, you must cause it, when started running for such
|
/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
|
/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`.
|
/build/soong/java/ |
D | droiddoc.go | 1820 ` 2. Update the file of expected warnings by running:\n`+
|