Searched refs:re (Results 1 - 12 of 12) sorted by relevance

/seL4-mcs-10.1.1/tools/
H A Dcircular_includes.py20 import re namespace
33 ignore_args = [re.escape(ignore) for ignore in ignore_args]
35 ignore_re = re.compile(r'^# 1 ".*' + ignore_re_string + '"')
37 header_re = re.compile(r'^# (\d+) "(.*\..)"')
H A Dsyscall_header_gen.py19 import re namespace
216 words = re.findall('[A-Z][A-Z]?[^A-Z]*', s)
H A Dlex.py40 import re, sys, types, copy, os namespace
67 _is_identifier = re.compile(r'^[a-zA-Z0-9_]+$')
126 # tuples (re,findex) where re is a compiled
138 self.lexreflags = 0 # Optional re compile flags
248 titem.append((re.compile(lre[i][0],lextab._lexreflags),_names_to_funcs(lre[i][1],fdict)))
487 # form the master regular expression. Given limitations in the Python re
495 lexre = re.compile(regex,re.VERBOSE | reflags)
765 c = re
[all...]
H A Dbitfield_gen.py24 import re namespace
2686 search_re = re.compile('[a-zA-Z0-9_]+');
2807 guard = re.sub(r'[^a-zA-Z0-9_]', '_', out_file.filename.upper())
/seL4-mcs-10.1.1/libsel4/tools/
H A Dsyscall_header_gen.py19 import re namespace
216 words = re.findall('[A-Z][A-Z]?[^A-Z]*', s)
H A Dbitfield_gen.py24 import re namespace
2686 search_re = re.compile('[a-zA-Z0-9_]+');
2807 guard = re.sub(r'[^a-zA-Z0-9_]', '_', out_file.filename.upper())
/seL4-mcs-10.1.1/manual/tools/libsel4_tools/
H A Dsyscall_header_gen.py19 import re namespace
216 words = re.findall('[A-Z][A-Z]?[^A-Z]*', s)
H A Dbitfield_gen.py24 import re namespace
2686 search_re = re.compile('[a-zA-Z0-9_]+');
2807 guard = re.sub(r'[^a-zA-Z0-9_]', '_', out_file.filename.upper())
/seL4-mcs-10.1.1/manual/tools/
H A Dparse_doxygen_xml.py21 import re namespace
60 escape_regex = re.compile(re.escape('|'.join(self.ESCAPE_PATTERNS.keys())))
462 match_details = re.match( r'^DOCREF$', details, re.M|re.I)
466 details_string = "**Description:** " + re.sub(r"\n(?!\n)", " ", details)
468 ret_string = "**Return value:** " + re.sub("\n(?!\n)", " ", ret)
471 ret_string = re.sub(r'DOCREF', "", ret_string)
472 details_string = re
[all...]
/seL4-mcs-10.1.1/manual/parts/
H A Dapi.tex102 functionality: if this is \texttt{true}, the caller should not attempt to re-use \texttt{bp\_num}
H A Dcspace.tex246 re-use.
H A Dthreads.tex503 attempt to re-configure \texttt{bp\_num} for Breakpoint or Watchpoint usage until

Completed in 91 milliseconds