HomeSort by relevance Sort by last modified time
    Searched full:findall (Results 26 - 50 of 129) sorted by null

12 3 4 5 6

  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
etag.py 118 matches = _rx_etag.findall(value)
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
style_sheet.py 72 matches = re.findall(
  /external/llvm/utils/release/
findRegressions-nightly.py 19 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
findRegressions-simple.py 15 r = re.findall(r'TEST-(PASS|FAIL|RESULT.*?):\s+(.*?)\s+(.*?)\r*\n', d)
  /external/v8/test/mjsunit/
testcfg.py 61 flags_match = re.findall(FLAGS_PATTERN, source)
  /packages/apps/Camera2/tests/exiftool_parser/
parser.py 39 tags = p.findall(text)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
filelist.py 39 def findall(self, dir=os.curdir): member in class:FileList
40 self.allfiles = findall(dir)
221 self.findall()
256 def findall(dir = os.curdir): function
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
re.py 83 findall Find all occurrences of a pattern in a string.
109 __all__ = [ "match", "search", "sub", "subn", "split", "findall",
169 def findall(pattern, string, flags=0): function
177 return _compile(pattern, flags).findall(string)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
filelist.py 39 def findall(self, dir=os.curdir): member in class:FileList
40 self.allfiles = findall(dir)
221 self.findall()
256 def findall(dir = os.curdir): function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
re.py 83 findall Find all occurrences of a pattern in a string.
109 __all__ = [ "match", "search", "sub", "subn", "split", "findall",
169 def findall(pattern, string, flags=0): function
177 return _compile(pattern, flags).findall(string)
  /external/lldb/www/python_reference/
lldb.SBModule.symbols_access.re_compile_type-class.html 71 <area shape="rect" id="node32" href="lldb.SBModule.symbols_access.re_compile_type-class.html#findall" title="findall(string[, pos[, endpos]]) &#45;&#45;&gt; list." alt="" coords="17,145,391,164"/>
142 <td><span class="summary-sig"><a href="lldb.SBModule.symbols_access.re_compile_type-class.html#findall" class="summary-sig-name">findall</a>(<span class="summary-sig-arg">...</span>)</span><br />
143 findall(string[, pos[, endpos]]) --&gt; list.</td>
369 <a name="findall"></a>
376 <h3 class="epydoc"><span class="sig"><span class="sig-name">findall</span>(<span class="sig-arg">...</span>)</span>
383 <p>findall(string[, pos[, endpos]]) --&gt; list. Return a list of all
  /external/selinux/policycoreutils/sepolicy/sepolicy/
__init__.py 461 m = re.findall("(.*)%s" % "_exec_t$", i)
463 if len(re.findall("(.*)%s" % "_initrc$", m[0])) == 0 and m[0] not in all_domains:
806 for l in tree.findall("layer"):
807 for m in l.findall("module"):
808 for b in m.findall("tunable"):
812 for b in m.findall("bool"):
816 for i in tree.findall("bool"):
820 for i in tree.findall("tunable"):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_re.py 26 self.assertEqual(x.findall('QabbbcR'), y.findall('QabbbcR'))
118 self.assertRaises(ValueError, re.findall, pattern, 'A', re.I)
243 self.assertEqual(re.findall(":+", "abc"), [])
244 self.assertEqual(re.findall(":+", "a:b::c:::d"), [":", "::", ":::"])
245 self.assertEqual(re.findall("(:+)", "a:b::c:::d"), [":", "::", ":::"])
246 self.assertEqual(re.findall("(:)(:*)", "a:b::c:::d"), [(":", ""),
251 self.assertEqual(re.findall(r"(a|(b))", "aba"),
417 self.assertEqual(len(re.findall(r"\b", "a")), 2)
418 self.assertEqual(len(re.findall(r"\B", "a")), 0
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_re.py 26 self.assertEqual(x.findall('QabbbcR'), y.findall('QabbbcR'))
118 self.assertRaises(ValueError, re.findall, pattern, 'A', re.I)
243 self.assertEqual(re.findall(":+", "abc"), [])
244 self.assertEqual(re.findall(":+", "a:b::c:::d"), [":", "::", ":::"])
245 self.assertEqual(re.findall("(:+)", "a:b::c:::d"), [":", "::", ":::"])
246 self.assertEqual(re.findall("(:)(:*)", "a:b::c:::d"), [(":", ""),
251 self.assertEqual(re.findall(r"(a|(b))", "aba"),
417 self.assertEqual(len(re.findall(r"\b", "a")), 2)
418 self.assertEqual(len(re.findall(r"\B", "a")), 0
    [all...]
  /external/lldb/test/pexpect-2.4/examples/
rippy.py 309 ar = re.findall("(mp3lame)", command_output)
420 ar = re.findall("Movie-Aspect is ([0-9]+\.?[0-9]*:[0-9]+\.?[0-9]*)", command_output)
428 #idh = re.findall("ID_VIDEO_HEIGHT=([0-9]+)", command_output)
445 idl = re.findall("ID_AUDIO_ID=([0-9]+)", command_output)
455 idl = re.findall("ID_SUBTITLE_ID=([0-9]+)", command_output)
490 idl = re.findall("ID_LENGTH=([0-9.]*)", command_output)
554 idl = re.findall("-vf crop=([0-9]+:[0-9]+:[0-9]+:[0-9]+)", command_output1)
555 idl = idl + re.findall("-vf crop=([0-9]+:[0-9]+:[0-9]+:[0-9]+)", command_output2)
556 idl = idl + re.findall("-vf crop=([0-9]+:[0-9]+:[0-9]+:[0-9]+)", command_output3)
557 idl = idl + re.findall("-vf crop=([0-9]+:[0-9]+:[0-9]+:[0-9]+)", command_output4
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
graphml.py 403 for g in self.xml.findall("{%s}graph" % self.NS_GRAPHML):
429 for node_xml in graph_xml.findall("{%s}node" % self.NS_GRAPHML):
432 for edge_xml in graph_xml.findall("{%s}edge" % self.NS_GRAPHML):
497 for data_element in obj_xml.findall("{%s}data" % self.NS_GRAPHML):
542 for k in graph_element.findall("{%s}key" % self.NS_GRAPHML):
  /cts/suite/audio_quality/test/
TaskCaseTest.cpp 130 //TODO add findAll test
  /external/v8/test/message/
testcfg.py 62 flags_match = re.findall(FLAGS_PATTERN, source)
  /external/v8/test/webkit/
testcfg.py 66 flags_match = re.findall(FLAGS_PATTERN, source)
  /frameworks/support/
build.gradle 158 pom.dependencies.findAll {dep -> dep.groupId == 'com.android.support' && dep.artifactId != 'support-annotations' }*.type = 'aar'
  /external/eigen/debug/gdb/
printers.py 50 m = regex.findall(tag)[0][1:-1]
  /external/selinux/sepolgen/src/sepolgen/
module.py 40 m = re.findall("[^a-zA-Z0-9_\-\.]", modname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/
module.py 40 m = re.findall("[^a-zA-Z0-9_\-\.]", modname)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/sepolgen/
module.py 40 m = re.findall("[^a-zA-Z0-9_\-\.]", modname)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementTree.py 105 # emulate pre-1.2 find/findtext/findall behaviour
123 def findall(self, element, tag, namespaces=None): member in class:_SimpleElementPath
389 def findall(self, path, namespaces=None): member in class:Element
390 return ElementPath.findall(self, path, namespaces)
731 # Same as getroot().findall(path), starting at the root of the tree.
739 def findall(self, path, namespaces=None): member in class:ElementTree
749 return self._root.findall(path, namespaces)
    [all...]

Completed in 628 milliseconds

12 3 4 5 6