Home
last modified time | relevance | path

Searched refs:Output (Results 1 – 25 of 158) sorted by relevance

1234567

/build/soong/java/
Ddevice_host_converter_test.go56 deviceTurbineCombined := deviceModule.Output("turbine-combined/device_module.jar")
57 deviceJavac := deviceModule.Output("javac/device_module.jar")
58 deviceRes := deviceModule.Output("res/device_module.jar")
61 deviceImportCombined := deviceImportModule.Output("combined/device_import_module.jar")
64 hostJavac := hostModule.Output("javac/host_module.jar")
65 hostRes := hostModule.Output("res/host_module.jar")
66 combined := hostModule.Output("combined/host_module.jar")
67 resCombined := hostModule.Output("res-combined/host_module.jar")
71 deviceTurbineCombined.Output,
72 deviceImportCombined.Output,
[all …]
Dkotlin_test.go46 fooJar := ctx.ModuleForTests("foo", "android_common").Output("combined/foo.jar")
57 if !strings.Contains(fooJavac.Args["classpath"], fooKotlinc.Output.String()) {
59 fooJavac.Args["classpath"], fooKotlinc.Output.String())
62 if !inList(fooKotlinc.Output.String(), fooJar.Inputs.Strings()) {
64 fooJar.Inputs.Strings(), fooKotlinc.Output.String())
67 fooHeaderJar := ctx.ModuleForTests("foo", "android_common").Output("turbine-combined/foo.jar")
68 bazHeaderJar := ctx.ModuleForTests("baz", "android_common").Output("turbine-combined/baz.jar")
75 if !inList(fooHeaderJar.Output.String(), barKotlinc.Implicits.Strings()) {
77 fooHeaderJar.Output.String(), barKotlinc.Implicits.Strings())
80 if !inList(bazHeaderJar.Output.String(), barKotlinc.Implicits.Strings()) {
[all …]
Djava_test.go243 baz := ctx.ModuleForTests("baz", "android_common").Rule("javac").Output.String()
447 barJar := bar.Output("bar.jar").Output.String()
449 barWrapperDeps := barWrapper.Output("bar").Implicits.Strings()
452 libjniSO := libjni.Rule("Cp").Output.String()
585 barJar := barModule.Rule("combineJar").Output
587 bazJar := bazModule.Rule("combineJar").Output
588 sdklibStubsJar := ctx.ModuleForTests("sdklib.stubs", "android_common").Rule("combineJar").Output
711 baz := ctx.ModuleForTests("baz", "android_common").Rule("javac").Output.String()
717 if atestOptimize.Output == nil {
722 if atestNoOptimize.Output == nil {
[all …]
Dlint_test.go42 sboxProto := android.RuleBuilderSboxProtoForTests(t, foo.Output("lint.sbox.textproto"))
64 sboxProto := android.RuleBuilderSboxProtoForTests(t, foo.Output("lint.sbox.textproto"))
111 sboxProto := android.RuleBuilderSboxProtoForTests(t, foo.Output("lint.sbox.textproto"))
209 sboxProto := android.RuleBuilderSboxProtoForTests(t, foo.Output("lint.sbox.textproto"))
216 sboxProto = android.RuleBuilderSboxProtoForTests(t, bar.Output("lint.sbox.textproto"))
250 sboxProto := android.RuleBuilderSboxProtoForTests(t, foo.Output("lint.sbox.textproto"))
286 sboxProto := android.RuleBuilderSboxProtoForTests(t, foo.Output("lint.sbox.textproto"))
Dapp_test.go77 manifestFixer := foo.Output("manifest_fixer/AndroidManifest.xml")
78 expectedLinkImplicits = append(expectedLinkImplicits, manifestFixer.Output.String())
82 frameworkRes.Output("package-res.apk").Output.String())
85 compile := foo.Output(compiledResourceFiles[0])
93 list := foo.Output("aapt2/res.list")
94 expectedLinkImplicits = append(expectedLinkImplicits, list.Output.String())
97 res := result.ModuleForTests("foo", "android_common").Output("package-res.apk")
120 foo.Output(expectedOutput)
446 "android_arm64_armv8-a_sdk_29").Rule("partialLd").Output
448 "android_arm64_armv8-a_sdk_29").Rule("partialLd").Output
[all …]
Drro_test.go71 aapt2Flags := m.Output("package-res.apk").Args["flags"]
79 overlayList := android.PathsRelativeToTop(m.Output("aapt2/overlay.list").Inputs)
92 signedApk := m.Output("signed/foo.apk")
154 aapt2Flags := strings.Split(m.Output("package-res.apk").Args["flags"], " ")
172 aapt2Flags = strings.Split(m.Output("package-res.apk").Args["flags"], " ")
231 variant.Output(expected.apkPath)
241 res := variant.Output("package-res.apk")
Dapp_import_test.go49 signedApk := variant.Output("signed/foo.apk")
124 signedApk := variant.Output("signed/foo.apk")
158 signedApk := variant.Output("signed/foo.apk")
188 signedApk := variant.Output("signed/foo.apk")
264 jniRuleCommand := variant.Output("jnis-uncompressed/foo.apk").RuleParams.Command
397 jniRuleCommand := variant.Output("jnis-uncompressed/foo.apk").RuleParams.Command
546 jniRule := variant.Output("jnis-uncompressed/foo.apk").RuleParams.Command
552 jniRule = variant.Output("jnis-uncompressed/foo_presigned.apk").BuildParams.Rule.String()
582 jniRule := variant.Output("jnis-uncompressed/" + apkName).BuildParams.Rule.String()
Dhiddenapi_singleton.go188 Output: outputPath,
199 Output: outputPath,
223 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";").
227 Text("mv").Input(tempPath).Output(outputPath).Text(";").
/build/soong/ui/logger/
Dlogger.go72 Output(calldepth int, str string) error methodSpec
221 func (s *stdLogger) Output(calldepth int, str string) error { func
222 s.stderr.Output(calldepth+1, str)
223 return s.fileLogger.Output(calldepth+1, str)
230 s.stderr.Output(calldepth+1, str)
232 return s.fileLogger.Output(calldepth+1, str)
239 s.Output(2, output)
246 s.Output(2, output)
253 s.Output(2, output)
281 s.Output(2, output)
[all …]
/build/soong/android/
Ddeptag_test.go35 Output: outputFile,
98 if g, w := hostFoo.Implicits.Strings(), hostInstallDep.Output.String(); !InList(w, g) {
102 if g, w := hostFoo.Implicits.Strings(), hostTransitive.Output.String(); !InList(w, g) {
106 if g, w := hostInstallDep.Implicits.Strings(), hostTransitive.Output.String(); !InList(w, g) {
110 if g, w := hostFoo.Implicits.Strings(), hostDep.Output.String(); InList(w, g) {
119 if g, w := deviceFoo.OrderOnly.Strings(), deviceInstallDep.Output.String(); !InList(w, g) {
123 if g, w := deviceFoo.OrderOnly.Strings(), deviceTransitive.Output.String(); !InList(w, g) {
127 if g, w := deviceInstallDep.OrderOnly.Strings(), deviceTransitive.Output.String(); !InList(w, g) {
131 if g, w := deviceFoo.OrderOnly.Strings(), deviceDep.Output.String(); InList(w, g) {
Ddefaults_test.go34 Output: PathForModuleOut(ctx, "out"),
123 missingDefaults := result.ModuleForTests("missing_defaults", "").Output("out")
124 missingTransitiveDefaults := result.ModuleForTests("missing_transitive_defaults", "").Output("out")
Drule_builder_test.go107 Output(PathForOutput(ctx, "b"))
111 Output(PathForOutput(ctx, "c"))
134 Output(PathForOutput(ctx, "b"))
138 Output(PathForOutput(ctx, "c"))
323 Output(PathForOutput(ctx, "module/Output")).
335 Output(PathForOutput(ctx, "module/output2")).
350 Output(PathForOutput(ctx, "module/output3")).
571 Output(out).
654 AssertPathRelativeToTopEquals(t, "Output", wantOutput, params.Output)
675 check(t, module.Rule("rule"), module.Output(rspFile2),
[all …]
/build/soong/rust/
Dlibrary_test.go40 …libfooRlib := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_rlib_rlib-std").Output("libfoo.rlib…
41 libfooDylib := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_dylib").Output("libfoo.dylib.so")
42 …libfooStatic := ctx.ModuleForTests("libfoo.ffi", "linux_glibc_x86_64_static").Output("libfoo.ffi.a…
43 …libfooShared := ctx.ModuleForTests("libfoo.ffi", "linux_glibc_x86_64_shared").Output("libfoo.ffi.s…
81 libfooDylib := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_dylib").Output("libfoo.dylib.so")
135 libfooOutput := libfoo.Output("libfoo.so")
229 foo.Output("stripped/libfoo.dylib.so")
Dbindgen_test.go54 …libbindgen := ctx.ModuleForTests("libbindgen", "android_arm64_armv8-a_source").Output("bindings.rs…
92 …libbindgen := ctx.ModuleForTests("libbindgen", "android_arm64_armv8-a_source").Output("bindings.rs…
134 …libbindgen_cstd := ctx.ModuleForTests("libbindgen_cstd", "android_arm64_armv8-a_source").Output("b…
135 …td := ctx.ModuleForTests("libbindgen_cppstd", "android_arm64_armv8-a_source").Output("bindings.rs")
Dbenchmark_test.go33 outPath := testingModule.Output("my_bench").Output.String()
Dbinary_test.go109 fizzBuzz := ctx.ModuleForTests("fizz-buzz", "linux_glibc_x86_64").Output("fizz-buzz")
125 fizzOut := ctx.ModuleForTests("fizz", "android_arm64_armv8-a").Output("fizz")
159 fizzBuzz := ctx.ModuleForTests("fizz-buzz", "android_arm64_armv8-a").Output("fizz-buzz")
183 foo.Output("stripped/foo")
/build/soong/cc/
Dgen_test.go39 expected := "-I" + filepath.Dir(aidl.Output.String())
63 …aidlManifest := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_shared").Output("aidl.sbox.…
66 …if !inList("-I"+filepath.Dir(aidl.Output.String()), android.StringsRelativeToTop(ctx.Config(), lib…
Dlibrary_test.go33 libfooStatic := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_static").Output("libfoo.a")
62 libfooStatic := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_static").Output("libfoo.a")
88 libfooStatic := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_static").Output("libfoo.a")
114 libfooStatic := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_static").Output("libfoo.a")
140 libfooStatic := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_static").Output("libfoo.a")
171 libfooStatic := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_static").Output("libfoo.a")
Dbuilder.go519 Output: objFile,
532 Output: objFile,
600 Output: objFile,
617 Output: kytheFile,
640 Output: tidyFile,
665 Output: sAbiDumpFile,
703 Output: outputFile,
716 Output: outputFile,
803 Output: outputFile,
853 Output: outputFile,
[all …]
Dgenrule_test.go67 gen := ctx.ModuleForTests("gen", "android_arm_armv7-a-neon").Output("out_arm")
73 gen = ctx.ModuleForTests("gen", "android_arm64_armv8-a").Output("out_arm64")
108 gen := ctx.ModuleForTests("gen", "android_arm_armv7-a-neon").Output("out")
/build/soong/ui/terminal/
Dformat.go110 ret = fmt.Sprintf("FAILED: %s\n%s", targets, result.Output)
112 ret = fmt.Sprintf("FAILED: %s\n%s\n%s", targets, result.Command, result.Output)
114 } else if result.Output != "" {
115 ret = result.Output
/build/soong/makedeps/
Ddeps.go27 Output string member
61 ret.Output = outputs[0].Value(nil)
91 fmt.Fprintf(b, "%s:", replacer.Replace(d.Output))
/build/soong/apex/
Dbuilder.go224 Output: manifestJsonFullOut,
240 Output: a.manifestJsonOut,
249 Output: a.manifestPbOut,
281 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output)
283 rule.Command().Text("echo").Text(">>").Output(output)
285 …nd().Text("echo").Flag("/apex_manifest\\\\.pb u:object_r:system_file:s0").Text(">>").Output(output)
286 rule.Command().Text("echo").Flag("/ u:object_r:system_file:s0").Text(">>").Output(output)
296 …xt(`'/object_r/{printf("` + apexPath + `%s\n", $0)}'`).Input(fileContexts).Text(">").Output(output)
298 rule.Command().Text("echo").Text(">>").Output(output)
300 …("echo").Flag(apexPath + `/apex_manifest\\.pb u:object_r:system_file:s0`).Text(">>").Output(output)
[all …]
Dapex_singleton.go92 Output: s.allowedApexDepsInfoCheckResult,
100 Output: newAllowedDeps,
106 Output: s.allowedApexDepsInfoCheckResult,
/build/soong/ui/status/
Dkati_test.go92 if output.result.Output != msg {
93 t.Errorf("output for action did not match:\nwant: %q\n got: %q\n", msg, output.result.Output)
100 if output.result.Output != "" {
101 t.Errorf("expected no output for last action, but got %q", output.result.Output)

1234567