Searched refs:Input (Results 1 – 25 of 49) sorted by relevance
12
/build/soong/cc/ |
D | gen.go | 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) 106 Flag("-o").Output(outFile).Input(yaccFile) 140 Input(aidlFile). 161 Input: lexFile, 177 Input: syspropFile, 200 Input: srcFile,
|
D | builder.go | 464 Input: srcFile, 477 Input: srcFile, 543 Input: srcFile, 558 Input: srcFile, 576 Input: srcFile, 601 Input: srcFile, 800 Input: zippedRefDump, 842 Input: inputDump, 876 Input: inputFile, 919 Input: inputFile, [all …]
|
D | prebuilt.go | 152 Input: importLibSrc, 164 Input: in, 358 Input: in,
|
D | snapshot_utils.go | 74 Input: path,
|
/build/soong/xml/ |
D | xml.go | 86 Input: p.PrebuiltEtc.SourceFilePath(ctx), 98 Input: p.PrebuiltEtc.SourceFilePath(ctx), 114 Input: p.PrebuiltEtc.SourceFilePath(ctx),
|
D | xml_test.go | 107 assertEqual(t, "input", tc.input, rule.Input.String())
|
/build/soong/android/ |
D | rule_builder_test.go | 77 Input(PathForSource(ctx, "a")). 81 Input(PathForOutput(ctx, "b")). 104 Input(PathForSource(ctx, "a")). 108 Input(PathForOutput(ctx, "b")). 293 Input(PathForSource(ctx, "Input")). 302 Input(PathForSource(ctx, "input2")). 315 Input(PathForSource(ctx, "input3")). 316 Input(PathForOutput(ctx, "output2")). 448 rule.Command().Tool(PathForSource(ctx, "cp")).Input(in).Output(out).ImplicitDepFile(outDep)
|
D | notices.go | 85 Input: mergedNotice,
|
D | proto.go | 142 Input(protoFile).
|
/build/soong/java/ |
D | hiddenapi.go | 115 Input: classesJar, 128 Input: classesJar, 202 Input: dexInput,
|
D | android_manifest.go | 123 Input: manifest, 149 Input: manifest,
|
D | hiddenapi_singleton.go | 323 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";"). 325 Text("rm").Input(tempPath).Text(";"). 327 Text("mv").Input(tempPath).Output(outputPath).Text(";"). 356 Input: inputPath,
|
D | app_builder.go | 109 Input: unsignedApk, 183 Input: protoResJarFile, 194 Input: dexJarFile,
|
D | droiddoc.go | 912 Input(staticDocIndexRedirect). 919 Input(staticDocProperties). 1098 Input(apiFile). 1099 Input(d.apiFile). 1100 Input(removedApiFile). 1101 Input(d.removedApiFile) 1132 Input(d.apiFile).Flag(apiFile.String()) 1136 Input(d.removedApiFile).Flag(removedApiFile.String()) 1166 Input(apiFile). 1167 Input(d.apiFile). [all …]
|
D | gen.go | 73 Input(aidlFile). 114 Input: logtagsFile,
|
D | aapt2.go | 116 Input: zip, 236 Input: in,
|
D | dex.go | 234 Input: classesJar, 248 Input: classesJar,
|
D | jacoco.go | 65 Input: inputJar,
|
D | builder.go | 543 Input: classesJar, 557 Input: classesJar, 570 Input: inputFile, 589 Input: inputFile,
|
D | lint.go | 346 cmd.Text("|| (").Text("cat").Input(text).Text("; exit 7)").Text(")") 423 Input: android.OutputFileForModule(ctx, frameworkDocStubs, ".annotations.zip"), 429 Input: android.OutputFileForModule(ctx, frameworkDocStubs, ".api_versions.xml"),
|
/build/soong/sysprop/ |
D | sysprop_library.go | 90 Input: syspropFile, 261 Input(m.dumpedApiFile). 262 Input(m.currentApiFile). 276 Input(m.latestApiFile). 277 Input(m.currentApiFile).
|
/build/soong/apex/ |
D | builder.go | 206 Input: manifestSrc, 221 Input: manifestJsonFullOut, 230 Input: manifestJsonFullOut, 261 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output) 608 Input: unsignedOutputFile, 617 Input: apexProtoFile, 660 Input: unsignedOutputFile, 718 Input: a.public_key_file,
|
/build/soong/bpf/ |
D | bpf.go | 92 Input: src,
|
/build/soong/dexpreopt/ |
D | dexpreopt.go | 293 rule.Command().Text("cp -f").Input(module.DexPath).Output(dexPathHost) 446 rule.Command().Text("cp -f").Input(vdexPath).Output(tmpPath) 451 Input(tmpPath)
|
/build/soong/sdk/ |
D | testing.go | 250 src := android.NormalizePathForTesting(bp.Input) 275 mergeInput := android.NormalizePathForTesting(bp.Input)
|
12