Home
last modified time | relevance | path

Searched refs:Document (Results 1 – 25 of 356) sorted by relevance

12345678910>>...15

/external/pdfium/testing/resources/javascript/
Dmouse_events_expected.txt2 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
3 Alert: PASS: this.print blocked with Document.print: User gesture required.
5 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
6 Alert: PASS: this.print blocked with Document.print: User gesture required.
8 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
9 Alert: PASS: this.print blocked with Document.print: User gesture required.
18 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
19 Alert: PASS: this.print blocked with Document.print: User gesture required.
25 Alert: PASS: this.submitForm blocked with Document.submitForm: User gesture required.
26 Alert: PASS: this.print blocked with Document.print: User gesture required.
[all …]
Ddocument_properties_expected.txt45 Alert: ERROR: Document.documentFileName: Cannot assign to readonly property.
47 Alert: ERROR: Document.filesize: Cannot assign to readonly property.
48 Alert: ERROR: Document.icons: Cannot assign to readonly property.
49 Alert: ERROR: Document.info: Cannot assign to readonly property.
56 Alert: ERROR: Document.numFields: Cannot assign to readonly property.
57 Alert: ERROR: Document.numPages: Cannot assign to readonly property.
61 Alert: ERROR: Document.path: Cannot assign to readonly property.
65 Alert: ERROR: Document.URL: Cannot assign to readonly property.
79 Alert: ERROR: Document.documentFileName: Cannot assign to readonly property.
81 Alert: ERROR: Document.filesize: Cannot assign to readonly property.
[all …]
Ddocument_methods_expected.txt76 Alert: PASS: this.addIcon() threw Document.addIcon: Incorrect number of parameters passed to functi…
77 Alert: PASS: this.addIcon(1) threw Document.addIcon: Incorrect number of parameters passed to funct…
78 Alert: PASS: this.addIcon(1, 2, 3) threw Document.addIcon: Incorrect number of parameters passed to…
79 Alert: PASS: this.addIcon("myicon", 3) threw Document.addIcon: Incorrect parameter type.
80 Alert: PASS: this.addIcon("myicon", undefined) threw Document.addIcon: Incorrect parameter type.
84 Alert: PASS: this.getAnnot() threw Document.getAnnot: Incorrect number of parameters passed to func…
85 Alert: PASS: this.getAnnot(0) threw Document.getAnnot: Incorrect number of parameters passed to fun…
86 Alert: PASS: this.getAnnot(0, "test", 0) threw Document.getAnnot: Incorrect number of parameters pa…
89 Alert: PASS: this.getField() threw Document.getField: Incorrect number of parameters passed to func…
91 Alert: PASS: this.getIcon() threw Document.getIcon: Incorrect number of parameters passed to functi…
[all …]
/external/llvm/include/llvm/Support/
DYAMLParser.h56 class Document; variable
96 std::unique_ptr<Document> CurrentDoc;
98 friend class Document; variable
116 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
157 std::unique_ptr<Document> &Doc;
179 NullNode(std::unique_ptr<Document> &D) in NullNode()
194 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
237 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
267 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode()
397 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
[all …]
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DYAMLParser.h57 class Document; variable
99 std::unique_ptr<Document> CurrentDoc;
101 friend class Document; variable
119 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
160 std::unique_ptr<Document> &Doc;
182 NullNode(std::unique_ptr<Document> &D) in NullNode()
197 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
240 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
270 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode()
400 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DYAMLParser.h61 class Document; variable
107 friend class Document;
110 std::unique_ptr<Document> CurrentDoc;
128 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
176 std::unique_ptr<Document> &Doc;
196 NullNode(std::unique_ptr<Document> &D) in NullNode()
211 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
254 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
284 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode()
415 MappingNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in MappingNode()
[all …]
/external/clang/test/SemaTemplate/
Ddelegating-constructors.cpp34 class Document class
37 Document() = default;
41 Document(T&& t) : Document() in Document() function in PR12890::Document
47 Document d(1); in f()
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
DSourceHighlighterTest.java28 import org.w3c.dom.Document;
62 final Document doc = parseDoc(); in testDefaultTabWidth()
71 final Document doc = parseDoc(); in testDefaultLanguage()
80 final Document doc = parseDoc(); in testSetLanguage()
93 final Document doc = parseDoc(); in testHighlighting()
107 final Document doc = parseDoc(); in testHighlightNone()
116 final Document doc = parseDoc(); in testHighlightBranchesFC()
127 final Document doc = parseDoc(); in testHighlightBranchesPC()
138 final Document doc = parseDoc(); in testHighlightBranchesNC()
144 private Document parseDoc() throws Exception { in parseDoc()
DClassPageTest.java26 import org.w3c.dom.Document;
54 final Document doc = support.parse(output.getFile("Foo.html")); in testContents()
72 final Document doc = support.parse(output.getFile("Foo.html")); in should_generate_message_when_SourceFileName_not_present()
86 final Document doc = support.parse(output.getFile("Foo.html")); in should_generate_message_when_SourceFileName_present_but_no_SourceFilePage()
104 final Document doc = support.parse(output.getFile("Foo.html")); in should_generate_message_with_default_package_when_SourceFileName_present_but_no_SourceFilePage()
118 final Document doc = support.parse(output.getFile("Foo.html")); in should_not_generate_message_when_SourceFileName_and_SourceFilePage_present()
130 final Document doc = support.parse(output.getFile("Foo.html")); in should_generate_message_when_no_lines()
145 final Document doc = support.parse(output.getFile("Foo.html")); in should_generate_message_when_class_id_mismatch()
DBundlePageTest.java25 import org.w3c.dom.Document;
68 final Document doc = support.parse(output.getFile("index.html")); in should_render_non_empty_packages()
87 final Document doc = support.parse(output.getFile("index.html")); in should_render_message_when_no_class_files_specified()
105 final Document doc = support.parse(output.getFile("index.html")); in should_render_message_when_all_classes_empty()
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/builder/
DXmlBlock.java10 import org.w3c.dom.Document;
21 private final Document document;
25 private synchronized static Document parse(FsFile xmlFile) { in parse()
50 Document document = parse(fsFile); in create()
57 private XmlBlock(Document document, String filename, String packageName) { in XmlBlock()
63 public Document getDocument() { in getDocument()
/external/elfutils/doc/
DCOPYING-GFDL45 work under the conditions stated herein. The "Document", below,
51 A "Modified Version" of the Document means any work containing the
52 Document or a portion of it, either copied verbatim, or with
56 the Document that deals exclusively with the relationship of the
57 publishers or authors of the Document to the Document's overall
59 directly within that overall subject. (Thus, if the Document is in
68 that says that the Document is released under this License. If a
70 allowed to be designated as Invariant. The Document may contain zero
71 Invariant Sections. If the Document does not identify any Invariant
76 the Document is released under this License. A Front-Cover Text may
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/xml/
DXMLGroupVisitorTest.java22 import org.w3c.dom.Document;
51 final Document doc = parseDoc(); in testVisitBundle()
58 final Document doc = parseDoc(); in testVisitGroup()
66 final Document doc = parseDoc(); in testVisitEnd()
71 private Document parseDoc() throws Exception { in parseDoc()
DXMLSupport.java28 import org.w3c.dom.Document;
74 public Document parse(ByteArrayOutputStream buffer) in parse()
79 public Document parse(byte[] document) in parse()
85 public String findStr(final Document doc, final String query) in findStr()
/external/icu/tools/srcgen/currysrc/src/main/java/com/google/currysrc/
DMain.java32 import org.eclipse.jface.text.Document;
114 private static void writeSource(Document document, File outputFile) throws IOException { in writeSource()
160 private Document documentBefore;
163 private Document documentRequested;
174 documentBefore = new Document(source); in CompilationUnitHandler()
193 Document documentAfter; in apply()
207 Document documentToRewrite = new Document(documentBefore.get()); in apply()
258 @Override public Document document() { in document()
265 documentRequested = new Document(documentBefore.get()); in document()
277 public Document getDocument() { in getDocument()
[all …]
/external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
DPercentageColumnTest.java34 import org.w3c.dom.Document;
83 final Document doc = parseDoc(); in testItem1()
92 final Document doc = parseDoc(); in testItem2()
101 final Document doc = parseDoc(); in testRounding()
112 final Document doc = parseDoc(); in testLocale()
124 final Document doc = parseDoc(); in testFooter1()
132 final Document doc = parseDoc(); in testFooter2()
176 private Document parseDoc() throws Exception {
DBarColumnTest.java35 import org.w3c.dom.Document;
84 final Document doc = parseDoc(); in testFooter()
95 final Document doc = parseDoc(); in testBarWidths()
122 final Document doc = parseDoc(); in testRedBarOnly()
141 final Document doc = parseDoc(); in testGreenBarOnly()
160 final Document doc = parseDoc(); in testNoBars()
172 final Document doc = parseDoc(); in testLocale()
229 private Document parseDoc() throws Exception {
DLabelColumnTest.java30 import org.w3c.dom.Document;
79 final Document doc = parseDoc(); in testFooter()
87 final Document doc = parseDoc(); in testItemWithoutLink()
97 final Document doc = parseDoc(); in testItemWithLink()
145 private Document parseDoc() throws Exception {
DCounterColumnTest.java37 import org.w3c.dom.Document;
101 final Document doc = parseDoc(); in testItemTotal()
113 final Document doc = parseDoc(); in testItemMissed()
125 final Document doc = parseDoc(); in testItemCovered()
137 final Document doc = parseDoc(); in testLocale()
149 final Document doc = parseDoc(); in testFooter()
222 private Document parseDoc() throws Exception {
/external/autotest/frontend/client/src/autotest/afe/
DAfeClient.java18 import com.google.gwt.dom.client.Document;
61 Document.get().getElementById("stainless-link").setAttribute( in finishLoading()
63 Document.get().getElementById("stainless").removeClassName( in finishLoading()
70 Document.get().getElementById("moblab_setup").removeClassName("hidden"); in finishLoading()
71 Document.get().getElementById("mobmonitor_link").setAttribute("href", in finishLoading()
74 Document.get().getElementById("hide_on_moblab").removeClassName("hidden"); in finishLoading()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DDOM2Helper.java31 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()
DDOMHelper.java37 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/jacoco/org.jacoco.cli.test/src/org/jacoco/cli/internal/
DXmlDocumentationTest.java32 import org.w3c.dom.Document;
79 Document doc = parse(file); in should_create_documentation()
110 private Document parse(File file) throws Exception { in parse()
119 private void assertContains(String expected, String query, Document doc) in assertContains()
125 private String eval(String query, Document doc) in eval()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaParser.java24 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/cldr/tools/java/org/unicode/cldr/icu/
DKeyTypeDataConverter.java18 import org.w3c.dom.Document;
25 private Collection<Document> documents;
41 for (Document doc : getDocuments()) { in convert()
53 for (Document doc : getDocuments()) { in convert()
124 private Collection<Document> getDocuments() { in getDocuments()
129 documents = new ArrayList<Document>(); in getDocuments()
158 Document doc = LDMLUtilities.parse(filePath, false); in getDocuments()
168 private static void addKeyMap(Map<String, String> keyMap, Document root) { in addKeyMap()
199 Map<String, Map<String, String>> typeAliases, Document root) { in addTypeMaps()

12345678910>>...15