Home
last modified time | relevance | path

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

12345

/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.go295 baz := ctx.ModuleForTests("baz", "android_common").Rule("javac").Output.String()
466 barJar := bar.Output("bar.jar").Output.String()
468 barWrapperDeps := barWrapper.Output("bar").Implicits.Strings()
559 barJar := ctx.ModuleForTests("bar", "android_common").Rule("combineJar").Output
560 bazJar := ctx.ModuleForTests("baz", "android_common").Rule("combineJar").Output
561 sdklibStubsJar := ctx.ModuleForTests("sdklib.stubs", "android_common").Rule("combineJar").Output
634 …libStubsJar := ctx.ModuleForTests("sdklib.stubs"+scope, "android_common").Rule("combineJar").Output
778 baz := ctx.ModuleForTests("baz", "android_common").Rule("javac").Output.String()
784 if atestOptimize.Output == nil {
789 if atestNoOptimize.Output == nil {
[all …]
Dapp_test.go83 manifestFixer := foo.Output("manifest_fixer/AndroidManifest.xml")
84 expectedLinkImplicits = append(expectedLinkImplicits, manifestFixer.Output.String())
88 frameworkRes.Output("package-res.apk").Output.String())
91 compile := foo.Output(compiledResourceFiles[0])
102 list := foo.Output("aapt2/res.list")
103 expectedLinkImplicits = append(expectedLinkImplicits, list.Output.String())
106 res := ctx.ModuleForTests("foo", "android_common").Output("package-res.apk")
132 foo.Output(expectedOutput)
153 params := module.Output(packedSplitApks)
225 params := module.Output(packedSplitApks)
[all …]
Daapt2.go117 Output: flata,
172 Output: resFileList,
186 Output: overlayFileList,
204 Output: packageRes,
213 Output: linkOutput,
237 Output: out,
Dapp_builder.go72 Output: unsignedApk,
142 Output: outputFile,
184 Output: mungedPackage,
195 Output: mungedDexJar,
211 Output: outputFile,
246 Output: outputFile,
/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/rust/
Dlibrary_test.go40 libfooRlib := ctx.ModuleForTests("libfoo", "linux_glibc_x86_64_rlib").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")
Dtest_test.go31 outPath := testingModule.Output("my_test").Output.String()
Dclippy_test.go35 ctx.ModuleForTests("libfoo", "android_arm64_armv8-a_dylib").Output("libfoo.dylib.so")
41 ctx.ModuleForTests("libfoobar", "android_arm64_armv8-a_dylib").Output("libfoobar.dylib.so")
Dbinary_test.go36 fizzBuzz := ctx.ModuleForTests("fizz-buzz", "linux_glibc_x86_64").Output("fizz-buzz")
37 …fizzBuzzDynamic := ctx.ModuleForTests("fizz-buzz-dynamic", "linux_glibc_x86_64").Output("fizz-buzz…
/build/soong/cc/
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.go463 Output: objFile,
476 Output: objFile,
541 Output: objFile,
557 Output: kytheFile,
575 Output: tidyFile,
600 Output: sAbiDumpFile,
638 Output: outputFile,
651 Output: outputFile,
737 Output: outputFile,
786 Output: outputFile,
[all …]
Dsnapshot_utils.go75 Output: outPath,
89 Output: outPath,
99 Output: outPath,
Dgen_test.go37 if !inList("-I"+filepath.Dir(aidl.Output.String()), libfoo.flags.Local.CommonFlags) {
61 if !inList("-I"+filepath.Dir(aidl.Output.String()), libfoo.flags.Local.CommonFlags) {
Dproto_test.go32 proto := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_shared").Output("proto/a.pb.cc")
56 proto := ctx.ModuleForTests("libfoo", "android_arm_armv7-a-neon_shared").Output("proto/a.pb.cc")
/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))
Ddeps_test.go37 Output: "build/ninja.o",
51 Output: "out",
61 Output: "foo.o",
69 Output: "foo.o",
82 Output: `Project\Dir\Build\Release8\Foo\Foo.res`,
95 Output: `a bc def`,
103 Output: `\!\@#$\%\^\&\`,
123 Output: "C:/Program Files (x86)/Microsoft crtdefs.h",
142 Output: "b",
158 Output: "",
[all …]
/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)
Dlog.go69 if result.Output != "" {
70 fmt.Fprintln(v.w, result.Output)
127 fmt.Fprintf(e.w, "Output:\n%s\n", result.Output)
177 Output: proto.String(result.Output),
/build/soong/apex/
Dbuilder.go207 Output: manifestJsonFullOut,
222 Output: a.manifestJsonOut,
231 Output: a.manifestPbOut,
261 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output)
263 rule.Command().Text("echo").Text(">>").Output(output)
265 …nd().Text("echo").Flag("/apex_manifest\\\\.pb u:object_r:system_file:s0").Text(">>").Output(output)
266 rule.Command().Text("echo").Flag("/ u:object_r:system_file:s0").Text(">>").Output(output)
302 Output(output)
352 Output: output,
436 Output: imageContentFile,
[all …]
/build/soong/android/
Ddefaults_test.go37 Output: PathForModuleOut(ctx, "out"),
143 missingDefaults := ctx.ModuleForTests("missing_defaults", "").Output("out")
144 missingTransitiveDefaults := ctx.ModuleForTests("missing_transitive_defaults", "").Output("out")
/build/make/tools/fs_config/
Dfs_config.go52 rule.Command().Text("rm -rf").Output(path)
53 rule.Command().Text("touch").Output(path)
/build/soong/xml/
Dxml.go87 Output: p.timestampFilePath(ctx),
99 Output: p.timestampFilePath(ctx),
115 Output: p.timestampFilePath(ctx),

12345