Home
last modified time | relevance | path

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

12

/build/blueprint/bootstrap/bpdoc/
Dreader_test.go62 if mt.Text != "foo docs.\n\n" {
63 t.Errorf("unexpected docs %q", mt.Text)
78 if ps.Text != "props docs.\n" {
79 t.Errorf("unexpected docs %q", ps.Text)
85 …if ps.Properties[0].Name != "a" || ps.Properties[0].Text != "A docs.\n\n" || ps.Properties[0].Defa…
87 ps.Properties[0].Name, ps.Properties[0].Text, ps.Properties[0].Default)
98 if pkg.Text != "bpdoc docs.\n" {
99 t.Errorf("unexpected docs %q", pkg.Text)
Dbpdoc.go22 Text string member
39 Text template.HTML member
49 Text string member
58 Text template.HTML member
304 s.OtherTexts = append(s.OtherTexts, child.Text)
Dproperties.go57 p.Text == other.Text && p.Default == other.Default &&
164 Text: t.Doc,
198 text = f.Doc.Text()
231 Text: formatText(text),
Dreader.go58 Text: goPkg.Doc,
80 Text: formatText(text),
/build/soong/java/
Dhiddenapi_singleton.go183 Text("list").
257 rule.Command().Text("rm").Flag("-f").Output(outputPath)
258 rule.Command().Text("touch").Output(outputPath)
285 Text(">").
300 Text("(").
301 Text("if").
302 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";").
303 Text("then").
304 Text("rm").Input(tempPath).Text(";").
305 Text("else").
[all …]
Dsdk.go285 Text("rm -f").Output(aidl)
299 Text("rm -f").Output(tempPath)
301 Text("cat").
303 Text("| sort -u >").
324 Text("rm -f").Output(out)
328 cmd.Text("echo REL >").Output(out)
331 cmd.Text("echo PDK >").Output(out)
338 cmd.Text("cat").
340 Text("|")
343 cmd.Text("md5")
[all …]
Dproto.go29 rule.Command().Text("rm -rf").Flag(outDir.String())
30 rule.Command().Text("mkdir -p").Flag(outDir.String())
43 rule.Command().Text("rm -rf").Flag(outDir.String())
Ddexpreopt_bootjars.go218 rule.Command().Text("mkdir").Flag("-p").Flag(symbolsDir.String())
219 rule.Command().Text("rm").Flag("-f").
223 rule.Command().Text("rm").Flag("-f").
233 cmd.Text(`ANDROID_LOG_TAGS="*:e"`)
236 cmd.Text(`ANDROID_LOG_TAGS="*:v"`)
355 …rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProf…
376 Text(`ANDROID_LOG_TAGS="*:e"`).
423 Text("echo").FlagWithArg("Output in ", output.String())
/build/soong/android/
Drule_builder.go115 r.Command().Text("rm").Flag("-f").Outputs(temporariesList)
319 func (c *RuleBuilderCommand) Text(text string) *RuleBuilderCommand { func
330 return c.Text(fmt.Sprintf(format, a...))
336 return c.Text(flag)
343 c.Text(flag)
352 return c.Text(flag + arg)
368 return c.Text(flag + strings.Join(list, sep))
375 return c.Text(path.String())
382 return c.Text(path.String())
412 return c.Text(path.String())
[all …]
Drule_builder_test.go51 rule.Command().Text("echo success")
264 Text("Text").
268 Text("command2").
275 cmd.Text("after command2")
277 cmd.Text("old cmd")
281 Text("command3").
Dprebuilt_etc_test.go169 line := scanner.Text()
/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/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/dexpreopt/
Ddexpreopt.go84 rule.Command().Text("cp -f").Input(module.StripInputPath).Output(module.StripOutputPath)
164 Text(`ANDROID_LOG_TAGS="*:e"`).
185 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
309 rule.Command().Text(`stored_class_loader_context_arg=""`)
330 rule.Command().Text("source").Tool(global.Tools.VerifyUsesLibraries).Input(module.DexPath)
331 rule.Command().Text("source").Tool(global.Tools.ConstructContext)
343 Text(`ANDROID_LOG_TAGS="*:e"`).
376 cmd.Text(strings.Join(preoptFlags, " "))
412 rule.Command().Text("cp -f").Input(vdexPath).Output(tmpPath)
/build/soong/ui/tracer/
Dmicrofactory.go78 fields := strings.SplitN(s.Text(), " ", 3)
80 t.log.Verboseln("Unknown line in microfactory trace:", s.Text())
/build/kati/make-c/
Dmain.go41 fmt.Println(s.Text())
/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 -}}
/build/soong/dexpreopt/dexpreopt_gen/
Ddexpreopt_gen.go130 dexpreoptRule.Command().Text("mkdir -p").Flag(filepath.Dir(installPath.String()))
131 dexpreoptRule.Command().Text("cp -f").Input(install.From).Output(installPath)
/build/soong/ui/build/
Dtest_build.go74 line := scanner.Text()
Denvironment.go134 text := strings.TrimSpace(scanner.Text())
/build/soong/ui/status/
Dkati.go126 parser.parseLine(scanner.Text())
/build/soong/cmd/javac_wrapper/
Djavac_wrapper.go127 processLine(w, scanner.Text())
/build/blueprint/parser/
Dast.go449 func (c Comment) Text() string { func

12