/build/bazel/json_module_graph/ |
D | distanceFromLeaves.jq | 6 { Name: .Name, Deps: .Deps | map(.Name) } 10 group_by(.Name) | map({Name: .[0].Name, Deps: map(.Deps) | flatten | unique | sort}) 14 map({key: .Name, value: .Deps}) | from_entries 18 map(onlyDeps) | mergeDepsForSameModule | toMergeMap 23 map(.key as $key | {key: .key, value: .value | [.[] | select(. != $key)]}) | 30 map({ 35 map($old[.]) | 43 map({key: ., value: -1}) | from_entries |
|
D | fullTransitiveDepsProperties.jq | 11 map({Type: .[0].Type, 12 Props: map(.Module.Android.SetProperties) | flatten | map(.Name) | unique | sort }) |
|
D | library.jq | 49 # Transforms the variation map of dependencies (as specified by f) to a delta 50 # from the variation map of the module that depends on them 71 map({ 75 Modules: map(.Name) 83 { Name: .Name, Deps: .Deps | map(.Name) } 87 group_by(.Name) | map({Name: .[0].Name, Deps: map(.Deps) | flatten | unique | sort}) 91 map({key: .Name, value: .Deps}) | from_entries 95 map(onlyDeps) | mergeDepsForSameModule | toMergeMap 100 map(.key as $key | {key: .key, value: .value | [.[] | select(. != $key)]}) | 105 map($m[.] // []) + [.] | flatten | unique
|
D | moduleTypeStats.jq | 7 map({ 9 Count: map(.Name) | unique | length,
|
D | findModulesCrossPkgBoundary.jq | 6 [.[] | .Blueprint | getDirPath] | sort_by(.) | unique | map({(.):""}) | add 18 $nonNullActionModules | map({(.Name):getOutputsOfModule}) | add 29 | map({(.):""}) | add
|
D | properties.jq | 6 map(.Name)] |
|
D | directDeps.jq | 5 [.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort
|
D | usedVariations.jq | 7 {key: .[0].key, value: map(.value) | unique}] |
|
D | findModulesWithProperty.jq | 4 map(select(.Name == $a)) |
|
D | printModule.jq | 11 .Deps |= map(deleteDependencyVariations) |
|
/build/make/core/ |
D | release_config.mk | 84 $(foreach map,$(PRODUCT_RELEASE_CONFIG_MAPS), \ 85 $(if $(filter $(basename $(map)),$(basename $(config_map_files))),, \ 86 $(eval config_map_files += $(map))) \ 87 $(if $(filter $(basename $(map)).textproto,$(map)),$(eval _must_protobuf := true)) \ 93 $(foreach map,$(config_map_files), \ 94 $(if $(wildcard $(basename $(map)).textproto),,$(eval _can_protobuf :=)) \ 97 $(foreach map,$(protobuf_map_files), \ 98 $(if $(wildcard $(basename $(map)).mk),,$(eval _must_protobuf := true)) \ 114 $(foreach map,$(config_map_files), \ 115 … $(if $(wildcard $(dir $(map))/build_config/DEFAULT=proto),$(eval _use_protobuf := true)) \ [all …]
|
D | checktree | 14 excludes_compiled = map(re.compile, excludes) 65 return map(matchit, lines) 82 files = map(lambda s: cwd+s, files) 87 added_depot_path = map(quotate, added_depot_path) 91 added = map(split_perforce_parts, added)
|
/build/make/tools/aconfig/aconfig_storage_file/tests/ |
D | Android.bp | 14 "package.map", 15 "flag.map",
|
/build/make/tools/aconfig/aconfig_storage_read_api/tests/ |
D | Android.bp | 3 srcs: ["package.map", 4 "flag.map",
|
/build/make/tools/aconfig/aflags/src/ |
D | main.rs | 258 longest_flag_col: flags.iter().map(|f| f.qualified_name().len()).max().unwrap_or(0), in list() 259 longest_val_col: flags.iter().map(|f| f.value.to_string().len()).max().unwrap_or(0), in list() 262 .map(|f| f.display_staged_value().len()) in list() 267 .map(|f| f.value_picked_from.to_string().len()) in list() 272 .map(|f| f.permission.to_string().len()) in list() 289 list(FlagSourceType::AconfigStorage, container).map(Some) in main() 292 list(FlagSourceType::DeviceConfig, container).map(Some) in main() 294 Command::Enable { qualified_name } => set_flag(&qualified_name, "true").map(|_| None), in main() 295 Command::Disable { qualified_name } => set_flag(&qualified_name, "false").map(|_| None), in main()
|
D | device_config_source.rs | 102 .map(|f| { in reconcile() 110 .map(|f| { in reconcile() 113 .map(|value| if *value != f.value { Some(*value) } else { None }) in reconcile() 131 read_device_config_output(&["put", namespace, qualified_name, value]).map(|_| ()) in override_flag()
|
/build/make/tools/aconfig/aconfig/src/storage/ |
D | flag_table.rs | 71 .map(|&pf| { in create_nodes() 91 let num_flags = packages.iter().map(|pkg| pkg.boolean_flags.len() as u32).sum(); in create_flag_table() 98 .map(|pkg| FlagTableNodeWrapper::create_nodes(pkg, num_buckets)) in create_flag_table() 106 + node_wrappers.iter().map(|x| x.node.into_bytes().len()).sum::<usize>() as u32; in create_flag_table() 134 FlagTable { header, buckets, nodes: node_wrappers.into_iter().map(|nw| nw.node).collect() }; in create_flag_table()
|
D | package_table.rs | 66 packages.iter().map(|pkg| PackageTableNodeWrapper::new(pkg, num_buckets)).collect(); in create_package_table() 72 + node_wrappers.iter().map(|x| x.node.into_bytes().len()).sum::<usize>() as u32; in create_package_table() 102 nodes: node_wrappers.into_iter().map(|nw| nw.node).collect(), in create_package_table()
|
/build/make/tools/aconfig/aconfig_device_paths/src/ |
D | lib.rs | 27 .map(|s| s.trim().trim_matches('"')) in read_partition_paths() 29 .map(|s| PathBuf::from(s.to_string())) in read_partition_paths()
|
/build/bazel/rules/tradefed/ |
D | tradefed.sh.tpl | 42 --template:map test=atest \ 43 --template:map reporters="${SCRIPT_DIR}/result-reporters.xml" \
|
/build/make/core/packaging/ |
D | flags.mk | 114 … aconfig_storage_package_map.$(partition) := $(PRODUCT_OUT)/$(partition)/etc/aconfig/package.map) \ 115 $(eval aconfig_storage_flag_map.$(partition) := $(PRODUCT_OUT)/$(partition)/etc/aconfig/flag.map) \ 118 $(TARGET_OUT_FLAGS)/$(partition)/package.map, \ 119 $(TARGET_OUT_FLAGS)/$(partition)/flag.map, \
|
/build/make/tools/aconfig/aconfig_storage_read_api/ |
D | Android.bp | 39 "tests/package.map", 40 "tests/flag.map", 100 version_script: "libaconfig_storage_read_api_cc.map",
|
/build/pesto/experiments/prepare_bazel_test_env/data/static/build/bazel/rules/ |
D | java_tf_test_launcher.sh | 26 --template:map test=atest \
|
D | android_tf_test_launcher.sh | 27 --template:map test=atest \
|
D | cc_tf_test_launcher.sh | 26 --template:map test=atest \
|