/build/make/tools/ |
D | exercise_compare_builds | 8 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/ |
D | setup-android-build.sh | 47 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/ |
D | checktree | 40 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'.*')
|
D | process_wrapper_gdb.cmds | 1 run
|
/build/soong/cmd/sbox/sbox_proto/ |
D | sbox.proto | 20 // 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/ |
D | module_ctx_test.go | 128 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/ |
D | help.sh | 34 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:
|
D | README.md | 5 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.
|
D | Usage.txt | 18 <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/ |
D | soong_config_modules_test.go | 189 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/ |
D | README.md | 18 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/ |
D | demo.sh | 83 function run() { function 113 run $@
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | Main.java | 33 void run() { in run() method in Main 95 (new Main(errors, options)).run(); in main()
|
D | KatiCommandImpl.java | 43 public void run() { in run() method in KatiCommandImpl.OutputReader 74 public String run(String[] args) throws KatiException { in run() method in KatiCommandImpl
|
D | KatiCommand.java | 42 public String run(String[] args) throws KatiException; in run() method
|
/build/soong/finder/cmd/ |
D | finder.go | 71 err := run() 82 func run() error { func
|
/build/soong/ui/status/ninja_frontend/ |
D | README | 3 The only difference is the specification of a go_package. To regenerate frontend.pb.go, run regen.s…
|
D | frontend.proto | 29 // 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/ |
D | BUILD | 1 # This test requires bp2build to run and the generated BUILD files in the source tree.
|
/build/blueprint/proptools/ |
D | unpack_test.go | 1018 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/ |
D | bzl_conversion_test.go | 40 run := func() int { 47 os.Exit(run())
|
/build/soong/cmd/soong_ui/ |
D | main.go | 65 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/ |
D | TestRunner.java | 42 Result result = junit.run(CsvParserTest.class, in main()
|
/build/blueprint/pathtools/ |
D | fs_test.go | 111 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/ |
D | ninja.go | 48 go n.run() 79 func (n *NinjaReader) run() { func
|