/aosp12/build/soong/java/ |
H A D | hiddenapi_singleton.go | 221 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(")")
|
H A D | droidstubs.go | 467 rule.Command().Text("rm -rf").Text(stubsDir.String()) 468 rule.Command().Text("mkdir -p").Text(stubsDir.String()) 653 Text(diff). 657 Text(diff). 673 Text(") || ("). 676 Text(")") 699 Text(") || ("). 702 Text(")") 730 Text("("). 732 Text("&&"). [all …]
|
H A D | lint.go | 114 HTML, Text, XML *android.DepSet member 118 HTML, Text, XML *android.DepSetBuilder member 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("("). 304 Text(`echo "</manifest>"`). 305 Text(") >").Output(manifestPath) 450 cmd.Text("|| (").Text("if [ -e").Input(text).Text("]; then cat").Input(text).Text("; fi; exit 7)") [all …]
|
H A D | sdk.go | 322 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(">").
|
H A D | proto.go | 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())
|
H A D | gen.go | 62 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())
|
/aosp12/build/soong/filesystem/ |
H A D | filesystem.go | 163 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()) 329 Text("echo"). 331 Text(">>").Output(propFile) 372 cmd.Text("|"). 377 Text(">").Output(output) [all …]
|
/aosp12/build/soong/android/ |
H A D | packaging.go | 223 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())
|
H A D | rule_builder.go | 635 sboxCmd.Text("&&") 954 return c.Text(flag) 961 c.Text(*flag) 971 c.Text(flag) 980 return c.Text(flag + arg) 1003 return c.Text(c.PathForTool(path)) 1039 return c.Text(c.addInput(path)) 1106 return c.Text(c.PathForOutput(path)) 1124 return c.Text(sboxOutDir) 1132 return c.Text(c.PathForOutput(path)) [all …]
|
H A D | rule_builder_test.go | 56 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 …]
|
/aosp12/build/soong/kernel/ |
H A D | prebuilt_kernel_modules.go | 138 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).
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_api.go | 175 Text("&> /dev/null") 177 Text("|| touch"). 178 Text(newVersionNeededFile.String()) 182 rb.Command().Text("touch").Text(newVersionNeededFile.String()) 190 Text("; fi") 196 Text("-w -m " + m.properties.BaseName). 197 Text("-parameter versions -a " + version). 199 Text("; fi") 203 rb.Command().Text("mkdir -p " + targetDir) 204 rb.Command().Text("rm -rf " + targetDir + "/*") [all …]
|
/aosp12/build/soong/dexpreopt/ |
H A D | dexpreopt.go | 137 rule.Command().Text("rm -f").Output(profilePath) 138 rule.Command().Text("touch").Output(profilePath) 142 Text(`ANDROID_LOG_TAGS="*:e"`). 178 rule.Command().Text("rm -f").Output(profilePath) 179 rule.Command().Text("touch").Output(profilePath) 183 Text(`ANDROID_LOG_TAGS="*:e"`). 297 rule.Command().Text(`target_sdk_version="$(`). 308 Text(`eval "$(`).Tool(globalSoong.ConstructContext). 323 Text(`ANDROID_LOG_TAGS="*:e"`). 356 cmd.Text(strings.Join(preoptFlags, " ")) [all …]
|
/aosp12/build/blueprint/bootstrap/bpdoc/ |
H A D | reader_test.go | 144 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)
|
/aosp12/system/sepolicy/build/soong/ |
H A D | policy.go | 167 Text("> ").Output(conf) 276 rule.Command().Text("cat"). 278 Text(">> ").Output(cil) 283 Text("filter_out"). 292 Text(cil.String()). 293 Text(">"). 294 Text(cil.String() + ".tmp"). 295 Text("&& mv"). 296 Text(cil.String() + ".tmp"). 297 Text(cil.String()) [all …]
|
H A D | sepolicy_vers.go | 82 rule.Command().Text("echo").Text(ver).Text(">").Output(out)
|
H A D | selinux_contexts.go | 284 Text("--fatal-warnings -s"). 295 Text("sed -e 's/#.*$//' -e '/^$/d'"). 343 Text("awk '/object_r/{printf(\""+apex_path+"%s\\n\",$0)}'"). 425 rule.Command().Text("cp -f").Input(input).Output(out) 465 Text("( "). 469 Text(" || ( echo").Flag("-e"). 471 Text("; exit 38) )") 473 rule.Command().Text("cp -f").Input(builtCtxFile).Output(out)
|
/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/ |
H A D | ExpectedKeyOutput.java | 41 return new Text(outputText); in newInstance() 117 private static class Text extends ExpectedKeyOutput { class in ExpectedKeyOutput 120 Text(final String text) { mText = text; } in Text() method in ExpectedKeyOutput.Text 151 return (output instanceof Text) && mText == ((Text)output).mText; in hasSameKeyOutput() 159 private static class CasePreservedText extends Text {
|
/aosp12/frameworks/base/tools/aapt2/compile/ |
H A D | Pseudolocalizer_test.cpp | 33 std::string result = pseudo.Start() + pseudo.Text(input) + pseudo.End(); in SimpleHelper() 44 std::string result = pseudo.Start() + pseudo.Text(in1) + pseudo.Text(in2) + in CompoundHelper() 45 pseudo.Text(in3) + pseudo.End(); in CompoundHelper() 231 std::string result = pseudo.Text("Hello, "); in TEST() 233 result += pseudo.Text("world!"); in TEST()
|
H A D | Pseudolocalizer.cpp | 45 std::string Text(const StringPiece& text) override { return text.to_string(); } in Text() function in aapt::PseudoMethodNone 51 std::string Text(const StringPiece& text) override; 60 std::string Text(const StringPiece& text) override; 87 std::string Pseudolocalizer::Text(const StringPiece& text) { in Text() function in aapt::Pseudolocalizer 121 chunk = impl_->Text(chunk); in Text() 352 std::string PseudoMethodAccent::Text(const StringPiece& source) { in Text() function in aapt::PseudoMethodAccent 443 std::string PseudoMethodBidi::Text(const StringPiece& source) { in Text() function in aapt::PseudoMethodBidi
|
/aosp12/build/soong/apex/ |
H A D | builder.go | 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) 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… 344 Text("(cd " + imageDir.String() + " ; "). 346 Text(" | sort -nr > "). [all …]
|
/aosp12/build/soong/sysprop/ |
H A D | sysprop_library.go | 296 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").
|
/aosp12/build/blueprint/bootstrap/ |
H A D | writedocs.go | 123 <p>{{.Text}}</p> 137 <p>{{.Text}}</p> 139 <p>{{.Text}}</p> 166 <p>{{.Text}}</p> 174 <p>{{.Text}}</p>
|
/aosp12/build/soong/python/ |
H A 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())
|
/aosp12/frameworks/base/tools/aapt2/configuration/ |
H A D | ConfigurationParser.cpp | 523 xml::Text* t; in ArtifactFormatTagHandler() 524 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in ArtifactFormatTagHandler() 565 xml::Text* t; in AbiGroupTagHandler() 566 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in AbiGroupTagHandler() 626 xml::Text* t; in ScreenDensityGroupTagHandler() 627 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in ScreenDensityGroupTagHandler() 693 xml::Text* t; in LocaleGroupTagHandler() 694 if ((t = NodeCast<xml::Text>(node.get())) != nullptr) { in LocaleGroupTagHandler() 809 xml::Text* t; in GlTextureGroupTagHandler() 846 xml::Text* t; in DeviceFeatureGroupTagHandler() [all …]
|