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

1 23 4 5 6

  /prebuilts/python/linux-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...]
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/third_party/beautifulsoup/
BeautifulSoup.py 338 # (Possibly) special case some findAll*(...) searches
340 # findAll*(True)
344 # findAll*('tag-name')
645 findAll() method. Eg. tag('a') returns a list of all the A tags
647 return apply(self.findAll, args, kwargs)
826 l = self.findAll(name, attrs, recursive, text, 1, **kwargs)
832 def findAll(self, name=None, attrs={}, recursive=True, text=None,
847 findChildren = findAll
851 fetch = findAll
854 return self.findAll(text=text, recursive=recursive, limit=limit
    [all...]
  /external/chromium-trace/trace-viewer/third_party/WebOb/webob/
descriptors.py 310 for k, v in _rx_auth_param.findall(params):
  /external/clang/include/clang/ASTMatchers/
ASTMatchFinder.h 196 /// Each call to FindAll(...) will call the closure once.
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 80 // findAll
  /external/mesa3d/scons/
custom.py 104 imports = import_re.findall(contents)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/
util.py 191 res = re.findall(expr, data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/
util.py 191 res = re.findall(expr, data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_elementtree.so 
  /sdk/eclipse/
build.gradle 18 adtPlugins = new File(projectDir, 'plugins').listFiles().findAll { it.name.startsWith("com.android") }
  /cts/libs/deviceutillegacy/src/android/webkit/cts/
WebViewOnUiThread.java 740 public int findAll(final String find) {
744 return mWebView.findAll(find);
  /external/selinux/policycoreutils/sepolicy/sepolicy/
manpage.py 49 for l in tree.findall("layer"):
50 for m in l.findall("module"):
58 for b in m.findall("summary"):
    [all...]
  /external/v8/tools/
gc-nvp-trace-processor.py 50 for (name, value) in re.findall(r"(\w+)=([-\w]+)", s):
  /external/v8/tools/push-to-trunk/
merge_to_branch.py 129 for bug in re.findall(r"^[ \t]*BUG[ \t]*=[ \t]*(.*?)[ \t]*$", msg,
releases.py 189 for (tag, revision) in re.findall(BLEEDING_EDGE_TAGS_RE, tag_text):
  /frameworks/base/core/java/android/webkit/
WebViewProvider.java 217 public int findAll(String find);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
csv.py 219 matches = regexp.findall(data)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 203 self.filelist.findall()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 320 uc = re.findall('<a u="([A-F0-9]{4})" b="([0-9A-F ]+)"/>', ucmdata)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
csv.py 219 matches = regexp.findall(data)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
sdist.py 203 self.filelist.findall()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multibytecodec_support.py 320 uc = re.findall('<a u="([A-F0-9]{4})" b="([0-9A-F ]+)"/>', ucmdata)
  /external/lldb/www/python_reference/
identifier-index-F.html 228 <td width="33%" class="link-index"><a href="lldb.SBModule.symbols_access.re_compile_type-class.html#findall">findall()</a><br />
  /external/selinux/policycoreutils/semanage/
semanage 695 cnt = len(re.findall(dquote, l[i]))
712 cnt = len(re.findall(squote, l[i]))
    [all...]
  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]

Completed in 629 milliseconds

1 23 4 5 6