Home
last modified time | relevance | path

Searched defs:Action (Results 1 – 5 of 5) sorted by relevance

/build/soong/ui/status/
Dstatus.go26 type Action struct { struct
30 Description string
34 Outputs []string
38 Inputs []string
43 Command string
47 ChangedInputs []string
53 *Action anonMember
139 StartAction(action *Action)
207 StartAction(action *Action, counts Counts)
Dstatus_test.go21 func (c *counterOutput) StartAction(action *Action, counts Counts) {
/build/bazel/scripts/incremental_build/
Dcuj.py25 Action: TypeAlias = Callable[[], None] variable
/build/soong/bazel/
Daquery.go445 func commandString(actionEntry *analysis_v2_proto.Action) string {
687 func expandTemplateContent(actionEntry *analysis_v2_proto.Action) string {
/build/make/tools/product_config/src/com/android/build/config/
DOptions.java24 public enum Action { enum in Options