/build/make/tools/aconfig/aconfig/src/ |
D | test.rs | 22 use crate::commands::Input; 260 vec![Input { in parse_read_only_test_flags() 264 vec![Input { in parse_read_only_test_flags() 278 vec![Input { in parse_test_flags() 283 Input { in parse_test_flags() 287 Input { in parse_test_flags()
|
D | commands.rs | 36 pub struct Input { struct 41 impl Input { argument 67 declarations: Vec<Input>, in parse_flags() argument 68 values: Vec<Input>, in parse_flags() argument 194 pub fn create_java_lib(mut input: Input, codegen_mode: CodegenMode) -> Result<Vec<OutputFile>> { in create_java_lib() argument 206 mut input: Input, in create_cpp_lib() argument 232 mut input: Input, in create_rust_lib() argument 258 caches: Vec<Input>, in create_storage() argument 267 pub fn create_device_config_defaults(mut input: Input) -> Result<Vec<u8>> { in create_device_config_defaults() 289 pub fn create_device_config_sysprops(mut input: Input) -> Result<Vec<u8>> { in create_device_config_sysprops() [all …]
|
D | main.rs | 39 use commands::{Input, OutputFile}; 176 fn open_zero_or_more_files(matches: &ArgMatches, arg_name: &str) -> Result<Vec<Input>> { in open_zero_or_more_files() argument 180 opened_files.push(Input { source: path.to_string(), reader: file }); in open_zero_or_more_files() 185 fn open_single_file(matches: &ArgMatches, arg_name: &str) -> Result<Input> { in open_single_file() argument 190 Ok(Input { source: path.to_string(), reader: file }) in open_single_file()
|
/build/soong/java/ |
D | boot_jars.go | 43 Input(ctx.Config().HostToolPath(ctx, "dexdump")). 44 Input(android.PathForSource(ctx, "build/soong/scripts/check_boot_jars/package_allowed_list.txt")).
|
D | hiddenapi_singleton.go | 193 Input: inputPath, 204 Input: inputPath, 227 Text("cmp -s").Input(tempPath).Output(outputPath).Text(";"). 229 Text("rm").Input(tempPath).Text(";"). 231 Text("mv").Input(tempPath).Output(outputPath).Text(";").
|
D | app_builder.go | 115 Input: unsignedApk, 189 Input: protoResJarFile, 200 Input: dexJarFile, 279 Input: mergeJniJarPath, 293 Input(a.Library.Module.outputFile)
|
D | android_manifest_test.go | 86 manifestMergerRule.Input)
|
D | gen.go | 69 Input(aidlFile). 107 Input: logtagsFile,
|
D | aapt2.go | 157 Input: zip, 305 Input: in, 323 Input: in,
|
/build/soong/xml/ |
D | xml.go | 90 Input: p.PrebuiltEtc.SourceFilePath(ctx), 102 Input: p.PrebuiltEtc.SourceFilePath(ctx), 118 Input: p.PrebuiltEtc.SourceFilePath(ctx),
|
D | xml_test.go | 75 android.AssertStringEquals(t, "input", tc.input, rule.Input.String())
|
/build/soong/cc/ |
D | gen.go | 76 rule.Command().Text(sedCmd).Input(outFile) 77 rule.Command().Text(sedCmd).Input(headerFile) 87 rule.Command().Text(sedCmd).Input(locationHeader) 93 rule.Command().Text(sedCmd).Input(positionHeader) 103 Flag("-o").Output(outFile).Input(yaccFile) 141 Input(aidlFile). 176 Input: lexFile, 193 Input: syspropFile,
|
D | builder.go | 578 Input: srcFile, 656 Input: srcFile, 673 Input: srcFile, 702 Input: srcFile, 728 Input: srcFile, 987 Input: inputDump, 1016 Input: inputFile, 1060 Input: inputFile, 1076 Input: inputFile, 1111 Input: inputFile, [all …]
|
D | prebuilt.go | 182 Input: importLibSrc, 194 Input: in, 385 Input: in, 461 Input: in, 481 Input: in,
|
/build/make/tools/aconfig/aconfig/src/storage/ |
D | mod.rs | 116 use crate::Input; 148 vec![Input { in parse_all_test_flags() 152 vec![Input { in parse_all_test_flags()
|
/build/soong/aconfig/build_flags/ |
D | build_flags.go | 58 Input: srcPath,
|
D | all_build_flag_declarations.go | 65 Input: this.intermediateBinaryProtoPath,
|
D | declarations.go | 95 Input: intermediateCacheFilePath,
|
/build/soong/apex/ |
D | builder.go | 324 Input: src, 341 Input: manifestJsonFullOut, 350 Input: manifestJsonFullOut, 402 rule.Command().Text("cat").Input(fileContexts).Text(">>").Output(output) 496 Input: vintfFragment, 763 Input(htmlGzNotice). 853 Input: unsignedOutputFile, 918 Input: apexProtoFile, 958 Input: unsignedOutputFile, 998 Input: unsignedCompressedOutputFile, [all …]
|
/build/soong/kernel/ |
D | prebuilt_kernel_modules.go | 121 Input: m, 151 builder.Command().Text("cp").Input(m).Text(modulesDir.String())
|
/build/soong/android_sdk/ |
D | sdk_repo_host.go | 134 Input(noticeFile). 144 Input(zip) 150 Text("cp").Input(src).Flag(dir.Join(ctx, src.Rel()).String())
|
/build/bazel/rules/cc/ |
D | flex_test.bzl | 37 ("Input file %s not present or incorrect in Bazel action for " + 85 ("Input file %s not present or incorrect in Bazel action for " + 133 ("Input file %s not present or incorrect in Bazel action for " + 144 ("Input file %s not present or incorrect in Bazel action for " + 244 "Input file %s not present or incorrect in flex command args" %
|
/build/soong/android/ |
D | rule_builder_test.go | 90 Input(PathForSource(ctx, "a")). 94 Input(PathForOutput(ctx, "b")). 117 Input(PathForSource(ctx, "a")). 121 Input(PathForOutput(ctx, "b")). 306 Input(PathForSource(ctx, "Input")). 316 Input(PathForSource(ctx, "input2")). 330 Input(PathForSource(ctx, "input3")). 331 Input(PathForOutput(ctx, "module/output2")).
|
/build/soong/rust/ |
D | binary_test.go | 232 if strings.HasSuffix(cp.Input.String(), "unstripped/foo") { 233 t.Errorf("installed binary not based on stripped version: %v", cp.Input)
|
/build/soong/snapshot/ |
D | util.go | 31 Input: path,
|