Home
last modified time | relevance | path

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

123456

/build/soong/cc/
Dcc_test.go10 out []string
14 out: []string{"a"},
18 out: []string{"a", "b"},
22 out: []string{"a"},
26 out: []string{"b", "a"},
30 out: []string{"b", "a"},
34 out: []string{"a", "b"},
38 out: []string{"a", "b"},
42 out: []string{"liblog", "libc++", "libdl", "libc", "libm"},
48 out := lastUniqueElements(testCase.in)
[all …]
/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 }{},
79 out: &struct{ B1, B2 *bool }{
89 out: &struct{ S *string }{
100 out: &struct{ S struct{ S string } }{
113 out: &struct{ S *struct{ S string } }{
[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 …]
Dextend_test.go28 out interface{}
49 out: &struct{ B1, B2, B3, B4 bool }{
70 out: &struct{ B1, B2, B3, B4 bool }{
86 out: &struct{ S string }{
98 out: &struct{ S string }{
127 out: &struct{ B1, B2, B3, B4, B5, B6, B7, B8, B9 *bool }{
163 out: &struct{ B1, B2, B3, B4, B5, B6, B7, B8, B9 *bool }{
186 out: &struct{ S1, S2, S3, S4 *string }{
203 out: &struct{ S1, S2, S3, S4 *string }{
219 out: &struct{ S []string }{
[all …]
/build/soong/common/
Dpaths_test.go27 out string member
34 out: "",
38 out: "a/b",
42 out: "a/b/c",
46 out: ".",
50 out: ".",
54 out: "",
59 out: "",
64 out: "",
69 out: "",
[all …]
/build/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/tools/releasetools/
Drangelib.py116 out = []
120 out.append(str(s))
122 out.append(str(s) + "-" + str(e-1))
123 return " ".join(out)
138 out = []
143 out.append(p)
145 return RangeSet(data=out)
156 out = []
161 out.append(p)
163 return RangeSet(data=out)
[all …]
/build/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/kati/
DMakefile.kati18 KATI_GOPATH:=$$(pwd)/out
20 KATI_GOPATH:=$$(pwd)/out:$${GOPATH}
24 -rm -f out/bin/kati
26 cp out/bin/kati $@
29 -rm -rf out/{src,pkg/*}/github.com/google/kati
30 mkdir -p out/{src,pkg/*}/github.com/google/kati
31 cp -a $(GO_SRCS) cmd out/src/github.com/google/kati
39 rm -rf out kati go_src_stamp
Dninja_test.go118out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/ && echo "host C++: llvm-rs-cc <= fram…
119out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/ && echo "host C++: llvm-rs-cc <= fram…
120 depfile: `out/host/linux-x86/obj/EXECUTABLES/llvm-rs-cc_intermediates/llvm-rs-cc.P`,
123out/target/product/generic/obj/SHARED_LIBRARIES/libsonivox_intermediates/lib_src/ && prebuilts/gcc…
127out/target/common/obj/APPS/Galaxy4_intermediates/src/renderscript && mkdir -p out/target/common/ob…
131out/target/product/generic/obj/SHARED_LIBRARIES/libclcore.bc_intermediates/arch/) && (prebuilts/cl…
132out/target/product/generic/obj/SHARED_LIBRARIES/libclcore.bc_intermediates/arch/) && (prebuilts/cl…
133 …depfile: `out/target/product/generic/obj/SHARED_LIBRARIES/libclcore.bc_intermediates/arch/generic.…
Dfind.cc121 string* out) const = 0;
136 string* out) const { in PrintIfNecessary()
141 *out += path; in PrintIfNecessary()
142 *out += ' '; in PrintIfNecessary()
157 string* out) const override { in RunFind()
158 PrintIfNecessary(fc, *path, type_, d, out); in RunFind()
227 string* out) const override { in RunFind()
240 *out += *path; in RunFind()
241 *out += ' '; in RunFind()
246 PrintIfNecessary(fc, *path, DT_DIR, d, out); in RunFind()
[all …]
Dpack.sh21 rm -fr out/kati
22 mkdir out/kati
23 git archive --prefix src/ master | tar -C out/kati -xvf -
25 cd out/kati
D.gitignore7 out/
12 bench-old.out
13 bench-new.out
Dfind_test.cc41 string out; in main() local
42 if (!FindEmulator::Get()->HandleFind(cmd, fc, &out)) { in main()
47 for (StringPiece tok : WordScanner(out)) { in main()
Dstrutil.cc140 void AppendString(StringPiece str, string* out) { in AppendString() argument
141 out->append(str.begin(), str.end()); in AppendString()
196 string* out) const { in AppendSubst()
199 AppendString(subst, out); in AppendSubst()
202 AppendString(str, out); in AppendSubst()
210 AppendString(subst, out); in AppendSubst()
213 AppendString(subst.substr(0, subst_percent_index), out); in AppendSubst()
215 str.size() - pat_.size() + 1), out); in AppendSubst()
216 AppendString(subst.substr(subst_percent_index + 1), out); in AppendSubst()
220 AppendString(str, out); in AppendSubst()
[all …]
/build/blueprint/
Dsplice_modules_test.go35 out []*moduleInfo
43 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC},
51 out: []*moduleInfo{testModuleA, testModuleD, testModuleE, testModuleC},
59 out: []*moduleInfo{testModuleA, testModuleB, testModuleD, testModuleE},
67 out: []*moduleInfo{testModuleD, testModuleE},
75 out: []*moduleInfo{testModuleD, testModuleE, testModuleB, testModuleC},
83 out: []*moduleInfo{testModuleA, testModuleD, testModuleE, testModuleC},
91 out: []*moduleInfo{testModuleA, testModuleB, testModuleD, testModuleE},
99 out: []*moduleInfo{testModuleD, testModuleE},
110 if !reflect.DeepEqual(got, testCase.out) {
[all …]
Dbuild.ninja.in38 …p.chooseStageCmd} --current ${current} --bootstrap ${g.bootstrap.bootstrapManifest} -o ${out} ${in}
42 …command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.compileCmd} -o ${out} -p ${pkgPath} -comple…
43 description = compile ${out}
46 command = cp ${in} ${out}
47 description = cp ${out}
50 command = GOROOT='${g.bootstrap.goRoot}' ${g.bootstrap.linkCmd} -o ${out} ${libDirFlags} ${in}
51 description = link ${out}
204 build ${g.bootstrap.buildDir}/.bootstrap/choosestage/obj/a.out: $
208 default ${g.bootstrap.buildDir}/.bootstrap/choosestage/obj/a.out
211 ${g.bootstrap.buildDir}/.bootstrap/choosestage/obj/a.out
[all …]
/build/tools/rgb2565/
Dto565.c32 unsigned short out; in to_565_raw() local
35 out = to565(in[0],in[1],in[2]); in to_565_raw()
36 write(1, &out, 2); in to_565_raw()
44 unsigned short out; in to_565_raw_dither() local
65 out = to565(rb, gb, bb); in to_565_raw_dither()
66 write(1, &out, 2); in to_565_raw_dither()
75 e = r - from565_r(out); in to_565_raw_dither()
78 e = g - from565_g(out); in to_565_raw_dither()
81 e = b - from565_b(out); in to_565_raw_dither()
/build/tools/ijar/
Dijar.cc97 std::unique_ptr<ZipBuilder> out(ZipBuilder::Create(file_out, output_length)); in OpenFilesAndProcessJar() local
98 if (out.get() == NULL) { in OpenFilesAndProcessJar()
103 processor.SetZipBuilder(out.get()); in OpenFilesAndProcessJar()
112 if (out->GetNumberFiles() == 0) { in OpenFilesAndProcessJar()
113 out->WriteEmptyFile("dummy"); in OpenFilesAndProcessJar()
116 if (out->Finish() < 0) { in OpenFilesAndProcessJar()
117 fprintf(stderr, "%s\n", out->GetError()); in OpenFilesAndProcessJar()
122 size_t out_length = out->GetSize(); in OpenFilesAndProcessJar()
/build/blueprint/tests/
Dtest.sh6 rm -rf out.test
7 mkdir out.test
8 cd out.test
111 rm -rf out.test
112 mkdir -p out.test
113 cd out.test
/build/soong/cmd/soong_jar/
Dsoong_jar.go53 out = flag.String("o", "", "file to write jar file to") var
83 if *out == "" {
95 err := w.write(*out, listFiles, *manifest)
102 func (z *zipWriter) write(out string, listFiles fileArgs, manifest string) error {
103 f, err := os.Create(out)
111 os.Remove(out)
200 out, err := z.w.CreateHeader(fileHeader)
211 _, err = io.Copy(out, in)
/build/soong/java/
Dapp_builder.go43 Command: `rm -f $out && $aaptCmd package $aaptFlags -F $out`,
52 …Command: `cp -f $in $out.tmp && $aaptCmd package -u $aaptFlags -F $out.tmp && mv $out.tmp $out
60 Command: `java -jar $signapkCmd $certificates $in $out`,
/build/soong/cmd/soong_glob/
Dsoong_glob.go30 out = flag.String("o", "", "file to write list of files that match glob") var
63 if *out == "" {
72 _, err := glob.GlobWithDepFile(flag.Arg(0), *out, *out+".d", excludes)
/build/soong/genrule/
Dgenrule.go78 out common.ModuleGenPath member
122 Output: task.out,
127 g.outputFiles = append(g.outputFiles, task.out)
149 out: common.GenPathWithExt(ctx, in, properties.Output_extension),
173 out: properties.Out,
/build/tools/
Devent_log_tags.py127 out = sys.stdout
130 out = open(output_file, "wb")
131 out.write(data)
132 out.close()

123456