HomeSort by relevance Sort by last modified time
    Searched defs:Document (Results 1 - 25 of 140) sorted by null

1 2 3 4 5 6

  /external/clang/test/SemaTemplate/
delegating-constructors.cpp 34 class Document
37 Document() = default;
41 Document(T&& t) : Document()
47 Document d(1);
  /external/pdfium/fxjs/
cjs_document.h 21 class Document : public 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...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/
namespacetest.cpp 25 #include "rapidjson/document.h"
44 typedef RAPIDJSON_NAMESPACE::Document Document;
61 Document doc;
documenttest.cpp 16 #include "rapidjson/document.h"
91 TEST(Document, Parse) {
116 TEST(Document, ParseStream_EncodedInputStream) {
157 TEST(Document, ParseStream_AutoUTFInputStream) {
164 Document d;
196 TEST(Document, Swap) {
197 Document d1;
198 Document::AllocatorType& a = d1.GetAllocator();
205 // Swap between Document and Value
211 // Swap between Document and Document
    [all...]
  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/kdom/
Document.java 27 /** The document consists of some legacy events and a single root
31 public class Document extends Node {
37 /** returns "#document" */
56 return "#document";
65 // throw new RuntimeException("Only one document root element allowed");
75 /** reads the document and checks if the last event
93 throw new RuntimeException("Document end expected!");
106 /** returns the root element of this document. */
110 throw new RuntimeException("Document has no root element!");
115 /** Writes this node to the given XmlWriter. For node and document,
    [all...]
  /packages/services/Car/tools/ioanalyze/
analyzer.py 43 class Document(object):
240 document = Document(open(args.filename)) variable
241 print("System runtime: %s\n" % (document.runtime))
243 system.loadDocument(document)
  /libcore/luni/src/main/java/org/w3c/dom/
Document.java 16 * The <code>Document</code> interface represents the entire HTML or XML
17 * document. Conceptually, it is the root of the document tree, and provides
18 * the primary access to the document's data.
20 * cannot exist outside the context of a <code>Document</code>, the
21 * <code>Document</code> interface also contains the factory methods needed
24 * <code>Document</code> within whose context they were created.
25 * <p>See also the <a href='http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407'>Document Object Model (DOM) Level 3 Core Specification</a>.
27 public interface Document extends Node {
29 * The Document Type Declaration (see <code>DocumentType</code>
    [all...]
  /system/tools/aidl/
ast_cpp.cpp 419 Document::Document(const std::vector<std::string>& include_list,
424 void Document::Write(CodeWriter* to) const {
436 : Document(include_list, std::move(a_namespace)),
443 Document::Write(to);
451 : Document(include_list, std::move(a_namespace)) {}
ast_java.cpp 494 Document::Document(const std::string& comment,
504 void Document::Write(CodeWriter* to) const {
  /cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DocumentsClientTest.java 30 import android.provider.DocumentsContract.Document;
123 readFully(Uri.parse("content://com.android.cts.documentprovider/document/doc:file1"));
206 final String DISPLAY_NAME = "My New Awesome Document Title";
226 assertEquals(DISPLAY_NAME, getColumn(uri, Document.COLUMN_DISPLAY_NAME));
227 assertEquals(MIME_TYPE, getColumn(uri, Document.COLUMN_MIME_TYPE));
284 assertEquals("DIR2", getColumn(doc, Document.COLUMN_DISPLAY_NAME));
289 Document.COLUMN_DISPLAY_NAME }, null, null, null);
300 Uri dir = DocumentsContract.createDocument(resolver, doc, Document.MIME_TYPE_DIR, "my dir");
321 assertEquals("wow", getColumn(dirPic, Document.COLUMN_DISPLAY_NAME));
327 Document.COLUMN_DISPLAY_NAME)
    [all...]
  /external/llvm/include/llvm/Support/
YAMLParser.h 56 class Document;
96 std::unique_ptr<Document> CurrentDoc;
98 friend class Document;
116 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
123 /// \brief Get the tag as it was written in the document. This does not
134 // These functions forward to Document and Scanner.
157 std::unique_ptr<Document> &Doc;
167 /// \brief The tag as typed in the document.
179 NullNode(std::unique_ptr<Document> &D)
194 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
YAMLParser.h 57 class Document;
99 std::unique_ptr<Document> CurrentDoc;
101 friend class Document;
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
126 /// \brief Get the tag as it was written in the document. This does not
137 // These functions forward to Document and Scanner.
160 std::unique_ptr<Document> &Doc;
170 /// \brief The tag as typed in the document.
182 NullNode(std::unique_ptr<Document> &D)
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /libcore/benchmarks/src/benchmarks/regression/
ParseBenchmark.java 44 @Param Document document; field in class:ParseBenchmark
47 private enum Document {
94 text = resourceToString("/" + document.name() + "." + api.extension);
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortingCursorWrapperTest.java 28 import android.provider.DocumentsContract.Document;
58 Document.COLUMN_DOCUMENT_ID,
59 Document.COLUMN_FLAGS,
60 Document.COLUMN_DISPLAY_NAME,
61 Document.COLUMN_SIZE,
62 Document.COLUMN_LAST_MODIFIED,
63 Document.COLUMN_MIME_TYPE
97 "Word document",
98 "HTML document",
99 "PDF document",
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 57 class Document;
99 std::unique_ptr<Document> CurrentDoc;
101 friend class Document;
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
126 /// \brief Get the tag as it was written in the document. This does not
137 // These functions forward to Document and Scanner.
160 std::unique_ptr<Document> &Doc;
170 /// \brief The tag as typed in the document.
182 NullNode(std::unique_ptr<Document> &D)
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
YAMLParser.h 57 class Document;
99 std::unique_ptr<Document> CurrentDoc;
101 friend class Document;
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
126 /// \brief Get the tag as it was written in the document. This does not
137 // These functions forward to Document and Scanner.
160 std::unique_ptr<Document> &Doc;
170 /// \brief The tag as typed in the document.
182 NullNode(std::unique_ptr<Document> &D)
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
YAMLParser.h 57 class Document;
99 std::unique_ptr<Document> CurrentDoc;
101 friend class Document;
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
126 /// \brief Get the tag as it was written in the document. This does not
137 // These functions forward to Document and Scanner.
160 std::unique_ptr<Document> &Doc;
170 /// \brief The tag as typed in the document.
182 NullNode(std::unique_ptr<Document> &D)
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
YAMLParser.h 61 class Document;
104 friend class Document;
107 std::unique_ptr<Document> CurrentDoc;
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
144 /// \brief Get the tag as it was written in the document. This does not
155 // These functions forward to Document and Scanner.
168 std::unique_ptr<Document> &Doc;
176 /// \brief The tag as typed in the document.
188 NullNode(std::unique_ptr<Document> &D)
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
YAMLParser.h 61 class Document;
104 friend class Document;
107 std::unique_ptr<Document> CurrentDoc;
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
144 /// \brief Get the tag as it was written in the document. This does not
155 // These functions forward to Document and Scanner.
168 std::unique_ptr<Document> &Doc;
176 /// \brief The tag as typed in the document.
188 NullNode(std::unique_ptr<Document> &D)
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
YAMLParser.h 61 class Document;
104 friend class Document;
107 std::unique_ptr<Document> CurrentDoc;
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
144 /// \brief Get the tag as it was written in the document. This does not
155 // These functions forward to Document and Scanner.
168 std::unique_ptr<Document> &Doc;
176 /// \brief The tag as typed in the document.
188 NullNode(std::unique_ptr<Document> &D)
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
YAMLParser.h 61 class Document;
104 friend class Document;
107 std::unique_ptr<Document> CurrentDoc;
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
144 /// \brief Get the tag as it was written in the document. This does not
155 // These functions forward to Document and Scanner.
168 std::unique_ptr<Document> &Doc;
176 /// \brief The tag as typed in the document.
188 NullNode(std::unique_ptr<Document> &D)
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
YAMLParser.h 57 class Document;
99 std::unique_ptr<Document> CurrentDoc;
101 friend class Document;
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
126 /// \brief Get the tag as it was written in the document. This does not
137 // These functions forward to Document and Scanner.
160 std::unique_ptr<Document> &Doc;
170 /// \brief The tag as typed in the document.
182 NullNode(std::unique_ptr<Document> &D)
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
YAMLParser.h 57 class Document;
99 std::unique_ptr<Document> CurrentDoc;
101 friend class Document;
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
126 /// \brief Get the tag as it was written in the document. This does not
137 // These functions forward to Document and Scanner.
160 std::unique_ptr<Document> &Doc;
170 /// \brief The tag as typed in the document.
182 NullNode(std::unique_ptr<Document> &D)
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
YAMLParser.h 57 class Document;
99 std::unique_ptr<Document> CurrentDoc;
101 friend class Document;
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
126 /// \brief Get the tag as it was written in the document. This does not
137 // These functions forward to Document and Scanner.
160 std::unique_ptr<Document> &Doc;
170 /// \brief The tag as typed in the document.
182 NullNode(std::unique_ptr<Document> &D)
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
YAMLParser.h 61 class Document;
104 friend class Document;
107 std::unique_ptr<Document> CurrentDoc;
125 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
144 /// \brief Get the tag as it was written in the document. This does not
155 // These functions forward to Document and Scanner.
168 std::unique_ptr<Document> &Doc;
176 /// \brief The tag as typed in the document.
188 NullNode(std::unique_ptr<Document> &D)
203 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag
    [all...]

Completed in 1148 milliseconds

1 2 3 4 5 6