Searched refs:Labels (Results 1 – 8 of 8) sorted by relevance
/build/soong/remoteexec/ |
D | remoteexec_test.go | 33 Labels: map[string]string{"type": "compile", "lang": "cpp", "compiler": "clang"}, 46 Labels: map[string]string{"type": "compile", "lang": "cpp", "compiler": "clang"}, 71 Labels: map[string]string{"type": "compile", "lang": "cpp", "compiler": "clang"}, 87 Labels: map[string]string{"type": "compile", "lang": "cpp", "compiler": "clang"},
|
D | remoteexec.go | 67 Labels map[string]string member 114 labels := r.Labels
|
/build/soong/java/ |
D | dex.go | 40 Labels: map[string]string{"type": "compile", "compiler": "d8"}, 47 Labels: map[string]string{"type": "tool", "name": "soong_zip"}, 74 Labels: map[string]string{"type": "compile", "compiler": "r8"}, 81 Labels: map[string]string{"type": "tool", "name": "soong_zip"},
|
D | builder.go | 65 Labels: map[string]string{"type": "compile", "lang": "java", "compiler": "javac"}, 70 Labels: map[string]string{"type": "tool", "name": "soong_zip"}, 147 &remoteexec.REParams{Labels: map[string]string{"type": "tool", "name": "turbine"},
|
D | app_builder.go | 39 &remoteexec.REParams{Labels: map[string]string{"type": "tool", "name": "signapk"},
|
D | droiddoc.go | 1479 Labels: labels,
|
/build/soong/cc/ |
D | builder.go | 70 Labels: map[string]string{"type": "link", "tool": "clang"}, 86 Labels: map[string]string{"type": "link", "tool": "clang"}, 210 Labels: map[string]string{"type": "abi-dump", "tool": "header-abi-dumper"}, 228 Labels: map[string]string{"type": "tool", "name": "abi-linker"},
|
/build/blueprint/ |
D | context.go | 1456 pprof.Do(ctx, pprof.Labels("blueprint", "ResolveDependencies"), func(ctx context.Context) { 2039 pprof.Do(c.Context, pprof.Labels("blueprint", "PrepareBuildActions"), func(ctx context.Context) { 2099 pprof.Do(ctx, pprof.Labels("blueprint", "runMutators"), func(ctx context.Context) { 2104 pprof.Do(ctx, pprof.Labels("mutator", mutator.name), func(context.Context) { 3204 pprof.Do(c.Context, pprof.Labels("blueprint", "WriteBuildFile"), func(ctx context.Context) {
|