Lines Matching refs:re

15 import re
106 …Match = re.match("^([_a-zA-Z0-9]+).(MemoryInitUpdOffset)\s*\|\s*(0x[0-9A-F]+)\s*\|\s*(\d+|0x[0-9a-…
109 …Match = re.match("^\s*([_a-zA-Z0-9]+).(SiliconInitUpdOffset)\s*\|\s*(0x[0-9A-F]+)\s*\|\s*(\d+|0x[0…
112 …Match = re.match("^([_a-zA-Z0-9]+).([_a-zA-Z0-9]+)\s*\|\s*(0x[0-9A-F]+)\s*\|\s*(\d+|0x[0-9a-fA-F]+…
115 …Match = re.match("^([_a-zA-Z0-9]+).([_a-zA-Z0-9]+)\s*\|\s*(0x[0-9A-F]+)\s*\|\s*(\d+|0x[0-9a-fA-F]+…
124 …Match = re.match("^\s*([_a-zA-Z0-9]+).(MemoryInitUpdOffset)\s*\|\s*(0x[0-9A-F]+)\s*\|\s*(\d+|0x[0-…
126 DscLine = re.sub(r'(?:[^\s]+\s*$)', MemUpdInitOffsetStr + '\n', DscLine)
127 …Match = re.match("^\s*([_a-zA-Z0-9]+).(SiliconInitUpdOffset)\s*\|\s*(0x[0-9A-F]+)\s*\|\s*(\d+|0x[0…
129 DscLine = re.sub(r'(?:[^\s]+\s*$)', SiUpdInitOffsetStr + '\n', line)
182 if re.match('^0x[a-fA-F0-9]+$', var):
184 elif re.match('^[+-]?\d+$', var):
195 if re.match('^[\w.]', char):
209 if re.match('^NOT\W', self.getCurr(-1)):
273 if re.match('^AND\W', self.getCurr(-1)):
291 if re.match('^XOR\W', self.getCurr(-1)):
294 elif re.match('^OR\W', self.getCurr(-1)):
374 Match = re.match("(\w+)=(.+)", Macro)
378 Match = re.match("(\w+)", Macro)
399 Match = re.findall("\$\(\w+\)", Input)
472 Match = re.match("^\[(.+)\]", DscLine)
513 if re.match("^!else($|\s+#.+)", DscLine):
519 elif re.match("^!endif($|\s+#.+)", DscLine):
530 Match = re.match("!(ifdef|ifndef)\s+(.+)", DscLine)
538 Match = re.match("!(if|elseif)\s+(.+)", DscLine)
558 Match = re.match("!include\s+(.+)", DscLine)
579 Match = re.match("^\s*(?:DEFINE\s+)*(\w+)\s*=\s*([-.\w]+)", DscLine)
585 Match = re.match("^\s*#\s+!(BSF|HDR)\s+(.+)", DscLine)
589 Match = re.match("(?:^|.+\s+)PAGES:{(.+?)}", Remaining)
595 Match = re.match("(\w+):\"(.+)\"", Page)
598 … Match = re.match("(?:^|.+\s+)BLOCK:{NAME:\"(.+)\"\s*,\s*VER:\"(.+)\"\s*}", Remaining)
604 Match = re.match("(?:^|.+\s+)%s:{(.+?)}" % Key, Remaining)
612 Match = re.match("(?:^|.+\s+)%s:{(.+?)}" % Key, Remaining)
618 …Match = re.match("^([_a-zA-Z0-9]+).([_a-zA-Z0-9]+)\s*\|\s*(0x[0-9A-F]+)\s*\|\s*(\d+|0x[0-9a-fA-F]+…
620 …Match = re.match("^([_a-zA-Z0-9]+).([_a-zA-Z0-9]+)\s*\|\s*(0x[0-9A-F]+)(?:\s*\|\s*(.+))?", DscLin…
642 Match = re.match("^.+\s*\|\s*(.+)", Value)
648 Match = re.match("\$\((\w+)\)", Value)
674 Match = re.match("^\s*#\s+!BSF\s+FIELD:{(.+):(\d+)}", DscLine)
748 …Match = re.match("([_a-zA-Z0-9]+).([_a-zA-Z0-9]+)(\s\|\sDEFAULT)?\s\|\s(0x[0-9A-F]{4})\s\|\s(\d+|0…
876 Match = re.match("^/\*\sEMBED_STRUCT:(\w+):(\w+):(START|END)\s\*/\s([\s\S]*)", Line)
884 MatchOffset = re.search('/\*\*\sOffset\s0x([a-fA-F0-9]+)', Line)
1050 Match = re.search ("!EXPORT\s+EXTERNAL_BOOTLOADER_STRUCT_(BEGIN|END)\s+", Line)
1076 Match = re.match("\s*\{([x0-9a-fA-F,\s]+)\}\s*", Item['value'])
1103 …Match = re.match("EditNum\s*,\s*(HEX|DEC)\s*,\s*\((\d+|0x[0-9A-Fa-f]+)\s*,\s*(\d+|0x[0-9A-Fa-f]+)\…