OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:label_re
(Results
1 - 2
of
2
) sorted by null
/external/google-benchmark/tools/
strip_asm.py
14
label_re
= re.compile("\s*j[a-z]+\s+\.L([a-zA-Z0-9][a-zA-Z0-9_]*)")
16
m =
label_re
.match(l)
/external/libcxx/utils/google-benchmark/tools/
strip_asm.py
14
label_re
= re.compile("\s*j[a-z]+\s+\.L([a-zA-Z0-9][a-zA-Z0-9_]*)")
16
m =
label_re
.match(l)
Completed in 210 milliseconds