/build/blueprint/ |
D | name_interface.go | 55 …NewModule(ctx NamespaceContext, group ModuleGroup, module Module) (namespace Namespace, err []erro… 58 ModuleFromName(moduleName string, namespace Namespace) (group ModuleGroup, found bool) 106 func (s *SimpleNameInterface) NewModule(ctx NamespaceContext, group ModuleGroup, module Module) (na… 107 name := group.name 108 if group, present := s.modules[name]; present { 112 " %s <-- previous definition here", name, group.modules.firstModule().pos), 116 s.modules[name] = group 121 func (s *SimpleNameInterface) ModuleFromName(moduleName string, namespace Namespace) (group ModuleG… 122 group, found = s.modules[moduleName] 123 return group, found [all …]
|
D | context_test.go | 630 group := &moduleGroup{ 636 m.group = group 637 group.modules = append(group.modules, m) 641 group.modules = append(group.modules, nil) 652 group.modules[i] = &moduleAlias{ 654 target: group.modules[m.target].moduleOrAliasTarget(), 661 return group 851 group: &moduleGroup{ 855 m.group.modules = modulesOrAliases{m} 884 order += module.group.name [all …]
|
D | context.go | 228 func (group *moduleGroup) moduleOrAliasByVariantName(name string) moduleOrAlias { 229 for _, module := range group.modules { 237 func (group *moduleGroup) moduleByVariantName(name string) *moduleInfo { 238 return group.moduleOrAliasByVariantName(name).module() 253 group *moduleGroup member 300 if module.group != nil { 301 return module.group.name 320 return module.group.namespace 1435 func (c *Context) prettyPrintGroupVariants(group *moduleGroup) string { 1437 for _, moduleOrAlias := range group.modules { [all …]
|
/build/make/tools/fs_config/end_to_end_test/ |
D | config.fs | 29 group: AID_VENDOR_NEW_SERVICE 35 group: AID_SYSTEM 41 group: AID_SYSTEM 47 group: AID_SYSTEM 53 group: AID_SYSTEM 59 group: AID_SYSTEM 65 group: AID_SYSTEM 71 group: AID_SYSTEM 77 group: AID_SYSTEM 83 group: AID_SYSTEM [all …]
|
/build/make/tools/releasetools/ |
D | build_super_image.py | 61 def GetArgumentsForImage(partition, group, image=None): argument 65 "{}:readonly:{}:{}".format(partition, image_size, group)] 103 for group in groups: 104 group_size = info_dict["super_{}_group_size".format(group)] 106 cmd += ["--group", "{}_a:{}".format(group, group_size), 107 "--group", "{}_b:{}".format(group, group_size)] 109 cmd += ["--group", "{}:{}".format(group, group_size)] 112 info_dict["super_{}_partition_list".format(group)].strip()) 120 cmd += GetArgumentsForImage(partition, group, image) 127 cmd += GetArgumentsForImage(partition + "_a", group + "_a", image) [all …]
|
D | check_partition_sizes.py | 239 for group in groups: 240 if "super_{}_group_size".format(group) in info_dict and \ 241 "super_{}_partition_list".format(group) in info_dict: 243 "BOARD_{}_SIZE".format(group), 244 int(info_dict["super_{}_group_size".format(group)])) 247 info_dict["super_{}_partition_list".format(group)].strip().split()) 253 "super_{}_group_size".format(group), 0)) for group in groups]
|
D | check_target_files_signatures.py | 243 signer, key, val = m.group(1), m.group(2), m.group(3) 279 name = m.group(1) 283 self.shared_uid = m.group(2) 287 self.package = m.group(2)
|
D | check_target_files_signatures | 243 signer, key, val = m.group(1), m.group(2), m.group(3) 279 name = m.group(1) 283 self.shared_uid = m.group(2) 287 self.package = m.group(2)
|
D | check_ota_package_signature.py | 46 assert not algorithm.group(1).startswith('ecdsa'), ( 49 return algorithm.group(1).startswith('sha256')
|
D | validate_target_files.py | 182 check_partition = check_cmd.group(1) 193 flash_partition = target.group(1) 211 source_partition = source.group(1) 223 target_partition = target.group(1)
|
D | apex_utils.py | 278 key, value = line_info.group('key'), line_info.group('value') 293 prop_key, prop_value = prop.group('key'), prop.group('value')
|
/build/make/tools/fs_config/ |
D | Android.bp | 161 // Generate the */etc/group text files for the target 167 …cmd: "$(location fs_config_generator.py) group --partition=system --aid-header=$(location :android… 172 out: ["group"], 177 filename: "group", 184 …cmd: "$(location fs_config_generator.py) group --partition=vendor --aid-header=$(location :android… 189 out: ["group"], 194 filename: "group", 202 …cmd: "$(location fs_config_generator.py) group --partition=odm --aid-header=$(location :android_fi… 207 out: ["group"], 212 filename: "group", [all …]
|
D | fs_config_generator.py | 227 def __init__(self, mode, user, group, caps, path, filename): argument 239 self.group = group 247 and self.group == other.group and self.caps == other.caps \ 252 self.group, self.caps, 285 cap = match.group(1) 286 value = match.group(2) 358 partition = range_match.group(1).lower() 359 value = int(range_match.group(3), 0) 679 group = config.get(section_name, 'group') 691 if not group: [all …]
|
D | README.md | 6 * `passwd` and `group` files for each partition 21 ### `passwd` and `group` files 23 The `passwd` and `group` files are formatted as documented in man pages passwd(5) and group(5) and 26 See `./fs_config_generator.py passwd --help` and `./fs_config_generator.py group --help` for how
|
/build/make/tools/ |
D | filter-product-graph.py | 27 deps.append((m.group(1), m.group(2))) 29 infos.append((m.group(1), m.group(2)))
|
D | check_elf_file.py | 103 curr_rev = int(match.group(1)) 242 dt_needed.append(match.group(1)) 247 dt_soname = match.group(1) 322 key = match.group(1) 323 value = cls._SYMBOL_ENTRY_PAREN_PATTERN.sub('', match.group(2))
|
/build/soong/ui/build/ |
D | sandbox_linux.go | 57 group string 74 sandboxConfig.group = "nogroup" 75 if _, err := user.LookupGroup(sandboxConfig.group); err != nil { 76 sandboxConfig.group = "nobody" 98 "-g", sandboxConfig.group, 172 "-g", sandboxConfig.group,
|
/build/soong/filesystem/ |
D | logical_partition.go | 110 for _, group := range l.properties.Groups { 111 sparsePartitions(group.Partitions) 157 for _, group := range l.properties.Groups { 158 gName := proptools.String(group.Name) 162 …ctx.PropertyErrorf("groups.name", `can't use "default" as a group name. Use default_group instead`) 169 gSize := proptools.String(group.Size) 178 addPartitionsToGroup(group.Partitions, gName)
|
/build/soong/scripts/ |
D | lint_project_xml.py | 87 group = parser.add_argument_group('check arguments', 'later arguments override earlier ones.') 88 group.add_argument('--fatal_check', dest='checks', action=check_action('fatal'), default=[], 90 group.add_argument('--error_check', dest='checks', action=check_action('error'), default=[], 92 group.add_argument('--warning_check', dest='checks', action=check_action('warning'), default=[], 94 group.add_argument('--disable_check', dest='checks', action=check_action('ignore'), default=[], 96 group.add_argument('--disallowed_issues', dest='disallowed_issues', default=[],
|
D | manifest_check.py | 130 lines.append(match.group(0)) 131 libname = match.group(2) 132 if match.group(1) == None: 217 return match.group(1)
|
/build/make/tools/warn/ |
D | warn_common.py | 324 board_name = result.group(1).split('/')[2] 328 architecture = result.group(1) 401 platform_version = result.group(0) 404 target_product = result.group(0) 407 target_variant = result.group(0) 410 android_root = result.group(1) 491 for i, group in enumerate(warning_groups): 493 'group': group,
|
/build/make/tools/product_config/src/com/android/build/config/ |
D | Position.java | 81 String filename = m.group(1); in parse() 85 String lineString = m.group(2); in parse()
|
/build/soong/android/ |
D | fixture_test.go | 42 group := GroupFixturePreparers(preparer1, preparer2, preparer1, preparer1Then2) 44 extension := GroupFixturePreparers(group, preparer4, preparer2)
|
/build/make/core/ |
D | config.mk | 893 $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)), \ 894 $(eval BOARD_$(group)_SIZE := $(strip $(BOARD_$(group)_SIZE))) \ 895 $(if $(BOARD_$(group)_SIZE),,$(error BOARD_$(group)_SIZE must not be empty)) \ 896 $(eval .KATI_READONLY := BOARD_$(group)_SIZE) \ 897 $(eval BOARD_$(group)_PARTITION_LIST ?=) \ 898 $(eval .KATI_READONLY := BOARD_$(group)_PARTITION_LIST) \ 903 $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)), \ 904 $(if $(filter-out $(valid_super_partition_list),$(BOARD_$(group)_PARTITION_LIST)), \ 905 $(error BOARD_$(group)_PARTITION_LIST contains invalid partition name \ 906 $(filter-out $(valid_super_partition_list),$(BOARD_$(group)_PARTITION_LIST)). \ [all …]
|
D | java_common.mk | 157 $(foreach group,$(java_resource_file_groups), \ 158 $(addprefix $(word 1,$(subst :,$(space),$(group)))/, \ 159 $(wordlist 2,9999,$(subst :,$(space),$(group))) \ 165 $(foreach group,$(java_resource_file_groups), \ 167 $(foreach w, $(wordlist 2,9999,$(subst :,$(space),$(group))), "$(w)" ) \
|