| /external/libxml2/test/xsdtest/ |
| D | xsdtestsuite.xml | 8 …<element xmlns="http://relaxng.org/ns/structure/1.0" name="doc" datatypeLibrary="http://www.w3.org… 13 <doc>2001-12-01T19:45:00</doc> 16 <doc>2001-12-01T19:45:00Z</doc> 19 <doc>2001-12-01T19:45:00-11:59</doc> 22 <doc>0001-01-12T00:00:00+12:00</doc> 25 <doc>2001-12-1T19:45:00+24:00</doc> 28 <doc>2001-12-1T19:45:00</doc> 33 …<element xmlns="http://relaxng.org/ns/structure/1.0" name="doc" datatypeLibrary="http://www.w3.org… 38 <doc>2001-12-01T19:45:00.00</doc> 41 <doc>2001-12-01T19:45:00Z</doc> [all …]
|
| /external/cronet/third_party/libxml/fuzz/seed_corpus/ |
| D | 3df6ab31f8c924814d6ec41254d11b4b3734784a | 8 …<element xmlns="http://relaxng.org/ns/structure/1.0" name="doc" datatypeLibrary="http://www.w3.org… 13 <doc>2001-12-01T19:45:00</doc> 16 <doc>2001-12-01T19:45:00Z</doc> 19 <doc>2001-12-01T19:45:00-11:59</doc> 22 <doc>0001-01-12T00:00:00+12:00</doc> 25 <doc>2001-12-1T19:45:00+24:00</doc> 28 <doc>2001-12-1T19:45:00</doc> 33 …<element xmlns="http://relaxng.org/ns/structure/1.0" name="doc" datatypeLibrary="http://www.w3.org… 38 <doc>2001-12-01T19:45:00.00</doc> 41 <doc>2001-12-01T19:45:00Z</doc> [all …]
|
| D | 279887432540854d81ed9214156f2e3a9860dd80 | 5 <doc name="doc1"><![CDATA[<p1 xmlns="urn:test:AAA"><a/></p1>]]></doc> 6 <doc name="doc2"><![CDATA[<p1 xmlns="urn:test:BBB"><b/></p1>]]></doc> 7 <doc name="doc3"><![CDATA[<p2 xmlns="urn:test:ZZZ"/>]]></doc> 9 <xpath doc="doc1" select-node="/a:p1/a:a"> 14 <xpath doc="doc2" select-node="/b:p1/b:b"> 19 <xpath doc="doc3" select-node="/z:p2"> 25 <adopt dest-doc="doc3" node="a"/> 29 <adopt dest-doc="doc3" node="b"/> 33 …<expected doc="doc3"><![CDATA[<p2 xmlns="urn:test:ZZZ"><a xmlns="urn:test:AAA"/><b xmlns="urn:test… 37 <doc name="doc1"><![CDATA[<a:p1 xmlns:a="urn:test:AAA"><a:a/></a:p1>]]></doc> [all …]
|
| /external/mesa3d/docs/ |
| D | relnotes.rst | 6 - :doc:`23.3.6 release notes <relnotes/23.3.6>` 7 - :doc:`24.0.1 release notes <relnotes/24.0.1>` 8 - :doc:`24.0.0 release notes <relnotes/24.0.0>` 9 - :doc:`23.3.5 release notes <relnotes/23.3.5>` 10 - :doc:`23.3.4 release notes <relnotes/23.3.4>` 11 - :doc:`23.3.3 release notes <relnotes/23.3.3>` 12 - :doc:`23.3.2 release notes <relnotes/23.3.2>` 13 - :doc:`23.3.1 release notes <relnotes/23.3.1>` 14 - :doc:`23.3.0 release notes <relnotes/23.3.0>` 15 - :doc:`23.2.1 release notes <relnotes/23.2.1>` [all …]
|
| /external/rust/crates/grpcio-sys/bindings/ |
| D | bindings.rs | 178 #[doc = " The various compression algorithms supported by gRPC (not sorted by"] 179 #[doc = " compression level)"] 188 #[doc = " Compression levels allow a party with knowledge of its peer's accepted"] 189 #[doc = " encodings to request compression in an abstract way. The level-algorithm"] 190 #[doc = " mapping is performed internally and depends on the peer's supported"] 191 #[doc = " compression algorithms."] 203 #[doc = " All algs are enabled by default. This option corresponds to the channel"] 204 #[doc = " argument key behind \\a GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET"] 209 #[doc = " The default compression level. It'll be used in the absence of call"] 210 #[doc = " specific settings. This option corresponds to the channel"] [all …]
|
| /external/pcre/ |
| D | Makefile.am | 19 doc/pcre2.txt \ 20 doc/pcre2-config.txt \ 21 doc/pcre2grep.txt \ 22 doc/pcre2test.txt 25 doc/html/NON-AUTOTOOLS-BUILD.txt \ 26 doc/html/README.txt \ 27 doc/html/index.html \ 28 doc/html/pcre2-config.html \ 29 doc/html/pcre2.html \ 30 doc/html/pcre2_callout_enumerate.html \ [all …]
|
| /external/tpm2-tss/ |
| D | Makefile.am | 74 doxygen-doc/man/ESYS_CONTEXT.3 \ 75 doxygen-doc/man/ESYS_TR.3 \ 76 doxygen-doc/man/ESYS_TR_defines.3 \ 77 doxygen-doc/man/Esys_ActivateCredential.3 \ 78 doxygen-doc/man/Esys_Certify.3 \ 79 doxygen-doc/man/Esys_CertifyCreation.3 \ 80 doxygen-doc/man/Esys_ChangeEPS.3 \ 81 doxygen-doc/man/Esys_ChangePPS.3 \ 82 doxygen-doc/man/Esys_Clear.3 \ 83 doxygen-doc/man/Esys_ClearControl.3 \ [all …]
|
| /external/tinyxml2/ |
| D | xmltest.cpp | 117 XMLDocument doc; in example_1() local 118 doc.LoadFile( "resources/dream.xml" ); in example_1() 120 return doc.ErrorID(); in example_1() 136 XMLDocument doc; in example_2() local 137 doc.Parse( xml ); in example_2() 139 return doc.ErrorID(); in example_2() 161 XMLDocument doc; in example_3() local 162 doc.Parse( xml ); in example_3() 164 XMLElement* titleElement = doc.FirstChildElement( "PLAY" )->FirstChildElement( "TITLE" ); in example_3() 172 return doc.ErrorID(); in example_3() [all …]
|
| /external/libcups/filter/ |
| D | pstops.c | 98 int mirror, /* doc->mirror/mirror pages */ 100 number_up_layout, /* doc->number_up_layout of N-up pages */ 102 page_border; /* doc->page_border around pages */ 113 #define is_first_page(p) (doc->number_up == 1 || \ 114 ((p) % doc->number_up) == 1) 115 #define is_last_page(p) (doc->number_up == 1 || \ 116 ((p) % doc->number_up) == 0) 117 #define is_not_last_page(p) (doc->number_up > 1 && \ 118 ((p) % doc->number_up) != 0) 132 static pstops_page_t *add_page(pstops_doc_t *doc, const char *label); [all …]
|
| /external/grpc-grpc/src/core/lib/debug/ |
| D | stats_data.yaml | 20 doc: Number of client side calls created by this process 22 doc: Number of server side calls created by this process 26 doc: Initial size of the grpc_call arena created at call start 28 doc: Number of client channels created 30 doc: Number of client subchannels created 32 doc: Number of server channels created 34 doc: Number of insecure connections created 37 doc: Number of write syscalls (or equivalent - eg sendmsg) made by this process 39 doc: Number of read syscalls (or equivalent - eg recvmsg) made by this process 43 doc: Number of bytes offered to each syscall_write [all …]
|
| /external/crosvm/win_audio/src/r8brain_sys/ |
| D | bindings.rs | 16 #[doc = " Resampler object handle."] 18 #[doc = "< 16-bit precision resampler."] 19 #[doc = "<"] 21 #[doc = "< 16-bit precision resampler for impulse responses."] 22 #[doc = "<"] 24 #[doc = "< 24-bit precision resampler (including 32-bit floating"] 25 #[doc = "< point)."] 26 #[doc = "<"] 28 #[doc = " Possible resampler object resolutions."] 31 #[doc = " Function creates a new linear-phase resampler object."] [all …]
|
| /external/rust/crates/gdbstub/src/common/ |
| D | signal.rs | 12 #[doc = "Signal 0 (shouldn't be used)"] pub const SIGZERO: Self = Self(0); 13 #[doc = "Hangup"] pub const SIGHUP: Self = Self(1); 14 #[doc = "Interrupt"] pub const SIGINT: Self = Self(2); 15 #[doc = "Quit"] pub const SIGQUIT: Self = Self(3); 16 #[doc = "Illegal instruction"] pub const SIGILL: Self = Self(4); 17 #[doc = "Trace/breakpoint trap"] pub const SIGTRAP: Self = Self(5); 18 #[doc = "Aborted"] pub const SIGABRT: Self = Self(6); 19 #[doc = "Emulation trap"] pub const SIGEMT: Self = Self(7); 20 #[doc = "Arithmetic exception"] pub const SIGFPE: Self = Self(8); 21 #[doc = "Killed"] pub const SIGKILL: Self = Self(9); [all …]
|
| /external/jsoup/src/test/java/org/jsoup/nodes/ |
| D | DocumentTest.java | 31 Document doc = Jsoup.parse("<p>Hello</p>"); in setTextPreservesDocumentStructure() local 32 doc.text("Replaced"); in setTextPreservesDocumentStructure() 33 assertEquals("Replaced", doc.text()); in setTextPreservesDocumentStructure() 34 assertEquals("Replaced", doc.body().text()); in setTextPreservesDocumentStructure() 35 assertEquals(1, doc.select("head").size()); in setTextPreservesDocumentStructure() 57 Document doc = Jsoup.parse("<p title=π>π & < > </p>"); in testOutputEncoding() local 59 assertEquals("<p title=\"π\">π & < ></p>", doc.body().html()); in testOutputEncoding() 60 assertEquals("UTF-8", doc.outputSettings().charset().name()); in testOutputEncoding() 62 doc.outputSettings().charset("ascii"); in testOutputEncoding() 63 assertEquals(Entities.EscapeMode.base, doc.outputSettings().escapeMode()); in testOutputEncoding() [all …]
|
| /external/libxml2/test/namespaces/reconcile/ |
| D | tests.xml | 5 <doc name="doc1"><![CDATA[<p1 xmlns="urn:test:AAA"><a/></p1>]]></doc> 6 <doc name="doc2"><![CDATA[<p1 xmlns="urn:test:BBB"><b/></p1>]]></doc> 7 <doc name="doc3"><![CDATA[<p2 xmlns="urn:test:ZZZ"/>]]></doc> 9 <xpath doc="doc1" select-node="/a:p1/a:a"> 14 <xpath doc="doc2" select-node="/b:p1/b:b"> 19 <xpath doc="doc3" select-node="/z:p2"> 25 <adopt dest-doc="doc3" node="a"/> 29 <adopt dest-doc="doc3" node="b"/> 33 …<expected doc="doc3"><![CDATA[<p2 xmlns="urn:test:ZZZ"><a xmlns="urn:test:AAA"/><b xmlns="urn:test… 37 <doc name="doc1"><![CDATA[<a:p1 xmlns:a="urn:test:AAA"><a:a/></a:p1>]]></doc> [all …]
|
| /external/rust/crates/toml_edit/src/ |
| D | visit.rs | 13 //! pub trait Visit<'doc> { 16 //! fn visit_item(&mut self, i: &'doc Item) { 21 //! # fn visit_value(&mut self, i: &'doc Value); 22 //! # fn visit_table(&mut self, i: &'doc Table); 23 //! # fn visit_array_of_tables(&mut self, i: &'doc ArrayOfTables); 26 //! pub fn visit_item<'doc, V>(v: &mut V, node: &'doc Item) 28 //! V: Visit<'doc> + ?Sized, 51 //! struct StringCollector<'doc> { 52 //! strings: Vec<&'doc str>, 55 //! impl<'doc> Visit<'doc> for StringCollector<'doc> { [all …]
|
| /external/python/cpython2/Lib/test/ |
| D | test_minidom.py | 19 "<!DOCTYPE doc PUBLIC 'http://xml.python.org/public'" 23 "]><doc attr='value'> text\n" 24 "<?pi sample?> <!-- comment --> <e/> </doc>") 30 return getDOMImplementation().createDocument(None, "doc", doctype) 33 doctype = getDOMImplementation().createDocumentType("doc", None, None) 50 doc = create_doc_without_doctype(doctype) 51 doctype.entities.item(0).ownerDocument = doc 52 doctype.notations.item(0).ownerDocument = doc 53 return doc 75 dom = parseString("<doc><foo/></doc>") [all …]
|
| /external/spdx-tools/tvloader/parser2v2/ |
| D | parse_review_test.go | 15 doc: &v2_2.Document{Packages: []*v2_2.Package{}}, 28 parser.doc.Packages = append(parser.doc.Packages, parser.pkg) 30 parser.doc.OtherLicenses = append(parser.doc.OtherLicenses, parser.otherLic) 31 parser.doc.Reviews = append(parser.doc.Reviews, parser.rev) 35 if len(parser.doc.Reviews) != 1 { 36 t.Errorf("Expected only one review, got %d", len(parser.doc.Reviews)) 38 if parser.doc.Reviews[0] != r1 { 39 t.Errorf("Expected review %v in Reviews[0], got %v", r1, parser.doc.Reviews[0]) 41 if parser.doc.Reviews[0].Reviewer != rev1 { 42 t.Errorf("expected review name %s in Reviews[0], got %s", rev1, parser.doc.Reviews[0].Reviewer) [all …]
|
| /external/spdx-tools/tvloader/parser2v3/ |
| D | parse_review_test.go | 15 doc: &v2_3.Document{Packages: []*v2_3.Package{}}, 28 parser.doc.Packages = append(parser.doc.Packages, parser.pkg) 30 parser.doc.OtherLicenses = append(parser.doc.OtherLicenses, parser.otherLic) 31 parser.doc.Reviews = append(parser.doc.Reviews, parser.rev) 35 if len(parser.doc.Reviews) != 1 { 36 t.Errorf("Expected only one review, got %d", len(parser.doc.Reviews)) 38 if parser.doc.Reviews[0] != r1 { 39 t.Errorf("Expected review %v in Reviews[0], got %v", r1, parser.doc.Reviews[0]) 41 if parser.doc.Reviews[0].Reviewer != rev1 { 42 t.Errorf("expected review name %s in Reviews[0], got %s", rev1, parser.doc.Reviews[0].Reviewer) [all …]
|
| /external/spdx-tools/tvloader/parser2v1/ |
| D | parse_review_test.go | 15 doc: &v2_1.Document{Packages: []*v2_1.Package{}}, 28 parser.doc.Packages = append(parser.doc.Packages, parser.pkg) 30 parser.doc.OtherLicenses = append(parser.doc.OtherLicenses, parser.otherLic) 31 parser.doc.Reviews = append(parser.doc.Reviews, parser.rev) 35 if len(parser.doc.Reviews) != 1 { 36 t.Errorf("Expected only one review, got %d", len(parser.doc.Reviews)) 38 if parser.doc.Reviews[0] != r1 { 39 t.Errorf("Expected review %v in Reviews[0], got %v", r1, parser.doc.Reviews[0]) 41 if parser.doc.Reviews[0].Reviewer != rev1 { 42 t.Errorf("expected review name %s in Reviews[0], got %s", rev1, parser.doc.Reviews[0].Reviewer) [all …]
|
| /external/python/cpython3/Lib/test/ |
| D | test_minidom.py | 19 "<!DOCTYPE doc PUBLIC 'http://xml.python.org/public'" 23 "]><doc attr='value'> text\n" 24 "<?pi sample?> <!-- comment --> <e/> </doc>") 30 return getDOMImplementation().createDocument(None, "doc", doctype) 33 doctype = getDOMImplementation().createDocumentType("doc", None, None) 50 doc = create_doc_without_doctype(doctype) 51 doctype.entities.item(0).ownerDocument = doc 52 doctype.notations.item(0).ownerDocument = doc 53 return doc 64 doc = Document() [all …]
|
| /external/jsoup/src/test/java/org/jsoup/select/ |
| D | SelectorTest.java | 50 Document doc = Jsoup.parse("<p.p>One</p.p> <p\\p>Two</p\\p>"); in byEscapedTag() local 52 Element one = doc.expectFirst("p\\.p"); in byEscapedTag() 55 Element two = doc.expectFirst("p\\\\p"); in byEscapedTag() 68 …Document doc = Jsoup.parse("<p id='i.d'>One</p> <p id='i\\d'>Two</p> <p id='one-two/three'>Three</… in byEscapedId() local 70 Element one = doc.expectFirst("#i\\.d"); in byEscapedId() 73 Element two = doc.expectFirst("#i\\\\d"); in byEscapedId() 76 Element thr = doc.expectFirst("p#one-two\\/three"); in byEscapedId() 92 Document doc = Jsoup.parse("<p class='one.two#three'>One</p>"); in byEscapedClass() local 93 assertSelectedOwnText(doc.select("p.one\\.two\\#three"), "One"); in byEscapedClass() 112 Document doc = Jsoup.parse(h); in testByAttribute() local [all …]
|
| /external/spdx-tools/tvsaver/saver2v1/ |
| D | save_document.go | 20 func RenderDocument2_1(doc *v2_1.Document, w io.Writer) error { 21 if doc.CreationInfo == nil { 25 if doc.SPDXVersion != "" { 26 fmt.Fprintf(w, "SPDXVersion: %s\n", doc.SPDXVersion) 28 if doc.DataLicense != "" { 29 fmt.Fprintf(w, "DataLicense: %s\n", doc.DataLicense) 31 if doc.SPDXIdentifier != "" { 32 fmt.Fprintf(w, "SPDXID: %s\n", common.RenderElementID(doc.SPDXIdentifier)) 34 if doc.DocumentName != "" { 35 fmt.Fprintf(w, "DocumentName: %s\n", doc.DocumentName) [all …]
|
| /external/spdx-tools/tvsaver/saver2v2/ |
| D | save_document.go | 20 func RenderDocument2_2(doc *v2_2.Document, w io.Writer) error { 21 if doc.CreationInfo == nil { 25 if doc.SPDXVersion != "" { 26 fmt.Fprintf(w, "SPDXVersion: %s\n", doc.SPDXVersion) 28 if doc.DataLicense != "" { 29 fmt.Fprintf(w, "DataLicense: %s\n", doc.DataLicense) 31 if doc.SPDXIdentifier != "" { 32 fmt.Fprintf(w, "SPDXID: %s\n", common.RenderElementID(doc.SPDXIdentifier)) 34 if doc.DocumentName != "" { 35 fmt.Fprintf(w, "DocumentName: %s\n", doc.DocumentName) [all …]
|
| /external/spdx-tools/tvsaver/saver2v3/ |
| D | save_document.go | 20 func RenderDocument2_3(doc *v2_3.Document, w io.Writer) error { 21 if doc.CreationInfo == nil { 25 if doc.SPDXVersion != "" { 26 fmt.Fprintf(w, "SPDXVersion: %s\n", doc.SPDXVersion) 28 if doc.DataLicense != "" { 29 fmt.Fprintf(w, "DataLicense: %s\n", doc.DataLicense) 31 if doc.SPDXIdentifier != "" { 32 fmt.Fprintf(w, "SPDXID: %s\n", common.RenderElementID(doc.SPDXIdentifier)) 34 if doc.DocumentName != "" { 35 fmt.Fprintf(w, "DocumentName: %s\n", doc.DocumentName) [all …]
|
| /external/llvm/docs/ |
| D | index.rst | 26 :doc:`LangRef` 94 :doc:`GettingStarted` 99 :doc:`CMake` 103 :doc:`HowToBuildOnARM` 106 :doc:`HowToCrossCompileLLVM` 109 :doc:`GettingStartedVS` 113 :doc:`tutorial/index` 117 :doc:`LLVM Command Guide <CommandGuide/index>` 121 :doc:`Passes` 124 :doc:`FAQ` [all …]
|