Searched refs:Text (Results 1 – 25 of 29) sorted by relevance
12
/build/blueprint/bootstrap/bpdoc/ |
D | reader_test.go | 62 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)
|
D | bpdoc.go | 22 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)
|
D | properties.go | 57 p.Text == other.Text && p.Default == other.Default && 164 Text: t.Doc, 198 text = f.Doc.Text() 231 Text: formatText(text),
|
D | reader.go | 58 Text: goPkg.Doc, 80 Text: formatText(text),
|
/build/soong/java/ |
D | hiddenapi_singleton.go | 183 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 …]
|
D | sdk.go | 285 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 …]
|
D | proto.go | 29 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())
|
D | dexpreopt_bootjars.go | 218 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/ |
D | rule_builder.go | 115 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 …]
|
D | rule_builder_test.go | 51 rule.Command().Text("echo success") 264 Text("Text"). 268 Text("command2"). 275 cmd.Text("after command2") 277 cmd.Text("old cmd") 281 Text("command3").
|
D | prebuilt_etc_test.go | 169 line := scanner.Text()
|
/build/soong/python/ |
D | proto.go | 29 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/ |
D | writedocs.go | 123 <p>{{.Text}}</p> 137 <p>{{.Text}}</p> 139 <p>{{.Text}}</p> 166 <p>{{.Text}}</p> 174 <p>{{.Text}}</p>
|
D | cleanup.go | 98 if !scanner.Scan() || scanner.Text() != expectedFirstLine { 104 line := scanner.Text()
|
/build/make/tools/fs_config/ |
D | fs_config.go | 52 rule.Command().Text("rm -rf").Output(path) 53 rule.Command().Text("touch").Output(path)
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 84 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/ |
D | microfactory.go | 78 fields := strings.SplitN(s.Text(), " ", 3) 80 t.log.Verboseln("Unknown line in microfactory trace:", s.Text())
|
/build/kati/make-c/ |
D | main.go | 41 fmt.Println(s.Text())
|
/build/soong/cmd/soong_build/ |
D | writedocs.go | 61 Synopsis: m.Text, 365 {{- .Text}} {{range .OtherTexts}}{{.}}{{end}} 372 {{- if .Text -}}{{if ne .Text "\n"}}, {{end}}{{.Text}}{{- end -}}
|
/build/soong/dexpreopt/dexpreopt_gen/ |
D | dexpreopt_gen.go | 130 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/ |
D | test_build.go | 74 line := scanner.Text()
|
D | environment.go | 134 text := strings.TrimSpace(scanner.Text())
|
/build/soong/ui/status/ |
D | kati.go | 126 parser.parseLine(scanner.Text())
|
/build/soong/cmd/javac_wrapper/ |
D | javac_wrapper.go | 127 processLine(w, scanner.Text())
|
/build/blueprint/parser/ |
D | ast.go | 449 func (c Comment) Text() string { func
|
12