Home
last modified time | relevance | path

Searched refs:line (Results 1 – 3 of 3) sorted by relevance

/conform/
A Dglibcconform.py80 for line in aux_file:
81 line = re.sub(r'/\*.*?\*/', '', line)
82 line = line.strip()
83 if line:
88 m = re.search(r'([A-Za-z0-9_]+) *\([^*]', line)
93 % line)
A Dlinknamespace.py50 for line in syms_file:
51 line = line.rstrip()
52 if line.startswith('File: '):
53 cur_file = line[len('File: '):]
58 line = re.sub(r'\[.*?\]', '', line)
59 fields = line.split()
95 for line in stdsyms_file:
96 stdsyms.add(line.rstrip())
A Dconformtest.py450 orig_line = line
454 line = line[len('xfail-'):]
470 line = line[len('optional-'):]
474 while line:
483 line = line.strip()
534 line = line.strip()
535 if line == '' or line.startswith('#'):
629 line = line.strip()
630 if not line:
655 line = re.sub(r'(?:\bL)?(?:"[^"]*"|\'[^\']*\')', '', line)
[all …]

Completed in 8 milliseconds