HomeSort by relevance Sort by last modified time
    Searched defs:namespaces (Results 1 - 25 of 31) sorted by null

1 2

  /libcore/luni/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 47 * namespaces = true
147 * namespaces = true.
161 && config.namespaces;
173 config.namespaces = true;
181 PARAMETERS.put("namespaces", new BooleanParameter() {
183 return config.namespaces;
186 config.namespaces = (Boolean) value;
195 * Has no effect if namespaces is false.
292 private boolean namespaces = true; field in class:DOMConfigurationImpl
380 * TODO: normalize namespaces
    [all...]
  /external/smack/src/org/jivesoftware/smackx/filetransfer/
FaultTolerantNegotiator.java 158 String[] namespaces = new String[primary.length + secondary.length]; local
159 System.arraycopy(primary, 0, namespaces, 0, primary.length);
160 System.arraycopy(secondary, 0, namespaces, primary.length, secondary.length);
162 return namespaces;
FileTransferNegotiator.java 122 List<String> namespaces = new ArrayList<String>(); local
123 namespaces.addAll(Arrays.asList(NAMESPACE));
124 namespaces.add(InBandBytestreamManager.NAMESPACE);
126 namespaces.add(Socks5BytestreamManager.NAMESPACE);
129 for (String namespace : namespaces) {
152 List<String> namespaces = new ArrayList<String>(); local
153 namespaces.addAll(Arrays.asList(NAMESPACE));
154 namespaces.add(InBandBytestreamManager.NAMESPACE);
156 namespaces.add(Socks5BytestreamManager.NAMESPACE);
159 for (String namespace : namespaces) {
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 396 static String8 build_namespace(const Vector<namespace_entry>& namespaces,
402 const size_t N = namespaces.size();
404 const namespace_entry& ne = namespaces.itemAt(i);
419 Vector<namespace_entry> namespaces; local
429 String8 elemNs = build_namespace(namespaces, ns16);
443 String8 ns = build_namespace(namespaces, ns16);
485 namespaces.push(ns);
491 const namespace_entry& ns = namespaces.top();
511 namespaces.pop();
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 199 tree namespaces;
201 /* An array of static functions and variables (for namespaces only) */
207 /* A list of used namespaces. PURPOSE is the namespace,
197 tree namespaces; variable
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 199 tree namespaces;
201 /* An array of static functions and variables (for namespaces only) */
207 /* A list of used namespaces. PURPOSE is the namespace,
197 tree namespaces; variable
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/cp/
name-lookup.h 199 tree namespaces;
201 /* An array of static functions and variables (for namespaces only) */
207 /* A list of used namespaces. PURPOSE is the namespace,
197 tree namespaces; variable
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/cp/
name-lookup.h 199 tree namespaces;
201 /* An array of static functions and variables (for namespaces only) */
207 /* A list of used namespaces. PURPOSE is the namespace,
197 tree namespaces; variable
  /system/media/camera/docs/
metadata_model.py 472 ins_dict = self._dictionary_by_name(parent.namespaces)
495 if ins not in parent.namespaces:
663 namespaces: A sequence of InnerNamespace children.
676 def namespaces(self): member in class:Kind
693 for i in self.namespaces:
701 These namespaces may have other namespaces recursively, or entries as leafs.
706 namespaces: A sequence of InnerNamespace children.
718 def namespaces(self): member in class:InnerNamespace
735 for i in self.namespaces
    [all...]
  /libcore/luni/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 157 private static final String NAMESPACES = FEATURES + "namespaces";
165 * <p>The only features recognized are namespaces and
179 if (name.equals(NAMESPACES)) {
181 namespaces = value;
182 if (!namespaces && !prefixes) {
188 if (!prefixes && !namespaces) {
189 namespaces = true;
203 * <p>The only features recognized are namespaces and
217 if (name.equals(NAMESPACES)) {
824 private boolean namespaces = true; field in class:ParserAdapter
    [all...]
  /external/libxml2/include/libxml/
xpath.h 260 * check namespaces at compilation
308 xmlNsPtr *namespaces; /* Array of namespaces */ member in struct:_xmlXPathContext
322 xmlHashTablePtr nsHash; /* The namespaces hash table */
338 xmlNsPtr *tmpNsList; /* Array of namespaces */
339 int tmpNsNr; /* number of namespaces in scope */
  /external/libxml2/
pattern.c 182 const xmlChar **namespaces; /* the namespaces definitions */ member in struct:_xmlPatParserContext
183 int nb_namespaces; /* the number of namespaces */
281 * @namespaces: the prefix definitions, array of [URI, prefix] terminated
290 const xmlChar **namespaces) {
306 if (namespaces != NULL) {
308 for (i = 0;namespaces[2 * i] != NULL;i++);
313 cur->namespaces = namespaces;
959 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix))
    [all...]
schematron.c 140 int nbNs; /* the number of namespaces */
145 int nbNamespaces; /* number of namespaces in the array */
147 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematron
194 int nbNamespaces; /* number of namespaces in the array */
196 const xmlChar **namespaces; /* the array of namespaces */ member in struct:_xmlSchematronParserCtxt
404 ctxt->namespaces);
569 if (schema->namespaces != NULL)
570 xmlFree((char **) schema->namespaces);
    [all...]
xmllint.c 1991 const xmlChar *namespaces[22]; local
    [all...]
xpath.c 14563 const xmlChar **namespaces = NULL; local
    [all...]
  /external/tagsoup/src/org/ccil/cowan/tagsoup/
Parser.java 58 private boolean namespaces = DEFAULT_NAMESPACES; field in class:Parser
73 "http://xml.org/sax/features/namespaces";
334 if (name.equals(namespacesFeature)) namespaces = value;
735 if (!namespaces) namespace = localName = "";
774 if (!namespaces) namespace = localName = "";
    [all...]
  /external/webkit/Source/WebCore/dom/
XMLDocumentParserLibxml2.cpp 89 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes)
97 callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2));
99 callback->namespaces[i] = xmlStrdup(namespaces[i]);
209 xmlFree(namespaces[i]);
210 xmlFree(namespaces);
220 nb_namespaces, const_cast<const xmlChar**>(namespaces),
228 xmlChar** namespaces; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
599 // Add namespaces based on the parent node
708 xmlSAX2Namespace* namespaces = reinterpret_cast<xmlSAX2Namespace*>(libxmlNamespaces) local
    [all...]
  /prebuilts/tools/common/m2/internal/jdom/jdom/1.0/
jdom-1.0.jar 
  /prebuilts/tools/common/m2/internal/xom/xom/1.0/
xom-1.0.jar 
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ecf.identity_3.1.0.v20100529-0735.jar 
  /external/robolectric/lib/main/
xpp3-1.1.4c.jar 
  /external/smack/asmack-master/lib/
xpp3-1.1.4c.jar 
  /prebuilts/tools/common/m2/internal/jaxen/jaxen/1.1.1/
jaxen-1.1.1.jar 

Completed in 1780 milliseconds

1 2