Home
last modified time | relevance | path

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

/scripts/lib/kdoc/
A Dkdoc_parser.py187 name = type_param.group(1)
418 param = r.group(1)
433 param = r.group(1)
548 decl_type = r.group(1)
550 members = r.group(3)
555 decl_type = r.group(1)
557 members = r.group(2)
1005 args = r.group(3)
1061 args = r.group(3)
1153 if not doc_block.group(1):
[all …]
A Dkdoc_re.py99 def group(self, num): member in KernRe
104 return self.last_match.group(num)
A Dkdoc_output.py302 litprefix = '^' + r.group(1)
383 signature += function_pointer.group(1) + parameter + function_pointer.group(3)
/scripts/
A Dbloat-o-meter16 group = parser.add_mutually_exclusive_group()
17 group.add_argument('-c', help='categorize output based on symbol type', action='store_true')
18 group.add_argument('-d', help='Show delta of Data Section', action='store_true')
19 group.add_argument('-t', help='Show delta of text Section', action='store_true')
A Dbpf_doc.py76 res['ret_type'] = capture.group(1)
77 res['ret_star'] = capture.group(2)
78 res['name'] = capture.group(3)
81 args = capture.group(4).split(', ')
85 'type' : capture.group(1),
86 'star' : capture.group(5),
87 'name' : capture.group(6)
147 return capture.group(1)
162 return capture.group(1)
208 ret += capture.group(1) + '\n'
[all …]
A DMakefile.vmlinux_o63 --start-group $(KBUILD_VMLINUX_LIBS) --end-group \
A Dmacro_checker.py30 identifier = match.group(1)
31 content = match.group(2)
A Dlink-vmlinux.sh107 ${wl}--start-group ${libs} ${wl}--end-group \
A Dchecktransupdate.py90 origin_commit_hash = match.group(1)
95 origin_commit_hash = match.group(1)
A DMakefile.package174 … cmd_tar = cd $<; tar cf ../$@ $(compress-tar$(suffix $@)) --owner=root --group=root --sort=name *
A Dget_maintainer.pl2597 my $group = "$phrase:$rfc822_lwsp*(?:$mailbox(?:,\\s*$mailbox)*)?;\\s*";
2598 my $address = "(?:$mailbox|$group)";
/scripts/lib/abi/
A Dabi_parser.py103 new = match.group(1).lower()
104 sep = match.group(2)
105 content = match.group(3)
109 new_tag = match.group(1)
211 fdata.space = match.group(1)
212 content = match.group(2) + "\n"
234 fdata.space = match.group(1)
236 content = match.group(2) + "\n"
275 new = match.group(1).lower()
491 symbol = match.group(1).rstrip("/")
/scripts/clang-tools/
A Dgen_compile_commands.py216 entry = process_line(directory, result.group('command_prefix'),
217 result.group('file_path'))
/scripts/gdb/linux/
A Dutils.py252 kerneloffset = int(match.group(1), 16)
/scripts/mod/
A Ddevicetable-offsets.c27 DEVID_FIELD(hid_device_id, group); in main()
A Dfile2alias.c384 DEF_FIELD(symval, hid_device_id, group); in do_hid_entry()
389 ADD(alias, "g", group != HID_GROUP_ANY, group); in do_hid_entry()

Completed in 38 milliseconds