Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 39) sorted by relevance

12

/build/blueprint/
Dname_interface.go55 …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 …]
Dcontext.go182 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 …]
Dmodule_ctx.go536 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/
Dconfig.fs29 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/
Dbuild_super_image.py61 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 …]
Dapex_utils.py120 key, value = line_info.group('key'), line_info.group('value')
135 prop_key, prop_value = prop.group('key'), prop.group('value')
Dvalidate_target_files.py171 check_partition = check_cmd.group(1)
182 flash_partition = target.group(1)
200 source_partition = source.group(1)
212 target_partition = target.group(1)
Dcheck_ota_package_signature.py47 assert not algorithm.group(1).startswith('ecdsa'), (
50 return algorithm.group(1).startswith('sha256')
Dsign_target_files_apks.py748 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")
Dsign_target_files_apks748 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")
Dcheck_target_files_signatures220 name = m.group(1)
224 self.shared_uid = m.group(2)
228 self.package = m.group(2)
Dcheck_target_files_signatures.py220 name = m.group(1)
224 self.shared_uid = m.group(2)
228 self.package = m.group(2)
/build/soong/ui/build/
Dsandbox_linux.go56 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/
Dfilter-product-graph.py27 deps.append((m.group(1), m.group(2)))
29 infos.append((m.group(1), m.group(2)))
Dcheck_elf_file.py103 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))
Dmktarball.sh40 --group $new_gid --mode $new_perms -p -rf ${target_tar} ${f}
Dcheckowners.py78 for addr in perfile_pattern.match(stripped_line).group(1).split(','):
/build/make/tools/fs_config/
Dfs_config_generator.py227 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 …]
DAndroid.bp79 // 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/
Dcxx_stl_setup.mk38 linux_static_gcclibs := -Wl,--start-group -lgcc -lgcc_eh -lc -Wl,--end-group
Dconfig.mk889 $(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 …]
Djava_common.mk163 $(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)" ) \
Dchecktree44 return m.group(1)
/build/make/target/product/
Dbase_vendor.mk49 group \
/build/soong/android/
Dnamespace.go234 func (r *NameResolver) ModuleFromName(name string, namespace blueprint.Namespace) (group blueprint.…
246 group, found = candidate.moduleContainer.ModuleFromName(name, nil)
248 return group, true

12