Home
last modified time | relevance | path

Searched refs:Text (Results 1 – 25 of 42) sorted by relevance

12

/build/blueprint/bootstrap/bpdoc/
Dreader_test.go69 if mt.Text != "foo docs.\n\n" {
70 t.Errorf("unexpected docs %q", mt.Text)
85 if ps.Text != "props docs.\n" {
86 t.Errorf("unexpected docs %q", ps.Text)
92 …if ps.Properties[0].Name != "a" || ps.Properties[0].Text != "A docs.\n\n" || ps.Properties[0].Defa…
94 ps.Properties[0].Name, ps.Properties[0].Text, ps.Properties[0].Default)
105 if pkg.Text != "bpdoc docs.\n" {
106 t.Errorf("unexpected docs %q", pkg.Text)
Dproperties.go57 p.Text == other.Text && p.Default == other.Default &&
164 Text: t.Doc,
198 text = f.Doc.Text()
231 Text: formatText(text),
Dbpdoc.go21 Text string member
38 Text template.HTML member
48 Text string member
57 Text template.HTML member
298 s.OtherTexts = append(s.OtherTexts, child.Text)
/build/soong/java/
Dlint.go94 HTML, Text, XML *android.DepSet member
98 HTML, Text, XML *android.DepSetBuilder member
104 Text: android.NewDepSetBuilder(android.POSTORDER),
111 l.Text.Direct(text)
120 if depSets.Text != nil {
121 l.Text.Transitive(depSets.Text)
132 Text: l.Text.Build(),
180 resListRule.Command().Text("cp").FlagWithRspFileInputList("", l.resources).Output(resourcesList)
260 rule.Command().Text("(").
261 Text(`echo "<?xml version='1.0' encoding='utf-8'?>" &&`).
[all …]
Dhiddenapi_singleton.go197 Text("list").
279 rule.Command().Text("rm").Flag("-f").Output(outputPath)
280 rule.Command().Text("touch").Output(outputPath)
321 Text("(").
322 Text("if").
323 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";").
324 Text("then").
325 Text("rm").Input(tempPath).Text(";").
326 Text("else").
327 Text("mv").Input(tempPath).Output(outputPath).Text(";").
[all …]
Ddroiddoc.go712 rule.Command().Text("rm -rf").Text(outDir.String())
713 rule.Command().Text("mkdir -p").Text(outDir.String())
911 rule.Command().Text("cp").
918 rule.Command().Text("cp").
1023 rule.Command().Text("rm -rf").Text(outDir.String()).Text(stubsDir.String())
1024 rule.Command().Text("mkdir -p").Text(outDir.String()).Text(stubsDir.String())
1091 rule.Command().Text("( true")
1115 Text("touch").Output(d.checkCurrentApiTimestamp).
1116 Text(") || (").
1117 Text("echo").Flag("-e").Flag(`"` + msg + `"`).
[all …]
Dproto.go39 rule.Command().Text("rm -rf").Flag(outDir.String())
40 rule.Command().Text("mkdir -p").Flag(outDir.String())
44 rule.Command().Text("mkdir -p").Flag(filepath.Dir(depFile.String()))
58 rule.Command().Text("rm -rf").Flag(outDir.String())
Dsdk.go589 Text("rm -f").Output(aidl)
600 Text("rm -f").Output(path)
602 Text("cat").
604 Text("| sort -u >").
629 Text("rm -f").Output(out)
633 cmd.Text("echo REL >").Output(out)
636 cmd.Text("echo PDK >").Output(out)
643 cmd.Text("cat").
645 Text("| md5sum | cut -d' ' -f1 >").
650 cmd.Text("echo").
[all …]
Dgen.go62 rule.Command().Text("rm -rf").Flag(outDir.String())
63 rule.Command().Text("mkdir -p").Flag(outDir.String())
64 rule.Command().Text("FLAGS=' " + aidlFlags + "'")
90 rule.Command().Text("rm -rf").Flag(outDir.String())
Ddexpreopt_bootjars.go375 rule.Command().Text("mkdir").Flag("-p").Flag(symbolsDir.String())
376 rule.Command().Text("rm").Flag("-f").
380 rule.Command().Text("rm").Flag("-f").
390 cmd.Text(`ANDROID_LOG_TAGS="*:e"`)
393 cmd.Text(`ANDROID_LOG_TAGS="*:v"`)
520 …rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProf…
536 Text(`ANDROID_LOG_TAGS="*:e"`).
586 Text(`ANDROID_LOG_TAGS="*:e"`).
687 Text("echo").FlagWithArg("Output in ", output.String())
Drobolectric.go207 rule.Command().Text("rm -f").Output(outputFile)
209 Textf(`echo "android_merged_manifest=%s" >>`, manifest.String()).Output(outputFile).Text("&&").
225 rule.Command().Text("rm -f").Output(outputFile).Output(configFile)
228 Text("(").
231 Text(") >>").Output(configFile)
/build/soong/dexpreopt/
Ddexpreopt.go136 Text(`ANDROID_LOG_TAGS="*:e"`).
157 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
175 Text(`ANDROID_LOG_TAGS="*:e"`).
189 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
292 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String()))
293 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost)
299Text("class_loader_context_arg=--class-loader-context=PCL[" + strings.Join(clc.Host.Strings(), ":"…
301Text("stored_class_loader_context_arg=--stored-class-loader-context=PCL[" + strings.Join(clc.Targe…
328 rule.Command().Text(`target_sdk_version="$(`).
335 rule.Command().Text(`target_sdk_version="$(`).
[all …]
/build/soong/python/
Dproto.go29 rule.Command().Text("rm -rf").Flag(outDir.String())
30 rule.Command().Text("mkdir -p").Flag(outDir.String())
45 rule.Command().Text("rm -rf").Flag(outDir.String())
/build/soong/android/
Drule_builder.go162 r.Command().Text("rm").Flag("-f").Outputs(temporariesList)
532 func (c *RuleBuilderCommand) Text(text string) *RuleBuilderCommand { func
543 return c.Text(fmt.Sprintf(format, a...))
549 return c.Text(flag)
556 c.Text(*flag)
566 c.Text(flag)
575 return c.Text(flag + arg)
591 return c.Text(flag + strings.Join(list, sep))
598 return c.Text(path.String())
622 return c.Text(c.addInput(path))
[all …]
Drule_builder_test.go53 rule.Command().Text("echo success")
250 Text("FOO=foo").
251 Text("echo $FOO").
259 Text("FOO=foo").
260 Text("echo $FOO").
296 Text("Text").
300 Text("command2").
308 cmd.Text("after command2")
310 cmd.Text("old cmd")
314 Text("command3").
/build/blueprint/bootstrap/
Dwritedocs.go123 <p>{{.Text}}</p>
137 <p>{{.Text}}</p>
139 <p>{{.Text}}</p>
166 <p>{{.Text}}</p>
174 <p>{{.Text}}</p>
Dcleanup.go98 if !scanner.Scan() || scanner.Text() != expectedFirstLine {
104 line := scanner.Text()
/build/make/tools/fs_config/
Dfs_config.go52 rule.Command().Text("rm -rf").Output(path)
53 rule.Command().Text("touch").Output(path)
/build/soong/cc/
Dgen.go79 rule.Command().Text(sedCmd).Input(outFile)
80 rule.Command().Text(sedCmd).Input(headerFile)
90 rule.Command().Text(sedCmd).Input(locationHeader)
96 rule.Command().Text(sedCmd).Input(positionHeader)
100 cmd.Text("BISON_PKGDATADIR=prebuilts/build-tools/common/bison").
Dcflag_artifacts.go100 Text("; done")
128 Text("cat").
/build/soong/ui/tracer/
Dmicrofactory.go78 fields := strings.SplitN(s.Text(), " ", 3)
80 t.log.Verboseln("Unknown line in microfactory trace:", s.Text())
/build/soong/sysprop/
Dsysprop_library.go260 Text("( cmp").Flag("-s").
263 Text("|| ( echo").Flag("-e").
265 Text("; exit 38) )")
274 Text("( ").
278 Text(" || ( echo").Flag("-e").
280 Text("; exit 38) )")
285 Text("touch").
/build/soong/ui/build/
Dtest_build.go76 line := scanner.Text()
124 fmt.Fprintln(sb, " ", scanner.Text())
/build/soong/apex/
Dbuilder.go259 rule.Command().Text("rm").FlagWithOutput("-f ", output)
261 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output)
263 rule.Command().Text("echo").Text(">>").Output(output)
265 …rule.Command().Text("echo").Flag("/apex_manifest\\\\.pb u:object_r:system_file:s0").Text(">>").Out…
266 rule.Command().Text("echo").Flag("/ u:object_r:system_file:s0").Text(">>").Output(output)
299 Text("(cd " + imageDir.String() + " ; ").
300 Text("find . \\( -type f -o -type l \\) -printf \"%s %p\\n\") ").
301 Text(" | sort -nr > ").
/build/soong/cmd/soong_build/
Dwritedocs.go61 Synopsis: m.Text,
365 {{- .Text}} {{range .OtherTexts}}{{.}}{{end}}
372 {{- if .Text -}}{{if ne .Text "\n"}}, {{end}}{{.Text}}{{- end -}}

12