HomeSort by relevance Sort by last modified time
    Searched refs:ncname (Results 1 - 13 of 13) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /external/python/cpython2/Lib/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
xmllib.py 77 ncname = re.compile(_NCName + '$') variable
81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$')
541 if ncname.match(prefix) is None:
577 ncname = res.group('ncname')
578 namespace[ncname or ''] = attrvalue or None
    [all...]
  /external/libxml2/include/libxml/
tree.h 681 xmlBuildQName (const xmlChar *ncname,
    [all...]
  /external/libxml2/
tree.c 210 * @ncname: the Name
215 * Builds the QName @prefix:@ncname in @memory if there is enough space
217 * If prefix is NULL or empty it returns ncname.
220 * @memory and @ncname or NULL in case of error
223 xmlBuildQName(const xmlChar *ncname, const xmlChar *prefix,
228 if (ncname == NULL) return(NULL);
229 if (prefix == NULL) return((xmlChar *) ncname);
231 lenn = strlen((char *) ncname);
245 memcpy(&ret[lenp + 1], ncname, lenn);
259 * [NS 6] Prefix ::= NCName
    [all...]
testapi.c 19311 xmlChar * ncname; \/* the Name *\/ local
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 

Completed in 122 milliseconds