Home
last modified time | relevance | path

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

12345678910>>...21

/external/llvm-project/clang-tools-extra/clangd/support/
DMarkup.h86 class Document &addItem();
89 std::vector<class Document> Items;
94 class Document {
96 Document() = default;
97 Document(const Document &Other) { *this = Other; } in Document() function
98 Document &operator=(const Document &);
99 Document(Document &&) = default;
100 Document &operator=(Document &&) = default;
102 void append(Document Other);
/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-project/clang-tools-extra/clangd/unittests/support/
DMarkupTests.cpp132 Document D; in TEST()
137 D = Document(); in TEST()
142 D = Document(); in TEST()
147 D = Document(); in TEST()
214 TEST(Document, Separators) { in TEST() argument
215 Document D; in TEST()
235 TEST(Document, Ruler) { in TEST() argument
236 Document D; in TEST()
245 D = Document(); in TEST()
254 D = Document(); in TEST()
[all …]
/external/llvm-project/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/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/llvm-project/llvm/include/llvm/Support/
DYAMLParser.h60 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/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-10.0/llvm/include/llvm/Support/
DYAMLParser.h60 class Document; variable
106 friend class Document;
109 std::unique_ptr<Document> CurrentDoc;
127 Node(unsigned int Type, std::unique_ptr<Document> &, StringRef Anchor,
175 std::unique_ptr<Document> &Doc;
195 NullNode(std::unique_ptr<Document> &D) in NullNode()
210 ScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in ScalarNode()
253 BlockScalarNode(std::unique_ptr<Document> &D, StringRef Anchor, StringRef Tag, in BlockScalarNode()
283 KeyValueNode(std::unique_ptr<Document> &D) in KeyValueNode()
414 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/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()
/external/flac/
DCOPYING.FDL41 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/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/
DChangeLog14 * debuginfod_find_debuginfo.3: Document DEBUGINFOD_SONAME macro.
18 * debuginfod_find_debuginfo.3: Document debuginfod_set_verbose_fd
26 * debuginfod.8: Document that SIGUSR1 interrupts the groom
31 * debuginfod_find_debuginfo.3 (ECONNREFUSED): Document that this
44 * debuginfod_find_debuginfo.3 (HTTP HEADER): Document the expected
49 * debuginfod.8: Document valid --port=NUM range, excludes 0.
53 * debuginfod-find.1: Document /path/-based buildid passing.
68 * debuginfod-find.1, debuginfod_find_debuginfo.3: Document
89 * debuginfod.8: Document new --fdcache-prefetch option.
93 * debuginfod.8: Document new -Z flag and tweak other bits.
[all …]
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/llvm-project/llvm/unittests/BinaryFormat/
DMsgPackDocumentTest.cpp17 Document Doc; in TEST()
27 Document Doc; in TEST()
35 Document Doc; in TEST()
71 Document Doc; in TEST()
104 Document Doc; in TEST()
186 Document Doc; in TEST()
194 Document Doc; in TEST()
204 Document Doc; in TEST()
218 Document Doc; in TEST()
229 Document Doc; in TEST()
[all …]
/external/llvm-project/llvm/unittests/TextAPI/
DTextStubV4Tests.cpp280 TBDReexportFile Document = File->documents().front(); in TEST() local
281 EXPECT_EQ(FileType::TBD_V4, Document->getFileType()); in TEST()
282 EXPECT_EQ(Archs, Document->getArchitectures()); in TEST()
283 EXPECT_EQ(Uuids, Document->uuids()); in TEST()
284 EXPECT_EQ(1U, Document->getPlatforms().size()); in TEST()
285 EXPECT_EQ(Platform, *(Document->getPlatforms().begin())); in TEST()
287 Document->getInstallName()); in TEST()
288 EXPECT_EQ(PackedVersion(1, 2, 3), Document->getCurrentVersion()); in TEST()
289 EXPECT_EQ(PackedVersion(1, 2, 0), Document->getCompatibilityVersion()); in TEST()
290 EXPECT_EQ(5U, Document->getSwiftABIVersion()); in TEST()
[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()
/external/icing/java/tests/instrumentation/src/androidx/appsearch/smoketest/
DTestDocument.java19 import androidx.appsearch.annotation.Document;
22 @Document
24 @Document.Uri private final String uri;
26 @Document.Property(indexingType = StringPropertyConfig.INDEXING_TYPE_PREFIXES)
/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/jackson-databind/src/test/java/com/fasterxml/jackson/databind/ext/
DTestDOM.java23 Document doc = DocumentBuilderFactory.newInstance().newDocumentBuilder().parse in testSerializeSimpleNonNS()
39 Document doc; in testDeserializeNonNS()
43 doc = MAPPER.readValue(quote(SIMPLE_XML), Document.class); in testDeserializeNonNS()
47 doc = (Document) node; in testDeserializeNonNS()
69 Document doc = MAPPER.readValue(quote(SIMPLE_XML_NS), Document.class); in testDeserializeNS()
/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 {
/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/ext/
DDOMDeserializer.java10 import org.w3c.dom.Document;
58 protected final Document parse(String value) throws IllegalArgumentException { in parse()
91 public static class DocumentDeserializer extends DOMDeserializer<Document> {
93 public DocumentDeserializer() { super(Document.class); } in DocumentDeserializer()
95 …public Document _deserialize(String value, DeserializationContext ctxt) throws IllegalArgumentExce… in _deserialize()

12345678910>>...21