| /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:`20.2.2 release notes <relnotes/20.2.2>`7 -  :doc:`20.1.10 release notes <relnotes/20.1.10>`
 8 -  :doc:`20.2.1 release notes <relnotes/20.2.1>`
 9 -  :doc:`20.2.0 release notes <relnotes/20.2.0>`
 10 -  :doc:`20.1.9 release notes <relnotes/20.1.9>`
 11 -  :doc:`20.1.8 release notes <relnotes/20.1.8>`
 12 -  :doc:`20.1.7 release notes <relnotes/20.1.7>`
 13 -  :doc:`20.1.6 release notes <relnotes/20.1.6>`
 14 -  :doc:`20.1.5 release notes <relnotes/20.1.5>`
 15 -  :doc:`20.1.4 release notes <relnotes/20.1.4>`
 [all …]
 
 | 
| /external/grpc-grpc/src/core/lib/debug/ | 
| D | stats_data.yaml | 20   doc: Number of client side calls created by this process22   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 completion queues created
 30   doc: Number of client channels created
 32   doc: Number of client subchannels created
 34   doc: Number of server channels created
 37   doc: Number of polling syscalls (epoll_wait, poll, etc) made by this process
 39   doc: Number of sleeping syscalls made by this process
 43   doc: How many events are called for each syscall_poll
 [all …]
 
 | 
| /external/rust/crates/grpcio-sys/grpc/src/core/lib/debug/ | 
| D | stats_data.yaml | 20   doc: Number of client side calls created by this process22   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 completion queues created
 30   doc: Number of client channels created
 32   doc: Number of client subchannels created
 34   doc: Number of server channels created
 37   doc: Number of polling syscalls (epoll_wait, poll, etc) made by this process
 39   doc: Number of sleeping syscalls made by this process
 43   doc: How many events are called for each syscall_poll
 [all …]
 
 | 
| /external/rust/crates/grpcio-sys/bindings/ | 
| D | aarch64-unknown-linux-gnu-bindings.rs | 174 #[doc = " The various compression algorithms supported by gRPC (not sorted by"]175 #[doc = " compression level)"]
 185 #[doc = " Compression levels allow a party with knowledge of its peer's accepted"]
 186 #[doc = " encodings to request compression in an abstract way. The level-algorithm"]
 187 #[doc = " mapping is performed internally and depends on the peer's supported"]
 188 #[doc = " compression algorithms."]
 200     #[doc = " All algs are enabled by default. This option corresponds to the channel"]
 201     #[doc = " argument key behind \\a GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET"]
 206 #[doc = " The default compression level. It'll be used in the absence of call"]
 207 #[doc = " specific settings. This option corresponds to the channel"]
 [all …]
 
 | 
| D | x86_64-unknown-linux-gnu-bindings.rs | 174 #[doc = " The various compression algorithms supported by gRPC (not sorted by"]175 #[doc = " compression level)"]
 185 #[doc = " Compression levels allow a party with knowledge of its peer's accepted"]
 186 #[doc = " encodings to request compression in an abstract way. The level-algorithm"]
 187 #[doc = " mapping is performed internally and depends on the peer's supported"]
 188 #[doc = " compression algorithms."]
 200     #[doc = " All algs are enabled by default. This option corresponds to the channel"]
 201     #[doc = " argument key behind \\a GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET"]
 206 #[doc = " The default compression level. It'll be used in the absence of call"]
 207 #[doc = " specific settings. This option corresponds to the channel"]
 [all …]
 
 | 
| /external/rust/crates/ash/src/vk/ | 
| D | feature_extensions.rs | 3 #[doc = "Generated from 'VK_VERSION_1_1'"]7 #[doc = "Generated from 'VK_VERSION_1_1'"]
 11 #[doc = "Generated from 'VK_VERSION_1_1'"]
 15 #[doc = "Generated from 'VK_VERSION_1_1'"]
 19 #[doc = "Generated from 'VK_VERSION_1_1'"]
 23 #[doc = "Generated from 'VK_VERSION_1_1'"]
 27 #[doc = "Generated from 'VK_VERSION_1_1'"]
 31 #[doc = "Generated from 'VK_VERSION_1_1'"]
 35 #[doc = "Generated from 'VK_VERSION_1_1'"]
 39 #[doc = "Generated from 'VK_VERSION_1_1'"]
 [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/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/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/tinyxml2/ | 
| D | xmltest.cpp | 117 	XMLDocument doc;  in example_1()  local118 	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/rust/crates/gdbstub/src/common/ | 
| D | signal.rs | 11     #[doc = "Signal 0 (shouldn't be used)"]    SIGZERO = 0,12     #[doc = "Hangup"]                          SIGHUP = 1,
 13     #[doc = "Interrupt"]                       SIGINT = 2,
 14     #[doc = "Quit"]                            SIGQUIT = 3,
 15     #[doc = "Illegal instruction"]             SIGILL = 4,
 16     #[doc = "Trace/breakpoint trap"]           SIGTRAP = 5,
 17     #[doc = "Aborted"]                         SIGABRT = 6,
 18     #[doc = "Emulation trap"]                  SIGEMT = 7,
 19     #[doc = "Arithmetic exception"]            SIGFPE = 8,
 20     #[doc = "Killed"]                          SIGKILL = 9,
 [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/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/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/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 …]
 
 | 
| /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/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/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 …]
 
 |