Searched refs:Text (Results 1 – 25 of 42) 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)
57 p.Text == other.Text && p.Default == other.Default &&164 Text: t.Doc,198 text = f.Doc.Text()231 Text: formatText(text),
21 Text string member38 Text template.HTML member48 Text string member57 Text template.HTML member298 s.OtherTexts = append(s.OtherTexts, child.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").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 …]
712 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 …]
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())
589 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 …]
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())
375 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())
207 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)
136 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)299 …Text("class_loader_context_arg=--class-loader-context=PCL[" + strings.Join(clc.Host.Strings(), ":"…301 …Text("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 …]
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)
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())
260 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").
76 line := scanner.Text()124 fmt.Fprintln(sb, " ", scanner.Text())
259 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 > ").
61 Synopsis: m.Text,365 {{- .Text}} {{range .OtherTexts}}{{.}}{{end}}372 {{- if .Text -}}{{if ne .Text "\n"}}, {{end}}{{.Text}}{{- end -}}