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

  /dalvik/libcore/xml/src/main/java/org/apache/harmony/xml/dom/
DOMConfigurationImpl.java 49 * namespaces = true
149 * namespaces = true.
163 && config.namespaces;
175 config.namespaces = true;
183 PARAMETERS.put("namespaces", new BooleanParameter() {
185 return config.namespaces;
188 config.namespaces = (Boolean) value;
197 * Has no effect if namespaces is false.
294 private boolean namespaces = true; field in class:DOMConfigurationImpl
382 * TODO: normalize namespaces
    [all...]
  /frameworks/base/tools/aapt/
XMLNode.cpp 279 static String8 build_namespace(const Vector<namespace_entry>& namespaces,
285 const size_t N = namespaces.size();
287 const namespace_entry& ne = namespaces.itemAt(i);
302 Vector<namespace_entry> namespaces; local
312 String8 elemNs = build_namespace(namespaces, ns16);
326 String8 ns = build_namespace(namespaces, ns16);
366 namespaces.push(ns);
372 const namespace_entry& ns = namespaces.top();
392 namespaces.pop();
860 // in different namespaces (and thus with different resource IDs)
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/cp/
name-lookup.h 193 tree namespaces;
195 /* An array of static functions and variables (for namespaces only) */
201 /* A list of used namespaces. PURPOSE is the namespace,
191 tree namespaces; local
  /dalvik/libcore/xml/src/main/java/org/xml/sax/helpers/
ParserAdapter.java 161 private final static String NAMESPACES = FEATURES + "namespaces";
169 * <p>The only features recognized are namespaces and
183 if (name.equals(NAMESPACES)) {
185 namespaces = value;
186 if (!namespaces && !prefixes) {
192 if (!prefixes && !namespaces) {
193 namespaces = true;
207 * <p>The only features recognized are namespaces and
221 if (name.equals(NAMESPACES)) {
829 private boolean namespaces = true; field in class:ParserAdapter
    [all...]
  /external/libxml2/include/libxml/
xpath.h 259 * check namespaces at compilation
307 xmlNsPtr *namespaces; /* Array of namespaces */ member in struct:_xmlXPathContext
321 xmlHashTablePtr nsHash; /* The namespaces hash table */
337 xmlNsPtr *tmpNsList; /* Array of namespaces */
338 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 1973 const xmlChar *namespaces[22]; local
    [all...]
xpath.c 14470 const xmlChar **namespaces = NULL; local
    [all...]
  /external/bluetooth/glib/gio/
gfile.c 2147 GFileAttributeInfoList *attributes, *namespaces; 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/WebCore/dom/
XMLTokenizerLibxml2.cpp 85 const xmlChar** namespaces, int nb_attributes, int nb_defaulted, const xmlChar** attributes)
93 callback->namespaces = static_cast<xmlChar**>(xmlMalloc(sizeof(xmlChar*) * nb_namespaces * 2));
95 callback->namespaces[i] = xmlStrdup(namespaces[i]);
206 xmlFree(namespaces[i]);
207 xmlFree(namespaces);
217 nb_namespaces, const_cast<const xmlChar**>(namespaces),
225 xmlChar** namespaces; member in struct:WebCore::PendingCallbacks::PendingStartElementNSCallback
584 // Add namespaces based on the parent node
682 xmlSAX2Namespace* namespaces = reinterpret_cast<xmlSAX2Namespace*>(libxmlNamespaces) local
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 1341 milliseconds