Home
last modified time | relevance | path

Searched defs:docs (Results 1 – 25 of 117) sorted by relevance

12345

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/
DNopropTest.java28 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/
DDocumentationBuilderTest.java29 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/
Dsetup.py74 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/
Dsetup.py75 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/
Dsetup.py74 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/
Dsetup.py75 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/
Dtox.ini20 usedevelop = true
21 deps =
23 extras =
25 commands =
/external/pigweed/seed/
D0102.rst133 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/
Demitter.rs357 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/
DPackageDocsTest.kt43 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/
Ddefs.rs29 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/
Dgp-documentation.m410 AC_ARG_ENABLE([docs], [dnl optenable
88 AC_ARG_ENABLE([docs], optenable
/external/python/dateutil/
Dtox.ini64 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/
Dtox.ini18 deps = -r requirements/docs.txt
19 commands = sphinx-build -W -b html -d {envtmpdir}/doctrees docs {envtmpdir}/html
/external/python/markupsafe/
Dtox.ini18 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/
Dstructs.rs11 pub docs: Docs, field
34 let docs = Docs::from_attrs(&field.attrs); in new() localVariable
/external/rust/android-crates-io/crates/pest_generator/src/
Dlib.rs37 pub mod docs; module
39 mod docs; module
/external/scapy/
Dtox.ini124 deps = {[testenv:docs]deps}
/external/python/cachetools/
Dtox.ini20 deps =
22 commands =
/external/OpenCL-CLHPP/docs/
DCMakeLists.txt7 docs target
/external/python/oauth2client/
DMakefile4 docs: target
/external/tinyalsa_new/
Dmeson_options.txt1 option('docs', type: 'feature', value: 'auto', yield: true, feature
/external/pigweed/targets/docs/
Dtarget_docs.rst4 docs title
/external/emboss/compiler/front_end/
Dformat_emb.py363 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/
Dmeson_options.txt1 option('docs', boolean

12345