/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[0].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.go | 182 group *moduleGroup member 209 return module.group.name 221 return module.group.namespace 1310 group := &moduleGroup{ 1314 module.group = group 1317 ModuleGroup{moduleGroup: group}, 1325 group.namespace = namespace 1327 c.moduleGroups = append(c.moduleGroups, group) 1527 if m.group == module.group && beforeInModuleList(module, m, module.group.modules) { 1693 func (c *Context) parallelVisit(order visitOrderer, visit func(group *moduleInfo) bool) { [all …]
|
D | module_ctx.go | 536 return m.module.group.modules[0].logicModule 540 return m.module.group.modules[len(m.module.group.modules)-1].logicModule 802 mctx.rename = append(mctx.rename, rename{mctx.module.group, name})
|
/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)] 99 for group in groups: 100 group_size = info_dict["super_{}_group_size".format(group)] 102 cmd += ["--group", "{}_a:{}".format(group, group_size), 103 "--group", "{}_b:{}".format(group, group_size)] 105 cmd += ["--group", "{}:{}".format(group, group_size)] 108 info_dict["super_{}_partition_list".format(group)].strip()) 116 cmd += GetArgumentsForImage(partition, group, image) 123 cmd += GetArgumentsForImage(partition + "_a", group + "_a", image) [all …]
|
D | apex_utils.py | 120 key, value = line_info.group('key'), line_info.group('value') 135 prop_key, prop_value = prop.group('key'), prop.group('value')
|
D | validate_target_files.py | 171 check_partition = check_cmd.group(1) 182 flash_partition = target.group(1) 200 source_partition = source.group(1) 212 target_partition = target.group(1)
|
D | check_ota_package_signature.py | 47 assert not algorithm.group(1).startswith('ecdsa'), ( 50 return algorithm.group(1).startswith('sha256')
|
D | sign_target_files_apks.py | 748 k = m.group(1) 849 r'keyid:([0-9a-fA-F:]*)', keyid).group(1).replace(':', '').lower() 1008 name = matches.group('NAME') 1009 payload_private_key = matches.group("PAYLOAD_PRIVATE_KEY") 1021 container_cert = matches.group("CONTAINER_CERT") 1022 container_private_key = matches.group("CONTAINER_PRIVATE_KEY")
|
D | sign_target_files_apks | 748 k = m.group(1) 849 r'keyid:([0-9a-fA-F:]*)', keyid).group(1).replace(':', '').lower() 1008 name = matches.group('NAME') 1009 payload_private_key = matches.group("PAYLOAD_PRIVATE_KEY") 1021 container_cert = matches.group("CONTAINER_CERT") 1022 container_private_key = matches.group("CONTAINER_PRIVATE_KEY")
|
D | check_target_files_signatures | 220 name = m.group(1) 224 self.shared_uid = m.group(2) 228 self.package = m.group(2)
|
D | check_target_files_signatures.py | 220 name = m.group(1) 224 self.shared_uid = m.group(2) 228 self.package = m.group(2)
|
/build/soong/ui/build/ |
D | sandbox_linux.go | 56 group string 70 sandboxConfig.group = "nogroup" 71 if _, err := user.LookupGroup(sandboxConfig.group); err != nil { 72 sandboxConfig.group = "nobody" 79 "-g", sandboxConfig.group, 141 "-g", sandboxConfig.group,
|
/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))
|
D | mktarball.sh | 40 --group $new_gid --mode $new_perms -p -rf ${target_tar} ${f}
|
D | checkowners.py | 78 for addr in perfile_pattern.match(stripped_line).group(1).split(','):
|
/build/make/tools/fs_config/ |
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) 747 group = config.get(section_name, 'group') 759 if not group: 791 entry = FSConfig(mode, user, group, caps_str, section_name, file_name) 1072 group = fs_config.group [all …]
|
D | Android.bp | 79 // Generate the vendor/etc/group text file for the target 85 …cmd: "$(location fs_config_generator.py) group --required-prefix=vendor_ --aid-header=$(location :… 90 out: ["group"], 94 name: "group",
|
/build/make/core/ |
D | cxx_stl_setup.mk | 38 linux_static_gcclibs := -Wl,--start-group -lgcc -lgcc_eh -lc -Wl,--end-group
|
D | config.mk | 889 $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)), \ 890 $(eval BOARD_$(group)_PARTITION_LIST ?=) \ 891 $(eval .KATI_READONLY := BOARD_$(group)_PARTITION_LIST) \ 894 $(foreach group,$(call to-upper,$(BOARD_SUPER_PARTITION_GROUPS)), \ 895 $(eval BOARD_$(group)_SIZE := $(strip $(BOARD_$(group)_SIZE))) \ 896 $(if $(BOARD_$(group)_SIZE),,$(error BOARD_$(group)_SIZE must not be empty)) \ 897 $(eval .KATI_READONLY := BOARD_$(group)_SIZE) \ 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 \ [all …]
|
D | java_common.mk | 163 $(foreach group,$(java_resource_file_groups), \ 164 $(addprefix $(word 1,$(subst :,$(space),$(group)))/, \ 165 $(wordlist 2,9999,$(subst :,$(space),$(group))) \ 171 $(foreach group,$(java_resource_file_groups), \ 173 $(foreach w, $(wordlist 2,9999,$(subst :,$(space),$(group))), "$(w)" ) \
|
D | checktree | 44 return m.group(1)
|
/build/make/target/product/ |
D | base_vendor.mk | 49 group \
|
/build/soong/android/ |
D | namespace.go | 234 func (r *NameResolver) ModuleFromName(name string, namespace blueprint.Namespace) (group blueprint.… 246 group, found = candidate.moduleContainer.ModuleFromName(name, nil) 248 return group, true
|