Searched refs:group (Results 1 – 16 of 16) sorted by relevance
/scripts/lib/kdoc/ |
A D | kdoc_parser.py | 187 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 D | kdoc_re.py | 99 def group(self, num): member in KernRe 104 return self.last_match.group(num)
|
A D | kdoc_output.py | 302 litprefix = '^' + r.group(1) 383 signature += function_pointer.group(1) + parameter + function_pointer.group(3)
|
/scripts/ |
A D | bloat-o-meter | 16 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 D | bpf_doc.py | 76 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 D | Makefile.vmlinux_o | 63 --start-group $(KBUILD_VMLINUX_LIBS) --end-group \
|
A D | macro_checker.py | 30 identifier = match.group(1) 31 content = match.group(2)
|
A D | link-vmlinux.sh | 107 ${wl}--start-group ${libs} ${wl}--end-group \
|
A D | checktransupdate.py | 90 origin_commit_hash = match.group(1) 95 origin_commit_hash = match.group(1)
|
A D | Makefile.package | 174 … cmd_tar = cd $<; tar cf ../$@ $(compress-tar$(suffix $@)) --owner=root --group=root --sort=name *
|
A D | get_maintainer.pl | 2597 my $group = "$phrase:$rfc822_lwsp*(?:$mailbox(?:,\\s*$mailbox)*)?;\\s*"; 2598 my $address = "(?:$mailbox|$group)";
|
/scripts/lib/abi/ |
A D | abi_parser.py | 103 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 D | gen_compile_commands.py | 216 entry = process_line(directory, result.group('command_prefix'), 217 result.group('file_path'))
|
/scripts/gdb/linux/ |
A D | utils.py | 252 kerneloffset = int(match.group(1), 16)
|
/scripts/mod/ |
A D | devicetable-offsets.c | 27 DEVID_FIELD(hid_device_id, group); in main()
|
A D | file2alias.c | 384 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