Home
last modified time | relevance | path

Searched refs:Input (Results 1 – 25 of 107) sorted by relevance

12345

/build/make/tools/aconfig/aconfig/src/
Dtest.rs22 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()
Dcommands.rs36 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 …]
Dmain.rs39 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/
Dboot_jars.go43 Input(ctx.Config().HostToolPath(ctx, "dexdump")).
44 Input(android.PathForSource(ctx, "build/soong/scripts/check_boot_jars/package_allowed_list.txt")).
Dhiddenapi_singleton.go193 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(";").
Dapp_builder.go115 Input: unsignedApk,
189 Input: protoResJarFile,
200 Input: dexJarFile,
279 Input: mergeJniJarPath,
293 Input(a.Library.Module.outputFile)
Dandroid_manifest_test.go86 manifestMergerRule.Input)
Dgen.go69 Input(aidlFile).
107 Input: logtagsFile,
Daapt2.go157 Input: zip,
305 Input: in,
323 Input: in,
/build/soong/xml/
Dxml.go90 Input: p.PrebuiltEtc.SourceFilePath(ctx),
102 Input: p.PrebuiltEtc.SourceFilePath(ctx),
118 Input: p.PrebuiltEtc.SourceFilePath(ctx),
Dxml_test.go75 android.AssertStringEquals(t, "input", tc.input, rule.Input.String())
/build/soong/cc/
Dgen.go76 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,
Dbuilder.go578 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 …]
Dprebuilt.go182 Input: importLibSrc,
194 Input: in,
385 Input: in,
461 Input: in,
481 Input: in,
/build/make/tools/aconfig/aconfig/src/storage/
Dmod.rs116 use crate::Input;
148 vec![Input { in parse_all_test_flags()
152 vec![Input { in parse_all_test_flags()
/build/soong/aconfig/build_flags/
Dbuild_flags.go58 Input: srcPath,
Dall_build_flag_declarations.go65 Input: this.intermediateBinaryProtoPath,
Ddeclarations.go95 Input: intermediateCacheFilePath,
/build/soong/apex/
Dbuilder.go324 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/
Dprebuilt_kernel_modules.go121 Input: m,
151 builder.Command().Text("cp").Input(m).Text(modulesDir.String())
/build/soong/android_sdk/
Dsdk_repo_host.go134 Input(noticeFile).
144 Input(zip)
150 Text("cp").Input(src).Flag(dir.Join(ctx, src.Rel()).String())
/build/bazel/rules/cc/
Dflex_test.bzl37 ("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/
Drule_builder_test.go90 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/
Dbinary_test.go232 if strings.HasSuffix(cp.Input.String(), "unstripped/foo") {
233 t.Errorf("installed binary not based on stripped version: %v", cp.Input)
/build/soong/snapshot/
Dutil.go31 Input: path,

12345