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

1 2 3 4

  /art/tools/
generate-operator-out.py 46 namespaces = []
67 _NAMESPACES[enum_name] = '::'.join(namespaces)
75 namespaces.append(m.group(1))
79 namespaces = namespaces[0:len(namespaces) - 1]
178 namespaces = _NAMESPACES[enum_name].split('::')
179 for namespace in namespaces:
192 for namespace in reversed(namespaces):
  /external/chromium_org/third_party/WebKit/Source/core/editing/
MarkupAccumulator.cpp 114 Namespaces* namespaces = 0; local
115 Namespaces namespaceHash;
117 // Add pre-bound namespaces for XML fragments.
119 namespaces = &namespaceHash;
122 serializeNodesWithNamespaces(targetNode, childrenOnly, namespaces, tagNamesToSkip);
126 void MarkupAccumulator::serializeNodesWithNamespaces(Node& targetNode, EChildrenOnly childrenOnly, const Namespaces* namespaces, Vector<QualifiedName>* tagNamesToSkip)
135 Namespaces namespaceHash;
136 if (namespaces)
    [all...]
  /external/chromium_org/third_party/markdown/
serializers.py 169 def _serialize_html(write, elem, qnames, namespaces, format):
186 if items or namespaces:
200 if namespaces:
201 items = namespaces.items()
231 qnames, namespaces = _namespaces(root, default_namespace)
232 _serialize_html(write, root, qnames, namespaces, format)
243 # identify namespaces used in this tree
249 namespaces = {}
251 namespaces[default_namespace] = ""
258 prefix = namespaces.get(uri
    [all...]
  /external/markdown/markdown/
html4.py 128 def _serialize_html(write, elem, encoding, qnames, namespaces):
145 if items or namespaces:
156 if namespaces:
157 items = namespaces.items()
190 qnames, namespaces = _namespaces(
194 write, root, encoding, qnames, namespaces
201 # identify namespaces used in this tree
207 namespaces = {}
209 namespaces[default_namespace] = ""
219 prefix = namespaces.get(uri
    [all...]
  /external/chromium_org/tools/json_schema_compiler/
model_test.py 18 self.permissions = self.model.namespaces.get('permissions')
22 self.windows = self.model.namespaces.get('windows')
26 self.tabs = self.model.namespaces.get('tabs')
30 self.idl_namespace_chromeos = self.model.namespaces.get(
35 self.idl_namespace_all_platforms = self.model.namespaces.get(
41 self.idl_namespace_non_specific_platforms = self.model.namespaces.get(
45 self.assertEquals(6, len(self.model.namespaces))
cpp_bundle_generator.py 123 for namespace in self._model.namespaces.values():
190 for namespace in self._bundle._model.namespaces.values():
278 namespace = self._bundle._model.namespaces[api.get('namespace')]
298 namespace = self._bundle._model.namespaces[api.get('namespace')]
  /external/chromium_org/ppapi/cpp/documentation/
removefilesCPP.sh 17 rm namespaces.html
  /external/chromium_org/content/browser/appcache/
appcache.cc 118 GURL AppCache::GetNamespaceEntryUrl(const AppCacheNamespaceVector& namespaces,
120 size_t count = namespaces.size();
122 if (namespaces[i].namespace_url == namespace_url)
123 return namespaces[i].target_url;
143 // Sort the namespaces by url string length, longest to shortest,
174 // Sort the fallback namespaces by url string length, longest to shortest,
317 const AppCacheNamespaceVector& namespaces,
319 size_t count = namespaces.size();
321 if (namespaces[i].IsMatch(url))
322 return &namespaces[i]
    [all...]
appcache.h 143 const AppCacheNamespaceVector& namespaces,
170 GURL GetNamespaceEntryUrl(const AppCacheNamespaceVector& namespaces,
appcache_storage_impl.cc 857 int64 cache_id, AppCacheNamespaceVector* namespaces) {
858 DCHECK(namespaces && namespaces->empty());
866 namespaces->push_back(
918 AppCacheDatabase::NamespaceRecordVector* namespaces,
920 bool FindFirstValidNamespace(const NamespaceRecordPtrVector& namespaces);
    [all...]
  /external/chromium_org/third_party/libxml/src/
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...]
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...]
testSAX.c 889 const xmlChar **namespaces,
910 if (namespaces != NULL) {
913 if (namespaces[i] != NULL)
914 fprintf(stdout, ":%s", namespaces[i]);
916 fprintf(stdout, "='%s'", namespaces[i]);
  /external/libxml2/
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...]
pattern.c 185 const xmlChar **namespaces; /* the namespaces definitions */ member in struct:_xmlPatParserContext
186 int nb_namespaces; /* the number of namespaces */
284 * @namespaces: the prefix definitions, array of [URI, prefix] terminated
293 const xmlChar **namespaces) {
309 if (namespaces != NULL) {
311 for (i = 0;namespaces[2 * i] != NULL;i++)
317 cur->namespaces = namespaces;
963 if (xmlStrEqual(ctxt->namespaces[2 * i + 1], prefix))
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
pattern.h 56 const xmlChar **namespaces);
SAX2.h 116 const xmlChar **namespaces,
  /external/libxml2/include/libxml/
pattern.h 56 const xmlChar **namespaces);
  /external/apache-xml/src/main/java/org/apache/xml/utils/
QName.java 230 * @param namespaces Namespace stack to use to resolve namespace
232 public QName(String qname, Stack namespaces)
234 this(qname, namespaces, false);
243 * @param namespaces Namespace stack to use to resolve namespace
247 public QName(String qname, Stack namespaces, boolean validate)
269 int depth = namespaces.size();
273 NameSpace ns = (NameSpace) namespaces.elementAt(i);
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
checker.py 40 'Fully qualified namespaces that should be not be reported '
  /external/chromium_org/third_party/libxslt/libxslt/
templates.c 31 #include "namespaces.h"
48 * @nsList: the namespaces in scope
49 * @nsNr: the number of namespaces in scope
69 oldNamespaces = ctxt->xpathCtxt->namespaces;
73 ctxt->xpathCtxt->namespaces = nsList;
95 ctxt->xpathCtxt->namespaces = oldNamespaces;
107 * @nsNr: the number of namespaces in the list
108 * @nsList: the list of in-scope namespaces to use
132 oldNamespaces = ctxt->xpathCtxt->namespaces;
135 /* TODO: do we need to propagate the namespaces here ? *
    [all...]
variables.c 843 oldXPNamespaces = xpctxt->namespaces;
873 xpctxt->namespaces = comp->inScopeNs->list;
876 xpctxt->namespaces = NULL;
880 xpctxt->namespaces = comp->nsList;
884 xpctxt->namespaces = NULL;
910 xpctxt->namespaces = oldXPNamespaces;
1094 oldXPNamespaces = xpctxt->namespaces;
1106 xpctxt->namespaces = comp->inScopeNs->list;
1109 xpctxt->namespaces = NULL;
1113 xpctxt->namespaces = comp->nsList
    [all...]
transform.c 44 #include "namespaces.h"
1092 * reconciliate namespaces.
1176 * Add namespaces as they are needed
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
PageSerializer.cpp 108 virtual void appendElement(StringBuilder& out, Element&, Namespaces*) OVERRIDE;
109 virtual void appendCustomAttributes(StringBuilder& out, const Element&, Namespaces*) OVERRIDE;
135 void SerializerMarkupAccumulator::appendElement(StringBuilder& out, Element& element, Namespaces* namespaces)
138 MarkupAccumulator::appendElement(out, element, namespaces);
149 void SerializerMarkupAccumulator::appendCustomAttributes(StringBuilder& out, const Element& element, Namespaces* namespaces)
166 appendAttribute(out, element, Attribute(frameOwnerURLAttributeName(frameOwner), AtomicString(url.string())), namespaces);
  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 133 const xmlChar** namespaces, int attributeCount, int defaultedCount, const xmlChar** libxmlAttributes);

Completed in 1649 milliseconds

1 2 3 4