Searched defs:Document (Results 1 - 25 of 33) sorted by relevance

12

/external/clang/test/SemaTemplate/
H A Ddelegating-constructors.cpp34 class Document class in namespace:PR12890
37 Document() = default;
41 Document(T&& t) : Document() function in class:PR12890::Document
47 Document d(1);
/external/pdfium/fxjs/
H A Dcjs_document.h21 class Document : public CJS_EmbedObj { class in inherits:CJS_EmbedObj
23 explicit Document(CJS_Object* pJSObject);
24 ~Document() override;
248 JS_STATIC_PROP(ADBE, ADBE, Document);
249 JS_STATIC_PROP(author, author, Document);
250 JS_STATIC_PROP(baseURL, base_URL, Document);
251 JS_STATIC_PROP(bookmarkRoot, bookmark_root, Document);
252 JS_STATIC_PROP(calculate, calculate, Document);
253 JS_STATIC_PROP(Collab, collab, Document);
254 JS_STATIC_PROP(creationDate, creation_date, Document);
[all...]
H A Dcjs_document.cpp119 ObjDefnID = pEngine->DefineObj("Document", FXJSOBJTYPE_GLOBAL,
120 JSConstructor<CJS_Document, Document>,
128 Document* pDoc = static_cast<Document*>(GetEmbedObject());
132 Document::Document(CJS_Object* pJSObject) function in class:Document
138 Document::~Document() {}
141 CJS_Return Document::get_num_fields(CJS_Runtime* pRuntime) {
151 CJS_Return Document
[all...]
/external/deqp/scripts/
H A Dconvert_case_list_to_xml.py23 from xml.dom.minidom import Document namespace
87 doc = Document()
/external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
H A DDocument.java31 public class Document extends Node { class in inherits:Node
93 throw new RuntimeException("Document end expected!");
110 throw new RuntimeException("Document has no root element!");
/external/protobuf/csharp/src/Google.Protobuf/
H A DJsonTokenizer.cs182 containerStack.Push(ContainerType.Document);
565 case ContainerType.Document:
575 Document, Object, Array enumerator in enum:Google.Protobuf.JsonTokenizer.JsonTextTokenizer.ContainerType
/external/llvm/include/llvm/Support/
H A DYAMLParser.h56 class Document;
96 std::unique_ptr<Document> CurrentDoc;
98 friend class Document;
116 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
134 // These functions forward to Document and Scanner.
157 std::unique_ptr<Document> &Doc;
179 NullNode(std::unique_ptr<Document> &D)
194 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
237 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
267 KeyValueNode(std::unique_ptr<Document>
505 class Document { class in namespace:llvm::yaml
[all...]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DYAMLParser.h57 class Document;
99 std::unique_ptr<Document> CurrentDoc;
101 friend class Document;
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
137 // These functions forward to Document and Scanner.
160 std::unique_ptr<Document> &Doc;
182 NullNode(std::unique_ptr<Document> &D)
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
240 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag,
270 KeyValueNode(std::unique_ptr<Document>
508 class Document { class in namespace:llvm::yaml
[all...]
/external/python/cpython2/Lib/test/
H A Dtest_minidom.py13 from xml.dom.minidom import parse, Node, Document, parseString namespace
66 self.confirm(isinstance(dom,Document))
173 dom = Document()
194 dom = Document()
222 dom = Document()
248 dom = Document()
269 dom = Document()
280 dom = Document()
290 dom = Document()
302 dom = Document()
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_minidom.py10 from xml.dom.minidom import parse, Node, Document, parseString namespace
61 doc = Document()
71 self.assertFalse(Document.async_)
73 self.assertFalse(getattr(Document, 'async', True))
79 self.confirm(isinstance(dom, Document))
85 self.confirm(isinstance(dom, Document))
192 dom = Document()
213 dom = Document()
248 dom = Document()
274 dom = Document()
[all...]
/external/llvm/lib/Support/
H A DYAMLParser.cpp620 OS << "Document-Start: ";
623 OS << "Document-End: ";
1793 CurrentDoc.reset(new Document(*this));
1806 Node::Node(unsigned int Type, std::unique_ptr<Document> &D, StringRef A,
2260 Document::Document(Stream &S) : stream(S), Root(nullptr) { function in class:Document
2272 bool Document::skip() {
2288 Token &Document::peekNext() {
2292 Token Document::getNext() {
2296 void Document
[all...]
/external/python/cpython2/Lib/xml/dom/
H A Dminidom.py1422 return Document()
1474 class Document(Node, DocumentLS): class in inherits:Node, DocumentLS
1488 # Document attributes from Level 3 (WD 9 April 2002)
1808 defproperty(Document, "documentElement",
1815 Called by Node.cloneNode and Document.importNode
1881 # Note the cloning of Document and DocumentType nodes is
1939 if not Document.implementation.hasFeature(f, v):
1941 return Document.implementation
/external/python/cpython3/Lib/xml/dom/
H A Dminidom.py1467 return Document()
1519 class Document(Node, DocumentLS): class in inherits:Node, DocumentLS
1534 # Document attributes from Level 3 (WD 9 April 2002)
1853 defproperty(Document, "documentElement",
1860 Called by Node.cloneNode and Document.importNode
1926 # Note the cloning of Document and DocumentType nodes is
1979 if not Document.implementation.hasFeature(f, v):
1981 return Document.implementation
/external/vogar/lib/
H A Dkxml-libcore-20110123.jarorg/kxml2/ org/kxml2/kdom/ org/kxml2/kdom/Element.class Element.java package org.kxml2. ...
/external/pdfium/xfa/fxfa/
H A Dfxfa_basic.h168 Document, member in class:XFA_AttributeEnum
/external/annotation-tools/asmx/test/lib/
H A Dsaxon7.jarMETA-INF/ META-INF/MANIFEST.MF net/sf/saxon/Compile.class Compile.java package ...
H A Djd.xslt-1.5.5.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sarvega/ javax/ javax/xml/ javax/xml/parsers/ javax/ ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.text_3.5.400.v20150505-1044.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/owasp/sanitizer/lib/htmlparser-1.3/
H A Dhtmlparser-1.3-with-transitions.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
H A Dhtmlparser-1.3.jarMETA-INF/MANIFEST.MF nu/validator/htmlparser/tools/XSLT4HTML5XOM.class XSLT4HTML5XOM.java package nu. ...
/external/guice/extensions/persist/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Ddom4j-1.6.1.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/ ...
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/adobe/ac/ com/adobe/ac/ant/ ...
/external/guice/lib/build/jdiff/
H A Dxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/xml/parsers/ META-INF/services/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 719 milliseconds

12