/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/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 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 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 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 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 | 169 #[doc = " The various compression algorithms supported by gRPC (not sorted by"] 170 #[doc = " compression level)"] 180 #[doc = " Compression levels allow a party with knowledge of its peer's accepted"] 181 #[doc = " encodings to request compression in an abstract way. The level-algorithm"] 182 #[doc = " mapping is performed internally and depends on the peer's supported"] 183 #[doc = " compression algorithms."] 195 #[doc = " All algs are enabled by default. This option corresponds to the channel"] 196 #[doc = " argument key behind \\a GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET"] 201 #[doc = " The default compression level. It'll be used in the absence of call"] 202 #[doc = " specific settings. This option corresponds to the channel"] [all …]
|
D | x86_64-unknown-linux-gnu-bindings.rs | 169 #[doc = " The various compression algorithms supported by gRPC (not sorted by"] 170 #[doc = " compression level)"] 180 #[doc = " Compression levels allow a party with knowledge of its peer's accepted"] 181 #[doc = " encodings to request compression in an abstract way. The level-algorithm"] 182 #[doc = " mapping is performed internally and depends on the peer's supported"] 183 #[doc = " compression algorithms."] 195 #[doc = " All algs are enabled by default. This option corresponds to the channel"] 196 #[doc = " argument key behind \\a GRPC_COMPRESSION_CHANNEL_ENABLED_ALGORITHMS_BITSET"] 201 #[doc = " The default compression level. It'll be used in the absence of call"] 202 #[doc = " specific settings. This option corresponds to the channel"] [all …]
|
/external/pcre/dist2/ |
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/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/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 | 17 "<!DOCTYPE doc PUBLIC 'http://xml.python.org/public'" 21 "]><doc attr='value'> text\n" 22 "<?pi sample?> <!-- comment --> <e/> </doc>") 28 return getDOMImplementation().createDocument(None, "doc", doctype) 31 doctype = getDOMImplementation().createDocumentType("doc", None, None) 48 doc = create_doc_without_doctype(doctype) 49 doctype.entities.item(0).ownerDocument = doc 50 doctype.notations.item(0).ownerDocument = doc 51 return doc 62 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/autotest/server/cros/packet_generation/ |
D | scapy-2.2.0.tar.gz |
|
/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/google-java-format/core/src/main/java/com/google/googlejavaformat/ |
D | DocBuilder.java | 21 /** A {@code DocBuilder} converts a sequence of {@link Op}s into a {@link Doc}. */ 23 private final Doc.Level base = Doc.Level.make(Indent.Const.ZERO); 24 private final ArrayDeque<Doc.Level> stack = new ArrayDeque<>(); 27 * A possibly earlier {@link Doc.Level} for appending text, à la Philip Wadler. 29 * <p>Processing {@link Doc}s presents a subtle problem. Suppose we have a {@link Doc} for to an 30 * assignment node, {@code a = b}, with an optional {@link Doc.Break} following the {@code =}. 32 * Unfortunately, this {@link Doc} lies in an expression statement {@link Doc} for the statement 37 * <p>One solution to this problem is not to decide whether a {@link Doc.Level} should be broken 39 * the {@link Doc} as here, so that the semicolon moves inside the inner {@link Doc}, and we can 40 * decide whether to break that {@link Doc} without seeing later text. [all …]
|
/external/llvm-project/llvm/docs/ |
D | UserGuides.rst | 64 :doc:`HowToBuildOnARM` 67 :doc:`HowToBuildWithPGO` 70 :doc:`HowToCrossCompileLLVM` 78 :doc:`CoverageMappingFormat` 81 :doc:`CFIVerify` 87 :doc:`BuildingADistribution` 91 :doc:`CMake` 95 :doc:`Docker` 98 :doc:`Support Library <SupportLibrary>` 102 :doc:`AdvancedBuilds` [all …]
|
D | Reference.rst | 60 :doc:`HowToUseAttributes` 65 :doc:`ORCv2` 76 :doc:`LLVM Command Guide <CommandGuide/index>` 80 :doc:`Bugpoint` 84 :doc:`OptBisect` 87 :doc:`The Microsoft PDB File Format <PDB/index>` 94 :doc:`GarbageCollection` 98 :doc:`Statepoints` 106 :doc:`LibFuzzer` 109 :doc:`FuzzingLLVM` [all …]
|
/external/llvm-project/llvm/unittests/BinaryFormat/ |
D | MsgPackDocumentTest.cpp | 17 Document Doc; in TEST() local 19 DocNode Int1 = Doc.getNode(1), Int2 = Doc.getNode(2); in TEST() 20 DocNode Str1 = Doc.getNode("ab"), Str2 = Doc.getNode("ab"); in TEST() 27 Document Doc; in TEST() local 28 bool Ok = Doc.readFromBlob(StringRef("\xd0\x00", 2), /*Multi=*/false); in TEST() 30 ASSERT_EQ(Doc.getRoot().getKind(), Type::Int); in TEST() 31 ASSERT_EQ(Doc.getRoot().getInt(), 0); in TEST() 35 Document Doc; in TEST() local 36 bool Ok = Doc.readFromBlob(StringRef("\x92\xd0\x01\xc0"), /*Multi=*/false); in TEST() 38 ASSERT_EQ(Doc.getRoot().getKind(), Type::Array); in TEST() [all …]
|
/external/guice/latest-api-diffs/ |
D | 1.0.xml | 34 <doc> 36 </doc> 42 <doc> 44 </doc> 52 <doc> 54 </doc> 61 <doc> 63 </doc> 70 <doc> 72 </doc> [all …]
|
/external/autotest/client/deps/libnet/ |
D | libnet.tar.gz |
|
/external/libxml2/ |
D | libxml.spec.in | 101 cp doc/*.py py3doc 108 find doc -type f -exec chmod 0644 \{\} \; 125 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libxml2-%{version}/* 126 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/libxml2-python-%{version}/* 127 (cd doc/examples ; make clean ; rm -rf .deps Makefile) 128 gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz 144 %doc AUTHORS NEWS README Copyright TODO 145 %doc %{_mandir}/man1/xmllint.1* 146 %doc %{_mandir}/man1/xmlcatalog.1* 147 %doc %{_mandir}/man3/libxml.3* [all …]
|
/external/pdfium/core/fxcrt/xml/ |
D | cfx_xmlparser_unittest.cpp | 37 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() local 38 ASSERT_TRUE(doc != nullptr); in TEST_F() 40 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() 62 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() local 63 ASSERT_TRUE(doc != nullptr); in TEST_F() 65 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() 87 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() local 88 ASSERT_TRUE(doc != nullptr); in TEST_F() 90 CFX_XMLElement* script = doc->GetRoot()->GetFirstChildNamed(L"script"); in TEST_F() 101 std::unique_ptr<CFX_XMLDocument> doc = Parse(input); in TEST_F() local [all …]
|
/external/autotest/client/site_tests/platform_PrinterPpds/ |
D | helpers.py | 39 def _process_PJL_headers(doc, position, out): argument 42 them as it was described in _normalize_document(doc) function. 44 @param doc: see the description of _normalize_document(doc) 58 position_pjl = doc.find(PJL_MARKER, position, position + MARGIN) 60 out += doc[position:(position_pjl+len(PJL_MARKER))] 63 lines, position = _read_lines_with_prefix(doc, position, '@PJL') 72 position_pjl = doc.find(PJL_MARKER, position, position + MARGIN) 76 def _process_PS_Adobe_headers(doc, position, out): argument 79 them as it was described in _normalize_document(doc) function. 81 @param doc: see the description of _normalize_document(doc) [all …]
|
/external/dokka/core/src/test/kotlin/javadoc/ |
D | JavadocTest.kt | 13 verifyJavadoc("testdata/javadoc/types.kt", withJdk = true) { doc -> in <lambda>() method 14 val classDoc = doc.classNamed("foo.TypesKt")!! in <lambda>() 29 verifyJavadoc("testdata/javadoc/obj.kt") { doc -> in <lambda>() method 30 val classDoc = doc.classNamed("foo.O") in <lambda>() 33 val companionDoc = doc.classNamed("foo.O.Companion") in <lambda>() 36 val pkgDoc = doc.packageNamed("foo")!! in <lambda>() 42 verifyJavadoc("testdata/javadoc/exception.kt", withKotlinRuntime = true) { doc -> in <lambda>() method 43 val classDoc = doc.classNamed("foo.MyException")!! in <lambda>() 50 verifyJavadoc("testdata/javadoc/bytearr.kt", withKotlinRuntime = true) { doc -> in <lambda>() method 51 val classDoc = doc.classNamed("foo.ByteArray")!! in <lambda>() [all …]
|