Home
last modified time | relevance | path

Searched refs:out (Results 1 – 25 of 187) sorted by relevance

12345678

/build/blueprint/proptools/
Dclone_test.go25 out interface{}
36 out: &struct{ B1, B2 bool }{
46 out: &struct{ S string }{
55 out: &struct{ S []string }{
64 out: &struct{ S []string }{
71 out: &struct{ S []string }{},
80 out: &struct{ S []struct{ T string } }{
92 out: &struct{ B1, B2 *bool }{
102 out: &struct{ S *string }{
111 out: &struct{ S *int64 }{
[all …]
Dtypeequal_test.go25 out bool
31 out: true,
37 out: false,
43 out: true,
49 out: false,
55 out: true,
61 out: false,
67 out: true,
73 out: false,
79 out: true,
[all …]
Dfilter_test.go40 out interface{}
50 out: &struct {
60 out: nil,
68 out: &struct {
83 out: &struct {
97 out: nil,
107 out: &struct {
121 out: &struct {
133 out: nil,
141 out: &struct {
[all …]
Descape_test.go25 out string member
32 out: `test`,
37 out: `$$test`,
42 out: `test$$`,
47 out: `$$test$$`,
55 out: `test`,
60 out: `'$test'`,
65 out: `'test$'`,
70 out: `'$test$'`,
97 if got != testCase.out {
[all …]
Dextend_test.go28 out interface{} member
52 out: &struct{ B1, B2, B3, B4 bool }{
73 out: &struct{ B1, B2, B3, B4 bool }{
89 out: &struct{ S string }{
101 out: &struct{ S string }{
130 out: &struct{ B1, B2, B3, B4, B5, B6, B7, B8, B9 *bool }{
166 out: &struct{ B1, B2, B3, B4, B5, B6, B7, B8, B9 *bool }{
203 out: &struct{ I1, I2, I3, I4, I5, I6, I7, I8, I9 *int64 }{
224 out: &struct{ I1, I2, I3 *int64 }{
241 out: &struct{ S1, S2, S3, S4 *string }{
[all …]
/build/soong/android/
Dexpand_test.go40 out string
46 out: "abc",
51 out: "abc",
56 out: "defabc",
61 out: "abcdef",
66 out: "defabcdef",
71 out: "",
76 out: "def",
81 out: "def",
86 out: "defdef",
[all …]
Dutil_test.go26 out []string
30 out: []string{"a"},
34 out: []string{"a", "b"},
38 out: []string{"a"},
42 out: []string{"a", "b"},
46 out: []string{"b", "a"},
50 out: []string{"a", "b"},
54 out: []string{"a", "b"},
58 out: []string{"liblog", "libdl", "libc++", "libc", "libm"},
65 out := imp(in)
[all …]
Dpaths_test.go30 out string member
37 out: "",
41 out: "a/b",
45 out: "a/b/c",
49 out: ".",
53 out: ".",
57 out: "",
62 out: "",
67 out: "",
72 out: "",
[all …]
Darch_test.go42 out interface{}
52 out: &struct {
67 out: &struct {
80 out: nil,
88 out: &struct {
103 out: &struct {
117 out: nil,
127 out: &struct {
141 out: &struct {
153 out: nil,
[all …]
/build/soong/java/
Djacoco_test.go21 name, in, out string
26 out: "package/Class.class",
31 out: "package/Class*.class",
36 out: "package/*.class",
41 out: "package/**/*.class",
46 out: "**/*.class",
51 out: "*.class",
61 if got != testCase.out {
62 t.Errorf("expected %q got %q", testCase.out, got)
72 out string
[all …]
/build/soong/bpfix/bpfix/
Dbpfix_test.go128 func runPass(t *testing.T, in, out string, innerTest func(*Fixer) error) {
129 expected, err := Reformat(out)
155 out, err := parser.Print(fixer.tree)
161 got = string(out)
175 out string
186 out: `
206 out: `
235 out: `
253 runPass(t, test.in, test.out, func(fixer *Fixer) error {
264 out string
[all …]
/build/soong/finder/fs/
Dreaddir_test.go28 out []*dirEntryInfo
46 out: []*dirEntryInfo{
66 out: []*dirEntryInfo{
86 out: []*dirEntryInfo{
106 out: []*dirEntryInfo{
125 out: []*dirEntryInfo{
157 out: []*dirEntryInfo{
189 out: []*dirEntryInfo{
199 out: nil,
215 out: []*dirEntryInfo{
[all …]
/build/soong/third_party/zip/
Dandroid_test.go25 out []byte
30 out: []byte{},
35 out: []byte{1, 2, 3},
40 out: []byte{2, 0, 2, 0, 1, 2},
45 out: []byte{2, 0, 2, 0, 1, 2, 2, 0, 0, 0},
50 out: []byte{},
55 out: []byte{2, 0, 0, 0},
60 out: []byte{0, 0, 8, 0, 0, 0},
65 out: []byte{2, 0, 0, 0},
72 if !bytes.Equal(got, testcase.out) {
[all …]
/build/make/tools/signapk/test/
Drun5 all: out/signed-$(package)
8 rm -rf out
12 DSAPARAM := out/dsaparam
15 umask 0077 && openssl dsaparam -out $@ 1024
19 umask 0077 && openssl gendsa -out $@.pk~ $(DSAPARAM)
21 -in $@.pk~ -out $@.pk
22 umask 0077 && openssl req -new -x509 -key $@.pk -out $@ -days 1095 \
25 cert := out/key1.pem
26 out/signed-$(package): $(package) $(cert)
30 -key $(cert).pk -cert $(cert) -tempdir out
/build/make/tools/droiddoc/test/stubs/
Dfunc.sh17 export A_STUBS=out/stubs/a/stubs
18 export B_STUBS=out/stubs/b/stubs
19 export EXPECTED_STUBS=out/stubs/expected/stubs
28 OBJ_DIR=out/stubs/$ID
36 LD_LIBRARY_PATH=out/host/$PLATFORM/lib \
40 -J-Djava.library.path=out/host/$PLATFORM/lib \
44 …-docletpath out/host/$PLATFORM/framework/clearsilver.jar:out/host/$PLATFORM/framework/droiddoc.jar…
46 …sspath out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/J…
47 …RC_DIR:out/target/common/obj/JAVA_LIBRARIES/core_intermediates/classes.jar:out/target/common/obj/J…
63 OBJ_DIR=out/stubs/$ID
/build/soong/genrule/
Dgenrule_test.go141 out: ["out"],
150 out: ["out"],
159 out: ["out"],
168 out: ["out"],
178 out: ["out"],
187 out: ["out"],
196 out: ["out"],
205 out: ["out"],
214 out: ["out"],
223 out: ["out"],
[all …]
/build/make/tools/releasetools/
Drangelib.py146 out = []
150 out.append(str(s))
152 out.append(str(s) + "-" + str(e-1))
153 return " ".join(out)
168 out = []
173 out.append(p)
175 return RangeSet(data=out)
186 out = []
191 out.append(p)
193 return RangeSet(data=out)
[all …]
/build/soong/python/
Dbuilder.go33 Command: `$parCmd -o $out $args`,
40 Command: `$mergeParCmd $out $in`,
48 `echo "#!/usr/bin/env python" >${out}.prefix &&` +
49 `$mergeParCmd -p --prefix ${out}.prefix -pm $stub $out $srcsZips && ` +
50 `chmod +x $out && (rm -f $stub; rm -f ${out}.prefix)`,
57 Command: `rm -f $out.main && ` +
58 `sed 's/ENTRY_POINT/$main/' build/soong/python/scripts/main.py >$out.main &&` +
59 `$mergeParCmd -p -pm $out.main --prefix $launcher $out $srcsZips && ` +
60 `chmod +x $out && rm -rf $out.main`,
67 Command: `$mergeParCmd -p --prefix $launcher $out $srcsZips && ` +
[all …]
/build/soong/cmd/javac_wrapper/
Djavac_wrapper_test.go25 in, out string
29 out: "\x1b[1mFile.java:40: \x1b[31merror:\x1b[0m\x1b[1m cannot find symbol\x1b[0m\n",
33 out: "import static com.blah.SYMBOL;\n",
37 out: "\x1b[1m \x1b[32m^\x1b[0m\x1b[1m \x1b[0m\n",
41out: "\x1b[1mFile.java:398: \x1b[35mwarning:\x1b[0m\x1b[1m [RectIntersectReturnValueIgnored] Retur…
45 out: "\x1b[1m\x1b[35mwarning:\x1b[0m\x1b[1m [options] blah\x1b[0m\n",
49 out: " (see http://go/errorprone/bugpattern/RectIntersectReturnValueIgnored.md)\n",
61 out: "\n",
65 out: "\n",
76 out: "\n",
[all …]
/build/make/tools/fs_config/
DAndroid.bp45 …d-header=$(location :android_filesystem_config_header) $(locations :target_fs_config_gen) >$(out)",
50 out: ["generated_oem_aid.h"],
66 …d-header=$(location :android_filesystem_config_header) $(locations :target_fs_config_gen) >$(out)",
71 out: ["passwd"],
83 …d-header=$(location :android_filesystem_config_header) $(locations :target_fs_config_gen) >$(out)",
88 out: ["passwd"],
101 …d-header=$(location :android_filesystem_config_header) $(locations :target_fs_config_gen) >$(out)",
106 out: ["passwd"],
119 …d-header=$(location :android_filesystem_config_header) $(locations :target_fs_config_gen) >$(out)",
124 out: ["passwd"],
[all …]
/build/make/core/
Dconfig_sanitizers.mk29 my_global_sanitize := $(filter-out integer_overflow,$(my_global_sanitize))
30 my_global_sanitize_diag := $(filter-out integer_overflow,$(my_global_sanitize_diag))
36 my_global_sanitize := $(filter-out integer_overflow,$(my_global_sanitize))
37 my_global_sanitize_diag := $(filter-out integer_overflow,$(my_global_sanitize_diag))
40 my_global_sanitize := $(filter-out integer_overflow,$(my_global_sanitize))
41 my_global_sanitize_diag := $(filter-out integer_overflow,$(my_global_sanitize_diag))
51 my_global_sanitize := $(filter-out cfi,$(my_global_sanitize))
52 my_global_sanitize_diag := $(filter-out cfi,$(my_global_sanitize_diag))
121 my_sanitize := $(filter-out cfi,$(my_sanitize))
122 my_sanitize_diag := $(filter-out cfi,$(my_sanitize_diag))
[all …]
/build/soong/cmd/extract_linker/
Dmain_test.go25 out string
30 out: "\n",
35 out: ".byte 127,69,76,70,2,1\n",
48out: ".byte 127,69,76,70,2,1,1,0,0,0,0,0,0,0,0,0,48,0,62,0,1,0,0,0,80,152,2,0,0,0,0,0,64,0,0,0,0,0…
58 if buf.String() != testcase.out {
59 t.Errorf("input: %#v\n want: %q\n got: %q\n", testcase.in, testcase.out, buf.String())
/build/soong/androidmk/parser/
Dparser_test.go25 out []Node
30 out: []Node{
49 if len(got) != len(test.out) {
50 t.Fatalf("length mismatch, expected %d nodes, got %d", len(test.out), len(got))
54 if got[i].Dump() != test.out[i].Dump() {
56 i, test.out[i], test.out[i].Dump(), got[i], got[i].Dump())
/build/soong/ui/build/
Denvironment.go68 out := (*e)[:0]
73 out = append(out, env)
75 *e = out
80 out := (*e)[:0]
85 out = append(out, env)
87 *e = out
92 out := (*e)[:0]
95 out = append(out, env)
98 *e = out
/build/soong/cc/
Dsnapshot_utils.go70 func copyFile(ctx android.SingletonContext, path android.Path, out string) android.OutputPath {
71 outPath := android.PathForOutput(ctx, out)
76 Description: "Cp " + out,
84 func combineNotices(ctx android.SingletonContext, paths android.Paths, out string) android.OutputPa…
85 outPath := android.PathForOutput(ctx, out)
90 Description: "combine notices for " + out,
95 func writeStringToFile(ctx android.SingletonContext, content, out string) android.OutputPath {
96 outPath := android.PathForOutput(ctx, out)
100 Description: "WriteFile " + out,

12345678