HomeSort by relevance Sort by last modified time
    Searched refs:xmlns (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/nanopb-c/tools/
make_windows_package.sh 37 <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
40 <file name="msvcr90.dll" hashalg="SHA1" hash="e0dcdcbfcb452747da530fae6b000d47c8674671"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>KSaO8M0iCtPF6YEr79P1dZsnomY=</dsig:DigestValue></asmv2:hash></file> <file name="msvcp90.dll" hashalg="SHA1" hash="81efe890e4ef2615c0bb4dda7b94bea177c86ebd"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>ojDmTgpYMFRKJYkPcM6ckpYkWUU=</dsig:DigestValue></asmv2:hash></file> <file name="msvcm90.dll" hashalg="SHA1" hash="5470081b336abd7b82c6387567a661a729483b04"><asmv2:hash xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:dsig="http://www.w3.org/2000/09/xmldsig#"><dsig:Transforms><dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity"></dsig:Transform></dsig:Transforms><dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha1"></dsig:DigestMethod><dsig:DigestValue>tVogb8kezDre2mXShlIqpp8ErIg=</dsig:DigestValue></asmv2:hash></file>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableDescriptors.java 86 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(ANDROID_NS_NAME, local
95 xmlns, null, true /*mandatory*/);
104 xmlns, null, true);
114 xmlns, null, true /* mandatory */);
121 xmlns, null, true /*mandatory*/);
127 xmlns, null, true /*mandatory*/);
135 xmlns, null, true /*mandatory*/);
148 (but without xmlns as extra) */
158 xmlns,
176 xmlns,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimDescriptors.java 72 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(SdkConstants.ANDROID_NS_NAME, local
84 xmlns, null, true /*mandatory*/);
90 xmlns, null, true /*mandatory*/);
99 xmlns, null, true /*mandatory*/);
105 xmlns, null, true /*mandatory*/);
115 xmlns, null, true /*mandatory*/);
AnimatorDescriptors.java 78 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(ANDROID_NS_NAME, local
89 xmlns, null, true /*mandatory*/);
95 xmlns, null, true /*mandatory*/);
100 xmlns, null, true /*mandatory*/);
  /external/smack/src/org/jivesoftware/smack/packet/
Packet.java 91 private String xmlns = DEFAULT_XML_NS; field in class:Packet
123 xmlns = p.xmlns;
395 buf.append("<properties xmlns=\"http://www.jivesoftware.com/xmlns/xmpp/properties\">");
466 return this.xmlns;
495 return !(xmlns != null ? !xmlns.equals(packet.xmlns) : packet.xmlns != null)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/otherxml/descriptors/
OtherXmlDescriptors.java 145 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(ANDROID_NS_NAME,
148 ElementDescriptor searchable = createSearchable(searchableStyleMap, xmlns);
149 ElementDescriptor appWidget = createAppWidgetProviderInfo(appWidgetStyleMap, xmlns);
150 ElementDescriptor preferences = createPreference(prefs, prefGroups, xmlns);
179 XmlnsAttributeDescriptor xmlns) {
195 xmlns, // extraAttribute
206 XmlnsAttributeDescriptor xmlns) {
217 xmlns, // extraAttribute
276 ViewClassInfo[] prefGroups, XmlnsAttributeDescriptor xmlns) {
312 // the hidden xmlns:android definition.
    [all...]
  /external/chromium_org/third_party/skia/src/svg/
SkSVGSVG.cpp 24 SVG_ATTRIBUTE(xmlns),
25 SVG_LITERAL_ATTRIBUTE(xmlns:xlink, f_xml_xlink),
  /external/skia/src/svg/
SkSVGSVG.cpp 24 SVG_ATTRIBUTE(xmlns),
25 SVG_LITERAL_ATTRIBUTE(xmlns:xlink, f_xml_xlink),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 178 String xmlns = type.getXmlns(); local
189 return createXmlFile(file, xmlns, root, attrs, child, type.getResFolderType());
193 private static Pair<IFile, IRegion> createXmlFile(IFile file, String xmlns,
223 if (xmlns != null) {
224 sb.append('\n').append(" xmlns:android=\"").append(xmlns).append('"'); //$NON-NLS-1$
324 String xmlns = type.getXmlns(); local
330 return createXmlFile(file, xmlns, root, attrs, null, folderType);
  /external/chromium_org/remoting/webapp/
format_iq.js 354 if (!this.verifyAttributes(error, 'xmlns:err,code,type,err:hostname,' +
426 if (!this.verifyAttributes(child, 'xmlns')) {
429 var xmlns = child.getAttribute('xmlns');
430 if (xmlns == 'google:jingleinfo') {
431 var result = this.prettyIqHeading(action, id, 'result ' + xmlns, null);
437 if (!this.verifyAttributes(child, 'xmlns:rem')) {
469 if (!this.verifyAttributes(query, 'xmlns')) {
472 var xmlns = query.getAttribute('xmlns');
    [all...]
log_to_server.js 190 'xmlns:cli="jabber:client"><gr:log xmlns:gr="google:remoting">';
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/menu/descriptors/
MenuDescriptors.java 126 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor(ANDROID_NS_NAME, local
129 updateElement(mDescriptor, styleMap, "Menu", xmlns); //$NON-NLS-1$
  /system/media/camera/docs/
metadata_template.mako 18 xmlns="http://schemas.android.com/service/camera/metadata/"
19 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  /prebuilts/gradle-plugin/com/android/tools/dvlib/22.9.2/
dvlib-22.9.2.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.1/
dvlib-23.0.1.jar 
  /prebuilts/gradle-plugin/com/android/tools/dvlib/23.0.2/
dvlib-23.0.2.jar 
  /external/wpa_supplicant_8/src/wps/
upnp_xml.c 172 * xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"
175 * <u:actionName xmlns:u="urn:schemas-upnp-org:service:serviceType:v">
  /development/build/tools/
mk_sdk_repo_xml.sh 55 XMLNS=$(sed -n '/xmlns:sdk="/s/.*"\(.*\)".*/\1/p' "$SCHEMA")
56 [[ -z "$XMLNS" ]] && error "Failed to find xmlns:sdk in $SCHEMA."
57 echo "## Using xmlns:sdk=$XMLNS"
59 # Extract the schema version number from the XMLNS, e.g. it would extract "3"
60 XSD_VERSION="${XMLNS##*/}"
72 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
73 xmlns:sdk="$XMLNS"
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 46 <body xmlns="http://effbot.org/ns">
583 <ns0:root xmlns:ns0="namespace">
726 ... "<body xmlns='http://&#233;ffbot.org/ns'\\n"
727 ... " xmlns:cl\\xe9='http://effbot.org/ns'>text</body>\\n")
1066 >>> elem = ET.XML("<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' />")
1068 '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />'
1070 >>> elem = ET.XML("<html:html xmlns:html='http://www.w3.org/1999/xhtml' />")
1072 '<html:html xmlns:html="http://www.w3.org/1999/xhtml" />'
1074 >>> elem = ET.XML("<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope' />")
1076 '<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope" />
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_xml_etree.py 46 <body xmlns="http://effbot.org/ns">
583 <ns0:root xmlns:ns0="namespace">
726 ... "<body xmlns='http://&#233;ffbot.org/ns'\\n"
727 ... " xmlns:cl\\xe9='http://effbot.org/ns'>text</body>\\n")
1066 >>> elem = ET.XML("<rdf:RDF xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns#' />")
1068 '<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" />'
1070 >>> elem = ET.XML("<html:html xmlns:html='http://www.w3.org/1999/xhtml' />")
1072 '<html:html xmlns:html="http://www.w3.org/1999/xhtml" />'
1074 >>> elem = ET.XML("<soap:Envelope xmlns:soap='http://schemas.xmlsoap.org/soap/envelope' />")
1076 '<ns0:Envelope xmlns:ns0="http://schemas.xmlsoap.org/soap/envelope" />
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 238 XmlnsAttributeDescriptor xmlns = new XmlnsAttributeDescriptor( local
240 insertAttribute(MANIFEST_ELEMENT, xmlns);
  /external/chromium_org/third_party/icu/source/test/perf/collationperf/
CollPerf.pl 159 <html xmlns="http://www.w3.org/1999/xhtml">
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_vcxproj.sh 275 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" \
503 sed -e '/xmlns/s;\\;/;g' > ${outfile}
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 159 <html xmlns="http://www.w3.org/1999/xhtml">
  /external/libvpx/libvpx/build/make/
gen_msvs_vcxproj.sh 347 xmlns="http://schemas.microsoft.com/developer/msbuild/2003" \
561 sed -e '/xmlns/s;\\;/;g' > ${outfile}

Completed in 512 milliseconds

1 2 3