HomeSort by relevance Sort by last modified time
    Searched defs:xmlns (Results 1 - 15 of 15) sorted by null

  /external/robolectric-shadows/resources/src/main/java/org/robolectric/manifest/
ActivityData.java 42 private final String xmlns; field in class:ActivityData
49 public ActivityData(String xmlns, Map<String, String> attrMap, List<IntentFilterData> intentFilters) {
50 this(xmlns, attrMap, intentFilters, null, null);
53 public ActivityData(String xmlns, Map<String, String> attrMap, List<IntentFilterData> intentFilters,
55 this.xmlns = xmlns;
172 return withXMLNS(xmlns, attr);
199 private static String withXMLNS(String xmlns, String attr) {
200 return String.format("%s:%s", xmlns, attr);
203 public static String getNameAttr(String xmlns) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
xmllib.py 81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$') variable
574 res = xmlns.match(attrname)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
xmllib.py 81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$') variable
574 res = xmlns.match(attrname)
    [all...]
  /external/python/cpython2/Lib/
xmllib.py 81 xmlns = re.compile('xmlns(?::(?P<ncname>'+_NCName+'))?$') variable
574 res = xmlns.match(attrname)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/expat/
xmlparse.c 236 XML_Bool xmlns; member in struct:attribute_id
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/expat/
xmlparse.c 238 XML_Bool xmlns; member in struct:attribute_id
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/expat/
xmlparse.c 236 XML_Bool xmlns; member in struct:attribute_id
    [all...]
  /external/expat/lib/
xmlparse.c 321 XML_Bool xmlns; member in struct:attribute_id
    [all...]
  /external/python/cpython2/Modules/expat/
xmlparse.c 321 XML_Bool xmlns; member in struct:attribute_id
    [all...]
  /external/python/cpython3/Modules/expat/
xmlparse.c 321 XML_Bool xmlns; member in struct:attribute_id
    [all...]
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/guice/extensions/persist/lib/
dom4j-1.6.1.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
dom4j-1.6.1.jar 
  /external/antlr/runtime/ActionScript/project/lib/
FlexAntTasks.jar 

Completed in 1462 milliseconds