/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/ |
D | NopropTest.java | 28 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK01() local 37 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK02() local 46 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK03() local 55 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK04() local 64 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK05() local 73 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK06() local 82 Iterator<Object> docs = new Yaml(new BeanConstructor()).loadAll(yaml).iterator(); in testEmptyBean() local 91 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testEmptyBean2() local 100 Iterator<Object> docs = new Yaml(new BeanConstructor()).loadAll(yaml).iterator(); in testEmptyDoc() local 109 Iterator<Object> docs = new Yaml(new BeanConstructor()).loadAll(yaml).iterator(); in testEmptyDoc2() local [all …]
|
/external/aws-sdk-java-v2/codegen/src/test/java/software/amazon/awssdk/codegen/model/intermediate/ |
D | DocumentationBuilderTest.java | 29 String docs = new DocumentationBuilder() in javadocFormattedCorrectly() local 59 String docs = new DocumentationBuilder() in asyncReturns_FormatsExceptionsInUnorderedList() local 80 String docs = new DocumentationBuilder() in asyncReturnsWithoutDocsForSuccessReturn_FormatsExceptionsInUnorderedList() local 99 String docs = new DocumentationBuilder() in missingValuesAreNotPresent() local 107 String docs = new DocumentationBuilder() in allValuesMissing_ProducesEmptyDocString() local
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/ |
D | setup.py | 74 def find_description(docs): argument 119 def find_classifiers(docs): argument 138 def find_provides(docs): argument 157 def find_license(docs): argument 196 def find_data(name, docs): argument 244 def make_manifest(manifest, config, docs, kwargs): argument
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/ |
D | setup.py | 75 def find_description(docs): argument 120 def find_classifiers(docs): argument 139 def find_provides(docs): argument 158 def find_license(docs): argument 197 def find_data(name, docs): argument 245 def make_manifest(manifest, config, docs, kwargs): argument
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/ |
D | setup.py | 74 def find_description(docs): argument 119 def find_classifiers(docs): argument 138 def find_provides(docs): argument 157 def find_license(docs): argument 196 def find_data(name, docs): argument 244 def make_manifest(manifest, config, docs, kwargs): argument
|
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/ |
D | setup.py | 75 def find_description(docs): argument 120 def find_classifiers(docs): argument 139 def find_provides(docs): argument 158 def find_license(docs): argument 197 def find_data(name, docs): argument 245 def make_manifest(manifest, config, docs, kwargs): argument
|
/external/python/watchdog/ |
D | tox.ini | 20 usedevelop = true 21 deps = 23 extras = 25 commands =
|
/external/pigweed/seed/ |
D | 0102.rst | 133 The basics: ``docs.rst`` 139 How it works and why: ``design.rst`` & ``concepts.rst`` (understanding-oriented) 155 How to get stuff done: ``guides.rst`` (task-oriented)
|
/external/rust/android-crates-io/crates/yaml-rust/src/ |
D | emitter.rs | 357 let docs = YamlLoader::load_from_str(&s).unwrap(); in test_emit_simple() localVariable 396 let docs = YamlLoader::load_from_str(&s).unwrap(); in test_emit_complex() localVariable 447 let docs = YamlLoader::load_from_str(&s).unwrap(); in test_emit_avoid_quotes() localVariable 505 let docs = YamlLoader::load_from_str(&input).unwrap(); in emit_quoted_bools() localVariable 554 let docs = YamlLoader::load_from_str(&s).unwrap(); in test_empty_and_nested_flag() localVariable 576 let docs = YamlLoader::load_from_str(&s).unwrap(); in test_nested_arrays() localVariable 600 let docs = YamlLoader::load_from_str(&s).unwrap(); in test_deeply_nested_arrays() localVariable 622 let docs = YamlLoader::load_from_str(&s).unwrap(); in test_nested_hashes() localVariable
|
/external/dokka/core/src/test/kotlin/format/ |
D | PackageDocsTest.kt | 43 val docs = createPackageDocs(null) in <lambda>() constant 58 val docs = createPackageDocs(mockLinkResolver) in <lambda>() constant
|
/external/rust/android-crates-io/crates/diplomat_core/src/hir/ |
D | defs.rs | 29 pub docs: Docs, field 43 pub docs: Docs, field 63 pub docs: Docs, field 78 pub docs: Docs, field 93 pub docs: Docs, field 103 pub docs: Docs, field 219 pub fn docs(&self) -> &'tcx Docs { in docs() method
|
/external/libexif/m4m/ |
D | gp-documentation.m4 | 10 AC_ARG_ENABLE([docs], [dnl optenable 88 AC_ARG_ENABLE([docs], optenable
|
/external/python/dateutil/ |
D | tox.ini | 64 description = invoke sphinx-build to build the HTML docs, check that URIs are valid 65 basepython = python3.6 66 deps = -r docs/requirements-docs.txt 68 …phinx-build -d "{toxworkdir}/docs_doctree" docs "{toxworkdir}/docs_out" {posargs:-W --color -bhtml}
|
/external/python/jinja/ |
D | tox.ini | 18 deps = -r requirements/docs.txt 19 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
|
/external/python/markupsafe/ |
D | tox.ini | 18 deps = -r requirements/docs.txt 19 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
|
/external/rust/android-crates-io/crates/diplomat_core/src/ast/ |
D | structs.rs | 11 pub docs: Docs, field 34 let docs = Docs::from_attrs(&field.attrs); in new() localVariable
|
/external/rust/android-crates-io/crates/pest_generator/src/ |
D | lib.rs | 37 pub mod docs; module 39 mod docs; module
|
/external/scapy/ |
D | tox.ini | 124 deps = {[testenv:docs]deps}
|
/external/python/cachetools/ |
D | tox.ini | 20 deps = 22 commands =
|
/external/OpenCL-CLHPP/docs/ |
D | CMakeLists.txt | 7 docs target
|
/external/python/oauth2client/ |
D | Makefile | 4 docs: target
|
/external/tinyalsa_new/ |
D | meson_options.txt | 1 option('docs', type: 'feature', value: 'auto', yield: true, feature
|
/external/pigweed/targets/docs/ |
D | target_docs.rst | 4 docs title
|
/external/emboss/compiler/front_end/ |
D | format_emb.py | 363 def _module(comments, docs, imports, attributes, types, config): argument 445 def _structure_body(indent, docs, attributes, type_definitions, fields, dedent, argument 518 def _field_body(indent, docs, attributes, dedent): argument 595 def _enum_body(indent, docs, attributes, values, dedent, config): argument 611 def _enum_value(name, equals, value, attributes, docs, comment, eol, body): argument 617 def _enum_value_body(indent, docs, attributes, dedent): argument 623 def _external_body(indent, docs, attributes, dedent): argument
|
/external/libepoxy/ |
D | meson_options.txt | 1 option('docs', boolean
|