Home
last modified time | relevance | path

Searched refs:docs (Results 1 – 25 of 3866) sorted by relevance

12345678910>>...155

/external/pigweed/pw_build/
Dgenerated_pigweed_modules_lists.gni452 # A list with all Pigweed modules docs groups. DO NOT SET THIS BUILD ARGUMENT!
454 "$dir_docker:docs",
455 "$dir_pw_alignment:docs",
456 "$dir_pw_allocator:docs",
457 "$dir_pw_analog:docs",
458 "$dir_pw_android_toolchain:docs",
459 "$dir_pw_arduino_build:docs",
460 "$dir_pw_assert:docs",
461 "$dir_pw_assert_basic:docs",
462 "$dir_pw_assert_log:docs",
[all …]
/external/python/google-api-python-client/docs/dyn/
Dindex.md2 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/abusiveexperiencereport_v1.htm…
6 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/acceleratedmobilepageurl_v1.ht…
10 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/accessapproval_v1.html)
14 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/accesscontextmanager_v1.html)
15 * [v1beta](http://googleapis.github.io/google-api-python-client/docs/dyn/accesscontextmanager_v1bet…
19 * [v2beta1](http://googleapis.github.io/google-api-python-client/docs/dyn/adexchangebuyer2_v2beta1.…
23 * [v1](http://googleapis.github.io/google-api-python-client/docs/dyn/adexperiencereport_v1.html)
27 * [datatransfer_v1](http://googleapis.github.io/google-api-python-client/docs/dyn/admin_datatransfe…
28 * [directory_v1](http://googleapis.github.io/google-api-python-client/docs/dyn/admin_directory_v1.h…
29 * [reports_v1](http://googleapis.github.io/google-api-python-client/docs/dyn/admin_reports_v1.html)
[all …]
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/issues/issue9/
DNopropTest.java28 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK01() local
29 assertTrue(docs.hasNext()); in testOK01()
30 BeanHolder beanHolder = (BeanHolder) docs.next(); in testOK01()
37 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK02() local
38 assertTrue(docs.hasNext()); in testOK02()
39 BeanHolder beanHolder = (BeanHolder) docs.next(); in testOK02()
46 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK03() local
47 assertTrue(docs.hasNext()); in testOK03()
48 BeanHolder beanHolder = (BeanHolder) docs.next(); in testOK03()
55 Iterator<Object> docs = new Yaml().loadAll(yaml).iterator(); in testOK04() local
[all …]
/external/python/cpython3/Doc/
DMakefile163 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
164 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
165 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
166 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
167 rm -r dist/python-$(DISTVERSION)-docs-html
168 rm dist/python-$(DISTVERSION)-docs-html.tar
172 cp -pPR build/text dist/python-$(DISTVERSION)-docs-text
173 tar -C dist -cf dist/python-$(DISTVERSION)-docs-text.tar python-$(DISTVERSION)-docs-text
174 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-text.tar
175 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-text.zip python-$(DISTVERSION)-docs-text)
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dsetup.py75 def find_description(docs): argument
89 filename = docs.get('meta.summary', 'SUMMARY').strip()
101 filename = docs.get('meta.description', 'DESCRIPTION').strip()
120 def find_classifiers(docs): argument
127 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
139 def find_provides(docs): argument
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
158 def find_license(docs): argument
165 filename = docs.get('meta.license', 'LICENSE').strip()
197 def find_data(name, docs): argument
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dsetup.py74 def find_description(docs): argument
88 filename = docs.get('meta.summary', 'SUMMARY').strip()
100 filename = docs.get('meta.description', 'DESCRIPTION').strip()
119 def find_classifiers(docs): argument
126 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
138 def find_provides(docs): argument
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
157 def find_license(docs): argument
164 filename = docs.get('meta.license', 'LICENSE').strip()
196 def find_data(name, docs): argument
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dsetup.py74 def find_description(docs): argument
88 filename = docs.get('meta.summary', 'SUMMARY').strip()
100 filename = docs.get('meta.description', 'DESCRIPTION').strip()
119 def find_classifiers(docs): argument
126 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
138 def find_provides(docs): argument
145 filename = docs.get('meta.provides', 'PROVIDES').strip()
157 def find_license(docs): argument
164 filename = docs.get('meta.license', 'LICENSE').strip()
196 def find_data(name, docs): argument
[all …]
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dsetup.py75 def find_description(docs): argument
89 filename = docs.get('meta.summary', 'SUMMARY').strip()
101 filename = docs.get('meta.description', 'DESCRIPTION').strip()
120 def find_classifiers(docs): argument
127 filename = docs.get('meta.classifiers', 'CLASSIFIERS').strip()
139 def find_provides(docs): argument
146 filename = docs.get('meta.provides', 'PROVIDES').strip()
158 def find_license(docs): argument
165 filename = docs.get('meta.license', 'LICENSE').strip()
197 def find_data(name, docs): argument
[all …]
/external/curl/packages/vms/
Dgnv_link_curl.com473 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
474 /dsf=[.docs.examples]'target'.dsf -
475 [.docs.examples]'target'.o,-
486 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
487 /dsf=[.docs.examples]'target'.dsf -
488 [.docs.examples]'target'.o,-
499 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
500 /dsf=[.docs.examples]'target'.dsf -
501 [.docs.examples]'target'.o,-
512 $ link'ldebug'/exe=[.docs.examples]'target'.exe-
[all …]
/external/python/cpython2/Doc/
DMakefile113 cp -pPR build/html dist/python-$(DISTVERSION)-docs-html
114 tar -C dist -cf dist/python-$(DISTVERSION)-docs-html.tar python-$(DISTVERSION)-docs-html
115 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-html.tar
116 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-html.zip python-$(DISTVERSION)-docs-html)
117 rm -r dist/python-$(DISTVERSION)-docs-html
118 rm dist/python-$(DISTVERSION)-docs-html.tar
122 cp -pPR build/text dist/python-$(DISTVERSION)-docs-text
123 tar -C dist -cf dist/python-$(DISTVERSION)-docs-text.tar python-$(DISTVERSION)-docs-text
124 bzip2 -9 -k dist/python-$(DISTVERSION)-docs-text.tar
125 (cd dist; zip -q -r -9 python-$(DISTVERSION)-docs-text.zip python-$(DISTVERSION)-docs-text)
[all …]
/external/linux-kselftest/tools/testing/selftests/bpf/
DMakefile.docs35 docs: $(DOCTARGETS)
58 docs-clean-$1:
62 docs-install-$1: docs
67 docs-uninstall-$1:
72 .PHONY: $1 docs-clean-$1 docs-install-$1 docs-uninstall-$1
79 docs-clean: $(foreach doctarget,$(DOCTARGETS), docs-clean-$(doctarget))
80 docs-install: $(foreach doctarget,$(DOCTARGETS), docs-install-$(doctarget))
81 docs-uninstall: $(foreach doctarget,$(DOCTARGETS), docs-uninstall-$(doctarget))
83 .PHONY: docs docs-clean docs-install docs-uninstall man2 man7
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
DMANIFEST37 docs/BENCHMARKS
38 docs/CHANGES
39 docs/CLASSIFIERS
40 docs/DESCRIPTION
41 docs/PROVIDES
42 docs/SUMMARY
43 docs/apidoc/api-objects.txt
44 docs/apidoc/crarr.png
45 docs/apidoc/epydoc.css
46 docs/apidoc/epydoc.js
[all …]
/external/perfetto/python/generators/stdlib_docs/
Dvalidate.py28 docs: 'stdlib.AnyDocs',
53 docs: Union['stdlib.TableViewDocs', 'stdlib.ViewFunctionDocs'],
55 errors = validate_typed_comment(docs.columns, "column", docs)
61 cols_from_sql = docs.data_from_sql["columns"]
63 for line in docs.columns:
106 def validate_args(docs: Union['stdlib.FunctionDocs', 'stdlib.ViewFunctionDocs']
108 if not docs.args:
111 errors = validate_typed_comment(docs.args, "arg", docs)
116 args_from_sql = docs.data_from_sql["args"]
117 for line in docs.args:
[all …]
/external/libxml2/result/XInclude/
Dfallback5.xml.err1 I/O warning : failed to load external entity "test/XInclude/docs/a01.xml"
2 I/O warning : failed to load external entity "test/XInclude/docs/a02.xml"
3 I/O warning : failed to load external entity "test/XInclude/docs/a03.xml"
4 I/O warning : failed to load external entity "test/XInclude/docs/a04.xml"
5 I/O warning : failed to load external entity "test/XInclude/docs/a05.xml"
6 I/O warning : failed to load external entity "test/XInclude/docs/a06.xml"
7 I/O warning : failed to load external entity "test/XInclude/docs/a07.xml"
8 I/O warning : failed to load external entity "test/XInclude/docs/a08.xml"
9 I/O warning : failed to load external entity "test/XInclude/docs/a09.xml"
10 I/O warning : failed to load external entity "test/XInclude/docs/a10.xml"
[all …]
/external/angle/doc/
DdEQP-Charts.md3 …/HEAD/scripts/generate_stats.py) and collected into a Sheet here: https://docs.google.com/spreadsh…
13 [https://docs.google.com/spreadsheets/d/1uttk1z8lJ4ZsUY7wMdFauMzUxb048nh5l52zdrAznek/edit#gid=21317…
15 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
17 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
19 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
21 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
25 [https://docs.google.com/spreadsheets/d/1uttk1z8lJ4ZsUY7wMdFauMzUxb048nh5l52zdrAznek/edit#gid=88272…
27 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
29 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
31 …Win10 NVIDIA" width="1200px" height="371px" class="noborder" src="https://docs.google.com/spreadsh…
[all …]
/external/dokka/core/testdata/format/
DjdkLinks.md5 `class C : `[`ClassLoader`](http://docs.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html)
7 …tp://docs.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html) and I can get its [ClassLoader.…
9 You can print something to [java.lang.System.out](http://docs.oracle.com/javase/6/docs/api/java/lan…
13 …tp://docs.oracle.com/javase/6/docs/api/java/lang/ClassLoader.html) and I can get its [ClassLoader.…
/external/python/cryptography/
Dtox.ini3 envlist = py27,pypy,py36,py37,py38,py39,docs,pep8,packaging
41 [testenv:docs]
43 docs
47 sphinx-build -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
48 sphinx-build -T -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
49 sphinx-build -T -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
50 sphinx-build -T -W -b spelling docs docs/_build/html
51 doc8 --allow-long-titles README.rst CHANGELOG.rst docs/ --ignore-path docs/_build/
55 [testenv:docs-linkcheck] argument
57 docs
[all …]
/external/pigweed/docs/
DBUILD.gn19 import("$dir_pw_docgen/docs.gni")
66 "templates/docs/api.rst",
67 "templates/docs/cli.rst",
68 "templates/docs/concepts.rst",
69 "templates/docs/design.rst",
70 "templates/docs/docs.rst",
71 "templates/docs/gui.rst",
72 "templates/docs/guides.rst",
73 "templates/docs/tutorials/index.rst",
82 "$dir_pigweed/targets/docs:target_docs",
[all …]
/external/curl/.reuse/
Ddep511 # Markdown documentation in docs/
12 Files: docs/*.md
16 # Docs in docs/
17docs/FAQ docs/INSTALL docs/INSTALL.cmake docs/KNOWN_BUGS docs/MAIL-ETIQUETTE docs/THANKS docs/TODO…
40 Files: lib/.checksrc docs/examples/.checksrc tests/libtest/.checksrc
/external/rust/crates/log/
DREADME.md8 [![Documentation](https://docs.rs/log/badge.svg)](https://docs.rs/log)
11 * [`log` documentation](https://docs.rs/log)
64 * [`env_logger`](https://docs.rs/env_logger/*/env_logger/)
65 * [`simple_logger`](https://docs.rs/simple_logger/*/simple_logger/)
66 * [`simplelog`](https://docs.rs/simplelog/*/simplelog/)
67 * [`pretty_env_logger`](https://docs.rs/pretty_env_logger/*/pretty_env_logger/)
68 * [`stderrlog`](https://docs.rs/stderrlog/*/stderrlog/)
69 * [`flexi_logger`](https://docs.rs/flexi_logger/*/flexi_logger/)
71 * [`log4rs`](https://docs.rs/log4rs/*/log4rs/)
72 * [`fern`](https://docs.rs/fern/*/fern/)
[all …]
/external/llvm/docs/
DREADME.txt8 system to create HTML pages which are hosted on <http://llvm.org/docs/> and
16 make -j3 docs-llvm-html
17 $BROWSER <build-dir>/docs//html/index.html
20 `docs/Foo.rst` <-> `<build-dir>/docs//html/Foo.html` <-> `http://llvm.org/docs/Foo.html`.
33 directory `<build-dir>/docs/man/`.
37 make -j3 docs-llvm-man
38 man -l >build-dir>/docs/man/FileCheck.1
41 `docs/CommandGuide/Foo.rst` <-> `<build-dir>/docs//man/Foo.1`.
44 `http://llvm.org/docs/CommandGuide/Foo.html`.
52 cd docs/
/external/stardoc/
DREADME.md6 written in [Starlark](https://bazel.build/docs/skylark/index.html).
8 Stardoc provides a Starlark rule (`stardoc`, see [documentation](docs/stardoc_rule.md)) that can
14 * How to [set up Stardoc for your project](docs/getting_started_stardoc.md)
15 * Writing [docstrings](docs/writing_stardoc.md)
16 * How to [integrate Stardoc with your build](docs/generating_stardoc.md).
17 * See also [Advanced Topics](docs/advanced_stardoc_usage.md).
21 * Stardoc [rule reference](docs/stardoc_rule.md).
22 * How to [contribute to Stardoc](docs/contributing.md)
30 See [Skydoc Deprecation](docs/skydoc_deprecation.md) for
35 See our [future plans](docs/future_plans.md) for refactoring Stardoc to be more consistent with how…
[all …]
/external/rust/crates/tracing-core/
DREADME.md10 [![Documentation][docs-badge]][docs-url]
11 [![Documentation (master)][docs-master-badge]][docs-master-url]
16 [Documentation][docs-url] | [Chat][discord-url]
20 [docs-badge]: https://docs.rs/tracing-core/badge.svg
21 [docs-url]: https://docs.rs/tracing-core/0.1.30
22 [docs-master-badge]: https://img.shields.io/badge/docs-master-blue
23 [docs-master-url]: https://tracing-rs.netlify.com/tracing_core
88 [`span::Id`]: https://docs.rs/tracing-core/0.1.30/tracing_core/span/struct.Id.html
89 [`Event`]: https://docs.rs/tracing-core/0.1.30/tracing_core/event/struct.Event.html
90 [`Subscriber`]: https://docs.rs/tracing-core/0.1.30/tracing_core/subscriber/trait.Subscriber.html
[all …]
/external/pigweed/targets/docs/
Dtarget_docs.rst1 .. _target-docs:
4 docs title
6 The Pigweed docs target assembles Pigweed's reStructuredText and markdown
9 The docs target uses the :ref:`target-stm32f429i-disc1` toolchain with C++20 for
14 To build for this target, invoke ninja with the top-level "docs" group as the
20 $ ninja -C out docs
24 Final HTML documentation will be placed in the ``out/docs/gen/docs/html``
/external/cronet/testing/android/docs/
DREADME.md4 …ormal Chromium unit tests based on the [gtest framework](/testing/android/docs/gtest_implementatio…
13 …- [... set up a device for local testing?](/testing/android/docs/android_test_instructions.md#phys…
14 - [... set up an emulator for local testing?](/docs/android_emulator.md)
16 - [... write an instrumentation test?](/testing/android/docs/instrumentation.md)
17 - [... write a JUnit or Robolectric test?](/testing/android/docs/junit.md)
20 - [... run a gtest?](/testing/android/docs/android_test_instructions.md#gtests)
21 …- [... run an instrumentation test?](/testing/android/docs/android_test_instructions.md#instrument…
22 - [... run a JUnit test?](/testing/android/docs/android_test_instructions.md#junit-tests)
23 - [... run the Web tests?](/docs/testing/web_tests.md)
26 …- [... debug junit tests?](/testing/android/docs/android_test_instructions.md#junit-tests-debuggin…
[all …]

12345678910>>...155