Searched refs:split (Results 1 – 18 of 18) sorted by relevance
| /scripts/ |
| D | jobserver-exec | 23 opts = [x for x in flags.split(" ") if x.startswith("--jobserver")] 26 fds = opts[0].split("=", 1)[1] 27 reader, writer = [int(x) for x in fds.split(",", 1)]
|
| D | checkkconfigsymbols.py | 147 split = args.diff.split("..") 148 commit_a = split[0] 149 commit_b = split[1] 200 commit = commit.split(" ", 1) 241 return [x for x in commits.split("\n") if x] 447 line = line.split("#")[0] # ignore comments
|
| D | spdxcheck.py | 65 lid = l.split(':')[1].strip().upper() 72 exception = l.split(':')[1].strip().upper() 76 … for lic in l.split(':')[1].upper().strip().replace(' ', '').replace('\t', '').split(','): 124 parts = bdir.split('/') 210 expr = line.split(':')[1].strip() 243 parts = base.split('/') 304 for p in path.strip('/').split('/'):
|
| D | show_delta | 49 (time_str, rest) = string.split(line[1:],']',1)
|
| D | bpf_doc.py | 72 args = capture.group(4).split(', ') 382 for line in re.sub('\n$', '', elem.desc, count=1).split('\n'): 387 for line in elem.ret.rstrip().split('\n'): 799 for line in re.sub('\n$', '', helper.desc, count=1).split('\n'): 805 for line in helper.ret.rstrip().split('\n'):
|
| D | check-sysctl-docs | 167 split(paths[tables[1]], components, "/")
|
| D | diffconfig | 45 name, val = line[7:].split("=", 1)
|
| D | bloat-o-meter | 38 size, type, name = line.split()
|
| D | spelling.txt | 1395 splitted||split
|
| /scripts/clang-tools/ |
| D | gen_compile_commands.py | 108 dir, base = os.path.split(path) 123 for obj in subprocess.check_output([ar, '-t', archive]).decode().split():
|
| /scripts/gdb/linux/ |
| D | symbols.py | 112 module_addr = str(module['core_layout']['base']).split()[0] 169 for p in arg.split()]
|
| D | modules.py | 78 address=str(layout['base']).split()[0],
|
| D | tasks.py | 79 task.format_string().split()[0],
|
| D | utils.py | 46 return int(str(element[field].address).split()[0], 16)
|
| D | dmesg.py | 36 prb_addr = int(str(gdb.parse_and_eval("(void *)'printk.c'::prb")).split()[0], 16)
|
| D | timerlist.py | 33 function = str(timer['function']).split(" ")[1].strip("<>")
|
| /scripts/kconfig/ |
| D | qconf.cc | 1249 split = new QSplitter(this); in ConfigSearchWindow() 1250 split->setOrientation(Qt::Vertical); in ConfigSearchWindow() 1251 list = new ConfigList(split, "search"); in ConfigSearchWindow() 1253 info = new ConfigInfoView(split, "search"); in ConfigSearchWindow() 1259 layout1->addWidget(split); in ConfigSearchWindow() 1275 split->setSizes(sizes); in ConfigSearchWindow() 1289 configSettings->writeSizes("/split", split->sizes()); in saveSettings()
|
| D | qconf.h | 230 QSplitter* split; variable
|