Searched refs:Text (Results 1 – 25 of 41) sorted by relevance
12
69 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)
21 Text string member38 Text template.HTML member48 Text string member57 Text template.HTML member298 s.OtherTexts = append(s.OtherTexts, child.Text)
57 p.Text == other.Text && p.Default == other.Default &&164 Text: t.Doc,198 text = f.Doc.Text()231 Text: formatText(text),
58 Text: goPkg.Doc,80 Text: formatText(text),
94 HTML, Text, XML *android.DepSet member98 HTML, Text, XML *android.DepSetBuilder member104 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 …]
197 Text("list").288 rule.Command().Text("rm").Flag("-f").Output(outputPath)289 rule.Command().Text("touch").Output(outputPath)330 Text("(").331 Text("if").332 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";").333 Text("then").334 Text("rm").Input(tempPath).Text(";").335 Text("else").336 Text("mv").Input(tempPath).Output(outputPath).Text(";").[all …]
699 rule.Command().Text("rm -rf").Text(outDir.String())700 rule.Command().Text("mkdir -p").Text(outDir.String())894 rule.Command().Text("cp").901 rule.Command().Text("cp").1006 rule.Command().Text("rm -rf").Text(outDir.String()).Text(stubsDir.String())1007 rule.Command().Text("mkdir -p").Text(outDir.String()).Text(stubsDir.String())1074 rule.Command().Text("( true")1098 Text("touch").Output(d.checkCurrentApiTimestamp).1099 Text(") || (").1100 Text("echo").Flag("-e").Flag(`"` + msg + `"`).[all …]
39 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())
570 Text("rm -f").Output(aidl)581 Text("rm -f").Output(path)583 Text("cat").585 Text("| sort -u >").610 Text("rm -f").Output(out)614 cmd.Text("echo REL >").Output(out)617 cmd.Text("echo PDK >").Output(out)624 cmd.Text("cat").626 Text("| md5sum | cut -d' ' -f1 >").631 cmd.Text("echo").[all …]
62 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())
376 rule.Command().Text("mkdir").Flag("-p").Flag(symbolsDir.String())377 rule.Command().Text("rm").Flag("-f").381 rule.Command().Text("rm").Flag("-f").391 cmd.Text(`ANDROID_LOG_TAGS="*:e"`)394 cmd.Text(`ANDROID_LOG_TAGS="*:v"`)518 …rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProf…534 Text(`ANDROID_LOG_TAGS="*:e"`).584 Text(`ANDROID_LOG_TAGS="*:e"`).680 Text("echo").FlagWithArg("Output in ", output.String())
132 rule.Command().Text("rm -f").Output(outputFile)134 Textf(`echo "android_merged_manifest=%s" >>`, manifest.String()).Output(outputFile).Text("&&").
135 Text(`ANDROID_LOG_TAGS="*:e"`).156 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))174 Text(`ANDROID_LOG_TAGS="*:e"`).188 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))299 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String()))300 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost)314 Text(`class_loader_context_arg=--class-loader-context=\&`).315 Text(`stored_class_loader_context_arg=""`)318 …Text("class_loader_context_arg=--class-loader-context=PCL[" + strings.Join(classLoaderContextHost.…320 …Text("stored_class_loader_context_arg=--stored-class-loader-context=PCL[" + strings.Join(classLoad…[all …]
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())
162 r.Command().Text("rm").Flag("-f").Outputs(temporariesList)532 func (c *RuleBuilderCommand) Text(text string) *RuleBuilderCommand { func543 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 …]
53 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").
123 <p>{{.Text}}</p>137 <p>{{.Text}}</p>139 <p>{{.Text}}</p>166 <p>{{.Text}}</p>174 <p>{{.Text}}</p>
98 if !scanner.Scan() || scanner.Text() != expectedFirstLine {104 line := scanner.Text()
52 rule.Command().Text("rm -rf").Output(path)53 rule.Command().Text("touch").Output(path)
242 Text("( cmp").Flag("-s").245 Text("|| ( echo").Flag("-e").247 Text("; exit 38) )")256 Text("( ").260 Text(" || ( echo").Flag("-e").262 Text("; exit 38) )")267 Text("touch").
79 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").
100 Text("; done")128 Text("cat").
78 fields := strings.SplitN(s.Text(), " ", 3)80 t.log.Verboseln("Unknown line in microfactory trace:", s.Text())
61 Synopsis: m.Text,365 {{- .Text}} {{range .OtherTexts}}{{.}}{{end}}372 {{- if .Text -}}{{if ne .Text "\n"}}, {{end}}{{.Text}}{{- end -}}
150 dexpreoptRule.Command().Text("mkdir -p").Flag(filepath.Dir(installPath.String()))151 dexpreoptRule.Command().Text("cp -f").Input(install.From).Output(installPath)