/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/android/ |
D | android_test.go | 38 run := func() int { 45 os.Exit(run())
|
D | soong_config_modules_test.go | 102 run := func(t *testing.T, bp string, fs map[string][]byte) { 135 run(t, configBp+bp, nil) 139 run(t, importBp+bp, map[string][]byte{
|
/build/soong/bpf/ |
D | bpf_test.go | 41 run := func() int { 48 os.Exit(run())
|
/build/soong/sysprop/ |
D | sysprop_test.go | 48 run := func() int { 55 os.Exit(run()) 84 func run(t *testing.T, ctx *android.TestContext, config android.Config) { func 155 run(t, ctx, config)
|
/build/blueprint/proptools/ |
D | unpack_test.go | 737 run := func(b *testing.B, props []interface{}, input string) { 791 run(b, props, bp) 811 run(b, props, bp) 843 run(b, props, bp) 881 run(b, props, bp) 915 run(b, props, bp)
|
/build/soong/ui/status/ninja_frontend/ |
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.
|
D | README | 3 The only difference is the specification of a go_package. To regenerate frontend.pb.go, run regen.s…
|
/build/blueprint/ |
D | module_ctx_test.go | 108 run := func(ctx *Context) { 121 run(ctx) 145 run(ctx) 169 run(ctx)
|
D | README.md | 8 need to be run and their dependencies. Where most build systems use built-in
|
/build/soong/xml/ |
D | xml_test.go | 41 run := func() int { 48 os.Exit(run())
|
/build/make/ |
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/sh/ |
D | sh_binary_test.go | 27 run := func() int { 34 os.Exit(run())
|
/build/make/target/product/gsi/ |
D | init.vndk-27.rc | 2 # Set ro.vndk.version to 27 so that O-MR1-VENDOR can run latest GSI.
|
/build/soong/finder/cmd/ |
D | finder.go | 71 err := run() 82 func run() error { func
|
/build/soong/cmd/soong_ui/ |
D | main.go | 57 run func(ctx build.Context, config build.Config, args []string, logsDir string) member 71 run: make, 79 run: dumpVar, 87 run: dumpVars, 93 run: make, 216 c.run(buildCtx, config, args, logsDir)
|
/build/soong/java/ |
D | sdk_test.go | 392 run(t, ctx, config) 415 run(t, ctx, config) 441 run(t, ctx, config) 459 run(t, ctx, config)
|
/build/soong/ui/status/ |
D | ninja.go | 48 go n.run() 79 func (n *NinjaReader) run() { func
|
/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/cc/ndk_api_coverage_parser/ |
D | test_ndk_api_coverage_parser.py | 86 unittest.TextTestRunner(verbosity=3).run(suite)
|
/build/make/tools/docker/ |
D | README.md | 14 $ docker run -it --rm -v $ANDROID_BUILD_TOP:/src android-build-trusty
|
/build/soong/cmd/sbox/ |
D | sbox.go | 82 error := run() 105 func run() error { func
|