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

1 2 3 4

  /external/clang/test/SemaTemplate/
delegating-constructors.cpp 34 class Document
37 Document() = default;
41 Document(T&& t) : Document()
47 Document d(1);
  /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/pdfium/fpdfsdk/javascript/
Document.h 48 class Document : public CJS_EmbedObj {
50 explicit Document(CJS_Object* pJSObject);
51 ~Document() override;
325 JS_STATIC_PROP(ADBE, Document);
326 JS_STATIC_PROP(author, Document);
327 JS_STATIC_PROP(baseURL, Document);
328 JS_STATIC_PROP(bookmarkRoot, Document);
329 JS_STATIC_PROP(calculate, Document);
330 JS_STATIC_PROP(Collab, Document);
331 JS_STATIC_PROP(creationDate, Document);
    [all...]
Document.cpp 7 #include "fpdfsdk/javascript/Document.h"
146 IMPLEMENT_JS_CLASS(CJS_Document, Document)
150 Document* pDoc = static_cast<Document*>(GetEmbedObject());
154 Document::Document(CJS_Object* pJSObject)
160 Document::~Document() {
163 // the total number of fileds in document.
164 bool Document::numFields(CJS_Runtime* pRuntime
    [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...]
  /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 {
ast_cpp.h 380 class Document : public AstNode {
382 Document(const std::vector<std::string>& include_list,
391 DISALLOW_COPY_AND_ASSIGN(Document);
392 }; // class Document
394 class CppHeader final : public Document {
407 class CppSource final : public Document {
ast_java.h 368 class Document {
370 Document(const std::string& comment,
374 virtual ~Document() = default;
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortingCursorWrapperTest.java 28 import android.provider.DocumentsContract.Document;
55 Document.COLUMN_DOCUMENT_ID,
56 Document.COLUMN_FLAGS,
57 Document.COLUMN_DISPLAY_NAME,
58 Document.COLUMN_SIZE,
59 Document.COLUMN_LAST_MODIFIED,
60 Document.COLUMN_MIME_TYPE
88 row.add(Document.COLUMN_DOCUMENT_ID, Integer.toString(i));
89 row.add(Document.COLUMN_FLAGS, Document.FLAG_SUPPORTS_DELETE)
    [all...]
  /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...]
  /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);
  /development/samples/Vault/src/com/example/android/vault/
VaultProvider.java 35 import android.provider.DocumentsContract.Document;
60 * Each document is stored as described by {@link EncryptedDocument} with
88 /** Key pointing to next available document ID. */
102 Document.COLUMN_DOCUMENT_ID, Document.COLUMN_MIME_TYPE, Document.COLUMN_DISPLAY_NAME,
103 Document.COLUMN_LAST_MODIFIED, Document.COLUMN_FLAGS, Document.COLUMN_SIZE,
140 // Load secret key and ensure our root document is ready
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/xml/dom/
minidom.py 57 # Can pass encoding only to document, to put it into XML header
286 # return True iff node is part of a document tree
319 nodeName = "#document-fragment"
460 attributes as found in an input document.
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/xml/dom/
minidom.py 56 # Can pass encoding only to document, to put it into XML header
285 # return True iff node is part of a document tree
318 nodeName = "#document-fragment"
462 attributes as found in an input document.
    [all...]
  /external/llvm/lib/Support/
YAMLParser.cpp 620 OS << "Document-Start: ";
623 OS << "Document-End: ";
    [all...]
  /frameworks/base/core/java/android/provider/
DocumentsContract.java 70 * To create a document provider, extend {@link DocumentsProvider}, which
88 // content://com.example/document/12/
89 // content://com.example/document/12/children/
90 // content://com.example/tree/12/document/24/
91 // content://com.example/tree/12/document/24/children/
121 * <p>Location should specify a document URI or a tree URI with document ID. If
122 * this URI identifies a non-directory, document navigator will attempt to use the parent
123 * of the document as the initial location.
125 * <p>The initial location is system specific if this extra is missing or document navigato
    [all...]
  /packages/apps/Test/connectivity/sl4n/rapidjson/include/rapidjson/
document.h 18 /*! \file document.h */
95 \tparam Encoding Encoding of the value. (Even non-string values need to have the same encoding in a document)
417 \tparam Encoding Encoding of the value. (Even non-string values need to have the same encoding in a document)
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/xml/dom/
minidom.py 57 # Can pass encoding only to document, to put it into XML header
286 # return True iff node is part of a document tree
319 nodeName = "#document-fragment"
463 attributes as found in an input document.
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/xml/dom/
minidom.py 57 # Can pass encoding only to document, to put it into XML header
286 # return True iff node is part of a document tree
319 nodeName = "#document-fragment"
463 attributes as found in an input document.
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 57 # Can pass encoding only to document, to put it into XML header
286 # return True iff node is part of a document tree
319 nodeName = "#document-fragment"
463 attributes as found in an input document.
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/xml/dom/
minidom.py 57 # Can pass encoding only to document, to put it into XML header
286 # return True iff node is part of a document tree
319 nodeName = "#document-fragment"
463 attributes as found in an input document.
    [all...]

Completed in 1371 milliseconds

1 2 3 4