/external/pdfium/fpdfsdk/src/javascript/ |
D | Document.h | 54 class Document : public CJS_EmbedObj { 56 Document(CJS_Object* pJSObject); 57 ~Document() override; 290 JS_STATIC_PROP(ADBE, Document); 291 JS_STATIC_PROP(author, Document); 292 JS_STATIC_PROP(baseURL, Document); 293 JS_STATIC_PROP(bookmarkRoot, Document); 294 JS_STATIC_PROP(calculate, Document); 295 JS_STATIC_PROP(Collab, Document); 296 JS_STATIC_PROP(creationDate, Document); [all …]
|
D | Document.cpp | 137 IMPLEMENT_JS_CLASS(CJS_Document, Document) in END_JS_STATIC_CONST() 141 Document* pDoc = static_cast<Document*>(GetEmbedObject()); in END_JS_STATIC_CONST() 149 Document::Document(CJS_Object* pJSObject) in Document() function in Document 156 Document::~Document() { in ~Document() 165 FX_BOOL Document::numFields(IJS_Context* cc, in numFields() 179 FX_BOOL Document::dirty(IJS_Context* cc, in dirty() 201 FX_BOOL Document::ADBE(IJS_Context* cc, in ADBE() 212 FX_BOOL Document::pageNum(IJS_Context* cc, in pageNum() 237 FX_BOOL Document::addAnnot(IJS_Context* cc, in addAnnot() 245 FX_BOOL Document::addField(IJS_Context* cc, in addField() [all …]
|
/external/llvm/include/llvm/Support/ |
D | YAMLParser.h | 57 class Document; variable 97 std::unique_ptr<Document> CurrentDoc; 99 friend class Document; variable 117 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor, 158 std::unique_ptr<Document> &Doc; 180 NullNode(std::unique_ptr<Document> &D) in NullNode() 195 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode() 238 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode() 268 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode() 385 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode() [all …]
|
/external/clang/test/SemaTemplate/ |
D | delegating-constructors.cpp | 34 class Document class 37 Document() = default; 41 Document(T&& t) : Document() in Document() function in PR12890::Document 47 Document d(1); in f()
|
/external/valgrind/ |
D | COPYING.DOCS | 41 work under the conditions stated herein. The "Document", below, 47 A "Modified Version" of the Document means any work containing the 48 Document or a portion of it, either copied verbatim, or with 52 the Document that deals exclusively with the relationship of the 53 publishers or authors of the Document to the Document's overall subject 55 within that overall subject. (Thus, if the Document is in part a 64 that says that the Document is released under this License. If a 66 allowed to be designated as Invariant. The Document may contain zero 67 Invariant Sections. If the Document does not identify any Invariant 72 the Document is released under this License. A Front-Cover Text may [all …]
|
/external/pdfium/testing/resources/javascript/ |
D | document_methods_expected.txt | 76 Alert: PASS: this.addIcon() threw error Document.addIcon: Incorrect number of parameters passed to … 77 Alert: PASS: this.addIcon(1) threw error Document.addIcon: Incorrect number of parameters passed to… 78 Alert: PASS: this.addIcon(1, 2, 3) threw error Document.addIcon: Incorrect number of parameters pas… 79 Alert: PASS: this.addIcon("myicon", 3) threw error Document.addIcon: Incorrect parameter type. 80 Alert: PASS: this.addIcon("myicon", undefined) threw error Document.addIcon: Incorrect parameter ty… 83 Alert: PASS: this.getField() threw error Document.getField: Incorrect number of parameters passed t… 85 Alert: PASS: this.getIcon() threw error Document.getIcon: Incorrect number of parameters passed to … 86 Alert: PASS: this.getIcon(1, 2) threw error Document.getIcon: Incorrect number of parameters passed… 88 Alert: PASS: this.getNthFieldName() threw error Document.getNthFieldName: Incorrect number of param… 89 Alert: PASS: this.getNthFieldName(-1) threw error Document.getNthFieldName: Incorrect parameter val… [all …]
|
D | document_props_expected.txt | 44 Alert: ERROR: Document.documentFileName: Cannot assign to readonly property. 46 Alert: ERROR: Document.filesize: Cannot assign to readonly property. 47 Alert: ERROR: Document.icons: Cannot assign to readonly property. 55 Alert: ERROR: Document.numFields: Cannot assign to readonly property. 56 Alert: ERROR: Document.numPages: Cannot assign to readonly property. 60 Alert: ERROR: Document.path: Cannot assign to readonly property.
|
/external/bison/doc/ |
D | fdl.texi | 47 work under the conditions stated herein. The ``Document'', below, 53 A ``Modified Version'' of the Document means any work containing the 54 Document or a portion of it, either copied verbatim, or with 58 of the Document that deals exclusively with the relationship of the 59 publishers or authors of the Document to the Document's overall 61 directly within that overall subject. (Thus, if the Document is in 70 that says that the Document is released under this License. If a 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 78 the Document is released under this License. A Front-Cover Text may [all …]
|
/external/libmicrohttpd/doc/ |
D | fdl-1.3.texi | 47 work under the conditions stated herein. The ``Document'', below, 53 A ``Modified Version'' of the Document means any work containing the 54 Document or a portion of it, either copied verbatim, or with 58 of the Document that deals exclusively with the relationship of the 59 publishers or authors of the Document to the Document's overall 61 directly within that overall subject. (Thus, if the Document is in 70 that says that the Document is released under this License. If a 72 allowed to be designated as Invariant. The Document may contain zero 73 Invariant Sections. If the Document does not identify any Invariant 78 the Document is released under this License. A Front-Cover Text may [all …]
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/ |
D | Main.java | 32 import org.eclipse.jface.text.Document; 96 private static void writeSource(Document document, File outputFile) throws IOException { in writeSource() 141 private Document documentBefore; 144 private Document documentRequested; 154 documentBefore = new Document(source); in CompilationUnitHandler() 173 Document documentAfter; in apply() 187 Document documentToRewrite = new Document(documentBefore.get()); in apply() 238 @Override public Document document() { in document() 245 documentRequested = new Document(documentBefore.get()); in document() 257 public Document getDocument() { in getDocument() [all …]
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/ |
D | SourceHighlighterTest.java | 29 import org.w3c.dom.Document; 64 final Document doc = htmlSupport.parse(buffer.toString()); in testDefaultTabWidth() 74 final Document doc = htmlSupport.parse(buffer.toString()); in testDefaultLanguage() 84 final Document doc = htmlSupport.parse(buffer.toString()); in testSetLanguage() 98 final Document doc = htmlSupport.parse(buffer.toString()); in testHighlighting() 113 final Document doc = htmlSupport.parse(buffer.toString()); in testHighlightNone() 123 final Document doc = htmlSupport.parse(buffer.toString()); in testHighlightBranchesFC() 135 final Document doc = htmlSupport.parse(buffer.toString()); in testHighlightBranchesPC() 147 final Document doc = htmlSupport.parse(buffer.toString()); in testHighlightBranchesNC()
|
D | SessionsPageTest.java | 28 import org.w3c.dom.Document; 75 final Document doc = support.parse(output.getFile(".sessions.html")); in testEmptyContent() 91 final Document doc = support.parse(output.getFile(".sessions.html")); in testSessionListContent() 131 final Document doc = support.parse(output.getFile(".sessions.html")); in testExecutionDataContent()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/res/ |
D | DrawableResourceLoader.java | 10 import org.w3c.dom.Document; 39 protected Map<String, Document> documents = new HashMap<String, Document>(); 71 Document xmlDoc = documents.get(resourceExtractor.getResourceName(resId)); in getXmlDrawable() 101 …protected void processResourceXml(File xmlFile, Document document, boolean isSystem) throws Except… in processResourceXml() 135 Document document = documents.get(resourceName); in getDrawableIds() 156 Document document = documents.get(resourceExtractor.getResourceName(resourceId)); in isAnimationDrawable() 160 private StateListDrawable buildStateListDrawable(Document d) { in buildStateListDrawable()
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/ |
D | XMLGroupVisitorTest.java | 25 import org.w3c.dom.Document; 58 final Document doc = getDocument(); in testVisitBundle() 66 final Document doc = getDocument(); in testVisitGroup() 75 final Document doc = getDocument(); in testVisitEnd() 80 private Document getDocument() throws SAXException, IOException, in getDocument()
|
D | XMLSupport.java | 28 import org.w3c.dom.Document; 74 public Document parse(String document) throws SAXException, IOException, in parse() 79 public Document parse(byte[] document) throws SAXException, IOException, in parse() 85 public String findStr(final Document doc, final String query) in findStr()
|
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | DOM2Helper.java | 31 import org.w3c.dom.Document; 87 private Document m_doc; 95 public void setDocument(Document doc) in setDocument() 106 public Document getDocument() in getDocument() 206 public Element getElementByID(String id, Document doc) in getElementByID()
|
D | DOMHelper.java | 37 import org.w3c.dom.Document; 77 public static Document createDocument(boolean isSecureProcessing) in createDocument() 107 Document outNode = docBuilder.newDocument(); in createDocument() 131 public static Document createDocument() in createDocument() 1017 Document doc = node.getOwnerDocument(); in getParentOfNode() 1088 public Element getElementByID(String id, Document doc) in getElementByID() 1128 public String getUnparsedEntityURI(String name, Document doc) in getUnparsedEntityURI() 1230 protected Document m_DOMFactory = null; 1240 public void setDOMFactory(Document domFactory) in setDOMFactory() 1251 public Document getDOMFactory() in getDOMFactory()
|
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/ |
D | XMPMetaParser.java | 24 import org.w3c.dom.Document; 77 Document document = parseXml(input, options); in parse() 123 private static Document parseXml(Object input, ParseOptions options) in parseXml() 150 private static Document parseXmlFromInputStream(InputStream stream, ParseOptions options) in parseXmlFromInputStream() 183 private static Document parseXmlFromBytebuffer(ByteBuffer buffer, ParseOptions options) in parseXmlFromBytebuffer() 238 private static Document parseXmlFromString(String input, ParseOptions options) in parseXmlFromString() 267 private static Document parseInputSource(InputSource source) throws XMPException in parseInputSource()
|
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/ |
D | PercentageColumnTest.java | 35 import org.w3c.dom.Document; 85 final Document doc = support.parse(output.getFile("Test.html")); in testItem1() 95 final Document doc = support.parse(output.getFile("Test.html")); in testItem2() 107 final Document doc = support.parse(output.getFile("Test.html")); in testLocale() 117 final Document doc = support.parse(output.getFile("Test.html")); in testFooter1() 126 final Document doc = support.parse(output.getFile("Test.html")); in testFooter2()
|
D | BarColumnTest.java | 36 import org.w3c.dom.Document; 86 final Document doc = support.parse(output.getFile("Test.html")); in testFooter() 98 final Document doc = support.parse(output.getFile("Test.html")); in testBarWidths() 126 final Document doc = support.parse(output.getFile("Test.html")); in testRedBarOnly() 146 final Document doc = support.parse(output.getFile("Test.html")); in testGreenBarOnly() 166 final Document doc = support.parse(output.getFile("Test.html")); in testNoBars() 179 final Document doc = support.parse(output.getFile("Test.html")); in testLocale()
|
D | CounterColumnTest.java | 38 import org.w3c.dom.Document; 103 final Document doc = support.parse(output.getFile("Test.html")); in testItemTotal() 116 final Document doc = support.parse(output.getFile("Test.html")); in testItemMissed() 129 final Document doc = support.parse(output.getFile("Test.html")); in testItemCovered() 142 final Document doc = support.parse(output.getFile("Test.html")); in testLocale() 155 final Document doc = support.parse(output.getFile("Test.html")); in testFooter()
|
D | LabelColumnTest.java | 31 import org.w3c.dom.Document; 81 final Document doc = support.parse(output.getFile("Test.html")); in testFooter() 90 final Document doc = support.parse(output.getFile("Test.html")); in testItemWithoutLink() 101 final Document doc = support.parse(output.getFile("Test.html")); in testItemWithLink()
|
/external/autotest/frontend/client/src/autotest/afe/ |
D | AfeClient.java | 20 import com.google.gwt.dom.client.Document; 65 Document.get().getElementById("wmatrix-link").setAttribute( in finishLoading() 67 Document.get().getElementById("wmatrix").removeClassName("hidden"); in finishLoading() 72 Document.get().getElementById("moblab_setup").removeClassName("hidden"); in finishLoading() 73 Document.get().getElementById("mobmonitor_link").setAttribute("href", in finishLoading()
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/ |
D | RobolectricConfig.java | 5 import org.w3c.dom.Document; 87 Document manifestDocument = db.parse(androidManifestFile); in parseAndroidManifest() 119 private void parseReceivers(final Document manifestDocument, String packageName) { in parseReceivers() 157 private void parseApplicationFlags(final Document manifestDocument) { in parseApplicationFlags() 175 …private int getApplicationFlag(final Document doc, final String attribute, final int attributeValu… in getApplicationFlag() 180 …private Integer getTagAttributeIntValue(final Document doc, final String tag, final String attribu… in getTagAttributeIntValue() 184 …private Integer getTagAttributeIntValue(final Document doc, final String tag, final String attribu… in getTagAttributeIntValue() 266 …private static String getTagAttributeText(final Document doc, final String tag, final String attri… in getTagAttributeText()
|
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/api/process/ |
D | Context.java | 19 import org.eclipse.jface.text.Document; 30 Document document(); in document()
|