HomeSort by relevance Sort by last modified time
    Searched full:xpointer (Results 176 - 200 of 259) sorted by null

1 2 3 4 5 6 78 91011

  /external/chromium_org/third_party/libxml/src/
xpointer.c 2 * xpointer.c : Code to handle XML Pointer
29 #include <libxml/xpointer.h>
40 /* Add support of the xmlns() xpointer scheme to initialize the namespaces */
201 * Handling of XPointer specific types *
914 * @ctxt: the XPointer Parser context
946 * @ctxt: the XPointer Parser context
949 * XPtrPart ::= 'xpointer' '(' XPtrExpr ')'
952 * Scheme ::= NCName - 'xpointer' [VC: Non-XPointer schemes]
963 * The end of an XPointer part is signaled by the right parenthesis ")
    [all...]
libxml.spec.in 18 In this case one can use the built-in XPath and XPointer implementation
37 In this case one can use the built-in XPath and XPointer implementation
libxml2.spec 18 In this case one can use the built-in XPath and XPointer implementation
37 In this case one can use the built-in XPath and XPointer implementation
testXPath.c 41 #include <libxml/xpointer.h>
204 printf("\t--xptr : expressions are XPointer expressions\n");
xinclude.c 20 #include <libxml/xpointer.h>
60 xmlXPathObjectPtr xptr; /* the xpointer if needed */
594 "Invalid fragment identifier in URI %s use the xpointer attribute\n",
621 "detected a local recursion with no xpointer in %s\n",
894 xmlNodePtr xmlXPtrAdvanceNode(xmlNodePtr cur, int *level); /* in xpointer.c */
900 * @obj: the XPointer result from the evaluation.
902 * Build a node list tree copy of the XPointer result.
1111 * @obj: the XPointer result from the evaluation.
1113 * Build a node list tree copy of the XPointer result.
    [all...]
  /external/libxml2/
xpointer.c 2 * xpointer.c : Code to handle XML Pointer
29 #include <libxml/xpointer.h>
40 /* Add support of the xmlns() xpointer scheme to initialize the namespaces */
201 * Handling of XPointer specific types *
914 * @ctxt: the XPointer Parser context
946 * @ctxt: the XPointer Parser context
949 * XPtrPart ::= 'xpointer' '(' XPtrExpr ')'
952 * Scheme ::= NCName - 'xpointer' [VC: Non-XPointer schemes]
963 * The end of an XPointer part is signaled by the right parenthesis ")
    [all...]
Android.mk 25 xpointer.c \
xinclude.c 20 #include <libxml/xpointer.h>
61 xmlXPathObjectPtr xptr; /* the xpointer if needed */
595 "Invalid fragment identifier in URI %s use the xpointer attribute\n",
622 "detected a local recursion with no xpointer in %s\n",
895 xmlNodePtr xmlXPtrAdvanceNode(xmlNodePtr cur, int *level); /* in xpointer.c */
901 * @obj: the XPointer result from the evaluation.
903 * Build a node list tree copy of the XPointer result.
1114 * @obj: the XPointer result from the evaluation.
1116 * Build a node list tree copy of the XPointer result.
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 87 typedef char *XPointer;
165 XPointer private_data; /* data private to this extension. */
386 XPointer obdata; /* hook for the object routines to hang on */
535 XPointer private11;
536 XPointer private12;
537 XPointer private13;
538 XPointer private14;
552 XPointer private17;
553 XPointer private18;
    [all...]
Xlibint.h 166 XPointer defaultCCCs; /* pointer to an array of default XcmsCCC */
167 XPointer clientCmaps; /* pointer to linked list of XcmsCmapRec */
168 XPointer perVisualIntensityMaps;
179 XPointer filedes; /* struct pollfd cache for _XWaitForReadable */
762 XPointer /* data */
764 XPointer data;
956 XPointer /* data */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xlib.h 87 typedef char *XPointer;
165 XPointer private_data; /* data private to this extension. */
386 XPointer obdata; /* hook for the object routines to hang on */
535 XPointer private11;
536 XPointer private12;
537 XPointer private13;
538 XPointer private14;
552 XPointer private17;
553 XPointer private18;
    [all...]
Xlibint.h 166 XPointer defaultCCCs; /* pointer to an array of default XcmsCCC */
167 XPointer clientCmaps; /* pointer to linked list of XcmsCmapRec */
168 XPointer perVisualIntensityMaps;
179 XPointer filedes; /* struct pollfd cache for _XWaitForReadable */
762 XPointer /* data */
764 XPointer data;
956 XPointer /* data */
    [all...]
  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 7 * designed to be used by both XSLT and XPointer
94 * @@ XPointer will add more types !
315 /* extra stuff for XPointer */
316 int xptr; /* is this an XPointer context? */
381 int xptr; /* it this an XPointer expression */
  /external/libxml2/include/libxml/
xpath.h 7 * designed to be used by both XSLT and XPointer
96 * @@ XPointer will add more types !
317 /* extra stuff for XPointer */
318 int xptr; /* is this an XPointer context? */
383 int xptr; /* it this an XPointer expression */
  /external/chromium_org/remoting/host/
local_input_monitor_linux.cc 71 static void ProcessReply(XPointer self, XRecordInterceptData* data);
208 reinterpret_cast<XPointer>(this))) {
309 void LocalInputMonitorLinux::Core::ProcessReply(XPointer self,
  /hardware/intel/common/libva/va/x11/
va_nvctrl.c 119 #define NVCTRL_EXT_NEED_CHECK (XPointer)(~0)
120 #define NVCTRL_EXT_NEED_NOTHING (XPointer)(0)
121 #define NVCTRL_EXT_NEED_TARGET_SWAP (XPointer)(1)
  /external/chromium_org/third_party/libxml/
BUILD.gn 81 "src/include/libxml/xpointer.h",
137 "src/xpointer.c",
  /external/chromium_org/third_party/libxml/patches/
icu-win32 28 txt += " xptr: Enable XPointer support (" + (withXptr? "yes" : "no") + ")\n";
62 txtOut += " XPointer support: " + boolToStr(withXptr) + "\n";
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
extutil.h 52 XPointer data; /* extra data for extension to use */
160 XPointer /* data */
  /libcore/dom/src/test/java/org/w3c/domts/level2/core/
createAttributeNS03.java 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrAttrNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
createDocumentType02.java 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Level-2-Core-DOM-createDocType')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('Level-2-Core-DOM-createDocType')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
createElementNS03.java 45 * @see <a href="http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrElNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])">http://www.w3.org/TR/DOM-Level-2-Core/core#xpointer(id('ID-DocCrElNS')/raises/exception[@name='DOMException']/descr/p[substring-before(.,':')='INVALID_CHARACTER_ERR'])</a>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/extensions/
extutil.h 50 XPointer data; /* extra data for extension to use */
131 XPointer /* data */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
extutil.h 50 XPointer data; /* extra data for extension to use */
131 XPointer /* data */
  /libcore/luni/src/main/java/org/w3c/dom/
Attr.java 242 * schema-determined ID</a> definition in [<a href='http://www.w3.org/TR/2003/REC-xptr-framework-20030325/'>XPointer</a>]
248 * DTD-determined ID</a> definition in [<a href='http://www.w3.org/TR/2003/REC-xptr-framework-20030325/'>XPointer</a>]
255 * <p ><b>Note:</b> XPointer framework (see section 3.2 in [<a href='http://www.w3.org/TR/2003/REC-xptr-framework-20030325/'>XPointer</a>]
257 * XPointer externally-determined ID definition.

Completed in 817 milliseconds

1 2 3 4 5 6 78 91011