Home
last modified time | relevance | path

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

123

/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/android/
Dandroid_test.go38 run := func() int {
45 os.Exit(run())
Dsoong_config_modules_test.go102 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/
Dbpf_test.go41 run := func() int {
48 os.Exit(run())
/build/soong/sysprop/
Dsysprop_test.go48 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/
Dunpack_test.go737 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/
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.
DREADME3 The only difference is the specification of a go_package. To regenerate frontend.pb.go, run regen.s…
/build/blueprint/
Dmodule_ctx_test.go108 run := func(ctx *Context) {
121 run(ctx)
145 run(ctx)
169 run(ctx)
DREADME.md8 need to be run and their dependencies. Where most build systems use built-in
/build/soong/xml/
Dxml_test.go41 run := func() int {
48 os.Exit(run())
/build/make/
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/sh/
Dsh_binary_test.go27 run := func() int {
34 os.Exit(run())
/build/make/target/product/gsi/
Dinit.vndk-27.rc2 # Set ro.vndk.version to 27 so that O-MR1-VENDOR can run latest GSI.
/build/soong/finder/cmd/
Dfinder.go71 err := run()
82 func run() error { func
/build/soong/cmd/soong_ui/
Dmain.go57 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/
Dsdk_test.go392 run(t, ctx, config)
415 run(t, ctx, config)
441 run(t, ctx, config)
459 run(t, ctx, config)
/build/soong/ui/status/
Dninja.go48 go n.run()
79 func (n *NinjaReader) run() { func
/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/cc/ndk_api_coverage_parser/
Dtest_ndk_api_coverage_parser.py86 unittest.TextTestRunner(verbosity=3).run(suite)
/build/make/tools/docker/
DREADME.md14 $ docker run -it --rm -v $ANDROID_BUILD_TOP:/src android-build-trusty
/build/soong/cmd/sbox/
Dsbox.go82 error := run()
105 func run() error { func

123