Home
last modified time | relevance | path

Searched refs:commands (Results 1 – 25 of 31) sorted by relevance

12

/build/bazel/scripts/difftool/
Daction_diff_notebook.py45 import commands
51 importlib.reload(commands)
153 ninja_action = commands.expand_rsp(ninja_action)
175 bzl_paths, _ = commands.extract_paths_from_action_args(bazel_action)
176 ninja_paths, _ = commands.extract_paths_from_action_args(ninja_action)
178 for p1, p2 in commands.match_paths(bzl_paths, ninja_paths).items():
Dclangcompile.py21 from commands import CommandInfo
22 from commands import flag_repr
23 from commands import is_flag_starts_with
24 from commands import parse_flag_groups
DBUILD.bazel38 "commands.py",
Ddifftool.py51 import commands
299 return commands.CommandInfo(tool=tool, args=args)
/build/make/tools/aconfig/aconfig/src/
Dtest.rs22 use crate::commands::Input;
257 let bytes = crate::commands::parse_flags( in parse_read_only_test_flags()
268 crate::commands::DEFAULT_FLAG_PERMISSION, in parse_read_only_test_flags()
275 let bytes = crate::commands::parse_flags( in parse_test_flags()
292 crate::commands::DEFAULT_FLAG_PERMISSION, in parse_test_flags()
Dmain.rs28 mod commands; module
39 use commands::{Input, OutputFile};
61 &commands::DEFAULT_FLAG_PERMISSION, in cli()
232 let output = commands::parse_flags( in main()
247 commands::create_java_lib(cache, *mode).context("failed to create java lib")?; in main()
258 let generated_files = commands::create_cpp_lib(cache, *mode, *allow_instrumentation) in main()
270 let generated_file = commands::create_rust_lib(cache, *mode, *allow_instrumentation) in main()
277 let output = commands::create_device_config_defaults(cache) in main()
284 let output = commands::create_device_config_sysprops(cache) in main()
299 let output = commands::dump_parsed_flags(input, format.clone(), &filters, *dedup)?; in main()
[all …]
Dcommands.rs473 let flags_bytes = crate::commands::parse_flags( in test_parse_flags_setting_default()
506 let error = crate::commands::parse_flags( in test_parse_flags_package_mismatch_between_declaration_and_command_line()
537 let error = crate::commands::parse_flags( in test_parse_flags_container_mismatch_between_declaration_and_command_line()
579 let error = crate::commands::parse_flags( in test_parse_flags_override_fixed_read_only()
613 let flags_bytes = crate::commands::parse_flags( in test_parse_flags_metadata()
/build/soong/cmd/extract_apks/bundle_proto/
Dregen.sh12 (cd "${0%/*}" && aprotoc --go_out=paths=source_relative:. commands.proto config.proto targeting.pro…
/build/soong/android/
Drule_builder.go47 commands []*RuleBuilderCommand member
153 if len(r.commands) > 0 {
168 if len(r.commands) > 0 {
186 if len(r.commands) > 0 {
207 r.commands = append(r.commands, command)
242 for _, c := range r.commands {
269 for _, c := range r.commands {
291 for _, c := range r.commands {
311 for _, c := range r.commands {
341 for _, c := range r.commands {
[all …]
/build/make/tools/aconfig/aconfig/src/codegen/
Drust.rs27 use crate::commands::OutputFile;
1301 use crate::commands::assign_flag_ids;
1306 crate::commands::modify_parsed_flags_based_on_mode(parsed_flags, mode).unwrap(); in test_generate_rust_code()
Djava.rs27 use crate::commands::OutputFile;
479 crate::commands::modify_parsed_flags_based_on_mode(parsed_flags, mode).unwrap(); in test_generate_java_code_production()
649 crate::commands::modify_parsed_flags_based_on_mode(parsed_flags, mode).unwrap(); in test_generate_java_code_exported()
835 crate::commands::modify_parsed_flags_based_on_mode(parsed_flags, mode).unwrap(); in test_generate_java_code_test()
960 crate::commands::modify_parsed_flags_based_on_mode(parsed_flags, mode).unwrap(); in test_generate_java_code_force_read_only()
Dcpp.rs27 use crate::commands::OutputFile;
1179 use crate::commands::assign_flag_ids;
1189 crate::commands::modify_parsed_flags_based_on_mode(parsed_flags, mode).unwrap(); in test_generate_cpp_code()
/build/soong/cmd/extract_apks/
DAndroid.bp25 "bundle_proto/commands.pb.go",
/build/soong/cmd/sbox/sbox_proto/
Dsbox.proto20 // A set of commands to run in a sandbox.
22 // A list of commands to run in the sandbox.
23 repeated Command commands = 1; field
/build/make/tools/aconfig/aconfig/src/storage/
Dmod.rs145 let bytes = crate::commands::parse_flags( in parse_all_test_flags()
156 crate::commands::DEFAULT_FLAG_PERMISSION, in parse_all_test_flags()
Dflag_value.rs17 use crate::commands::assign_flag_ids;
Dflag_table.rs17 use crate::commands::assign_flag_ids;
/build/soong/cmd/soong_ui/
Dmain.go64 var commands = []command{ var
566 flags := make([]string, len(commands))
567 for i, c := range commands {
577 for _, c := range commands {
/build/bazel/examples/apex/minimal/
DREADME.md35 …e emulator. After you've done this once you can use the regular install commands above from then o…
/build/soong/docs/
Dperf.md81 `$(shell)` commands need to be re-executed to determine if their output changed.
107 All the longest commands in this case are all variants of a call to `find`, but
113 There are some optimizations in place for find commands -- if Kati can
116 that the output may change). Many of the common macros produce find commands
253 commands are taking than having extra dependencies, or slowdowns in
259 for build commands to impact unrelated build commands. This is an area we'd
/build/bazel/ci/
Drbc_dashboard.py394 commands = []
397 commands.append(run_jailed_command([
407 for i, success in enumerate(await asyncio.gather(*commands)):
/build/soong/genrule/
Dgenrule.go676 var commands []string
727 commands = append(commands, command)
729 fullCommand := strings.Join(commands, " && ")
/build/make/target/product/security/
DREADME12 The following commands were used to generate the test key pairs:
/build/make/core/
DLINUX_KERNEL_COPYING119 c) If the modified program normally reads commands interactively
337 The hypothetical commands `show w' and `show c' should show the appropriate
338 parts of the General Public License. Of course, the commands you use may
/build/make/
Denvsetup.sh1113 -t commands "$@")

12