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

1 2 3 4 5 6

  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
parse_html_deps.py 86 tags = self._soup.findAll('script', src=True)
92 tags = self._soup.findAll('script', src=None)
98 tags = self._soup.findAll('link', rel='import')
103 tags = self._soup.findAll('link', rel='stylesheet')
108 tags = self._soup.findAll('style')
124 imports = soup.findAll('link', rel='import')
129 scripts_external = soup.findAll('script', src=True)
134 scripts_external = soup.findAll('script', src=None)
139 inline_styles = soup.findAll('style')
150 stylesheet_links = soup.findAll('link', rel='stylesheet'
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
reperf.py 9 timefunc(10, p.findall, s)
test_xml_etree.py 162 >>> check_method(element.findall)
278 >>> summarize_list(elem.findall("tag"))
280 >>> summarize_list(elem.findall(".//tag"))
287 >>> summarize_list(elem.findall("section/tag"))
339 >>> summarize_list(elem.findall("."))
341 >>> summarize_list(elem.findall("tag"))
343 >>> summarize_list(elem.findall("tog"))
345 >>> summarize_list(elem.findall("tog/foo"))
347 >>> summarize_list(elem.findall("*"))
349 >>> summarize_list(elem.findall(".//tag")
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
reperf.py 9 timefunc(10, p.findall, s)
test_xml_etree.py 162 >>> check_method(element.findall)
278 >>> summarize_list(elem.findall("tag"))
280 >>> summarize_list(elem.findall(".//tag"))
287 >>> summarize_list(elem.findall("section/tag"))
339 >>> summarize_list(elem.findall("."))
341 >>> summarize_list(elem.findall("tag"))
343 >>> summarize_list(elem.findall("tog"))
345 >>> summarize_list(elem.findall("tog/foo"))
347 >>> summarize_list(elem.findall("*"))
349 >>> summarize_list(elem.findall(".//tag")
    [all...]
  /frameworks/data-binding/
build.gradle 67 file('integration-tests').listFiles().findAll { it.isDirectory() }.each {
79 dependsOn tasks.findAll { task -> task.name.startsWith('runTestsOf') }
93 runAllTests.dependsOn project.tasks.findAll {task -> task.name.equals('test')}
94 runAllTests.dependsOn project.tasks.findAll {task -> task.name.equals('connectedCheck')}
95 preparePrebuilds.dependsOn project.tasks.findAll {task -> task.name.startsWith('prebuild')}
  /external/skia/tools/copyright/
fileparser.py 50 matches = self._attribute_pattern.findall(comment_block)
79 return self._comment_pattern.findall(file_contents)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 53 wbefore = re.findall(r"\b" + word + r"\w+\b", before)
56 wafter = re.findall(r"\b" + word + r"\w+\b", after)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
AutoExpand.py 53 wbefore = re.findall(r"\b" + word + r"\w+\b", before)
56 wafter = re.findall(r"\b" + word + r"\w+\b", after)
  /frameworks/data-binding/extensions/
build.gradle 37 preparePrebuilds.dependsOn project.tasks.findAll {task -> task.name.startsWith('prebuild')}
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/android/
scrape_gtest_log.py 24 re.findall(r'{([^}]*.?)}', blob)) + ']'
  /external/selinux/policycoreutils/sepolicy/sepolicy/
interface.py 106 m = re.findall("(.*)%s" % USER_TRANSITION_INTERFACE, i)
139 for l in tree.findall("layer"):
140 for m in l.findall("module"):
142 for e in i.findall("param"):
147 for e in i.findall("param"):
  /frameworks/base/core/java/android/webkit/
FindActionModeCallback.java 122 findAll();
137 public void findAll() {
140 "No WebView for FindActionModeCallback::findAll");
147 mWebView.findAll(null);
268 findAll();
  /external/sepolicy/tools/
post_process_mac_perms 53 results = re.findall(PEM_CERT_RE, pem_string, re.DOTALL)
76 policy_certs = re.findall(cert_pattern, f.read())
  /cts/tools/selinux/
SELinuxNeverallowTestGen.py 19 return re.findall(r'(^neverallow\s.+?;)', no_comments, flags = re.M |re.S);
  /external/libvpx/libvpx/test/android/
scrape_gtest_log.py 43 re.findall(r'{([^}]*.?)}', blob)) + ']'
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 13 # 2007-09-13 fl added iterfind; changed findall to return a list
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
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/etree/
ElementPath.py 13 # 2007-09-13 fl added iterfind; changed findall to return a list
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
  /external/deqp/scripts/khr_util/
registry.py 181 self.types = TypeIndex(eRegistry.findall('types/type'))
182 self.groups = ElemNameIndex(eRegistry.findall('groups/group'))
183 self.enums = EnumIndex(eRegistry.findall('enums/enum'))
188 self.commands = CommandIndex(eRegistry.findall('commands/command'))
189 self.features = ElemNameIndex(eRegistry.findall('feature'))
195 self.extensions = ElemNameIndex(eRegistry.findall('extensions/extension'))
338 params=NameIndex(map(parseParam, eCmd.findall('param'))))
  /external/google-breakpad/src/testing/test/
gmock_output_test.py 113 # findall() returns a list of all matches of the regex in output.
116 return re.findall(r'\(used in test (.+)\)', output)
  /external/owasp/sanitizer/tools/
cut_release.py 128 matches = re.findall(r"(<!--##REPLACE##(.*)##END##-->)", line)
134 matches = re.findall("##DUPE##(.*)##END##", line)
  /external/skia/tools/
test_gpuveto.py 106 matches = re.findall('[\d]+\.[\d]+', output)
121 matches = re.findall('[\d]+\.[\d]+', output)
  /frameworks/native/opengl/tools/glgen2/registry/
reg.py 470 params = cmd.findall('param')
748 for type in self.reg.findall('types/type'):
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setoolsgui/networkx/readwrite/
gexf.py 421 for a in self.graph_element.findall("attributes"):
598 attributes_elements=graph_xml.findall("{%s}attributes"%self.NS_GEXF)
630 for node_xml in nodes_element.findall("{%s}node" % self.NS_GEXF):
636 for edge_xml in edges_element.findall("{%s}edge" % self.NS_GEXF):
677 for node_xml in subnodes.findall("{%s}node" % self.NS_GEXF):
737 for p in parents_element.findall("{%s}parent"%self.NS_GEXF):
746 for s in slices_element.findall("{%s}slice"%self.NS_GEXF):
756 for s in spells_element.findall("{%s}spell"%self.NS_GEXF):
821 for a in attr_element.findall("{%s}attvalue" % self.NS_GEXF):
852 for k in attributes_element.findall("{%s}attribute" % self.NS_GEXF)
    [all...]
  /frameworks/native/opengl/tools/glgen2/
glgen.py 126 params = [parseTypedName(p) for p in cmd.elem.findall('param')]
151 params = [parseTypedName(p) for p in cmd.elem.findall('param')]
236 params = [parseTypedName(p) for p in cmd.elem.findall('param')]

Completed in 343 milliseconds

1 2 3 4 5 6