Home
last modified time | relevance | path

Searched refs:run (Results 1 – 25 of 182) sorted by relevance

12345678

/build/make/tools/
Dexercise_compare_builds8 function run() function
24 run "Incremental build, Separate work dirs (invalid flag combo, should error out)" \
26 run "Use out/ as work dir, Separate work dirs (invalid flag combo, should error out)" \
31 run "REBUILD: Full builds, Same work dir, Whole out dir"
32 run "Full builds, Same work dir, Default subdirs" \
34 run "Full builds, Same work dir, Only $PRODUCT_OUT/system" \
37 run "REBUILD: Full builds, Use out/ as work dir, Whole out dir" \
39 run "Full builds, Use out/ as work dir, Default subdirs" \
41 run "Full builds, Use out/ as work dir, Only $PRODUCT_OUT/system" \
44 run "REBUILD: Full builds, Separate work dirs, Whole out dir" \
[all …]
Dwhichgit10 return subprocess.run(["build/soong/soong_ui.bash","--dumpvar-mode", var],
15 …product_out = subprocess.run(["build/soong/soong_ui.bash", "--dumpvar-mode", "--abs", "PRODUCT_OUT…
17 …result = subprocess.run(["cat", product_out + "/all_modules.txt"], check=True, capture_output=True…
33 result = subprocess.run(["./prebuilts/build-tools/linux-x86/bin/ninja", "-f",
45 result = subprocess.run(["build/soong/soong_ui.bash", "--build-mode", "--all-modules",
54 text = subprocess.run(["repo","list"], check=True, capture_output=True, text=True).stdout
/build/make/tests/
Db_tests.sh32 b build "$test_target" --run-soong-tests
33 b build --run-soong-tests "$test_target"
34 b --run-soong-tests build "$test_target"
40 b run $test_target -- --help >/dev/null
44 b run $(bmod fastboot) -- help
/build/soong/scripts/
Dsetup-android-build.sh47 if [[ -x ./run ]]; then
49 . <(sed -nr 's/^# *source=(.*)/oldsource=\1/p;s/^# *config=(.*)/oldconfig=\1/p' run)
60 cat >./run <<EOF
84 chmod +x ./run
/build/make/tools/finalization/
Dcommand-line-options.sh1 ARGV=$(getopt --options '' --long dry-run -- "$@")
5 --dry-run) repo_upload_dry_run_arg="--dry-run"; repo_branch="finalization-dry-run"; shift ;;
/build/soong/android/
Dandroid_test.go38 run := func() int {
45 os.Exit(run())
/build/make/core/
Dchecktree40 def run(command, regex, filt): function
78 have = run("p4 have ...", r'[^#]+#[0-9]+ - (.*)', r'.*')
81 files = run("find . -not -type d", r'.(.*)', r'.*')
84 added_depot_path = run("p4 opened ...", r'([^#]+)#.*', r'.*?#[0-9]+ - add .*');
90 added = run(where, r'(.*)', r'.*')
Dprocess_wrapper_gdb.cmds1 run
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto20 // A set of commands to run in a sandbox.
22 // A list of commands to run in the sandbox.
30 // SandboxManifest describes a command to run in the sandbox.
32 // A list of copy rules to run before the sandboxed command. The from field is relative to the
33 // $PWD when sbox was run, the to field is relative to the top of the temporary sandbox directory.
40 // The command to run.
43 // A list of copy rules to run after the sandboxed command. The from field is relative to the
44 // top of the temporary sandbox directory, the to field is relative to the $PWD when sbox was run.
/build/bazel/scripts/bp2build_progress/
DREADME.md20 b run //build/bazel/scripts/bp2build_progress -- <mode> <flags> ...
32 * --banchan : Whether to run Soong in a banchan configuration rather than lunch.
41 b run //build/bazel/scripts/bp2build_progress:bp2build_progress \
48 b run //build/bazel/scripts/bp2build_progress:bp2build_progress \
58 b run //build/bazel/scripts/bp2build_progress:bp2build_progress \
66 b run //build/bazel/scripts/bp2build_progress:bp2build_progress \
/build/bazel/scripts/
Danalyze_build23 ANDROID_BUILD_TOP=$TOP "$TOP/build/bazel/bin/bazel" run --config=bp2build --verbose_failures //buil…
/build/bazel/scripts/incremental_build/
Dincremental_build.sh34 run --config=bp2build --verbose_failures \
Dpretty.sh32 run --config=bp2build --verbose_failures \
Dclone.sh32 run --config=bp2build --verbose_failures \
Dincremental_build.py98 subprocess.run(
151 p = subprocess.run(cmd, shell=True, text=True, capture_output=True)
195 p = subprocess.run(
306 for run in itertools.count():
314 desc if run == 0 else f"rebuild-{run} after {desc}"
317 build_info.rebuild = run != 0
331 elif run == MAX_RUN_COUNT - 1:
337 if cuj_group != cuj_catalog.Warmup and run == 0:
/build/soong/ui/status/ninja_frontend/
DREADME3 The only difference is the specification of a go_package. To regenerate frontend.pb.go, run regen.s…
/build/make/
Dhelp.sh36 host Build all the host code (not to be run on a device) in the source tree
37 target Build all the target code (to be run on the device) in the source tree
61 So, for example, you could run:
/build/make/tools/product_config/src/com/android/build/config/
DKatiCommand.java42 public String run(String[] args) throws KatiException; in run() method
DMain.java33 void run() { in run() method in Main
95 (new Main(errors, options)).run(); in main()
/build/blueprint/
Dmodule_ctx_test.go128 run := func(ctx *Context) {
141 run(ctx)
161 run(ctx)
181 run(ctx)
255 run := func(ctx *Context) {
268 run(ctx)
288 run(ctx)
376 run := func(ctx *Context) {
388 run(ctx)
408 run(ctx)
[all …]
/build/soong/bin/
Dsoongdbg256 subprocess.run(["dot", "-Tsvg", "-o", args.svg],
278 proc = subprocess.run(["jq", jq_filter],
303 def run(self, args): member in BetweenCommand
321 def run(self, args): member in DepsCommand
343 def run(self, args): member in IdCommand
357 def run(self, args): member in JsonCommand
373 def run(self, args): member in QueryCommand
418 COMMANDS[args.command].run(args)
/build/bazel/examples/queryview/
DREADME.md18 Then, run `bazel query` with the `queryview` config, and `--query_file` pointing
19 to the file containing the query expression to run for the current product
/build/bazel/scripts/milestone-2/
Ddemo.sh83 function run() { function
113 run $@
/build/bazel/scripts/difftool/diffs/
Dnm.py71 …left_nm = subprocess.run(["nm", left_path], capture_output=True, encoding="utf-8").stdout.splitlin…
72 …right_nm = subprocess.run(["nm", right_path], capture_output=True, encoding="utf-8").stdout.splitl…
/build/bazel/examples/soong_config_variables/plus_os/
DREADME.md5 b run //build/bazel/examples/soong_config_variables/plus_os:build.bazel.examples.soong_config_varia…

12345678