Home
last modified time | relevance | path

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

123

/build/soong/java/
Dhiddenapi_singleton.go221 Text("(").
222 Text("if").
223 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";").
224 Text("then").
225 Text("rm").Input(tempPath).Text(";").
226 Text("else").
227 Text("mv").Input(tempPath).Output(outputPath).Text(";").
228 Text("fi").
229 Text(")")
Ddroidstubs.go396 rule.Command().Text("rm -rf").Flag(homeDir.String())
397 rule.Command().Text("mkdir -p").Flag(homeDir.String())
467 rule.Command().Text("rm -rf").Text(stubsDir.String())
468 rule.Command().Text("mkdir -p").Text(stubsDir.String())
615 rule.Command().Text("touch").Output(d.apiLintTimestamp)
618 rule.Command().Text("touch").Output(d.checkLastReleasedApiTimestamp)
651 rule.Command().Text("( true")
653 Text(diff).
657 Text(diff).
672 Text("touch").Output(d.checkCurrentApiTimestamp).
[all …]
Dlint.go114 HTML, Text, XML *android.DepSet member
118 HTML, Text, XML *android.DepSetBuilder member
124 Text: android.NewDepSetBuilder(android.POSTORDER),
131 l.Text.Direct(text)
140 if depSets.Text != nil {
141 l.Text.Transitive(depSets.Text)
152 Text: l.Text.Build(),
298 rule.Command().Text("(").
299 Text(`echo "<?xml version='1.0' encoding='utf-8'?>" &&`).
300 Text(`echo "<manifest xmlns:android='http://schemas.android.com/apk/res/android'" &&`).
[all …]
Dsdk.go322 Text("rm -f").Output(aidl)
333 Text("rm -f").Output(path)
335 Text("cat").
337 Text("| sort -u >").
362 Text("rm -f").Output(out)
366 cmd.Text("echo REL >").Output(out)
368 cmd.Text("cat")
387 cmd.Text("| md5sum | cut -d' ' -f1 >").
392 cmd.Text("echo").
394 Text(">").
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())
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 + "'")
87 rule.Command().Text("rm -rf").Flag(outDir.String())
Ddexpreopt_bootjars.go584 rule.Command().Text("mkdir").Flag("-p").Flag(symbolsDir.String())
585 rule.Command().Text("rm").Flag("-f").
589 rule.Command().Text("rm").Flag("-f").
599 cmd.Text(`ANDROID_LOG_TAGS="*:e"`)
602 cmd.Text(`ANDROID_LOG_TAGS="*:v"`)
735 …rule.Command().Text("cat").Inputs(global.BootImageProfiles).Text(">").Output(combinedBootImageProf…
751 Text(`ANDROID_LOG_TAGS="*:e"`).
785 Text(`ANDROID_LOG_TAGS="*:e"`).
862 Text("echo").FlagWithArg("Output in ", output.String())
Ddroiddoc.go515 rule.Command().Text("rm -rf").Text(outDir.String())
516 rule.Command().Text("mkdir -p").Text(outDir.String())
672 rule.Command().Text("cp").
679 rule.Command().Text("cp").
886 cmd.Text("rm -rf").Text(cmd.PathForOutput(srcJarDir))
888 cmd.Text("mkdir -p").Text(cmd.PathForOutput(srcJarDir))
904 rule.Command().Text("rm -rf").Text(srcJarDir.String())
/build/soong/android/
Dpackaging.go223 builder.Command().Text("rm").Flag("-rf").Text(dir.String())
224 builder.Command().Text("mkdir").Flag("-p").Text(dir.String())
234 builder.Command().Text("mkdir").Flag("-p").Text(destDir)
237 builder.Command().Text("cp").Input(ps.srcPath).Text(destPath)
239 builder.Command().Text("ln").Flag("-sf").Text(ps.symlinkTarget).Text(destPath)
242 builder.Command().Text("chmod").Flag("a+x").Text(destPath)
252 builder.Command().Text("rm").Flag("-rf").Text(dir.String())
Drule_builder.go229 r.Command().Text("rm").Flag("-f").Outputs(temporariesList)
634 sboxCmd.Text("rm -rf").Output(r.outDir)
635 sboxCmd.Text("&&")
637 Flag("--sandbox-path").Text(shared.TempDirForOutDir(PathForOutput(r.ctx).String())).
909 c.Text(sboxPathForPackagedToolRel(spec))
937 func (c *RuleBuilderCommand) Text(text string) *RuleBuilderCommand { func
948 return c.Text(fmt.Sprintf(format, a...))
954 return c.Text(flag)
961 c.Text(*flag)
971 c.Text(flag)
[all …]
Drule_builder_test.go56 rule.Command().Text("echo success")
82 rule.Command().Text("cp out/a out/b").
280 Text("FOO=foo").
281 Text("echo $FOO").
328 Text("Text").
332 Text("command2").
341 cmd.Text("after command2")
343 cmd.Text("old cmd")
347 Text("command3").
351 Text(cmd.PathForInput(PathForSource(ctx, "input3"))).
[all …]
/build/soong/kernel/
Dprebuilt_kernel_modules.go138 builder.Command().Text("rm").Flag("-rf").Text(modulesDir.String())
139 builder.Command().Text("mkdir").Flag("-p").Text(modulesDir.String())
141 builder.Command().Text("cp").Input(m).Text(modulesDir.String())
151 Text("echo").Flag("\"" + strings.Join(basenames, " ") + "\"").
152 Text("|").Text("tr").Flag("\" \"").Flag("\"\\n\"").
153 Text(">").Output(modulesLoad)
162 Text(fakeVer).
/build/soong/filesystem/
Dfilesystem.go163 builder.Command().Text("rm -rf").Text(rootDir.String())
164 builder.Command().Text("mkdir -p").Text(rootDir.String())
169 builder.Command().Text("mkdir -p").Text(rootDir.Join(ctx, dir).String())
189 builder.Command().Text("mkdir -p").Text(filepath.Dir(dst.String()))
190 builder.Command().Text("ln -sf").Text(proptools.ShellEscape(target)).Text(dst.String())
221 builder.Command().Text("rm -rf").Text(rootDir.String())
238 Text("**/*:" + proptools.ShellEscape(depsBase)) // zip2zip verifies depsBase
251 Text(rootDir.String()). // input directory
255 Text(rootDir.String()) // directory where to find fs_config_files|dirs
326 builder.Command().Text("rm").Flag("-rf").Output(propFile)
[all …]
/build/blueprint/bootstrap/bpdoc/
Dreader_test.go144 if mt.Text != expectedText {
145 t.Errorf("unexpected docs %q", mt.Text)
161 if ps.Text != "props docs.\n" {
162 t.Errorf("unexpected docs %q", ps.Text)
168 …if ps.Properties[0].Name != "a" || ps.Properties[0].Text != "A docs.\n\n" || ps.Properties[0].Defa…
170 ps.Properties[0].Name, ps.Properties[0].Text, ps.Properties[0].Default)
181 if pkg.Text != "bpdoc docs.\n" {
182 t.Errorf("unexpected docs %q", pkg.Text)
Dproperties.go57 p.Text == other.Text && p.Default == other.Default &&
172 Text: t.Doc,
205 text = f.Doc.Text()
222 Text: formatText(text),
Dbpdoc.go22 Text string member
39 Text template.HTML member
49 Text string member
58 Text template.HTML member
360 s.OtherTexts = append(s.OtherTexts, child.Text)
/build/soong/dexpreopt/
Ddexpreopt.go137 rule.Command().Text("rm -f").Output(profilePath)
138 rule.Command().Text("touch").Output(profilePath)
142 Text(`ANDROID_LOG_TAGS="*:e"`).
164 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
178 rule.Command().Text("rm -f").Output(profilePath)
179 rule.Command().Text("touch").Output(profilePath)
183 Text(`ANDROID_LOG_TAGS="*:e"`).
197 cmd.Text(fmt.Sprintf(`|| echo "Profile out of date for %s"`, module.DexPath))
255 rule.Command().Text("mkdir -p").Flag(filepath.Dir(dexPathHost.String()))
256 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost)
[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/blueprint/bootstrap/
Dwritedocs.go123 <p>{{.Text}}</p>
137 <p>{{.Text}}</p>
139 <p>{{.Text}}</p>
166 <p>{{.Text}}</p>
174 <p>{{.Text}}</p>
/build/soong/apex/
Dbuilder.go279 rule.Command().Text("rm").FlagWithOutput("-f ", output)
281 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output)
283 rule.Command().Text("echo").Text(">>").Output(output)
285 …rule.Command().Text("echo").Flag("/apex_manifest\\\\.pb u:object_r:system_file:s0").Text(">>").Out…
286 rule.Command().Text("echo").Flag("/ u:object_r:system_file:s0").Text(">>").Output(output)
294 rule.Command().Text("rm").FlagWithOutput("-f ", output)
296 …rule.Command().Text("awk").Text(`'/object_r/{printf("` + apexPath + `%s\n", $0)}'`).Input(fileCont…
298 rule.Command().Text("echo").Text(">>").Output(output)
300 …rule.Command().Text("echo").Flag(apexPath + `/apex_manifest\\.pb u:object_r:system_file:s0`).Text(…
301 …rule.Command().Text("echo").Flag(apexPath + "/ u:object_r:system_file:s0").Text(">>").Output(outpu…
[all …]
/build/soong/sysprop/
Dsysprop_library.go296 Text("( cmp").Flag("-s").
298 Text(currentApiArgument).
299 Text("|| ( echo").Flag("-e").
301 Text("; exit 38) )")
311 Text("( ").
313 Text(latestApiArgument).
314 Text(currentApiArgument).
315 Text(" || ( echo").Flag("-e").
317 Text("; exit 38) )").
323 Text("touch").
/build/make/tools/fs_config/
Dfs_config.go52 rule.Command().Text("rm -rf").Output(path)
53 rule.Command().Text("touch").Output(path)
/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/ui/build/
Dtest_build.go86 line := scanner.Text()
136 fmt.Fprintln(sb, " ", scanner.Text())
/build/soong/cc/
Dgen.go82 rule.Command().Text(sedCmd).Input(outFile)
83 rule.Command().Text(sedCmd).Input(headerFile)
93 rule.Command().Text(sedCmd).Input(locationHeader)
99 rule.Command().Text(sedCmd).Input(positionHeader)
103 cmd.Text("BISON_PKGDATADIR=prebuilts/build-tools/common/bison").

123