Home
last modified time | relevance | path

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

123

/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 …]
/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/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/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/make/
Dhelp.sh34 host Build all the host code (not to be run on a device) in the source tree
35 target Build all the target code (to be run on the device) in the source tree
57 So, for example, you could run:
DREADME.md5 For documentation on how to run a build, see [Usage.txt](Usage.txt)
20 graph of the two systems can be combined and run as one.
DUsage.txt18 <product> is the device that the created image is intended to be run on.
47 every command run, along with its outputs. This is similar to the
70 -j Autodetect the number of processes to run at once,
71 and run that many
/build/soong/android/
Dsoong_config_modules_test.go189 run := func(t *testing.T, bp string, fs MockFS) {
306 run(t, configBp+bp, nil)
310 run(t, importBp+bp, map[string][]byte{
/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/make/tools/product_config/src/com/android/build/config/
DMain.java33 void run() { in run() method in Main
95 (new Main(errors, options)).run(); in main()
DKatiCommandImpl.java43 public void run() { in run() method in KatiCommandImpl.OutputReader
74 public String run(String[] args) throws KatiException { in run() method in KatiCommandImpl
DKatiCommand.java42 public String run(String[] args) throws KatiException; in run() method
/build/soong/finder/cmd/
Dfinder.go71 err := run()
82 func run() error { func
/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…
Dfrontend.proto29 // Number of jobs Ninja will run in parallel.
39 // Edge identification number, unique to a Ninja run.
56 // Edge identification number, unique to a Ninja run.
/build/bazel/tests/bionic/
DBUILD1 # This test requires bp2build to run and the generated BUILD files in the source tree.
/build/blueprint/proptools/
Dunpack_test.go1018 run := func(b *testing.B, props []interface{}, input string) {
1072 run(b, props, bp)
1092 run(b, props, bp)
1124 run(b, props, bp)
1162 run(b, props, bp)
1196 run(b, props, bp)
/build/soong/bp2build/
Dbzl_conversion_test.go40 run := func() int {
47 os.Exit(run())
/build/soong/cmd/soong_ui/
Dmain.go65 run func(ctx build.Context, config build.Config, args []string, logsDir string) member
77 run: runMake,
85 run: dumpVar,
93 run: dumpVars,
99 run: runMake,
289 c.run(buildCtx, config, args, logsDir)
/build/make/tools/product_config/test/com/android/build/config/
DTestRunner.java42 Result result = junit.run(CsvParserTest.class, in main()
/build/blueprint/pathtools/
Dfs_test.go111 run := func(t *testing.T, fs FileSystem) {
127 run(t, OsFs)
131 run(t, NewOsFs(testdataDir))
137 run(t, NewOsFs(filepath.Join(wd, testdataDir)))
/build/soong/ui/status/
Dninja.go48 go n.run()
79 func (n *NinjaReader) run() { func

123