/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
D | texcheck.py | 121 for begend, name, punct in delimiters.findall(line): 136 for open, close in braces.findall(line): 150 for cmd in falsetexcmd.findall(line): 157 for cmd in spacingmarkup.findall(line): 166 for cmd in texcmd.findall(line): 185 for dw in doubledwords.findall(line):
|
D | gprof2html.py | 70 for part in re.findall(r"(\w+(?:\.c)?|\W+)", line):
|
/device/google/wahoo/lisa/targetdev/ |
D | powerhint.py | 23 tree.findall(xpath)[0].set('value', '{:#x}'.format(new_val)) 76 launch_hints = tree.findall(xpath)[0] 77 for child in launch_hints.findall('./Resource'):
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/etree/ |
D | ElementPath.py | 74 for token in xpath_tokenizer_re.findall(pattern): 193 for e in elem.findall(tag): 218 elems = list(parent.findall(elem.tag)) 292 def findall(elem, path, namespaces=None): function
|
D | ElementTree.py | 123 def findall(self, element, tag, namespaces=None): member in _SimpleElementPath 389 def findall(self, path, namespaces=None): member in Element 390 return ElementPath.findall(self, path, namespaces) 735 def findall(self, path, namespaces=None): member in ElementTree 745 return self._root.findall(path, namespaces)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/etree/ |
D | ElementPath.py | 74 for token in xpath_tokenizer_re.findall(pattern): 193 for e in elem.findall(tag): 218 elems = list(parent.findall(elem.tag)) 292 def findall(elem, path, namespaces=None): function
|
D | ElementTree.py | 123 def findall(self, element, tag, namespaces=None): member in _SimpleElementPath 389 def findall(self, path, namespaces=None): member in Element 390 return ElementPath.findall(self, path, namespaces) 739 def findall(self, path, namespaces=None): member in ElementTree 749 return self._root.findall(path, namespaces)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
D | filelist.py | 39 def findall(self, dir=os.curdir): member in FileList 40 self.allfiles = findall(dir) 220 self.findall() 255 def findall(dir = os.curdir): function
|
D | util.py | 146 archs = re.findall('-arch\s+(\S+)', cflags)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/ |
D | reperf.py | 9 timefunc(10, p.findall, s)
|
D | test_re.py | 23 self.assertEqual(x.findall('QabbbcR'), y.findall('QabbbcR')) 115 self.assertRaises(ValueError, re.findall, pattern, 'A', re.I) 220 self.assertEqual(re.findall(":+", "abc"), []) 221 self.assertEqual(re.findall(":+", "a:b::c:::d"), [":", "::", ":::"]) 222 self.assertEqual(re.findall("(:+)", "a:b::c:::d"), [":", "::", ":::"]) 223 self.assertEqual(re.findall("(:)(:*)", "a:b::c:::d"), [(":", ""), 228 self.assertEqual(re.findall(r"(a|(b))", "aba"), 487 res = re.findall(re.escape(u'\u2620'.encode('utf-8')), b)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Common/ |
D | ToolDefClassObject.py | 177 MacroDefinition = gMacroDefPattern.findall(Name) 240 EnvReference = gEnvRefPattern.findall(Value) 250 MacroReference = gMacroRefPattern.findall(Value)
|
D | RangeExpression.py | 231 for HexNumber in self.HexPattern.findall(expr): 238 for validrange in self.RangePattern.findall(expr):
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/ |
D | PcdXml.py | 141 HexMatchedList += HexMatch1.findall(ValidRange) 152 IntMatchedList += IntMatch1.findall(ValidRange) 183 HexMatchedList = re.compile(HexPattern1).findall(ValidRangeExpr) 189 RangeItemList = re.compile('[\t\s]*0[xX][0-9a-fA-F]+[\t\s]*').findall(HexMatchedItem) 208 IntMatchList = re.compile(IntPattern1).findall(ValidRangeExpr) 213 RangeItemList = re.compile('[\t\s]*\d+[\t\s]*').findall(MatchedItem)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
D | re.py | 169 def findall(pattern, string, flags=0): function 177 return _compile(pattern, flags).findall(string)
|
D | textwrap.py | 383 indents = _leading_whitespace_re.findall(text)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
D | re.py | 173 def findall(pattern, string, flags=0): function 181 return _compile(pattern, flags).findall(string)
|
D | textwrap.py | 391 indents = _leading_whitespace_re.findall(text)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/ |
D | Trim.py | 161 MatchList = gLineControlDirective.findall(Line) 359 Result = gAslIncludePattern.findall(Line) 361 Result = gAslCIncludePattern.findall(Line)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/ccbench/ |
D | ccbench.py | 90 def findall(s): function 93 return pat.findall(s) 96 return pat.findall, (arg, )
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
D | InfParserMisc.py | 110 MacroUsed = gMACRO_PATTERN.findall(Content)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/ |
D | IdfClassObject.py | 147 ImageIdList = IMAGE_TOKEN.findall(Line)
|
D | StrGather.py | 576 StringTokenList = STRING_TOKEN.findall(Line) 578 StringTokenList = COMPATIBLE_STRING_TOKEN.findall(Line)
|
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/ |
D | String.py | 175 MacroUsed = gMACRO_PATTERN.findall(String) 191 MacroUsed = gMACRO_PATTERN.findall(MacroString)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | sdist.py | 197 self.filelist.findall()
|