Searched refs:Labels (Results 1 – 8 of 8) sorted by relevance
/build/soong/remoteexec/ |
D | remoteexec_test.go | 31 Labels: map[string]string{"type": "compile", "lang": "cpp", "compiler": "clang"}, 44 Labels: map[string]string{"type": "compile", "lang": "cpp", "compiler": "clang"}, 69 Labels: map[string]string{"type": "compile", "lang": "cpp", "compiler": "clang"}, 85 Labels: map[string]string{"type": "compile", "lang": "cpp", "compiler": "clang"},
|
D | remoteexec.go | 68 Labels map[string]string member 107 labels := r.Labels
|
/build/soong/java/ |
D | dex.go | 100 Labels: map[string]string{"type": "compile", "compiler": "d8"}, 107 Labels: map[string]string{"type": "tool", "name": "soong_zip"}, 137 Labels: map[string]string{"type": "compile", "compiler": "r8"}, 145 Labels: map[string]string{"type": "tool", "name": "soong_zip"}, 152 Labels: map[string]string{"type": "tool", "name": "soong_zip"},
|
D | app_builder.go | 39 &remoteexec.REParams{Labels: map[string]string{"type": "tool", "name": "signapk"},
|
D | lint.go | 362 Labels: map[string]string{"type": "tool", "name": "lint"},
|
D | droidstubs.go | 409 Labels: labels,
|
/build/soong/cc/ |
D | builder.go | 73 Labels: map[string]string{"type": "link", "tool": "clang"}, 90 Labels: map[string]string{"type": "link", "tool": "clang"}, 205 Labels: map[string]string{"type": "lint", "tool": "clang-tidy", "lang": "cpp"}, 243 Labels: map[string]string{"type": "abi-dump", "tool": "header-abi-dumper"}, 263 Labels: map[string]string{"type": "tool", "name": "abi-linker"},
|
/build/blueprint/ |
D | context.go | 1552 pprof.Do(ctx, pprof.Labels("blueprint", "ResolveDependencies"), func(ctx context.Context) { 2349 pprof.Do(c.Context, pprof.Labels("blueprint", "PrepareBuildActions"), func(ctx context.Context) { 2411 pprof.Do(ctx, pprof.Labels("blueprint", "runMutators"), func(ctx context.Context) { 2416 pprof.Do(ctx, pprof.Labels("mutator", mutator.name), func(context.Context) { 3587 pprof.Do(c.Context, pprof.Labels("blueprint", "WriteBuildFile"), func(ctx context.Context) {
|