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

1 2

  /external/libxml2/doc/examples/
tree1.c 53 xmlDoc *doc = NULL;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/animator/
AnimationEditorDelegate.java 86 * @param xmlDoc The XML document, if available, or null if none exists.
89 public void delegateXmlModelChanged(Document xmlDoc) {
90 Element rootElement = xmlDoc.getDocumentElement();
116 getUiRootNode().setXmlDocument(xmlDoc);
122 getUiRootNode().loadFromXmlNode(xmlDoc);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/drawable/
DrawableEditorDelegate.java 86 public void delegateXmlModelChanged(Document xmlDoc) {
87 Element rootElement = xmlDoc.getDocumentElement();
108 getUiRootNode().setXmlDocument(xmlDoc);
114 getUiRootNode().loadFromXmlNode(xmlDoc);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/
DrawableResourceLoader.java 71 Document xmlDoc = documents.get(resourceExtractor.getResourceName(resId));
72 NodeList nodes = xmlDoc.getElementsByTagName("selector");
74 return buildStateListDrawable(xmlDoc);
77 nodes = xmlDoc.getElementsByTagName("layer-list");
82 nodes = xmlDoc.getElementsByTagName("animation-list");
  /external/libxml2/include/libxml/
entities.h 106 xmlGetDocEntity (const xmlDoc *doc,
123 xmlEncodeSpecialChars (const xmlDoc *doc,
tree.h 62 * 1) xmlNs gets an additional field @context (a xmlDoc)
63 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
395 struct _xmlDoc *context; /* normally an xmlDoc */
545 * xmlDoc:
549 typedef struct _xmlDoc xmlDoc;
550 typedef xmlDoc *xmlDocPtr;
762 xmlGetIntSubset (const xmlDoc *doc);
850 xmlNewDocText (const xmlDoc *doc,
881 xmlNewReference (const xmlDoc *doc,
920 xmlDocGetRootElement (const xmlDoc *doc)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/color/
ColorEditorDelegate.java 80 public void delegateXmlModelChanged(Document xmlDoc) {
84 Element rootElement = xmlDoc.getDocumentElement();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
ManifestEditor.java 249 private void loadFromXml(Document xmlDoc) {
250 mUiManifestNode.setXmlDocument(xmlDoc);
251 Node node = getManifestXmlNode(xmlDoc);
259 private Node getManifestXmlNode(Document xmlDoc) {
260 if (xmlDoc != null) {
266 Node node = xmlDoc.getDocumentElement();
271 for (node = xmlDoc.getFirstChild();
  /hardware/interfaces/audio/common/all-versions/test/utility/src/
ValidateXml.cpp 45 constexpr auto xmlDeleter<xmlDoc> = xmlFreeDoc;
  /external/libxml2/python/
libxml.py 333 return xmlDoc(_obj=self._o)
336 return xmlDoc(_obj=ret)
384 return xmlDoc(_obj=self._o)
387 return xmlDoc(_obj=ret)
470 # # is allocated just once per xmlDoc.
581 return xmlDoc(_obj=o)
  /external/parameter-framework/upstream/test/functional-tests/
Handle.cpp 121 // Might be better to specialize std::default_delete<xmlDoc>.
122 std::unique_ptr<xmlDoc, void (*)(xmlDoc *)> doc{
  /frameworks/minikin/tests/util/
FontTestUtils.cpp 51 xmlDoc* doc = xmlReadFile(xmlPath.c_str(), NULL, 0);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiElementNode.java 383 * @param xmlDoc The new XML document to associate this node with.
385 public void setXmlDocument(Document xmlDoc) {
387 mXmlDocument = xmlDoc;
389 mUiParent.setXmlDocument(xmlDoc);
    [all...]
  /device/google/cuttlefish_common/host/libs/vm_manager/
libvirt_manager.cpp 266 std::unique_ptr<xmlDoc, void (*)(xmlDocPtr)> xml{xmlNewDoc(xc("1.0")),
  /external/tinyxml2/
xmltest.cpp     [all...]
  /external/libxml2/
entities.c 510 xmlGetDocEntity(const xmlDoc *doc, const xmlChar *name) {
791 xmlEncodeSpecialChars(const xmlDoc *doc ATTRIBUTE_UNUSED, const xmlChar *input) {
tree.c 925 xmlGetIntSubset(const xmlDoc *doc) {
1171 cur = (xmlDocPtr) xmlMalloc(sizeof(xmlDoc));
1176 memset(cur, 0, sizeof(xmlDoc));
1275 xmlStringLenGetNodeList(const xmlDoc *doc, const xmlChar *value, int len) {
    [all...]
testapi.c     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
LayoutEditorDelegate.java 371 Document xmlDoc = mUiDocRootNode.getXmlDocument();
374 mUiDocRootNode.loadFromXmlNode(xmlDoc);
377 // No need to call AndroidXmlEditor.xmlModelChanged(xmlDoc) since it's
398 // No need to call AndroidXmlEditor.xmlModelChanged(xmlDoc) since it's
    [all...]
  /external/robolectric/v3/libs/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
vtd-xml-2.11.jar 
  /prebuilts/tools/common/m2/repository/com/ximpleware/vtd-xml/2.11/
vtd-xml-2.11.jar 

Completed in 239 milliseconds

1 2