Searched refs:sline (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | enums2names.py | 131 def parse_line(self, sline): argument 133 smatch = re.match(r'^enum\s+([A-Za-z0-9_]+)\s+.*;', sline) 137 smatch = re.match(r'^enum\s+([A-Za-z0-9_]+)', sline) 149 smatch = re.match(r'^}(\s*|\s*[A-Z][A-Z_]+\s*);', sline) 166 smatch = re.match(r'([A-Za-z0-9_]+)\s*=\s*(.+)\s*,?', sline) 170 smatch = re.match(r'([A-Za-z0-9_]+)\s*,?', sline)
|
/third_party/ffmpeg/tools/ |
D | normalize.py | 22 sline = line.rstrip() variable 23 if sline: 24 loudness = sline
|
/third_party/ltp/scripts/ |
D | checkpatch.pl | 2721 my $sline = $line; #copy of $line 2722 $sline =~ s/$;/ /g; #with comments as spaces 3702 } elsif ($sline =~ /\s*($String(?:\s*(?:\\|,\s*|\)\s*;\s*))?)$/ && 3762 if ($sline =~ /^\+\s+($Assignment)[^=]/) { 3789 …$sline =~ /^\+\t+( +)(?:$c90_Keywords\b|\{\s*$|\}\s*(?:else\b|while\b|\s*$)|$Declare\s*$Ident\s*[;… 3935 if (($prevline =~ /\+(\s+)\S/) && $sline =~ /^\+$1\S/) { 3937 my $sl = $sline; 4003 if ($sline =~ /^\+\{\s*$/ && 4009 if ($sline =~ /^\+\}\s*$/) { 4016 if ($sline =~ /^\+([\t]+)(?:}[ \t]*)?else(?:[ \t]*{)?\s*$/) { [all …]
|
/third_party/python/Lib/email/ |
D | header.py | 380 sline = line.lstrip() 381 fws = line[:len(line)-len(sline)] 382 formatter.feed(fws, sline, charset)
|
/third_party/libwebsockets/lib/misc/fts/ |
D | trie.c | 550 int bp = 0, sline, chars, m; in lws_fts_fill() local 571 sline = t->line_number; in lws_fts_fill() 1066 g16(linetable + 2, (uint16_t)(t->line_number - sline)); in lws_fts_fill()
|
/third_party/rust/crates/proc-macro2/tests/ |
D | test.rs | 718 if let Some((&(sline, scol, eline, ecol), rest)) = lines.split_first() { in check_spans_internal() 722 assert_eq!(start.line, sline, "sline did not match for {}", i); in check_spans_internal()
|
/third_party/python/Lib/ |
D | trace.py | 366 sline, scol = start 368 for i in range(sline, eline + 1):
|
/third_party/libabigail/tests/data/test-annotate/ |
D | test14-pr18893.so.abi | 20512 <!-- sampledLine* directedLine::sline --> 20513 …<var-decl name='sline' type-id='type-id-345' visibility='default' filepath='libnurbs/nurbtess/dire…
|
/third_party/libabigail/tests/data/test-read-dwarf/ |
D | test14-pr18893.so.abi | 13127 …<var-decl name='sline' type-id='type-id-345' visibility='default' filepath='libnurbs/nurbtess/dire…
|