/build/soong/scripts/ |
D | lint-project-xml.py | 60 parser.add_argument('--srcs', dest='srcs', action='append', default=[], 62 parser.add_argument('--generated_srcs', dest='generated_srcs', action='append', default=[], 64 parser.add_argument('--resources', dest='resources', action='append', default=[], 66 parser.add_argument('--classes', dest='classes', action='append', default=[], 68 parser.add_argument('--classpath', dest='classpath', action='append', default=[], 70 parser.add_argument('--extra_checks_jar', dest='extra_checks_jars', action='append', default=[], 76 parser.add_argument('--library', dest='library', action='store_true', 78 parser.add_argument('--test', dest='test', action='store_true', 85 group.add_argument('--fatal_check', dest='checks', action=check_action('fatal'), default=[], 87 group.add_argument('--error_check', dest='checks', action=check_action('error'), default=[], [all …]
|
D | jsonmodify.py | 84 action='store') 89 nargs=2, dest='patch', default=[], action='append') 93 nargs=2, dest='patch', action='append') 97 nargs=1, dest='patch', action='append') 101 nargs='+', dest='patch', default=[], action='append')
|
D | gen-kotlin-build-file.py | 39 parser.add_argument('--classpath', dest='classpath', action='append', default=[], 45 parser.add_argument('--srcs', dest='srcs', action='append', default=[], 47 parser.add_argument('--common_srcs', dest='common_srcs', action='append', default=[],
|
D | manifest_check.py | 41 action='append', 45 action='append', 49 action='store_true', 53 action='store_true',
|
D | manifest_fixer.py | 44 parser.add_argument('--raise-min-sdk-version', dest='raise_min_sdk_version', action='store_true', 46 parser.add_argument('--library', dest='library', action='store_true', 48 parser.add_argument('--uses-library', dest='uses_libraries', action='append', 50 parser.add_argument('--optional-uses-library', dest='optional_uses_libraries', action='append', 52 parser.add_argument('--uses-non-sdk-api', dest='uses_non_sdk_api', action='store_true', 57 parser.add_argument('--use-embedded-dex', dest='use_embedded_dex', action='store_true', 65 parser.add_argument('--has-no-code', dest='has_no_code', action='store_true',
|
D | construct_context.py | 33 action='append', nargs=2, metavar=('sdk','classpath'), 36 action='append', nargs=2, metavar=('sdk','classpath'),
|
/build/soong/ui/status/ |
D | kati.go | 38 action *Action member 44 if k.action == nil { 54 Action: k.action, 96 k.action = &Action{ 99 k.st.StartAction(k.action) 100 } else if k.action != nil {
|
D | critical_path.go | 54 action *Action member 60 func (cp *criticalPath) StartAction(action *Action, counts Counts) { 65 cp.running[action] = start 91 action: result.Action, 126 seconds/60, seconds%60, criticalPath[i].action.Description)
|
D | status.go | 98 StartAction(action *Action) 166 StartAction(action *Action, counts Counts) 237 func (s *Status) startAction(action *Action) { 245 o.StartAction(action, s.counts) 299 func (d *toolStatus) StartAction(action *Action) { 315 d.status.startAction(action)
|
D | critical_path_test.go | 36 action := &Action{ 42 t.actions[id] = action 43 t.StartAction(action, t.Counts) 150 descs = append(descs, x.action.Description)
|
D | ninja.go | 142 action := &Action{ 148 n.status.StartAction(action) 149 running[msg.EdgeStarted.GetId()] = action
|
D | log.go | 55 func (v *verboseLog) StartAction(action *Action, counts Counts) {} 105 func (e *errorLog) StartAction(action *Action, counts Counts) {} 167 func (e *errorProtoLog) StartAction(action *Action, counts Counts) {} 216 func (b *buildProgressLog) StartAction(action *Action, counts Counts) {
|
D | kati_test.go | 24 action *Action member 32 l.action = a
|
/build/soong/ui/status/build_error_proto/ |
D | build_error.proto | 22 // are not associated with a build action. 25 // List of build action errors. 29 // Build is composed of a list of build action. There can be a set of build 44 // The error string produced by the build action.
|
/build/soong/ui/build/ |
D | test_build.go | 45 action := &status.Action{ 48 ts.StartAction(action) 130 Action: action, 136 ts.FinishAction(status.ActionResult{Action: action})
|
/build/soong/ui/terminal/ |
D | smart_status.go | 34 action *status.Action member 122 func (s *smartStatusOutput) StartAction(action *status.Action, counts status.Counts) { 125 str := action.Description 127 str = action.Command 136 action: action, 157 if runningAction.action == result.Action { 358 desc := runningAction.action.Description 360 desc = runningAction.action.Command
|
D | status_test.go | 143 func (r *runner) startAction(action *status.Action) { 146 r.stat.StartAction(action, r.counts) 155 func (r *runner) finishAndStartAction(result status.ActionResult, action *status.Action) { 160 r.stat.StartAction(action, r.counts) 278 action := &status.Action{Description: "action with very long description to test eliding"} 279 result := status.ActionResult{Action: action} 281 runner.startAction(action)
|
/build/soong/ui/tracer/ |
D | status.go | 42 func (s *statusOutput) StartAction(action *status.Action, counts status.Counts) { 57 s.running[action] = actionStatus{
|
/build/soong/cc/ndkstubgen/ |
D | __init__.py | 91 parser.add_argument('-v', '--verbose', action='count', default=0) 99 '--llndk', action='store_true', help='Use the LLNDK variant.') 101 '--apex', action='store_true', help='Use the APEX variant.')
|
/build/soong/cmd/soong_ui/ |
D | main.go | 379 action build.BuildAction 384 action: build.BUILD_MODULES, 391 action: build.BUILD_MODULES_IN_A_DIRECTORY, 398 action: build.BUILD_MODULES_IN_DIRECTORIES, 402 action: build.BUILD_MODULES_IN_A_DIRECTORY, 406 action: build.BUILD_MODULES_IN_DIRECTORIES, 429 buildAction = flag.action
|
/build/make/tools/ |
D | checkowners.py | 13 action='store_true', default=False, 16 action='store_true', default=False,
|
D | generate-notice-files.py | 208 '-s', '--source-dir', required=True, action='append', 211 '-i', '--included-subdirs', action='append', 214 '-e', '--excluded-subdirs', action='append',
|
D | generate-enforce-rro-android-manifest.py | 37 '-u', '--use-package-name', action='store_true',
|
D | check_elf_file.py | 502 parser.add_argument('--shared-lib', action='append', default=[], 506 parser.add_argument('--skip-bad-elf-magic', action='store_true', 508 parser.add_argument('--skip-unknown-elf-machine', action='store_true', 510 parser.add_argument('--allow-undefined-symbols', action='store_true',
|
/build/soong/cmd/multiproduct_kati/ |
D | main.go | 391 action := &status.Action{ 395 mpctx.Status.StartAction(action) 398 Action: action, 467 Action: action, 473 func (f *failureCount) StartAction(action *status.Action, counts status.Counts) {}
|