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

  /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...]
  /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...]
  /tools/motodev/src/plugins/common/src/com/motorola/studio/android/common/utilities/
PluginUtils.java 266 * Retrieves the namespaces used by the platform.
269 * @return a collection with the namespaces used by the platform
274 String[] namespaces = extensionRegistry.getNamespaces(); local
276 return Arrays.asList(namespaces);
  /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
  /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/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 
org.eclipse.equinox.ds_1.2.1.R36x_v20100803.jar 
org.eclipse.equinox.registry_3.5.0.v20100503.jar 
  /tools/motodev/src/plugins/videos/libs/gdata/java/lib/
gdata-core-1.0.jar 
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /tools/motodev/src/plugins/preflighting.core/apktool/
apktool.jar 
  /tools/motodev/src/plugins/videos/libs/
mail.jar 

Completed in 2562 milliseconds