Home
last modified time | relevance | path

Searched +full:test +full:- +full:docs (Results 1 – 25 of 1071) sorted by relevance

12345678910>>...43

/third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/doc_links/
Dtests.rs50 let (cursor_def, docs) = def_under_cursor(sema, &position); in check_rewrite()
51 let res = rewrite_links(sema.db, docs.as_str(), cursor_def); in check_rewrite()
61 let (cursor_def, docs) = def_under_cursor(sema, &position); in check_doc_links()
62 let defs = extract_definitions_from_docs(&docs); in check_doc_links()
81 ) -> (Definition, hir::Documentation) { in def_under_cursor()
82 let (docs, def) = sema in def_under_cursor()
92 let docs = docs.expect("no docs found for cursor def"); in def_under_cursor() localVariable
93 (def, docs) in def_under_cursor()
99 ) -> Option<Option<(Option<hir::Documentation>, Definition)>> { in node_to_def()
102 … ast::SourceFile(it) => sema.to_def(&it).map(|def| (def.docs(sema.db), Definition::Module(def))), in node_to_def()
[all …]
/third_party/curl/
DMakefile.am12 # are also available at https://curl.se/docs/copyright.html.
21 # SPDX-License-Identifier: curl
27 ACLOCAL_AMFLAGS = -I m4
32 CMake/curl-config.cmake.in \
57 projects/build-openssl.bat \
58 projects/build-wolfssl.bat \
77 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \
78 RELEASE-NOTES buildconf libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) \
87 bin_SCRIPTS = curl-config
89 SUBDIRS = lib docs src scripts subdir
[all …]
/third_party/rust/rust/src/tools/rust-installer/
Dtest.sh3 set -e -u
5 if [ -x /bin/echo ]; then
22 TEST_DIR="$S/test"
27 case $(uname -s) in
35 echo "test: $1"
39 echo "test: $1"
40 rm -Rf "$WORK_DIR"
41 rm -Rf "$OUT_DIR"
42 rm -Rf "$PREFIX_DIR"
43 mkdir -p "$WORK_DIR"
[all …]
/third_party/rust/crates/env_logger/
DREADME.md4 [![Documentation](https://docs.rs/env_logger/badge.svg)](https://docs.rs/env_logger)
12 …n executables (binary projects). Libraries should use the [`log`](https://docs.rs/log) crate inste…
41 [2018-11-03T06:09:06Z INFO default] starting up
51 [2018-11-03T06:09:06Z INFO default] starting up
55 case names. Where our docs do use other forms, they do so in the context of
59 The log levels that may be specified correspond to the [`log::Level`][level-enum]
68 [level-enum]: https://docs.rs/log/latest/log/enum.Level.html "log::Level (docs.rs)"
74 … besides an environment variable. See [the examples](https://github.com/rust-cli/env_logger/tree/m…
78 Tests can use the `env_logger` crate to see log messages generated during that test:
84 [dev-dependencies]
[all …]
/third_party/libexif/m4m/
Dgp-documentation.m47 dnl Copyright (C) 2005-2021 Hans Ulrich Niedermann <gp@n-dimensional.de>
8 dnl SPDX-License-Identifier: LGPL-2.0-or-later
12 AC_MSG_CHECKING([whether to build any docs])
13 AC_ARG_ENABLE([docs], [dnl optenable
14 AS_HELP_STRING([--disable-docs], [whether to create any documentation])], [dnl
23 AM_CONDITIONAL([BUILD_DOCS], [test "x${gp_build_docs}" = "xyes"])
32 AC_ARG_WITH([doc-dir],
33 [AS_HELP_STRING([--with-doc-dir=PATH],
34 [Where to install docs [default=autodetect]])])
39 if test "x${with_doc_dir}" != "x"
[all …]
/third_party/rust/rust/tests/rustdoc-json/type/
Dinherent_associated_type_projections.rs1 // ignore-tidy-linelength
8 // @is '$.index[*][?(@.name=="Test")].inner.typedef.type.qualified_path.self_type.resolved_path.id'…
9 // @is '$.index[*][?(@.name=="Test")].inner.typedef.type.qualified_path.self_type.resolved_path.arg…
10 // @is '$.index[*][?(@.name=="Test")].inner.typedef.type.qualified_path.name' '"Proj"'
11 // @is '$.index[*][?(@.name=="Test")].inner.typedef.type.qualified_path.trait' null
12 pub type Test = Parametrized<i32>::Proj; typedef
26 // @set param_bool = '$.index[*][?(@.docs=="param_bool")].id'
27 // @set param_i32 = '$.index[*][?(@.docs=="param_i32")].id'
28 // @set param_bool_proj = '$.index[*][?(@.docs=="param_bool_proj")].id'
29 // @set param_i32_proj = '$.index[*][?(@.docs=="param_i32_proj")].id'
[all …]
/third_party/rust/crates/atty/
DREADME.md3-ci.org/softprops/atty.svg?branch=master)](https://travis-ci.org/softprops/atty) [![Build status](…
36 A simple example program is provided in this repo to test various tty's. By default.
41 $ cargo run --example atty
47 To test std in, pipe some text to the program
50 $ echo "test" | cargo run --example atty
56 To test std out, pipe the program to something
59 $ cargo run --example atty | grep std
65 To test std err, pipe the program to something redirecting std err
68 $ cargo run --example atty 2>&1 | grep std
74 Doug Tangren (softprops) 2015-2019
/third_party/jinja2/
DCONTRIBUTING.rst8 -----------------
15 - The ``#get-help`` channel on our Discord chat:
17 - The mailing list flask@python.org for long term discussion or larger
19 - Ask on `Stack Overflow`_. Search with Google first using:
26 ----------------
30 - Describe what you expected to happen.
31 - If possible, include a `minimal reproducible example`_ to help us
34 - Describe what actually happened. Include the full traceback if there
36 - List your Python and Jinja versions. If possible, check if this
40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example
[all …]
/third_party/markupsafe/
DCONTRIBUTING.rst8 -----------------
15 - The ``#get-help`` channel on our Discord chat:
17 - The mailing list flask@python.org for long term discussion or larger
19 - Ask on `Stack Overflow`_. Search with Google first using:
26 ----------------
30 - Describe what you expected to happen.
31 - If possible, include a `minimal reproducible example`_ to help us
34 - Describe what actually happened. Include the full traceback if there
36 - List your Python and MarkupSafe versions. If possible, check if this
40 .. _minimal reproducible example: https://stackoverflow.com/help/minimal-reproducible-example
[all …]
/third_party/benchmark/docs/
DAssemblyTests.md16 ## Anatomy of a Test
18 Writing a test has two steps:
26 // CHECK-LABEL: test_add:
40 [LLVM's Filecheck](https://llvm.org/docs/CommandGuide/FileCheck.html)
41 is used to test the generated assembly against the `// CHECK` lines
50 bits of assembly. ([`CHECK-NEXT`](https://llvm.org/docs/CommandGuide/FileCheck.html#the-check-next-
53 * The tests are compiled with `-O3 -g0`. So we're only testing the
58 the test is run.
60 * The generated and stripped assembly file for a test is output under
61 `<build-directory>/test/<test-name>.s`
[all …]
/third_party/benchmark/
DREADME.md3-and-test](https://github.com/google/benchmark/workflows/build-and-test/badge.svg)](https://github…
6test-bindings](https://github.com/google/benchmark/workflows/test-bindings/badge.svg)](https://git…
33 [User Guide](docs/user_guide.md) for a more comprehensive feature overview.
35 It may also help to read the [Google Test documentation](https://github.com/google/googletest/blob/…
40 [Discussion group](https://groups.google.com/d/forum/benchmark-discuss)
45 [Additional Tooling Documentation](docs/tools.md)
47 [Assembly Testing Documentation](docs/AssemblyTests.md)
49 [Building and installing Python bindings](docs/python_bindings.md)
63 See [Platform-Specific Build Instructions](docs/platform_specific_build_instructions.md).
67 This describes the installation process using cmake. As pre-requisites, you'll
[all …]
/third_party/python/
D.travis.yml4 # To cache doc-building dependencies and C compiler output.
6 - pip
7 - ccache
8 - directories:
9 - $HOME/multissl
13 - OPENSSL=1.1.1f
14 - OPENSSL_DIR="$HOME/multissl/openssl/${OPENSSL}"
15 - PATH="${OPENSSL_DIR}/bin:$PATH"
16 - CFLAGS="-I${OPENSSL_DIR}/include"
17 - LDFLAGS="-L${OPENSSL_DIR}/lib"
[all …]
/third_party/lz4/.circleci/
Dconfig.yml17 shell: /bin/bash --login
19 …y don't or see https://circleci.com/docs/2.0/env-vars/#interpolating-environment-variables-to-set-
21 CIRCLE_ARTIFACTS: /tmp/circleci-artifacts
22 CIRCLE_TEST_REPORTS: /tmp/circleci-test-results
23 …# In CircleCI 1.0 we used a pre-configured image with a large number of languages and other packag…
24 # In CircleCI 2.0 you can now specify your own image, or use one of our pre-configured images.
26 # We have selected a pre-built image that mirrors the build environment we use on
29 # VM instead of a container) see https://circleci.com/docs/2.0/executor-types/
30 # To see the list of pre-built images that CircleCI provides for most common languages see
31 # https://circleci.com/docs/2.0/circleci-images/
[all …]
/third_party/skia/third_party/externals/freetype/
Dconfigure3 # Copyright (C) 2002-2021 by
16 rm -f config.mk builds/unix/unix-def.mk builds/unix/unix-cc.mk
19 if test "x$GNUMAKE" = x; then
20 if test "x$MAKE" = x; then
21 if test "x`make -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
31 if test "x`$MAKE -v 2>/dev/null | egrep 'GNU|makepp'`" = x; then
39 echo " MAKE=\"makepp --norc-substitution\" $0" >&2
80 # `--srcdir=' option can override abs_ft2_dir
82 if test $# -gt 0; then
85 x--srcdir=*)
[all …]
/third_party/rust/crates/static-assertions-rs/
DREADME.md1 …aw.githubusercontent.com/nvzqz/static-assertions-rs/assets/Banner.png)](https://github.com/nvzqz/s…
8 <a href="https://travis-ci.org/nvzqz/static-assertions-rs">
9 … <img src="https://travis-ci.org/nvzqz/static-assertions-rs.svg?branch=master" alt="Build Status">
11 <img src="https://img.shields.io/badge/rustc-^1.37.0-blue.svg" alt="rustc ^1.37.0">
17 …<img src="https://buymecoffee.intm.org/img/button-paypal-white.png" alt="Buy me a coffee" height="…
21 Compile-time assertions for Rust, brought to you by
25 more. See the [docs] and [FAQ](#faq) for more info!
32 [`Cargo.toml`](https://doc.rust-lang.org/cargo/reference/manifest.html):
49 - [`assert_cfg!`]
50 - [`assert_eq_align!`]
[all …]
/third_party/rust/rust/src/doc/rustdoc/src/write-documentation/
Dthe-doc-attribute.md19 when generating documentation in macros; the `collapse-docs` pass will combine multiple
36 but given that docs are rendered via Markdown, it will remove these newlines.
52 These options control how the docs look at a crate level.
56 This form of the `doc` attribute lets you control the favicon of your docs.
62 This will put `<link rel="icon" href="{}">` into your docs, where
70 left hand side of the docs.
77 your docs, where the string for the attribute goes into the `{}`.
104 #![doc(issue_tracker_base_url = "https://github.com/rust-lang/rust/issues/")]
112 documented locally on-disk, and if so link directly to it. Failing that, it
113 will use the URL given by the `--extern-html-root-url` command-line flag if
[all …]
/third_party/icu/docs/userguide/icu4j/
Dindex.md1 ---
6 ---
7 <!--
10 -->
16 {: .no_toc .text-delta }
21 ---
25 The International Components for Unicode (ICU) library provides robust and full-featured Unicode se…
29 ICU4J is an add-on to the regular JRE that provides:
31 * [Collation](../collation) – rule-based, up-to-date Unicode Collation Algorithm (UCA) sorting or…
45 * [Number Format Enhancements](../format_parse/numbers) – Scientific Notation, Spelled-out, Compa…
[all …]
/third_party/rust/rust/compiler/rustc_errors/src/markdown/tests/
Dparse.rs4 #[test]
17 #[test]
20 let buf = "<!-- foobar! -->rest"; in test_parse_comment()
25 let buf = r"<!-- foobar! \-->rest"; in test_parse_comment()
31 #[test]
62 #[test]
75 // test no escaping in test_parse_code_inline()
82 #[test]
95 #[test]
97 let simple = "[see here](docs.rs) other"; in test_parse_link()
[all …]
/third_party/rust/crates/regex/.github/workflows/
Dci.yml6 - master
8 - cron: '00 01 * * *'
10 # The section is needed to drop write-all permissions that are granted on
16 # on pull-requests, etc. may need additional permissions:
19 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
21 # Reference for how to assign permissions on a job-by-job basis:
22 # https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
25 # https://docs.github.com/en/actions/security-guides/automatic-token-authentication#permissions-for
31 test:
32 name: test
[all …]
/third_party/selinux/secilc/
DREADME24 make test
25 Pass a sample policy to test with the compiler.
45 Use the '--help' option for more details.
50 There is a github markdown CIL Reference Guide in the docs directory. To
51 view the table of contents, see README.md in the docs directory.
53 To convert the github markdown content to HTML and PDF, change to the docs
57 The documents will be located in the docs/html and docs/pdf directories.
63 - Blocks inside of macros causes undefined behavior
65 - Policy must be well formed. For example, invalid usage of
68 - Recursive limits are not handled
/third_party/rust/rust/src/bootstrap/builder/
Dtests.rs6 fn configure(cmd: &str, host: &[&str], target: &[&str]) -> Config { in configure()
10 fn configure_with_args(cmd: &[String], host: &[&str], target: &[&str]) -> Config { in configure_with_args()
17 … // But make sure to check out the `doc` and `rust-analyzer` submodules, since some steps need them in configure_with_args()
25 submodule_build.update_submodule(Path::new("src/tools/rust-analyzer")); in configure_with_args()
32 .join("tmp-rustbuild-tests") in configure_with_args()
33 .join(&thread::current().name().unwrap_or("unknown").replace(":", "-")); in configure_with_args()
42 fn first<A, B>(v: Vec<(A, B)>) -> Vec<A> { in first()
46 fn run_build(paths: &[PathBuf], config: Config) -> Cache { in run_build()
89 #[test]
92 check_cli(["test", "tests/ui/attr-start.rs", "tests/ui/attr-shebang.rs"]); in test_valid()
[all …]
/third_party/unity/
DREADME.md1 # Unity Test ![CI][]
3 __Copyright (c) 2007 - 2023 Unity Project by Mike Karlesky, Mark VanderVoord, and Greg Williams__
5 Welcome to the Unity Test Project, one of the main projects of ThrowTheSwitch.org.
6 Unity Test is a unit testing framework built for C, with a focus on working with embedded toolchain…
8 This project is made to test code targetting microcontrollers big and small.
19 The [docs][] folder contains a [getting started guide][] and much more tips about using Unity.
46 This test is automatically marked as a failure.
137 Test a single bit and verify that it is high.
138 The bit is specified 0-31 for a 32-bit integer.
142 Test a single bit and verify that it is low.
[all …]
/third_party/rust/crates/humantime/
DREADME.md6 [Documentation](https://docs.rs/humantime) |
15 * Parses and formats timestamp in `rfc3339` format: `2018-01-01T12:53:00Z`
16 * Parses timestamps in a weaker format: `2018-01-01 12:53:00`
18 Timestamp parsing/formatting is super-fast because format is basically
21 Here are some micro-benchmarks:
24 test result: ok. 0 passed; 0 failed; 26 ignored; 0 measured; 0 filtered out
26 Running target/release/deps/datetime_format-8facb4ac832d9770
29 test rfc3339_chrono ... bench: 737 ns/iter (+/- 37)
30 test rfc3339_humantime_seconds ... bench: 73 ns/iter (+/- 2)
32 test result: ok. 0 passed; 0 failed; 0 ignored; 2 measured; 0 filtered out
[all …]
/third_party/rust/rust/src/tools/rust-analyzer/crates/ide-completion/src/render/
Dmacro_.rs19 ) -> Builder {
29 ) -> Builder { in render_macro_pat()
41 ) -> Builder {
50 let docs = ctx.docs(macro_); localVariable
51 let docs_str = docs.as_ref().map(Documentation::as_str).unwrap_or_default();
64 .set_documentation(docs)
94 ) -> SmolStr { in label()
106 fn banged_name(name: &str) -> SmolStr { in banged_name()
110 fn guess_macro_braces(macro_name: &str, docs: &str) -> (&'static str, &'static str) { in guess_macro_braces()
112 for (idx, s) in docs.match_indices(&macro_name) { in guess_macro_braces()
[all …]
/third_party/mesa3d/docs/
Dgitlab-ci.yml1 .docs-base:
3 - .build-linux
4 - .use-alpine/x86_64_build
8 - public/
10 - meson setup _build -D prefix=$(pwd) --auto-features=disabled
11 -D vulkan-drivers="" -D gallium-drivers="" -D platforms=[] -D glx=disabled
12 -D video-codecs="" -D html-docs=enabled -D html-docs-path=public
13 -D werror=true
14 - meson compile -C _build
15 - meson install -C _build
[all …]

12345678910>>...43