Home
last modified time | relevance | path

Searched refs:findall (Results 1 – 25 of 55) sorted by relevance

123

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
Dtexcheck.py121 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):
Dgprof2html.py70 for part in re.findall(r"(\w+(?:\.c)?|\W+)", line):
/device/google/wahoo/lisa/targetdev/
Dpowerhint.py23 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/
DElementPath.py74 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
DElementTree.py123 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/
DElementPath.py74 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
DElementTree.py123 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/
Dfilelist.py39 def findall(self, dir=os.curdir): member in FileList
40 self.allfiles = findall(dir)
220 self.findall()
255 def findall(dir = os.curdir): function
Dutil.py146 archs = re.findall('-arch\s+(\S+)', cflags)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dreperf.py9 timefunc(10, p.findall, s)
Dtest_re.py23 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/
DToolDefClassObject.py177 MacroDefinition = gMacroDefPattern.findall(Name)
240 EnvReference = gEnvRefPattern.findall(Value)
250 MacroReference = gMacroRefPattern.findall(Value)
DRangeExpression.py231 for HexNumber in self.HexPattern.findall(expr):
238 for validrange in self.RangePattern.findall(expr):
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Xml/
DPcdXml.py141 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/
Dre.py169 def findall(pattern, string, flags=0): function
177 return _compile(pattern, flags).findall(string)
Dtextwrap.py383 indents = _leading_whitespace_re.findall(text)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dre.py173 def findall(pattern, string, flags=0): function
181 return _compile(pattern, flags).findall(string)
Dtextwrap.py391 indents = _leading_whitespace_re.findall(text)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/Trim/
DTrim.py161 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/
Dccbench.py90 def findall(s): function
93 return pat.findall(s)
96 return pat.findall, (arg, )
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DInfParserMisc.py110 MacroUsed = gMACRO_PATTERN.findall(Content)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
DIdfClassObject.py147 ImageIdList = IMAGE_TOKEN.findall(Line)
DStrGather.py576 StringTokenList = STRING_TOKEN.findall(Line)
578 StringTokenList = COMPATIBLE_STRING_TOKEN.findall(Line)
/device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Library/
DString.py175 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/
Dsdist.py197 self.filelist.findall()

123