Home
last modified time | relevance | path

Searched refs:map (Results 1 – 25 of 93) sorted by relevance

1234

/build/bazel/json_module_graph/
DdistanceFromLeaves.jq6 { 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 |
DfullTransitiveDepsProperties.jq11 map({Type: .[0].Type,
12 Props: map(.Module.Android.SetProperties) | flatten | map(.Name) | unique | sort }) |
Dlibrary.jq49 # 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
DmoduleTypeStats.jq7 map({
9 Count: map(.Name) | unique | length,
DfindModulesCrossPkgBoundary.jq6 [.[] | .Blueprint | getDirPath] | sort_by(.) | unique | map({(.):""}) | add
18 $nonNullActionModules | map({(.Name):getOutputsOfModule}) | add
29 | map({(.):""}) | add
Dproperties.jq6 map(.Name)] |
DdirectDeps.jq5 [.[] | select(.Name == $arg) | .Deps | map(.Name)] | flatten | unique | sort
DusedVariations.jq7 {key: .[0].key, value: map(.value) | unique}] |
DfindModulesWithProperty.jq4 map(select(.Name == $a)) |
DprintModule.jq11 .Deps |= map(deleteDependencyVariations) |
/build/make/core/
Drelease_config.mk84 $(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 …]
Dchecktree14 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/
DAndroid.bp14 "package.map",
15 "flag.map",
/build/make/tools/aconfig/aconfig_storage_read_api/tests/
DAndroid.bp3 srcs: ["package.map",
4 "flag.map",
/build/make/tools/aconfig/aflags/src/
Dmain.rs258 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()
Ddevice_config_source.rs102 .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/
Dflag_table.rs71 .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()
Dpackage_table.rs66 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/
Dlib.rs27 .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/
Dtradefed.sh.tpl42 --template:map test=atest \
43 --template:map reporters="${SCRIPT_DIR}/result-reporters.xml" \
/build/make/core/packaging/
Dflags.mk114 … 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/
DAndroid.bp39 "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/
Djava_tf_test_launcher.sh26 --template:map test=atest \
Dandroid_tf_test_launcher.sh27 --template:map test=atest \
Dcc_tf_test_launcher.sh26 --template:map test=atest \

1234